-
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.
* Trigger bot save and activation sequentially in the update deal action * Update streaming logging * Refactor create deal streaming into a separate spot streaming updates class * Add long bot autoswitch to margin short bot * Fix trade price division * Fix transfer qty to isolated in order to cover stop loss * Retry loan repayment logic * Fix bots not updating after deal is opened (update deal) * Fix login * Use current price for switch to long bot, so that out of date bots don't show bloated profits * Fix long bots streaming updates * Remove short buy from UI * Add isolated balance to db.balance * Add benchmark graph data endpoint * Build benchmark component and redux data * Profit and Loss data and visualization * Adjustments for real time balance calculations * Improve errors on failure * Clean up Web application --------- Co-authored-by: Carlos Wu Fei <[email protected]>
- Loading branch information
Showing
55 changed files
with
1,091 additions
and
1,640 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
.vscode/settings.json | ||
.venv/ | ||
binbot-research/ | ||
binquant/ | ||
|
||
## | ||
# | ||
|
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
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
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.