3-conditions-robot
-
how can i make this robot?
macd-signal line crosses above ema 20
rsi>30
candle closes between bollinger band 1 low and the bollinger band 2 low
bb1=20-0-2 *****bb2=30-0-3
divergence is happening between rsi+candles trend.
vice versa=sell

-
@mahdi-1
I'm not sure this is clear.
Do you want rsi>30 or rsi<30 ? Usually for buy signal, it's the second option.
Do you want the divergence to have any limitations, like the 2 points must be maximum 20 bars far each one from each other ? Does the rsi must cross above the 30 level between these 2 points ?
Also if you want the divergence to be detected, and in the same time the candle to be between BBs, and in the same time the MACD to cross above main, you are not gonna have a lot of opportunity. -
@mahdi-1 Sadly, fxDreema cannot identify divergences. You wil need to import a custom indicator doing so.
-
@seb-0
hi.thanks for replying.for buy:
rsi<30
no limitations in divergence.
rsi must cross above 30
less opportunities are ok but accurate. -
@l-andorrà
thank you so much. -
@mahdi-1 You're welcome.
-
@mahdi-1 Great idea, divergence will be tough although there is a ton of indicators for that. There is the problem with divergence in that you will have to play around with candle counts and highs and lows being around either one fo the outside bands or even in the cross of the middle bands. The problem there is that you have to hope that your candle is hit right when that happens, so there you are already 1/3 possibilities ... plus whether it is the low, body, or high...of the candle... Its tough, I have tried this, but I always find where it works, it doesn't later on. Great manual strategy though!