Jump to content

Script to detect candle patterns


prosper4all

Recommended Posts

Hello everyone,

 

I am interested in writing some code to detect candle patterns. I guess this could be easily done by running a loop on all the candles in the chart and checking the values of the current candle (high, low, open, close). Let's say we want to detect a "hammer", we could say that the real body of the candle has to have a certain wick size, etc.

 

My main goal is to detect reversals based on candle patterns. But it would be nice to develop an open source EA so that everyone can take advantage of candle patterns as another confirmation to get into the market or not. If there are any experts on the matter please write your response here.

 

Thank you

Link to comment
Share on other sites

Hello Sixer,

 

I want to reinvent the wheel because not everything shown on Google is good. In fact, most of it is poorly developed. I already have candle pattern indicators, but not the source code. Yes, it could be decompiled but it would be better just to make readable code and know how it really works. This would allow a programmer to integrate reliable candle pattern code much easier into a new EA. Self proclaimed expert Steve Nison claims most candle pattern recognition software out there is not accurate. I agree with that train of thought. My goal is to integrate such code into my future EAs as another indicator to confirm trade setups. I guess I will end up doing this myself.

 

Regards

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...