3028947360 发表于 2021-8-9 14:59:16

求助汉化问题

指标EA在汉化过程中,有的添加#property strict ,之后在编译,就会出现错误,怎么解决就是下边的第一行代码,#property strict


//#property strict
extern string 自动止损参数="默认打开";
extern bool AutoStoploss=True;
extern double stoploss= 5000;
extern string 自动止盈参数="默认打开";
extern bool AutoTakeProfit=True;
extern double takeprofit=6666;
extern string 盈利后移动止损="默认打开";
extern bool AutoTrailingStop=true;
extern double TrailingStop = 1555;
extern string 分次离场参数="按比例分步撤退";
extern bool Gradually = False;       //分次离场         
extern int GraduallyNum = 2;   //渐进式


王王 发表于 2021-8-14 21:25:37

谢谢

灰头土脸 发表于 2021-8-18 11:33:18

{:1_179:}

大道至简 发表于 2021-8-22 12:49:46

{:1_186:}

卓瑞丰 发表于 2021-8-24 23:14:06

{:1_186:}

职业赌徒 发表于 2021-8-26 23:48:25

谢谢

划痕 发表于 2021-8-31 20:30:52

{:1_181:}

阿力 发表于 2021-9-7 21:21:49

支持下

老妖 发表于 2021-9-11 21:56:54

{:1_181:}

大夏季 发表于 2021-9-12 18:12:39

支持下
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: 求助汉化问题