Default library for Candlestick pattern recognition

 

Hello everybody,

I am new at mql5 and have a question for a good library to recognize candlestick pattern.

I have found this library but they use a indicator for the calculation and I want to do it without any indicator.

https://www.mql5.com/en/code/291


Thanks for your help!
MQL5 Wizard - Candlestick Patterns Class
MQL5 Wizard - Candlestick Patterns Class
  • www.mql5.com
The generic idea is the following: the class of trading signals is derived from CExpertSignal, the next, it's necessary to override the LongCondition() and ShortCondition() virtual methods with your own methods. The best way is to create the separate class, derived from CExpertSignal for checking of formation of candlestick patterns. For...
 
mql20520 :

Hello everybody,

I am new at mql5 and have a question for a good library to recognize candlestick pattern.

I have found this library but they use a indicator for the calculation and I want to do it without any indicator.

https://www.mql5.com/en/code/291


Thanks for your help!

So you need to write your MQL5 code - advisor. You need to conduct your own search about process patterns.

 
Yes, you are right. But I have thought someone have written such library and want to share it...
 
mql20520 :
Yes, you are right. But I have thought someone have written such library and want to share it...

Search the CodeBase. Search by words ' candlestick' and 'pattern'

Search - MQL5.community
  • www.mql5.com
Searching is based on morphology and is insensitive to case. All letters, no matter of their case, will be processed as lowercase. By default, our search engine shows pages, that...
 
Thanks for your help. I have found a nice one.
 
mql20520:
Thanks for your help. I have found a nice one.


Can you please share it with everyone?