PeteZ / Publications
Forum
Operator While - until open trades
Hello, I am trying code EA with operator while. Cycle until are open trades, but my code not working. Can me anybody advice ? Here is code. Thank you int start(){ while (ExistPositions() == True) { do something } else { continue ; } return ( 0 ); bool