79645871

Date: 2025-05-30 17:33:51
Score: 1
Natty:
Report link

maybe add this for checking the stop level points

int stopLevelPoints = (int)MarketInfo(Symbol(), MODE_STOPLEVEL);
      if(stopLevelPoints==0){
        stopLevelPoints=(int)SymbolInfoInteger(_Symbol,SYMBOL_TRADE_STOPS_LEVEL);
        }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Forex Coder