Mql5官网 GridFury 外汇EA

Mql5官网 GridFury 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
Mql5官网 GridFury 外汇EA
此内容为免费资源,请登录后查看
0积分
免费资源

如果免费资源下载的文件为TXT文档

请联系站长更新!站长微信:Lv596999  Telegram:@eapoj

“Mql5官网”板块的EA基本都有,大部分是无限制NODLL版,NODLL版本MT1420升级,大多数不可用!这些EA来源为国外花钱买过来的

有需要,请联系站长!

“EA测评”板块资源全部现有,看见不错的,可以联系站长看EA在确定是否收费

“无限制EA”板块,大部分免费,下载文件全部存在,都可以免费下载

站长硬盘EA太多,因大部分时间做交易,做风控,没太多时间更新下载地址,请谅解!

需要更新下载文件,请联系站长微信!国外朋友请联系Telegram。


The EA utilizes 3 levels grid to capture any direction be it bullish up or bearish down, either way, the EA will end in profit. The EA is called fury as it cuts a very tight loss and immediately compensates the loss into new lot size calculation on the remaining positions. If the initial lot size of level 1 is 0.2 and the EA cuts it at loss at 10 pips, the next lot size will be 0.24 lot (depending on multiplier setting). There will be 3 Buy Stop orders above mid-level, and 3 Sell Stop orders below mid-level. If Buy Stop Level 2 is filled, the 3 Sell Stop Orders below will be re-positioned higher at 2 levels behind the highest Buy Order that has been filled. As consequence, the Sell Grid and Buy Grid will tighten, maximizing the probability the EA hitting its profit target.

The EA is configurable to operate using 3 trigger mechanism:

1. Trendline Above: a trend line is drawn above to be placed at critical levels such as Resistance, pivots, or swing highs.

2. Trendline Below: a trend line is drawn below to be placed at critical levels such as Support, pivots, or swing lows.

3. Auto: for immediate trading, that continually runs until the user manually exits the EA.

The only weakness for The EA is when the market in a tight range for a very long period.

Please do consult me for optimal settings. The default is set for minimum profit, and very low risk.

SETTING
EXPLANATION

comment =
“GridX”; // leave this as default

trigger_mode = AUTO;
// 1. Trendline Above 2. Trendline Below 3. Auto

auto_mode =
AUTO_ATR; // only applicable if trigger mode is set to AUTO

 

atr_string =
“=========ATR SET========”;

atr_period = 14; //
ATR filter period setting

atr_bars = 10; //
number of consecutive bars that ATR are decreasing

 

step_pips = 20; //
step between each level

slippage_pips = 1;
// leave as default

magicNumber1 =
11111; // to ID level1

magicNumber2 =
22222; // to ID level2

magicNumber3 =
33333; // to ID level3

 

start_lot1 = 0.04;
// initial lot for level 1

start_lot2 = 0.02;
// initial lot for level 2

start_lot3 = 0.01;
// initial lot for level 3

 

recoveryMultiplier =
1; // lot size increase after a loss

max_dd_percent =
100; // cut loss level on drawdown threshold if reached

max_attempt = 10; //
cut loss on 10th attempt after tight SL hit

resumeBalance = 0;
// incase MT4 shuts down, set this to recover previous loss

 

time_str =
“========TIME SET=======”;

timeFilter =
true;  // set to true to activate time
filter

beginTime =
“07:00”; // begin time to monitor trigger

endTime =
“20:00”; // end time to monitor trigger

true; // set to false for continue for continuous cycle after profit

 

day_str =
“=========DAY TO TRADE========”;

monday_allow =
false;

tuesday_allow =
false;

wednesday_allow =
false;

thursday_allow =
true;

friday_allow =
false;

 

early_str =
“========EARLY EXIT SET=======”;

early_exit = true;
// if set to true, EA will try to exit at BEP after in this example 5x tight SL

early_attempt = 5;

 

text_y_adjust = 50;
// the distance of trendline drawn

text_size = 10;

text_x_shift = 5;

clr_buy =
clrAquamarine;

clr_sell = clrBeige;

图片[1]-Mql5官网 GridFury 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[2]-Mql5官网 GridFury 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站

© 版权声明
THE END
喜欢就支持一下吧
点赞43 分享