In parameter testing of the policy, repeating at different time intervals, repeating objects of multiple parameters, etc., the repeating policy is reset the next time because the parameters need to be repeatedly adjusted, and cannot be recorded.
/*backtest start: 2017-03-01 end: 2017-03-02 period: 15 mode: 1 */ /*defaults number : 0 bool: false string: Hello BotVS! comboBox : 2 */ function main(){ while(true){ LogStatus("测试默认参数!"); Sleep(1000); } }