//----------------------策略1------------------------------
extern double StopLoss = 10; //止损
extern double StopLosb = 5; //止损
//extern double Profit = 8;
extern int opstnum = 1; //挂单数量
extern double indvpips = 10; //当前价和挂单的距离
//extern int indvpipp = 1; //挂单间隔点数
extern int TDD = 5; //移动步长 TDD7
extern int Timem = 3; //挂单后停留时间
extern bool LOTSKG = true ; //复利开关 LOTSKG
extern double Lots = 0.1; //基本下单手数
extern double Risk = 500; //复利基数 复利500开0.25起 |