I have developed an oscillator that I plot, lets call it RESULT. I would like to highlight when RESULT for the current bar changes by more than a particular value from the RESULT that was calculated for the previous bar. How do I do this? Using
RESULT.getValue(-1)
doesn't give an error, but the window where it should get plotted is blank...
What is the best way to refer to a user calculated value from a previous bar?
Thanks for any help
RESULT.getValue(-1)
doesn't give an error, but the window where it should get plotted is blank...
What is the best way to refer to a user calculated value from a previous bar?
Thanks for any help
Comment