Pls How do i make awesome oscillator take trade base on the condition below on fxdreema
-
How do i make awesome oscillator take trade base on the condition below
Ao is above 0 line bar turns blue after every red
Buy immediately take profit at the close of the bar

-
@ebukaitalian HI, I assume you meant green not blue? to get above/below 0, condition block AO in left operand, <>, value 0 in right. To get the colour is a little more difficult if above/below 0 green is higher than one before, red is lower.
In this picture you can see how to set a condition for if AO is above 0 and green. candle 0 is current and forming, 1 is the previous etc. Good luck, hope this helps.

-
@jstap i did as instructed but doesn't trade as the strategy
-
@ebukaitalian If you add a shared link then the project can be assed, this is defiantly the way to do it but is only a start, In this picture you can see how to put result in a comment so you can back test and watch the result change as indicator changes, (connect the second yellow to the modify block as well.

-
-
@ebukaitalian That's not a shared link, go to projects, click shared link, open in web page, past on here.
-
-
@ebukaitalian You have the condition set to==, this is a rare condition to happen, I changed to> and it's placing trades.