TradeBot
TradeBot copied to clipboard
v0.11.0 (Major rework)
Done
- removed modes, created instance (https://github.com/markusaksli/TradeBot/issues/7)
- new config file format (YAML)
- yaml parsing with Jackson
- config reloading (https://github.com/markusaksli/TradeBot/issues/18)
- optional indicators
- indicator weights
- removed fiat, starting value, currencies from config, moved to instance specific
- working SSL connection between bot and Flutter app
Todo
- collection data file included information (https://github.com/markusaksli/TradeBot/issues/28)
- candle lengths (https://github.com/markusaksli/TradeBot/issues/25)
- backtesting async to not block main thread (move computation out of constructor)
- add logger, log all bot activity (https://github.com/markusaksli/TradeBot/issues/7)
- persistence and system to start/stop instances (https://github.com/markusaksli/TradeBot/issues/9)
- fully document
full.yamlconfig file - CLI interface to start instances
- CLI interface to monitor active instances, collect and backtest
- CLI interface for SSL cert creation, connections
- SSL client authentication