[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 831

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
Good afternoon, distinguished experts.
Could you please advise me on this question?
Are there any standard functions in MQL4 that allow determining the maximum/minimum value that the price took on the interval from the i-th bar to the j-th one?
Thank you very much in advance.
Good afternoon, distinguished experts.
Could you please advise me on this question?
Are there any standard functions in MQL4 that allow determining the maximum/minimum value that the price took on the interval from the i-th bar to the j-th one?
Thank you very much in advance.
https://docs.mql4.com/ru/series/iHighest
https://docs.mql4.com/ru/series/iLowest
And if you do it like this, you have to refresh somewhere. And a question - what are the consequences of using slap ?
Sleep in the tester does not work.
Why doesn't the check on every tick work for you? Is the indicator "heavy"?
Good afternoon, dear experts! I am learning to program in MOL4. I cannot figure out how to correctly write the condition: "If there are more buy orders than there are sell orders".
Good afternoon, dear experts! I am learning to program in MOL4. I cannot figure out how to correctly write the condition: "If there are more buy orders than there are sell orders".
There is a difference.
Good afternoon, dear experts! I am learning to program in MOL4. I do not know how to correctly write the condition: "If there are more buy orders than sell orders". Please help.
1. Count the number of orders of the first type
2. Count the number of orders of the second type
3. Compare results
Hello!!!
A simple indicator with arrows. Yesterday both ways.... no way... Thought today with a clear head I still can't see the error.....
IT'S NOT DRAWING ANYTHING!!!!! Please tell me where I made a mistake....
Please help. There are several pending orders (10 for example). One of them opens and triggers (no matter if it is a take or loss order). On the next tick, the next pending order should be set up. It is difficult to identify the order by a tick or a magik (the number of positions that may trigger is not limited). That is why I decided the easiest way to choose a time to set a pending order would be to compare the last and penultimate variable values (whatever) of positions that have already been closed. Thank you!
What will change next time?