mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
47 lines
2.6 KiB
Markdown
47 lines
2.6 KiB
Markdown
## Feature
|
|
|
|
- Added auto-repay to protective stop loss exit method
|
|
- Added --lightweight mode option
|
|
|
|
## Improvements
|
|
|
|
- Removed the old submitOrder notification and added the new notification switches.
|
|
- Improved accumulated volume stop method
|
|
- binance: add queryTrades rate limiter
|
|
|
|
## Fixes
|
|
|
|
- Fixed net asset value calculation
|
|
- Fixed telegram message error, there must be one message to send
|
|
|
|
## Strategies
|
|
|
|
- drift: fixed drift minus weight, preloaded kline not enough
|
|
- trendtrader: added new trendline trader strategy.
|
|
- pivotshort: fix fast high filtering.
|
|
- pivotshort: call open position and add more position options.
|
|
|
|
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.40.4...main)
|
|
|
|
- [#960](https://github.com/c9s/bbgo/pull/960): improve: improve the existing notification switch settings
|
|
- [#961](https://github.com/c9s/bbgo/pull/961): Feature: Add auto-repay to exit_protective_stop_loss
|
|
- [#958](https://github.com/c9s/bbgo/pull/958): strategy/pivotshort: more improvements
|
|
- [#957](https://github.com/c9s/bbgo/pull/957): bbgo: remove submitOrder notification
|
|
- [#956](https://github.com/c9s/bbgo/pull/956): improve: bbgo: use margin asset borrowable amount to adjust the quantity
|
|
- [#953](https://github.com/c9s/bbgo/pull/953): fix: drift minus weight, preloaded kline not enough
|
|
- [#950](https://github.com/c9s/bbgo/pull/950): strategy/pivotshort
|
|
- [#954](https://github.com/c9s/bbgo/pull/954): DOC: update slack.md
|
|
- [#942](https://github.com/c9s/bbgo/pull/942): feature: add modify tg command. fix wdrift ma length
|
|
- [#952](https://github.com/c9s/bbgo/pull/952): fix: fix profit stats calculation and since time field initialisation
|
|
- [#951](https://github.com/c9s/bbgo/pull/951): DOC: add marketcap doc
|
|
- [#920](https://github.com/c9s/bbgo/pull/920): strategy: add trend trader
|
|
- [#947](https://github.com/c9s/bbgo/pull/947): improve: accumulated volume stop method
|
|
- [#945](https://github.com/c9s/bbgo/pull/945): FEATURE: marketcap: get marketcap values from coinmarketcap
|
|
- [#946](https://github.com/c9s/bbgo/pull/946): bbgo: fix telegram message error, there must be one message to send
|
|
- [#944](https://github.com/c9s/bbgo/pull/944): fix: fix net asset calculation
|
|
- [#943](https://github.com/c9s/bbgo/pull/943): FIX: fix market error
|
|
- [#941](https://github.com/c9s/bbgo/pull/941): pivotshort: fix fast high filtering
|
|
- [#940](https://github.com/c9s/bbgo/pull/940): pivotshort: call open position and add more position options
|
|
- [#939](https://github.com/c9s/bbgo/pull/939): binance: add queryTrades rate limiter
|
|
- [#938](https://github.com/c9s/bbgo/pull/938): bbgo: add lightweight mode
|