gazbert / bxbot

A simple Bitcoin trading bot written in Java.
MIT License
779 stars 275 forks source link

introduce OHLC over time period #75

Closed jereanon closed 5 years ago

jereanon commented 6 years ago

I'm interested in adding support for Open High Low Close "bars" over a specific time period.

e.g., https://www.investopedia.com/terms/o/ohlcchart.asp

I'd like to do this as the first step in adding a concept of indicators (e.g., EMA) so that we can support more complex trading strategies.

gazbert commented 6 years ago

Go for it! GDAX seems to support historic stats - https://docs.gdax.com/#get-historic-rates. Not checked the other exchanges, but if they don't, you could Javadoc they don't and default/no-op the new operations in the Trading API.

gazbert commented 6 years ago

A basic Ticker is going in as part of #81 - might be useful.

gazbert commented 5 years ago

Closing. No progress made. Can be resurrected if needed :-)