
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Note that
#define OBJPROP_TIME1 300
#define OBJPROP_PRICE1 301
#define OBJPROP_TIME2 302
#define OBJPROP_PRICE2 303
#define OBJPROP_TIME3 304
#define OBJPROP_PRICE3 305
Are not showed in this post, you can find them by downloading the file.
Hello,
I believe there is a missing last '}' in the SetIndexStyleMQL4 deffinition.
Thank you for the article, really useful :)
Lucian
bool IsTesting()
bool IsTradeAllowed()
bool IsVisualMode()
minefield
Hello,
This old article (may 2010, more than 11 years ago !) was one of the first trying to simplify the process of migrating a script/EA from MQL4 to MQL5. Meantime, the popular mql4compat.mqh has been created, and I just published a maintained version of mql4compat on github for people interested : https://github.com/eromawyn/mql4compat
Hi I am struggling with these functions (please see below) I keep on getting these errors. Please help resolve it.
A picture is good, but you need an MQL5 code. You need to insert the code using the button
There is incorrect information in section 19. The function
has an analogue in MQL5
Hi Guys , thanks a stack for the great work.
I was having an issue getting fractals to work when converting from MT4 .. this helps by returning 0 instead of EMPTY_VALUE .. hope this is the right place to post thanks