Forum

Is it possible to create an Abstract Class in mql5?

Hi Guys, I'm wondering if is it possible to create an Abstract Class in mlq5? For example, like we use in Java: http://docs.oracle.com/javase/tutorial/java/IandI/abstract.html Java Code: abstract class GraphicObject { int x, y; ... void moveTo( int newX, int newY) { ... }

EA Fake signals

Hi Guys, Im facing a problem with one simple EMA EA... Im wondering if someone could please help understand how to check fake signals, I tried the methods reverse position but without success, someone have some pointers on this? Any examples will be useful Thanks in advance

Error: CExpertBase::SetPriceSeries: changing of timeseries is forbidden

Hi Guys, Anyone could help me with this? I`ve done a simple EMA Cross signal, after that I used MQL5 Wizard to built my EA... When I try to run the EA it show the following errors: CExpertBase::SetPriceSeries: changing of timeseries is forbidde CExpertBase::SetOtherSeries: changing of timeseries is