Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 577
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
And how are such questions solved then? Let's say, there is a list of variables that are used in different libraries. Take, for instance, the bi_Err variable which contains the last error. It turns out that without a global variable, I have to declare the same variable in each library and handle the analog of the bi_Err variable. And there are plenty of such variables. So the question is posed because it turns out that without using global variables in such cases I have to declare these variables (which are global now) in each library, where such variables are used, and pass their values through the parameters of functions, in which these variables are used.
It turns out that instead of declaring these variables globally once, we would have to declare them separately in each library. And this is already kind of unreasonable.
I have no objections to the principles, but the man wants to run the Expert Advisor in the tester, so your options do not suit him.
Use my variant, it will work both in real and in tester, but until they did not make a function to automatically take into account daylight saving time, define the time of transition to this year like
From March 2013 to November 2014 will work and test correctly. Set the shift according to your brokercan you tell me how to automatically determine the transition days?
Good evening. Folks, please advise me on the code (indicator).
All you need is a small white square (background). Which will be in this or that angle. Or say, in a certain place on the chart ... Spc.
Afternoon. The ATR indicator window shows the maximum and minimum values. How can these values be "extracted" for use in the owl.
Hi all! Who knows how to call up the current price of a moving average in an EA?
https://docs.mql4.com/ru/indicators/ima
How does the script enable/disable the display of trading levels?