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