Skip to content

This Python script enables downloading tick data for various Forex, CFD, and commodity symbols using the Duka data downloader library, allowing customization of parameters for data retrieval.

Notifications You must be signed in to change notification settings

mr-ely-git/forex_tick_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

forex_tick_downloader

cover

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.

Prerequisites

Before using this script, make sure to install the duka library by running the following command:

  pip install duka

Getting Started

  1. Clone the main repository of forex_tick_downloader : https://github.com/mr-ely-git/forex_tick_downloader.git
  2. Watch the tutorial on how to use Duka Data Downloader on YouTube: https://www.youtube.com/watch?v=yw-GM3Hp51g

Usage

  1. Run the script by executing the following command:
  python forex_tick_downloader.py
  1. 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.
  2. The downloaded tick data will be saved in the specified folder.

About

This Python script enables downloading tick data for various Forex, CFD, and commodity symbols using the Duka data downloader library, allowing customization of parameters for data retrieval.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages