DeviaVir / zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
MIT License
8.22k stars 2.04k forks source link

Bittrex Backtesting data #499

Open webworker01 opened 7 years ago

webworker01 commented 7 years ago

Hello, I found that there is a way to get backtest data for Bittrex using this API endpoint:

From this reddit thread I found that the interval can be modified with the following params: ["oneMin", "fiveMin", "thirtyMin", "hour", "day"]

Hopefully this can be added in at some point if someone finds the motivation and time 👍

webworker01 commented 7 years ago

I was poking around and see that this client has already implemented the method.

station384 commented 6 years ago

Interesting.... I'll look in to this and see if it can be done since I've been poking around in bittrex lately.