Skip to content

Instantly share code, notes, and snippets.

@soediro
Created May 20, 2026 20:34
Show Gist options
  • Select an option

  • Save soediro/982119b1357cba92fa0740dfc8764be3 to your computer and use it in GitHub Desktop.

Select an option

Save soediro/982119b1357cba92fa0740dfc8764be3 to your computer and use it in GitHub Desktop.
download dukascopy tick-data
cd ~/nautilus/data/dukascopy

npx --yes dukascopy-node@latest \
  -i eurusd \
  -from 2025-01-01 \
  -to 2025-04-01 \
  -t tick \
  -f csv \
  -v \
  -ch \
  -bs 10 \
  -bp 500 \
  -dir ~/nautilus/data/dukascopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment