I have a strategy builder problem that has so far eluded me.
I'm trying to use various indicators in my trading, and the value of these indicators in an automated trading strategy is the values stored in plots. I want to query these values, and make decisions based upon the values within them.
In some indicators, you can query the plot values numerically, for example: +1 is bullish value, 0 is neutral value (chop), -1 is bearish. This is easy to do, and not an issue.
For many other indicators, the values stored in value plots - and I cannot figure out how to extract the condition to use in a strategy.
For this specific example, the Awesome Oscillator, the value plots are: "Oscillator" and "Signal". No matter how I query these value plots, I can't pull a plot value to then make actionable condition outcome from.
What am I missing?

Comment