Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 663

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
Where did you find a tutorial on mql5 ?
google rules:Timur Sergeyevich Mashnin"MQL5 Programming Language: Advanced Use of the MetaTrader 5 Trading Platform".
And so, yes, on MQL4 Metacquotes, the textbook by Kovalev Sergey was officially announced. Programming in the MQL4 Algorithmic Language
It's kinda like a discussion about the 4. It looks like the examples were written at different times, hence the use of different functions, which is misleading.
Forum on trading, automated trading systems & strategy testing
Any questions for newbies on MQL4, help and discussion on algorithms and codes
Artyom Trishkin, 2016.11.09 22:50
In this branch I want to begin to help those who really want to understand and learn programming in the new MQL4 and want to easily switch to MQL5 - the languages are very similar.
This blog will be a good place to discuss tasks, algorithms and any other questions related to MT programming one way or another.
I hope that other experienced members of our forum will join the discussion and the thread will be interesting to all.
google rules:Timur Sergeyevich Mashnin"MQL5 Programming Language: Advanced Use of the MetaTrader 5 Trading Platform".
And so, yes, on MQL4 Metacquotes, the textbook by Kovalev Sergey was officially announced. Programming in Algorithmic Language MQL4
Who here knows about this Timur?
After all, the man is writing:
Forum on trading, automated trading systems and trading strategies testing
Any questions newbies have on MQL4, help and discussion on algorithms and codes
psyman, 2018.10.15 19:56
That should be written at the beginning of the tutorial, as Medvedev said "Cast in granite" :-)
=i.e.the claim is unsubstantiated
I don't think this thread is the place to make any claims, but if you want accuracy, the word textbook is taken from here https://book.mql4.com/ru
From the very beginning they start using init https://book.mql4.com/ru/programm/structure , without saying anything about OnInit, and go on in other examples.
=i.e.the claim is unsubstantiated
I don't think this thread is the place to make any claims, but if you want accuracy, the word textbook is taken from here https://book.mql4.com/ru
From the very beginning they start using init https://book.mql4.com/ru/programm/structure , don't say anything about OnInit and go on in other examples.
I see. This textbook is a hundred years old :)
I understand that you may not know about it.
In general - it is necessary (probably, someone) for introductory acquaintance. It has been very many years since it was written and now, after reading it, it's better to ask about something here on the forum.
Well, try without "should", "must", "didn't do", "didn't report", etc...
Everything you need for a complete and in-depth knowledge of mql4 and mql5 - everything is available on this resource in abundance and for all tastes.
Hello. Help me with the "Murray lines" indicator. (I want to use its data in my EA through the
iCustom. to return the value of the 1st indicator line on the first bar - " double Divb1=iCustom(Symbol(),PERIOD_CURRENT, "Murrey-levels-system",P,StepBack,1,1); " and use Divb1 as a market entry condition, but when tested, the position is opened without taking this line into account.(Instead of 1, you can put any index of the indicator line, the orders open in the same places. Condition if(Bid<=Divb1)
Perhaps there is an error in the function parameters but I cannot decide which ones.
Hello. Help me figure out the indicator ...
No one is going to look at this kind of tartan.
=In general - it's needed (probably by someone) for an introduction.
Is there something more up-to-date, with good examples?
=Well, try without "should", "must", "didn't do", "didn't report".
You seem to have me confused with someone else. I did not use such words here.
I don't understand how to write indicators, what is the problem?
I need a line to be drawn showing the difference in price between active_1 and active_2
it works
I also need an average ma_period ma_period to be plotted on this line, there is a problem with it, it is not displayed