I have some additional scripts to start or stop. I think I have worked out where to put them. I need a slight delay between each start and stop. Would the following work assuming the scripts are named correctly?
trader.timer(0.2,"1% Down");
or
trader.timer(0.2);
trader.groupStart("1% Down");
The trader.timer I am unsure if I can skip the function call. I could always create a blank function. I think neither will work.