extern double StopLoss = 8; //止损
extern double StopLosb = 7; //止损
//extern double Profit = 8;
extern int opstnum = 1; //挂单数量
extern double indvpips = 11; //当前价和挂单的距离
//extern int indvpipp = 1; //挂单间隔点数
extern int TDD = 3; //移动步长
extern int Timem = 2; //挂单后停留时间
extern bool LOTSKG = false; //复利开关
extern double Lots = 0.1; //基本下单手数
extern double Risk = 100;
|