Forum

ChartOpen in Strategy Tester Build 2885 doesn't work

Dear community, I have build a EA last year with following code snipped: long chartM1,chartM10,chartH1,chartD1; int OnInit () { chartM10 = ChartOpen ( Symbol (), PERIOD_M10 ); chartH1 = ChartOpen ( Symbol (), PERIOD_H1 ); chartD1 = ChartOpen ( Symbol (), PERIOD_D1 ); chartM1 = ChartID ();

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