reference the ADXR indicator parameters

Created at 09 Jan 2023, 23:06
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
EV

evgrinaus

Joined 13.11.2020

reference the ADXR indicator parameters
09 Jan 2023, 23:06


Any Idea how to reference the ADXR indicator parameters of DIPlus and DIMinus as I cannot get it to work

// Get the current values of the indicator var diPlus = _admIndicator.adxr.DIPlus.LastValue; var diMinus = _admIndicator.adxr.DIMinus.LastValue;

Where _admIndicator = Indicators.GetIndicator<ADXR>(ADMPeriod);

ADXR loaded from Managed References


@evgrinaus