Markus Aksli
Markus Aksli
The windows exe is pretty handy but it shouldn't be too hard to make a script for UNIX as well
### 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 -...
The currency websockets will disconnect after 24h, causing trading activity to stop.
Backtesting files should include the symbol, number of entries, start timestamp, and end timestamp at the start of the file to include some information to identify the data. This also...
Rework the entire current codebase to be essentially a backend instead of the current basic console app standalone solution. - The printed information needs to be returned in the relevant...
Config needs values for how much each indicator contributes to confluence.
_Originally discovered in https://github.com/markusaksli/TradeBot/discussions/22_ This should be reigned in by implementing the commission, a delay for trades, API limits for opening trades, and maybe some estimation for spread during backtesting.
Full log now just contains trades and 5min timestamps for some reason ``` FULL LOG: 2021/04/01 00:04:59 2021/04/01 00:09:59 2021/04/01 00:14:59 2021/04/01 00:19:59 2021/04/01 00:24:59 2021/04/01 00:29:59 2021/04/01 00:34:59 2021/04/01...
There needs to be a method to reload the config on the fly for both the current bot and keeping the direction of the project in mind.
GUI
Incorporate the bot functionality into a graphical interface instead of the current console app solution. Depending on the chosen framework this could be built into an app or web app...