reference the ADXR indicator parameters
Created at 09 Jan 2023, 23:06
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