READ-ONLY

The forum is now a read-only archive.

For bug reports & platform questions → [email protected]

Our community lives on Discord and YouTube — come join us!

MQL4 changes in language?

33 replies

Matusiak Adrian

Customer, bbp_participant, community, 300 replies.

Visit profile

10 years ago #113958

Hello.

 

Currently I save my strategies to source by SQ. 

 

But on some website I have discovered that old MQL4 will not be supported from MT Build 600+,

 

Please read details:

http://docs.mql4.com/mql4changes#compiler_difference

 

Especially:

Old EX4 applications and DLLs based on old RateInfo format will not work in the new terminal. Conversion to the new format is required.”

 

and

Starting from build 600, MQL4 programming language has been completely revised reaching the level of MQL5 – now you can develop trading robots in MQL4/5 using the unified MetaEditor development environment, single style, libraries and debugging tools.”

 

 

Any update on this? 

btn_viewmy_160x33.png

0

geektrader

Customer, bbp_participant, community, 524 replies.

Visit profile

10 years ago #133148

Yes it is “just” that, but you could code it right as well by using IntegerToString or DoubleToStr whenever converting a number to a string, then these warnings will disappear.


🚀 Unlock Your Edge in Automated Forex Strategy Development 🚀

Historical Forex Data Starting From 1987, 28 Pairs, M1, 99% Error-Free, Lifetime Free Updates

0

Mark Fric

Administrator, sq-ultimate, 2 replies.

Visit profile

10 years ago #133236

unfortunately, IntegerToStr function doesn’t exist in old versions of MetaTrader (before build 600), this is the reason why I didn’t do it this way.

Mark
StrategyQuant architect

0

geektrader

Customer, bbp_participant, community, 524 replies.

Visit profile

10 years ago #133238

Yea, but DoubleToStr does and does the same in this case.


🚀 Unlock Your Edge in Automated Forex Strategy Development 🚀

Historical Forex Data Starting From 1987, 28 Pairs, M1, 99% Error-Free, Lifetime Free Updates

0

Viewing 3 replies - 31 through 33 (of 33 total)

1 2 3