-
-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Fixes | ||
|
||
- Fixed and improved the trade sync. | ||
- Fixed MAX order history sync with the new order history api. | ||
|
||
## Features | ||
|
||
- Added more sync options for deposit history, withdraw history and reward history. | ||
- Added strategy controller for suspend, resume a strategy. thanks @andycheng123! | ||
- Added more indicators. thanks @zenixls2! | ||
|
||
## Strategy | ||
|
||
- Added autoborrow strategy (this is currently for binance only) | ||
- Added factorzoo strategy. thanks @austin362667! | ||
- Added elliott wave oscillator strategy. thhanks @zenixls2! | ||
|
||
## Internal | ||
|
||
- Upgraded rockhopper migration library for the new APIs. | ||
- Added mutex lock to the account object. | ||
- Refactored and rewrote the MAX API with requestgen. | ||
- Added grpc python client, thanks @narumiruna! |