halantrader / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
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) {
: