Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 141
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
What is in the folder metatrader4/tester/logs?
This is where the messages displayed in the tester logs are located. If you delete them, you will free disk memory from these messages
Photos of the terminal in English and Russian are attached
This is where the messages output to the tester log are located. If you delete them, you will free the disk memory from these messages
Perhaps the right thing to do is to automatically delete the tester logs every time you start testing or optimising, I'm getting tired of clearing it manually every time. I wonder what MT users think about this?
There is a function for determining the minimum lot size:
I'm wondering why there's a logarithm, and a natural one at that. Why does it divide one by the other? What did the author want to implement with this function?
People, tell me a tip. How can you view the contents of an array in mql4?
Dear colleagues, I have a question about optimisation. I have optimised my Expert Advisor. I am running the data in the tester one by one, without optimisation. Some data may show profit in the beginning, but at the end the yield curve starts to decrease, and vice versa. This begs the question, how to choose the one that will show the same profits from the beginning to the end out of the set of profitable runs. What is the expected payoff for this purpose?
Loop through all cells of an array and log their contents at each iteration.
It's a bit complicated... It's even a bit long. Is there any way to do it this way. For example, can you print(ExtMapBuffer[0]); and print the contents? Except if it's possible to do it that way, how can I see these values...? With what?