Moving Average Follow EA
- エキスパート
- バージョン: 1.19
- アクティベーション: 5
Please adjust the EA parameters to the values listed below.
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)
