Handling Heikin Ashi Wicks in Trading Bot Logic
-
Hello,
I am looking for a program that can open a position based on specific conditions involving SAR Parabolic and the type of Heikin Ashi candles. Specifically, I need the program to:
Open a position when the conditions related to SAR Parabolic and Heikin Ashi candle type are met.
Close half of a short position if there is an opposite Heikin Ashi candle (a bullish candle).
Take no action if the opposite Heikin Ashi candle has wicks on both sides.
Here is the shared link to my project: https://fxdreema.com/shared/m9flOFGMdCould you please help me with this?
-
this can all be added via condition blocks, start a project, add a shared link and say what is not working
-
@teonilenders You should beware of the Parabolic SAR. I guess you need the change in trend point in order to make it happen. You need to know that the first spot of each new trend sequence is not appearing on the chart at the first tick of the open price of the candle it is supposed to happen. It is drawn later. That is a serious headache when using those 'once per bar' blocks on top.
Trust me, I did the same and I needed one damn month to find the reason why my bot didn't work.
-
The thing i'm struggling to do is sorting out heikin ashi candles who have wicks on both sides. The rest works perfectly. I just want to close partially if there is an opposite candle except if the candle has wicks on both sides. Can you help me ?
-
@teonilenders AFAIK, there is no block in fxdReema that can identify wicks on Heiken Ashi candles. Maybe I'm wrong. My suggestions would be finding a custom indicator doing so.
-
@l-andorrà Do you know such indicator? Thanks
-
@teonilenders I remember having used one like that long ago (10+ years), but I can't find it on my indicator's vault. I don't remember its name either. Maybe searching on mql5.com's forum will help.