
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
Stop given FALSE information to people.
Crossplaform code
Are there any other examples?
Crossplaform code
Are there any other examples?
Does the demo code I provided in my example COMPILE and EXECUTE correctly with MT4 & MT5 without modification?
NO it doesn't because the two languages are not compatible.
The code would not work "out of the box" because MT4 and MT5 use different programming languages.
The only reason the code will execute on the MT5 platform is because you added a large amount of code in order to make it compile and run.
You had to add a lot of code just to run a simple MQL4 data collection loop.
Does MT5 Support iHigh, iLow, iOpen, iClose?
NO because MQL4 and MQL5 are NOT language compatible.
Hi @Jack Thomas
I can not send PM message to you (because you use some settings in your profile to accept PM from the friends only).
I have one request - please, use normal font and color when posting. Why?
People are complainining - your posts with bold blue/read color look like aggressive posts ... no one is posting like that on the forum ...
----------------
So, please, use normal font and color when posting.
Hi @Jack Thomas
I can not send PM message to you (because you use some settings in your profile to accept PM from the friends only).
I have one request - please, use normal font and color when posting. Why?
People are complainining - your posts with bold blue/read color look like aggressive posts ... no one is posting like that on the forum ...
----------------
So, please, use normal font and color when posting.
Why allow people to use colors if you don't want them used? That's absurd.
I'm sorry but it really is absurd for someone to complain because I used COLORS.
Yes I used colors to make a point.
I will try and limit my use of colors and such in the future, However, my posts are VALID and my information is correct as I have presented.
I sent you a friends request so you can contact me.
Why allow people to use colors if you don't want them used? That's absurd.
I'm sorry but it really is absurd for someone to complain because I used COLORS.
Yes I used colors to make a point.
I will try and limit my use of colors and such in the future, However, my posts are VALID and my information is correct as I have presented.
I sent you a friends request so you can contact me.
It is nothing with me.
If someone is using the color to post a text (not one colored word; just whole the text with colors in bold especially with aggressive colors such as blue and read) so the people understand such the posts as the aggression against them, or as the poster is getting angry for something ...
That is nothing special - if they complained so I as moderator should re-act.
Does the demo code I provided in my example COMPILE and EXECUTE correctly with MT4 & MT5 without modification?
NO it doesn't because the two languages are not compatible.
The code would not work "out of the box" because MT4 and MT5 use different programming languages.
The only reason the code will execute on the MT5 platform is because you added a large amount of code in order to make it compile and run.
You had to add a lot of code just to run a simple MQL4 data collection loop.
Only one string!
Does MT5 Support iHigh, iLow, iOpen, iClose?
NO because MQL4 and MQL5 are NOT language compatible.
You are wrong. You do not have enough experience to write mql4_to_mql5.mqh.
Only one string!
You are wrong. You do not have enough experience to write mql4_to_mql5.mqh.
Yes or No.
Without using a third party library, does MT5 support iHigh,iLow,iOpen,iClose natively?
The answer is NO.
MQL4 is NOT language compatible with MQL5, which is what the OP asked.
Stop. You are acting like a child.
Yes or No.
Without using a third party library, does MT5 support iHigh,iLow,iOpen,iClose natively?
These functions are not part of the language (MQL4). These are part of the History API.
Do you understand the difference between languages and API?
MQL4 to MQL5 is not compatible.(without function conversion libs)
However, MQL5 to MQL4 is compatible to some extend,
There are some issues with for example timeframes and trade functions,
But for the most of it, it's usable.
Now here is a list of MQL4 Functions: https://docs.mql4.com/function_indices
Sorry to bust your bubble saber, but iHigh,iLow,iOpen,iClose are in there.
MQL4 to MQL5 is not compatible.(without function conversion libs)
However, MQL5 to MQL4 is compatible to some extend,
There are some issues with for example timeframes and trade functions,
But for the most of it, it's usable.
Example EA please!