
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
There is a script to download data right in the documentation.
I saw that in this script "Sleep" is used and this can't be used in an indicator. My scanner is an indicator and scans every 30 minutes a lot of charts for some patterns and key levels which I determine by zigzags.
I didn't see any chance to implement this script into my indicator and so I hoped for another solution which can be built in the indicator. But obviously there is no other possibility to load the history. Either I will download the history with this script manually or I try to implement a part of it into my indicator without using the Sleep command.
Thanks a lot for your help!
I saw that in this script "Sleep" is used and this can't be used in an indicator. My scanner is an indicator and scans every 30 minutes a lot of charts for some patterns and key levels which I determine by zigzags.
I didn't see any chance to implement this script into my indicator and so I hoped for another solution which can be built in the indicator. But obviously there is no other possibility to load the history. Either I will download the history with this script manually or I try to implement a part of it into my indicator without using the Sleep command.
Thanks a lot for your help!
One last question:
I wanted to download the history of all my selected M15 charts. I only need the data from 2021 but although I used 01.01.2021 as the start date, I see data from 2019 or even 2017 are downloaded.
I don't need so much data and therefore I would like the script only to download from the input-date and not from the first available date. Could you please show me what I have to modify?
The loops with SeriesInfoInteger() are a bit too confusing for me...