bxbot
bxbot copied to clipboard
A simple Bitcoin trading bot written in Java.
翻译中文
* allow exchanges to implement an OHLC download * OHLC downloads can be resumed, if the exchange & -implementation supports it
UI will be built using [Angular](https://angular.io/). It will consume the REST API #32 https://github.com/gazbert/bxbot-ui
Running, for instance, mvn verify to run the tests lets the process fail like shown below. The file TextKrakenEchangeAdapter generates failures I think it has to do with the precision...
Create Exchange Adapter for Bittrex https://bittrex.com/ API: https://support.bittrex.com/hc/en-us/articles/115003723911-Developer-s-Guide-API
https://bitflyer.jp/ API: https://lightning.bitflyer.jp/docs?lang=en
* added api method to get minimum order amount for the current market pair. * Implemented the method for the Kraken exchange, which offers getting the minimum order amount *...
Added an adapter which allows to backtest a strategy with ta4j given a recorded ta4j baseseries as json. Some remarks/limitations: * The simulation adapter is based on a current "tick",...
I plan to build this out when I have free time in the next month or so. Help would be much appreciated!