Narfinsel / Candlestick-Pattern-Scanner

CandlestickPatternScanner is a utility class that helps Expert Advisors and trading bots to efficiently detect reversal
GNU General Public License v3.0
53 stars 25 forks source link

Does not compile on current MQL5 #6

Open francobritannique opened 1 year ago

francobritannique commented 1 year ago

This looks like a very interesting project, but unfortunately does not compile on the current version of MQL5. Many calls, such as SetObject have the wrong parameters. I’ve managed to correct many of the errors, but have still not succeeded in running this.

Twapa commented 1 year ago

what is the error message specifically?

bromoapp commented 1 month ago

A lot of errors.. you are still using objects that originated from MQL4 such as MarketInfo, Bid and etc..