Import of Directional Ind. PlusDI
Posted: 16 May 2014 20:13
If I use the NATIVE "Directional Ind.", how can I import the plusDI value? (For backtest performance, prefer the native indicator at the moment.)
Express TestCode
VARS
series MACD (MACD.Main); // works
series plusDI(DirectionalInd.plusDI); // fails
I assume that the problem is with the name “Directional Ind.”. However, I have guessed all over in the dark and failed. How would it be called?
Thanks, Brian
Express TestCode
VARS
series MACD (MACD.Main); // works
series plusDI(DirectionalInd.plusDI); // fails
I assume that the problem is with the name “Directional Ind.”. However, I have guessed all over in the dark and failed. How would it be called?
Thanks, Brian