Awesome oscillator
-
Hi,
I would like to ask for help with Awesome Oscillator - how to define buy when crossover 0 below and selling when crossover above.
Thank you
Petr
-
If I am not wrong, this indicator have 1 output buffer, not 2. I feel that you want to do something like this: https://fxdreema.com/demo/mt4-buy-sell- ... conditions
-
Hi,
thank you for your reply. It is above or below zero, unfortunatelly I don´t know exactly how to describe condition in this case - when is above sell.
Thx
Br
Petr
-
If you want to detect whether the indicator is red or green, just compare its value of candle X with its value of candle X+1. Obviously if the previous value is lower than the current value, then the current bar is green.
-
Thank you very much for your reply