Read the values into an array. Use ArrayMaximum/ArrayMinimum to find what you want.
Hello friends..I have a question that I think is difficult programming, but I think that many here are able to guide me.
Nooo this is not so difficult. But it takes time and effort to understand the different parts, namely arrays and for loops.
So if you think this is hard, that means you haven't even taken a good sniff at the basics. No offense, you are just beginning.
Why don't you try and find a tutorial on how to build a simple MA Expert Advisor.
AH... also this:
- www.mql5.com
Read the values into an array. Use ArrayMaximum/ArrayMinimum to find what you want.
I'll start looking around for these. thank you very much for the guidance and help
Nooo this is not so difficult. But it takes time and effort to understand the different parts, namely arrays and for loops.
So if you think this is hard, that means you haven't even taken a good sniff at the basics. No offense, you are just beginning.
Why don't you try and find a tutorial on how to build a simple MA Expert Advisor.
AH... also this:
Yes this is the fact that I am just starting to learn mql4.
But the problem I have is with the language, as the Arabic references that explain this language are scarce, superficial and incomplete.
and my English is weak and I do not master it well. But I will try hard to learn the basics and understand them well..
Thank you very much for your guidance and help
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello friends..I have a question that I think is difficult programming, but I think that many here are able to guide me.
I want to calculate the lowest moving average level during a certain number of candles, as well as the highest moving average level during a certain number of candles.
That is, I want the moving average top and the moving average bottom, not the price.
How do I write a function that returns these values to me?
Thank you for your interest and help