Any ideas on chart pattern recognition codes ?

 
Can you name some algorithms for detecting chart patterns.
 
chandra100:
Can you name some algorithms for detecting chart patterns.

What are you looking for?

single candlestick pattern or a series of candlestick pattern or you discovered a chart pattern but do not know how to code? 

 
doshur:

What are you looking for?

single candlestick pattern or a series of candlestick pattern or you discovered a chart pattern but do not know how to code? 

wedges, triangles, channels, triple bottom etc.....
 
chandra100:
wedges, triangles, channels, triple bottom etc.....
The algorithm is certainly not the same for all patterns. I suggest you to take one by one.
 
angevoyageur:
The algorithm is certainly not the same for all patterns. I suggest you to take one by one.
that everyone know. do you have idea for any one of them.
 
chandra100:
that everyone know. do you have idea for any one of them.
So you ask others to share their ideas, what have you shared ?
 
angevoyageur:
So you ask others to share their ideas, what have you shared ?

since i dont know , i made this question so that others can help me a bit. 

 
chandra100:

since i dont know , i made this question so that others can help me a bit. 

This is not how a forum works, you have to show your attempt and then ask for help. Here you don't show anything, if you can't code something then you can use the Jobs service.
 
Use bar highs and lows.
Documentation on MQL5: Timeseries and Indicators Access / Bars
Documentation on MQL5: Timeseries and Indicators Access / Bars
  • www.mql5.com
Timeseries and Indicators Access / Bars - Documentation on MQL5
Reason: