I have trouble to use myDataSeries as input for KeltnerChannel() indicator. By cheking the indicator source code, it seems to me that I need to provide High[] and Low[] data in the input to generate diff value. My questions are,
1) How can I make myDataSeries identical as BarsArray[]? If I use myDataSeries as is, I can not get upperband and lower band values. They are always the same as middle values. I attach my test code and test results.
2)Why KeltnerChannel() only use Typical (seems hardcoded internally) as input?
Please help.
JD

Comment