Markus Aksli
Markus Aksli
The bot is really sort of meant to be used to find your own preference in creating a config and then backtesting to make sure it works well. If you're...
The repo has a discussions board but since people don't really seem to use it this might make sense. It wouldn't be hard to create a discord if people are...
I haven't run into this issue on live mode, can you confirm it still happens on the latest release? About the maximum number of currencies probably no more than 100...
It denotes the summed signals of the active indicators. Buy signals are added, sell signals are subtracted. The weight of each indicator can be controlled by the value returned in...
The functionality for indicators weights is now completed for the next version. The new config file is in YAML format and will look something like this: ```yaml moneyPerTrade: 0.1 trailingSl:...
Thanks @herbedev What stack are you familiar with? I'm most familiar with Flutter but nothing is set in stone yet. There's quite a bit of work to be done before...
@ramarro123 I'm working on this right now in the `v11` branch https://github.com/markusaksli/TradeBot/blob/v11/src/main/java/trading/Instance.java It's still pretty incomplete but let me know if this fits the general idea
Hi @rulezzpt and thanks for the kind words. These are changes that we are planning to implement for the next version of the bot, which will be a major rework...
The functionality for optional indicators is now completed for the next version. The new config file is in YAML format and will look something like this: ```yaml moneyPerTrade: 0.1 trailingSl:...
If you open a PR for this I can give it a look when I have time