Awesome oscillator - Parameter
-
Hi,
BAse on the picture. Currently, I set buy only if the AO if above Zero, how do i set that the condition that i only buy if the histogram is green not NOT red?

Thank you
-
@traderea6
The indicator is green when the bar is higher than the previous one so you can set :
-if Awesome > 0;
-and if Awesome (candle ID 1) > Awesome (candle ID 2);
-Buy -
@seb-0 Awsome.. quick thinking. Thanks