OrderTotal in Comment. How doing
-
what does it mean How can I do this using Fxdreema?
After determining the currency pair and magic number, please count the number of positions.
→Please use the OrdersTotal() function to set the number of positions.Please use the OrdersTotal() function.
Example:
if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES)==true && OrderSymbol()==Symbol() && OrderMagicNumber()==MAGIC)
{} -
@tam
The block Check Trades Count is all you want -
@sktsec said in OrderTotal in Comment. How doing:
Check Trades Count
please Example. i don't understand