I'm new here. I am trying to reduce some risk of not getting profit when I can possibly close with lower timeframe.
I could not find any posts. Please help me.
for(cnt=0;cnt<total;cnt++)
{
OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES);
if(OrderType()<=OP_SELL && // check...