Questions from Beginners MQL5 MT5 MetaTrader 5 - page 467
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
To be honest, I don't understand how to use the library in the terminal without searching and sorting at all... Just stupidly scroll through hundreds of lines?!!!
The search is built into the MetaEditor (top right corner). You can search for occurrences by:
- open document
- through all files
- MQL4/MQL5.community
Search is built into the terminal itself (top right corner). From the terminal, you can search the entire MQL5.community (Articles, Products, Library, Signals, Forum, Blogs, Documentation).anyone have any thoughts on the question? ))
Might help.
Might help.
I would like to understand and find out why my variant does not work. I think it is because of the Expert Advisor+indicator combination and I don't know what exactly it is about.
Thank you, but I want to understand and find out why my version does not work. I think it is because of the Expert Advisor+indicator combination.
Do you want me to prove that there is not much of a problem.
Just need the code of the indicator. I don't like to copy it.
Maybe I will change something in your indicator (and I even know what).
Maybe the problem is that in OnTick() you read only zero buffer, but in OnDeinit() both zero and first buffer?
Do you want me to prove that there is not much of a problem.
Just need the code of the indicator. I don't like to copy it.
Maybe I will change something in your indicator (and I even know what).
Deinit is to show that there is a value in one buffer.
There is value in both zero and first buffer. On M15 we have fractals on 5 and 21 bars now. This script
finds and prints everything correctly. Correspondingly, the Expert Advisor will find iCustom() working equally in the script and in the Expert Advisor.