上传者: loveyt_happy
|
上传时间: 2022-01-11 13:32:31
|
文件大小: 8KB
|
文件类型: -
input int rsi_period=14;//RSI周期
input int boll_period=26;//BOLL周期
input double boll_deviation=3.5;//BOLL偏差
input ENUM_TIMEFRAMES period1=PERIOD_M5;//周期1
input ENUM_TIMEFRAMES period2 = PERIOD_M15;//周期2
input ENUM_TIMEFRAMES period3 = PERIOD_M30;//周期3s