Skip to content

Commit cacc24f

Browse files
committed
add v1.40.3 release note
1 parent aebc6f7 commit cacc24f

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

doc/release/v1.40.3.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
## Fixes
3+
4+
- Fixed order executor close position (check base balance for long position).
5+
- Fixed TrendEMA for pivotshort.
6+
- Fixed tradeStats counter for live trading.
7+
- Handle binance listenKeyExpired event to reconnect.
8+
- Improved order submit remapping issue and retry.
9+
10+
## Interaction
11+
12+
- Added telegram image support.
13+
- Added /resetposition command.
14+
15+
## Strategies
16+
17+
- supertrend: added pnl image support.
18+
- supertrend: use MA by day instead of by trade.
19+
- elliotwave: renewal.
20+
21+
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.40.2...main)
22+
23+
- [#932](https://github.com/c9s/bbgo/pull/932): feature: strategy/bolllmaker trend ema
24+
- [#930](https://github.com/c9s/bbgo/pull/930): Fix: Pivotshort
25+
- [#929](https://github.com/c9s/bbgo/pull/929): feature: strategy/supertrend: draw pnl on
26+
- [#931](https://github.com/c9s/bbgo/pull/931): fix: binance listenkey expired
27+
- [#928](https://github.com/c9s/bbgo/pull/928): refactor: refactor interact strategy filter functions
28+
- [#927](https://github.com/c9s/bbgo/pull/927): refactor: simplify submit order
29+
- [#926](https://github.com/c9s/bbgo/pull/926): fix: handle created orders before we retry
30+
- [#925](https://github.com/c9s/bbgo/pull/925): feature: order executor open position method
31+
- [#922](https://github.com/c9s/bbgo/pull/922): fix: types/tradeStats: use last order id to identity consecutive win and loss
32+
- [#921](https://github.com/c9s/bbgo/pull/921): strategy/supertrend: use ma by day instead of by trade
33+
- [#910](https://github.com/c9s/bbgo/pull/910): SerialMarketDataStore, elliottwave renewal
34+
- [#919](https://github.com/c9s/bbgo/pull/919): feature: add fixedpoint.Reducer, Counter and add update stats method on TradeStats

0 commit comments

Comments
 (0)