Need help with this indicators
-
Anyone please how to create an RSI condition to trigger buy when cross below 30 level and later crosses above 30 level trigger buy when current candle close.
And for stochastic oscillator to trigger buy when main line cross below 20 level and later crosses above 20 level to trigger buy when current candle close.
Have been finding it difficult to create ea to follow this simple rules anyone please help. Thanks
-
@trendmaster A cross on candle 0 happens in real time, a cross on candle 1 waits for a new candle to open then checks the candle before and acts if conditions are true.

-
@jstap said in Need help with this indicators:
@trendmaster A cross on candle 0 happens in real time, a cross on candle 1 waits for a new candle to open then checks the candle before and acts if conditions are true.

many thanks