Saman719 / Publications
Forum
getting information of several postions
i want to know how to get information of several positions , for example how can i get the profit of 2 open positions for ( int i = 0 ; i< PositionsTotal () ; i++) { double profit = PositionGetDouble ( POSITION_PROFIT ); Print ( PositionGetTicket (i)+ "'s profit is " +profit);