Markus Aksli

Results 13 issues of Markus Aksli

The windows exe is pretty handy but it shouldn't be too hard to make a script for UNIX as well

P3
p: new feature
proposal
release

### 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.

P2
binance
framework
f: api

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...

P2
f: backtesting
framework
p: new feature
proposal
severe: breaking change

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...

P3
p: change
proposal

Config needs values for how much each indicator contributes to confluence.

P2
framework
p: new feature
proposal
f: config

_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.

P2
f: backtesting
framework
p: new feature
proposal

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...

P2
severe: regression
f: backtesting
framework
f: log
release

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.

P2
framework
p: new feature
proposal
f: config

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...

P4
p: new feature
proposal