Skip to content

Commit 08e6e5e

Browse files
committed
add v1.41.0 release note
1 parent 2a9fdcc commit 08e6e5e

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

doc/release/v1.41.0.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
## Feature
2+
3+
- Added auto-repay to protective stop loss exit method
4+
- Added --lightweight mode option
5+
6+
## Improvements
7+
8+
- Removed the old submitOrder notification and added the new notification switches.
9+
- Improved accumulated volume stop method
10+
- binance: add queryTrades rate limiter
11+
12+
## Fixes
13+
14+
- Fixed net asset value calculation
15+
- Fixed telegram message error, there must be one message to send
16+
17+
## Strategies
18+
19+
- drift: fixed drift minus weight, preloaded kline not enough
20+
- trendtrader: added new trendline trader strategy.
21+
- pivotshort: fix fast high filtering.
22+
- pivotshort: call open position and add more position options.
23+
24+
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.40.4...main)
25+
26+
- [#960](https://github.com/c9s/bbgo/pull/960): improve: improve the existing notification switch settings
27+
- [#961](https://github.com/c9s/bbgo/pull/961): Feature: Add auto-repay to exit_protective_stop_loss
28+
- [#958](https://github.com/c9s/bbgo/pull/958): strategy/pivotshort: more improvements
29+
- [#957](https://github.com/c9s/bbgo/pull/957): bbgo: remove submitOrder notification
30+
- [#956](https://github.com/c9s/bbgo/pull/956): improve: bbgo: use margin asset borrowable amount to adjust the quantity
31+
- [#953](https://github.com/c9s/bbgo/pull/953): fix: drift minus weight, preloaded kline not enough
32+
- [#950](https://github.com/c9s/bbgo/pull/950): strategy/pivotshort
33+
- [#954](https://github.com/c9s/bbgo/pull/954): DOC: update slack.md
34+
- [#942](https://github.com/c9s/bbgo/pull/942): feature: add modify tg command. fix wdrift ma length
35+
- [#952](https://github.com/c9s/bbgo/pull/952): fix: fix profit stats calculation and since time field initialisation
36+
- [#951](https://github.com/c9s/bbgo/pull/951): DOC: add marketcap doc
37+
- [#920](https://github.com/c9s/bbgo/pull/920): strategy: add trend trader
38+
- [#947](https://github.com/c9s/bbgo/pull/947): improve: accumulated volume stop method
39+
- [#945](https://github.com/c9s/bbgo/pull/945): FEATURE: marketcap: get marketcap values from coinmarketcap
40+
- [#946](https://github.com/c9s/bbgo/pull/946): bbgo: fix telegram message error, there must be one message to send
41+
- [#944](https://github.com/c9s/bbgo/pull/944): fix: fix net asset calculation
42+
- [#943](https://github.com/c9s/bbgo/pull/943): FIX: fix market error
43+
- [#941](https://github.com/c9s/bbgo/pull/941): pivotshort: fix fast high filtering
44+
- [#940](https://github.com/c9s/bbgo/pull/940): pivotshort: call open position and add more position options
45+
- [#939](https://github.com/c9s/bbgo/pull/939): binance: add queryTrades rate limiter
46+
- [#938](https://github.com/c9s/bbgo/pull/938): bbgo: add lightweight mode

0 commit comments

Comments
 (0)