GithubHelp home page GithubHelp logo

terukusu / download-tick-from-dukascopy Goto Github PK

View Code? Open in Web Editor NEW
28.0 5.0 15.0 16 KB

Python script for downloading tick data from dukascopy.

Python 100.00%
mt4 historical-data dukascopy tick

download-tick-from-dukascopy's Introduction

Download tick from Dukascopy

This script downloads tick data from Dukascopy. The candlestick csv can be imported by MT4.

Files

  • download_tick_from_dukascopy.py

    • download tick data as...
      • tick
      • candlestick (date format is yyyy-mm-dd hh:mm:ss)
  • ticks_to_scale.py (omake)

    • convert tick data csv to candlestick(date_format = 'yyyy-mm-dd hh:mm:ss')

Prerequisite

  • Python3

Prepare

  1. $ python3 -v venv venv
  2. $ . venv/bin/activate
  3. $ pip install -r requirements.txt

Usage

Usage: python download_tick_from_dukascopy.py [options] <symbol> <start: yyyy-mm-dd> <end: yyyy-mm-dd>

Options:
  -h, --help     show this help message and exit
  -c time_scale  download as candlestick. ex: 1min, 1H, 1D. if not specified, download as tick.
  -d output_dir  output directory. default="./"

download-tick-from-dukascopy's People

Contributors

terukusu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.