Moving Average Follow EA
- 专家
- 版本: 1.19
- 激活: 5
这是一款网格对冲EA,策略核心跟随均线上下移动进行的网格多空对冲EA。
EA适应的货币对:NZDCHF
EA加载周期:5分钟K线图
账户资金要求:不小于500美元
使用平台:MT4平台,ECN账户或低点差账户会取得更好的成绩。
外汇EA参观账户:
Login: 31384715
Password: abc123
abc123ICMarketsSC-Demo03
EA参数必须按下面数字修改:
UseMoneyManagement = false; // Enable money management
ManualLotSize = 0.01; // Fixed lot size
CapitalPerLot = 1000.0; // Capital for one base lot
BaseLotPerCapital = 0.01; // Base lot per capital
UpperThreshold = 200; //
LowerThreshold = -200; //
MinDistance = 100; //
BasePrice = 1.0; //
MAPeriod = 20; //
TargetTotalPoints = 300; // Total profit target points
ExtraPoints = 200; // Extra points for combine close
SpecialSpacingStep1 = 12; //
SpecialSpacingStep2 = 20; //
SpecialSpacingMultiplier= 10; //
StopLossPoints = 10000; //
StartHour = 0; // Start hour
StartMinute = 50; // Start minuteEndHour
End hour = 23;
EndMinute = 30; // End minute
input int MaxOrdersPerDirection = 50; // Max orders per direction
input double MinFreeMarginPercent = 0.20; // Min free margin percent (20% of equity)
input double MinBalanceToTrade = 100.0; // Minimum balance to allow trading
input int OpenFailCooldownSeconds = 10; // Cooldown after failed open (seconds)
