Tiago Cetto Pietralonga / Profile
- Information
|
9+ years
experience
|
0
products
|
0
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Tiago Cetto Pietralonga
Added topic I want check to a symbol ()
I want check to a symbol () Thank you if ( OrdersTotal () > 0 ){ // verifica se existe ordens abertas for ( int i= OrdersTotal ();i>= 0 ;i--){ // cria um loop
Tiago Cetto Pietralonga
Added topic Delete all orders of symbol ()
This delete all orders, I want delete of symbol () for(int x=OrdersTotal()-1;x>=0;x--) { if(!OrderSelect(x,SELECT_BY_POS,MODE_TRADES)) continue;
Tiago Cetto Pietralonga
Added topic calculate lots of all orders open - mql4/mql5
how I can calculate lots of all orders open? mql4/mql5 Thank you
: