Kod: Zaznacz cały
for(int i = OrdersHistoryTotal() - 1; i >= 0; i--)
{
OrderSelect(i, SELECT_BY_POS, MODE_HISTORY);
Comment(OrderMagicNumber()) ;
}Kod: Zaznacz cały
for(int i = OrdersHistoryTotal() - 1; i >= 0; i--)
{
OrderSelect(i, SELECT_BY_POS, MODE_HISTORY);
Comment(OrderMagicNumber()) ;
}