Stop level
-
Re: Stops level
Hi there, how to get the stops level as pips on MT5? This way give me compiling errors
@roar
Thanks -
@ambrogio this code returns the minimum stop in points - divide by 10 to get pips
SymbolInfoInteger(Symbol(),SYMBOL_TRADE_STOPS_LEVEL)
https://www.mql5.com/en/docs/constants/environment_state/marketinfoconstants
-
@roar thank you! For the link also
