Help needed on how to create a bot based on break of structures
-
Hello guys, I need help on how to create a bot that trades based on the break of structures. Below is how it should work:
For Buys:- The market should be in a downtrend (having a series of lower highs and lower lows)
- If the first condition is true, wait for a break of a lower high
- After the break, look for a bearish indecision candle(with a body that has less than 4 pips) from the series of candles that broke the lower high.
- The candles should reverse to tap into this bearish indecision candle to trigger a buy
For Sells
- The market should be in an uptrend (having a series of higher highs and higher lows)
- If the first condition is true, wait for a break of a higher low
- After the break, look for a bullish indecision candle(with a body that has less than 4 pips) from the series of candles that broke the higher lows.
- The candles should reverse to tap into this bullish indecision candle to trigger a sell
All contributions will be appreciated, thanks
-
@l-andorrà , @ROAR, @JSTAP any contributions please
-
Can you please share the link to your project?