Hello, such a program to open an order is a hand, how to change the number of hands?
8mmm :
Hello, such a program to open an order is a hand, how to change the number of hands?
Hello, such a program to open an order is a hand, how to change the number of hands?
I do not understand. Sorry.
input double InpLots = 1.0; // Lots input ushort InpStopLoss = 50; // Stop Loss, in pips (1.00045-1.00055=1 pips) input ushort InpTakeProfit = 50; // Take Profit, in pips (1.00045-1.00055=1 pips) input ushort InpTrailingStop = 5; // Trailing Stop (min distance from price to Stop Loss, in pips input ushort InpTrailingStep = 5; // Trailing Step, in pips (1.00045-1.00055=1 pips) input ushort InpStepLossing = 30; // Step lossing, in pips (1.00045-1.00055=1 pips) input double InpLotCoefficient = 2.0; // Lot coefficient if Step lossing input uchar InpBarCurrent = 0; // Bar Current input bool InpReverse = false; // Use reverse trade signal
The default Lots is 1.0, you can modify it.
默认手数是1.0,你可以修改它。
我下载安装了 EA怎么不开仓
MA MACD 仓位平均 v2:
这个EA交易是基于 iMA (移动平均, MA) 和 iMACD (移动平均聚合/分离指标, MACD) 的。如果有亏损就平均仓位。对版本1.0的改进
作者: Vladimir Karputov