Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 858
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
Hello, how long will MT4 be around for? a year or two?
Sorry for the question, it's a bit off-topic (but very important to me).
mt5 has been around for 10 years (as far as i remember)
mt4 is about 15 years old.
i.e., in fact, we can already ask - "how long will mt5 last?
we can already do mt6 )
mt5 has been around for 10 years (as far as i remember)
mt4 is about 15 years old.
i.e., in fact, we can already ask - "how long will MT5 survive?
we can already do mt6 )
Thank you, I didn't expect such an answer)... But still, any chance of a year or two for MT4?
Thank you, I didn't expect such an answer)... But still, any chance of a year or two for MT4?
I think the developers would rather decide to make MT6 with MT4 and MT5 support than kill MT4)
(this is my personal opinion-desire)
Rewriting code from mt4 to mt5.
The break operator is a bit confusing.
MT4
MT5
Is it correct?
What does an error mean:
p.s. why does this site almost always fail to search?
What the error means:
public forgotten
Help me solve this question! Here is a piece of code of the indicator, if you run it on TF less than M5 this error always appears on a new bar! Is it supposed to be like this or something is wrong?
I think the developers would rather make MT6 with MT4 and MT5 support than kill MT4)
(this is my personal opinion-desire)
Possibly, but it takes time to decide and do it... Is it, for example, a year or two for MT4?
Possibly, but it takes time to decide and do it... Does MT4 have, for example, a year or two?
no one knows, the developers of MT4 once again said they would not make updates, in my memory, it has happened 5 times
if you are writing for MT4 Expert Advisors, then in MQL5 you will be able to transfer the code, literally - in 2 clicks, you will be able to use the code usinghttps://www.mql5.com/ru/code/16006.
If you are an expert, you need to rewrite it manually. The logic of writing indicators for MT5 is a little different - this is what keeps me from switching to MT5.
Please help me to solve the problem! If I try to use it on TF less than M5, there is always this error on a new bar! Is it supposed to be like this or something is wrong?
the code is correct, add the output when everything works correctly in - CopyTime(), it may happen that on the tick that opens a new bar history is not available, so you need to repeat the operation on the next tick
SZZ: there is function iTime() - perhaps it works better