Hello,
Возможно ли иметь эту стратегию в советнике?
enum MM {Manual_Lot, Automatic_Lot};
extern MM TypeOfLotSize = Manual_Lot; // Type Of Lot Size
extern double RiskFactor = 10.0; // Risk Factor For Auto Lot
extern double ManualLotSize = 0.1; // Manual Lot Size
extern double StopLoss = 30.00; // StopLoss in Points per trade
extern double TakeProfit
(
Читать дальше
)