trashBoat_trades / Publications
Forum
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; stopLoss = NormalizeDouble (stopLoss, int (digits)); Print ( __FUNCTION__ , " Sell Stop Loss Normalized