Quote:
Originally Posted by robp
Maybe a script that lists all the pairs that you can quickly enter true/false on and then it only trades the true. But any such script has to have error checking/trade trapping so that it continually tries to open trades until they're all open -- otherwise you will get context busy errors.
|
Correct, so most likely a "if(!IsTradeContextBusy() && IsTradeAllowed()) { BUY/SELL }" type of command would be necessary