Mql5官网 Probability SR SMA 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


Hi everyone.

This EA works as the same as the Probability Expert Advisor one, exept the order entry points, here it use the
support and resistance
level combine with
SMA
, i explain:


BUY:
When price touches the support level and the whole thing happens above the SMA (Up trend).


SELL:
When price touches the resistance level and the whole thing happens below the SMA (Down trend).

This configuration enter in the probability technics of the market trends. The inputs parameters remains quite the same, check it out !


 ___SR_SETTINGS___ = “SR Settings”

SR_BarsCount = 12—> 
Support and resistance levels is calculated in function of number of bars.


 ___SMA_SETTINGS___ = “SMA Settings”

SMA_Period = 50


___TRADE_SETTINGS___ = “—Trade Settings—“

Proportional/Martingale/Alembex—> 
Choose between betting strategies.

LotStart = 0.01

Ghost_TP = 10—> 
Ghost TP/SL mean invisible TP/SL, no restriction in pips to place it not seen by your broker, triggered by BID in both directions.

Ghost_SL = 10


___PROPORTIONAL_SETTINGS___ = “—Lot Based On Balance —“

Balance_SizeNumber = 100000**—>  
For example: Your balance is 10000/100000**, lot = 0.1 if your balance increase, your lot increase automatically vice
versa.  


___MARTINGALE_SETTINGS___ = “—Martingale/ReInvest/Regular—“

ProfitMultiplier = 2/LossMultiplier = 2

RestartOnProfit = true/RestartOnLoss = false

ResetOnLosses = 0/ResetOnProfits = 0—> 
Set a security for both Martingale/Reverse Martingale.


NOTE: Here you can do 3 things:

Martingale = 
ProfitMultiplier = 0/LossMultiplier = 2/RestartOnProfit = true/RestartOnLoss = false

Reverse Martinagle = 
ProfitMultiplier = 2/LossMultiplier = 0/RestartOnProfit = false/RestartOnLoss = true

Regular = 
ProfitMultiplier = 0/LossMultiplier = 0/RestartOnProfit = false/RestartOnLoss = false


___OTHER_SETTINGS___ = “—Other Settings—“

MagicNumber = 123456

MaxSpread = 2—> 
Trade only below 2 pips spread.

MaxSlippage = 2

 

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

© 版权声明
THE END
喜欢就支持一下吧
点赞14 分享
相关推荐