Awesome Oscillator???
-
Hi all,
I want to make a trade on an MA Cross IF the Awesome Oscillator is Green I will buy, If the MA Cross is down and the AO is red, I will Sell. How do I include the Awesome Oscillator? Thanks
Dave -
@daibeer Hello,
The AO changes color if it was rising or falling so the way to do it is by the difference between candle ID 1 and Candle ID 2 where one is greater than the other. In the following screenshot, I have made it so that you are looking for the reg or green on the closed candle with candle ID 1. If you wanted the current candle, then just change the 1 to 0 and 2 to 1.

-
Hi,
Thank you, that was really helpful.Thanks again Dave