Questions from Beginners MQL5 MT5 MetaTrader 5 - page 139
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
...
How can I replace them in mql5 and will it work correctly?
Look here.
Have a look here.
I have already seen it. The question is how well it will work. Doesn't mql5 have the same as mql4?
1. It will work correctly.
2. It's true that you can do things differently in Five, but you need a specific task. You'd better post a piece of code where these constructions are used and maybe they will help you.
1. It will work correctly.
2. It is true that you can act differently in Five, but you need a specific task. You'd better post a piece of code where these constructions are used and maybe they will help you.
Tell me, I only need mql5 because of the tester. It has deep testing capability. I think the most important thing is forward analysis of profitable runs, I don't need to check each run manually. Is it worth to study mql5?
In your case, it is worth taking the time to study a tester).
Tell me, I only need mql5 because of the tester. It has deep testing capability. I think the most important thing is forward analysis of profitable runs, I don't need to check each run manually. Is it worth to study mql5 because of that?
If you want to use mql5, there is and will be a difference. If you want to use MT5-tester, you will have to study it.
But the wording "is it worth it" is not quite correct. No one here knows how difficult it is for you to learn and how much you need to use the tester.
Is the tester on mql4? If on mql5, you still need to learn the language. How can I convert my EAs to mql5 without knowing the language?
1. It will work correctly.
2. It's true that you can do things differently in Five, but you need a specific task. You'd better post a piece of code where these constructs are used and maybe they will help you.
The questions are as follows:
1. I put value of a variable in mql4.
I put mql5 instead of the code above
right?2. In mql4 the parameters that can be changed are in extern, in mql5 it is input parameters?
3. mql4 lists variable names in int start(), and in the trading criteria I assign values to
variables and then the Expert Advisor code. The question arises, where in mql5 to list variables and assign values to them?
Questions have arisen, if I may ask you?
1. If you omit the checks, you can go like this:
2. Yes
3. The question is not clear.