This Python script allows you to download tick data for a wide variety of Forex, CFD, and commodities symbols using the Duka data downloader library. You can specify the symbols, start and end dates, saving folder path, and other parameters to tailor the data download to your needs.
Before using this script, make sure to install the duka library by running the following command:
pip install duka
- Clone the main repository of forex_tick_downloader :
https://github.com/mr-ely-git/forex_tick_downloader.git
- Watch the tutorial on how to use Duka Data Downloader on YouTube: https://www.youtube.com/watch?v=yw-GM3Hp51g
- Run the script by executing the following command:
python forex_tick_downloader.py
-
Follow the on-screen prompts to enter the required information:
- Symbols (comma-separated, e.g., XAUUSD, EURUSD)
- Start Date (YYYY-MM-DD)
- End Date (YYYY-MM-DD)
- Saving Folder Path
- Additional parameters, such as the number of threads and timeframe, are set with default values in the script. You can adjust them in the script as needed.
-
The downloaded tick data will be saved in the specified folder.