Mql5官网 SlingshotMA 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


The EA monitors the closing price of the recent
candle and its distance towards Moving Average Line. If the price has been
stretched too far from the MA. The EA will place a market order towards the
direction of the MA. 

For an instance, if a candle is closed above MA
more than 80 pips, the EA will open a Sell Market position.  

The EA will conclude its position in two ways;

1. The first position goes directly towards MA
line and touches it, triggering an exit by the EA in profit.

2. The price goes again the direction of the
first position, and the EA averages the existing trade at predetermined minimum
pips; for example 100 pips.

The explanation of the setting

lot_start = 0.01; // first position lot size

lot_multiplier = 1.5; // the next lot size is
1.5x the previous lot size

magic = 2323; // ID to differentiate between
chart

slippage_pips = 1; // leave as default

comment = “SpringX”; // leave as
default

 

input string indicator_str = “=======FIRST
POS SETTING=====”;

ma_period = 19; // MA indicator setting

trigger_pips = 80; // The stretching distance
to trigger first position

 

monday_allow = true; // set true to allow this
day to monitor trigger for first position

tuesday_allow = true;

wednesday_allow = true;

thursday_allow = true;

friday_allow = false;

avg_str = “========AVERAGING S

ET=========”;

input ENUM_TIMEFRAMES avg_tf = PERIOD_H1;

avg_step_pips = 100; // minimum distance to
average position 2 and so on

avg_tp_pips = 10; // take profit distance from
average price

 

input string mm_str = “=======MONEY
MANAGEMENT======”;

max_dd_percent = 30; // cut loss level if
equity below 70%

max_positions = 10; // maximum averaging
positions

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

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