Questions from Beginners MQL5 MT5 MetaTrader 5 - page 162
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
I wrote the simplest indicator in mql4, I wanted to translate it to mql5, and I have been struggling for a week, but it is not working! I'm getting on my nerves, I hate mql5 because I have already written 88 lines of a simple 34-line indicator in mql5!
Here is the code on mql4:
And here is the code on mql5:
Indicator lines are not displayed correctly in MT5.
What have I done wrong?
Good people, help me, have pity on the poor guy, I'm on the verge of a breakdown, honestly. It's a shame you can't swear in here!
Moderator, don't ban me, first give me a warning if something is wrong.
You're recalculating all available bars on every tick, which is highly sub-optimal, and is terribly slow.
The indicator lines are not displayed correctly in MT5.
What did I write wrong?
Where is the work with PlotIndexXXX ?
did not allow you to read the documentation and examples?
Moderator, don't ban me, first give me a warning if something is wrong.
Where work with PlotIndexXXX ?
Too lazy to read documentation and examples?
Go to codebase and read it. there are hundreds of examples.I wonder why this is needed at the beginning of the code:
All properties for each line are specified here? Or is it not enough for mql5, now I need to write properties of lines through PlotIndex?
I've read a lot of examples and documentation, I don't understand 80% of them, for example, why should I complicate simple things?
For example in mql4:
In mql5 now I can't even imagine how much specifying line styles can take, 50 lines probably, and the result is 1 and the same.
MQL5 is for PROGRAMMERS, MQL4 is for TRADERS. If you want to check the system, program it with mql4, and if you want the same thing with mt5, ask a programmer to do it, or stop trading and spend time studying mql5.
With the release of MT5, I, as a trader, noticed only one improvement, it is a 64 bit tester with the ability to use all CPU cores.
The sophistication of mql language will not affect the results of manual or automated trading in any way. The complication of the language is important for programmers, yes - we can make nice buttons and panels, integrate with all kinds of strange WinAPI, etc., but it has not affected the results of trading. So why all these difficulties when you can program in mql4, and check it, but there is only 1 BIG minus - there is no x64 terminal and tester with possibility to use all cores. If they would do these 2 things - there would be no price for MT4. But they will not make them on purpose, so that it would not create competition for MT5 and people like me would suffer or pay money.
Anyway thanks for your attention, for the "help". I do not comment, I will not go to the branch anyway, it's just my opinion, not more, I have to go.
I am new here. Can you tell me if i trade the rts index futures in mt5? How do I print a quote chart from 2009 to today?
Ask your broker to give you a glued chart.
can I glue it together myself?
No. Only a broker. If you do it yourself, you'll have to write your own indicator.