Originally Posted by danatrader
for(open_trades)
{
if(condition){
exitLong();
exitShort();
}
}


This is awesome, thanks for the update. That makes sense.