Candle stick pattern EA
-
Any tutorials on how to create an EA that trades candle stick pattern like double bottom or bullish engulfing?
help please! -
@tre Engulfing is simple and there is lots of information regarding this on the forum, the double top is harder, you need to determine your clarification for this then create blocks to total this clarification, finding a indicator that does this is likely easier, there may be information on this in the forum but I am unsure.
-
@tre jstap is right. Finding a custom indicator with buffers that can be used by fxDreema is by far the easiest way to create that EA.
-
heh...im working on a little project at the moment trying to accomplish almost the same thing.
Im imagining its something like
loop cycles
modify variables, candle ID = candle ID +1
check distance
candle 1 high <> candle variable high
draw line