I keep getting error 130 on some orders:
What is the correct way to code this?
Inserted Code
MinStopPips = MarketInfo(Symbol(),MODE_STOPLEVEL) + 1;
if (SLPips < MinStopPips)
SLPips = MinStopPips; What is the correct way to code this?