input double StopLoss = 8 ; //止损
input double StopLosb = 10 ; //止损
input double indvpips = 10 ; //当前价和挂单的距离
input int TDD = 5 ; //移动步长
input int Timem = 3 ; //挂单后停留时间(s/秒)
input bool LOTSKG = true; //复利开关
input double Lots = 0.01; //基本下单手数
input double Risk = 50 ; //风险系数
input bool O_BUY = true; //多单开关
input bool O_SELL = true; //空单开关
|