Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1470

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
CopyRates(_Symbol,PERIOD_D1,60,60,DayRate); // Get historical monthly data for 60 days in the future
Regards, Alexander
Don't you need prices from the future in real trading?
CopyRates(_Symbol,PERIOD_D1,60,60,DayRate); // Get historical monthly data for 60 days in the future
Regards, Alexander
Make a script that will write the character data to a file, and then from the tester access this file.
Make a script that will write the character data to a file, and then access that file from the tester.
Thank you very much!
Hello.
During optimisation I get the following message: 2023.08.07 23:12:35.675 Core 2 genetic pass (0, 268) tested with error "critical runtime error 512 in OnTester function (sleep function reaches end of test)" in 0:00:09.135
What build of the terminal? What system are you running it on? OS version?
I do have some cool strategies that I want to automate, but I don't know anything at all about MQL5 or programming. Where to start?
I do have some cool strategies that I want to automate, but I don't know anything at all about MQL5 or programming. Where to start?
Start with a statement of work that describes the logic of these strategies in detail. Then either freelance or publicly provide a description in a separate thread.