Marquese Singfield
Marquese Singfield
Friends 2
Marquese Singfield
Added topic Only open one trade per currency pair.
I created a function that will count the number of positions for any symbol you give it.  int PositionCounter( string SymName) { int PositionCount = 0 ; for ( int i = PositionsTotal ()- 1 ;i>= 0 ;i--)    {     
Marquese Singfield
Registered at MQL5.community