Discussing the article: "Developing a robot in Python and MQL5 (Part 1): Data preprocessing" - page 7

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
I ran it from the terminal
The path was specified both ways to the terminal
He's looking in the wrong place. There's a history in the terminal.
Kill all terminals, leave one and you don't have to specify the path. It will find it by itself.
if not mt5.initialize():
But you write that the history of bars is missing.
Set it in the terminal settings
And EURUSD is definitely there, because I tried to load it from the terminal, where it is not in the market overview))))))
Kill all terminals, leave one and you don't have to specify the path. It will find it by itself.
But you write that you do not have enough bar history.
Set it in the terminal settings
The terminal is running alone.
I set unlimited in the terminal - it seems to have helped, but I had set it earlier - when I launched from python - there was no effect.
Also the connection with the MQ server is terrible - maybe it influenced somehow?
In general, it is not right that there is a dependence on the setting for displaying history on the chart.
Thanks.
Good afternoon everyone,to the esteemed author thank you for the article.
Newbie question:
The augmented sampled data from the "augment_data()" function is not used in training, judging from the above code?
I attach a picture with file sizes
Good afternoon everyone,to the esteemed author thank you for the article.
Newbie question:
The augmented sampled data from the "augment_data()" function is not used in training, judging from the above code?
I attach a picture with file sizes
Thanks for the comment. Just noticed. Instead of this:
You need to insert this:
Yevgeniy Koshtenko #:
Okay, thank you.
Dear author.
Please tell me the versions of python and modules used.
When running the script, an error pops up
raw_Prev_Day_Price_Change
raw_Prev_Week_Price_Change
raw_Prev_Week_Price_Change
Don't understand how should it work, I think we need daily time-frame before we calculate this or not?Dear author.
Please tell me the versions of python and modules used.
When running the script, an error pops up
Your path is missing ansi. Stepan.
Thanks for the reply.
Yes, the problem was indeed due to paths with Russian letters. fixed it and everything worked.....