Open positions on objects
-
Hi everyone, how do I create a bot that only checks for a criteria around the object that is drawn and open a position only when this criteria is met around the object
E.g When the bot identifies support or resistant, it should check if a doji or engulfing candle occurs on the support and resistance and only open a trade if this condition is met; only on the support and resistance -
1st sort what you use as support/resistance, and how the EA reacts to it
-
Yo quiero hacer exactamente esto para una vela de 15 minutos que se crea en un horario especifico, tomando como soporte y resistencia el hi y lo de esa vela
-
Then draw on candle time
-
@jstap I created this bot. this is what I want to set;
after the the two conditions are met, from the last condition that was met, count from 1 to 30 candles, and in between this counts, if price crosses the ema from below, a buy order should be opened. If price didn't cross the ema after 30 candles, it should start checking for all the conditions again starting from the first onelink to the bot https://fxdreema.com/shared/P9Zw0clEb
-
Looks like you are trying to find a divergence over 1 candle on the RSI, but this rarely happens. To have a cross with MA you will need this in line with the other conditions, this is the logic - if this is true check this - then this - then this - if 3 true place a trade