For starters, I am a complete newb regarding programming and strategies in general but I am trying to give it a shot.
I have an indicators that when normally added to a chart has 3 plots
Rising plot; blue color
Neutral plot; yellow color
Falling plot; red color.
When plotted on a chart all 3 colors (plots) are on a single plot, the color of that line changes, no separate line for each plot.
I would like to create a condition using the strategy wizard to "do something" when
that indicators IS plotting the rising plot.
I do have the option in the condition builder to select from a drop down list Rising plot, neutral plot and falling plot
What I tried so far was
if rising plot == rising plot
if rising plot== 0
DO
draw an up arrow
that didn't work!!
I would deeply appreciate any help
On a side note, I have another indicator that I wish to do the same with, however, in the condition builder there is no drop down list to select rising plot, falling plot,...etc. However, they are present in normal indicator properties window

Comment