This indicator plots three values that I calculate and when doing a Print (Values[0][0] + Values[1][0] + Value[2][0]); I get the correct values
that match where the Indicator is platting the values.
When I use the Indicator in a Strategy and I reference those values (MyIndicator.Values[0][0] + MyIndicator.Values[1][0] + MyIndicator.Value[2][0]) I am getting
a completely different value for MyInidicator.Values[0][0] and the debug from the Indicator.
Without posting my full code, it may be difficult to give an answer, but I can't figure out why it is doing this.
Thanks

Comment