This indicator draws graph perfectly, but it's hard to build strategy with it.
Indicator has Values[] datasets with double type values.
Sometime dataset values is undefined and then these values equals to Close[0]!
Not zero, not -1, not null. Why?
How I can check that indicator.Values[0][0] is undefined?
I think expression Values[0][0] == Close[0] is not very good solution.

Comment