First, how to make sure only trades in profit (loss) are closed?

Is this correct?

for(open_trades){
if(TradeIsProfit){
Lots = TradeLots;
exitTrade();
}



Second, ... hmm, first is most important.


Last edited by danatrader; 08/14/20 10:46.