Hi guys,

using the code below to exit from trade I seen that the exit trade is not completed. Does not match the entry LotAmount
Code:
for(open_trades)
{
exitTrade(ThisTrade);
}


I'm entry with 0.29 lots and I'm exit with only 0.01 using the code above. Why? I used the MT4 bridge with 1.96 Zorro version.

Thanks