TradeBot
TradeBot copied to clipboard
Crypto trading bot using Binance API (Java)
I'm not a big fan of stop loss. I like more to buy in a new uptrend. Think it's a good feature for your bot...
Wording
Hi, First of all, really great work! I have a substantive question. What does Confluence mean in this context? Best Stefan
The windows exe is pretty handy but it shouldn't be too hard to make a script for UNIX as well
First of all I want to congratulate you on your work! .. I wait for the new update impatiently! I have been testing the bot many times in simulation mode...
### 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 -...
How about opening a discord channel in order to discuss about new features, strategies ?
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...