halantrader
halantrader
Friends

Add friends via their profile or user search and you will be able to see if they are online

halantrader
Added topic how to close positions for the current symbol only
my code: void closePosition()   {    for(int i=0; i<PositionsTotal(); i++)    {       if(PositionGetString( POSITION_SYMBOL )==_Symbol)      {      
halantrader
Registered at MQL5.community