trashBoat_trades
trashBoat_trades
Friends

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

trashBoat_trades
Added topic Need help multiplying integer by SYMBOL_POINT to create a hard stop
int StopLoss = 10; double openPrice = PositionOpenPrice(glSellTicket); double point = SymbolInfoDouble ( _Symbol , SYMBOL_POINT ); double stopLoss = openPrice + point*StopLoss;     
trashBoat_trades
Registered at MQL5.community