-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP setup Kafka for bot streaming updates This new setup with the Binquant Kafka server will: - No longer require the "update_required" to restart websockets, a signal can be produced to send the order to restart - Deduplicate the use of websockets in two places (hopefully), by resuing the klines producer * Refactor raw balances for performance improvements * Break down balance estimate function into simpler endpoints This improves testing abilities (as demonstrated in the new tests), modularity of reusage and improved efficiency (each call takes much less time) * Extend get_one bot function to also use a symbol. Add tests * Solve str -> float model casting issues * Remove dynamic take profit dynamic_take_profit uses standard deviation, and following the signals using telegram this value turns out to be highly inconsistent, therefore unreliable.
- Loading branch information
Showing
24 changed files
with
761 additions
and
453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.