Skip to content

Commit 1d9cc54

Browse files
committed
add v1.42.0 release note
1 parent b03687e commit 1d9cc54

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

doc/release/v1.42.0.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
## Improvements
2+
3+
- added isolation context
4+
5+
## Fixes
6+
7+
- fixed order executor ClosePosition for futures.
8+
- fixed backtest order quantity check.
9+
- fixed max kline api
10+
- fixed optimizer limit
11+
12+
## Strategies
13+
14+
- strategy/supertrend: fixed linreg baseline slope.
15+
- strategy/drift: added more fixes and updates
16+
- strategy/irr: added new strategy.
17+
- strategy/harmonic: added new harmonic shark pattern strategy.
18+
- strategy/marketcap: reduce frequency of querying data from coinmarketcap
19+
20+
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.41.0...main)
21+
22+
- [#987](https://github.com/c9s/bbgo/pull/987): fix: supertrend-strategy: LinReg baseline slope wrongly calculated
23+
- [#986](https://github.com/c9s/bbgo/pull/986): fix: general order executor: ClosePosition() works on futures position
24+
- [#983](https://github.com/c9s/bbgo/pull/983): fix: backtest: add order quantity check
25+
- [#982](https://github.com/c9s/bbgo/pull/982): refactor isolation context for persistence facade configuration
26+
- [#981](https://github.com/c9s/bbgo/pull/981): fix optimizer limit
27+
- [#976](https://github.com/c9s/bbgo/pull/976): strategy: add harmonic shark pattern recognition
28+
- [#977](https://github.com/c9s/bbgo/pull/977): strategy: fix irr
29+
- [#978](https://github.com/c9s/bbgo/pull/978): refactor: refactor isolation and add more tests
30+
- [#979](https://github.com/c9s/bbgo/pull/979): fix: fix max kline api
31+
- [#974](https://github.com/c9s/bbgo/pull/974): refactor persistence for isolation
32+
- [#973](https://github.com/c9s/bbgo/pull/973): refactor/feature: add isolation context support
33+
- [#972](https://github.com/c9s/bbgo/pull/972): fix/drift_stoploss
34+
- [#970](https://github.com/c9s/bbgo/pull/970): refactor: extract stoploss, fix highest/lowest in trailingExit
35+
- [#969](https://github.com/c9s/bbgo/pull/969): fix: reduce Quantity precheck, drift condition, ewo refactor
36+
- [#959](https://github.com/c9s/bbgo/pull/959): stratgy: add irr
37+
- [#968](https://github.com/c9s/bbgo/pull/968): feature: add config dump / param dump / param modify for elliottwave
38+
- [#965](https://github.com/c9s/bbgo/pull/965): binance: fix futures order conversion
39+
- [#967](https://github.com/c9s/bbgo/pull/967): fix: wrong tag in drift
40+
- [#955](https://github.com/c9s/bbgo/pull/955): feature: marketcap: reduce frequency of querying data from coinmarketcap
41+
- [#963](https://github.com/c9s/bbgo/pull/963): feature: limit how many metrics is shown by optimizer
42+
- [#964](https://github.com/c9s/bbgo/pull/964): series.Filter + drift.openPosition + modify openPosition behavior + fix consts
43+
- [#962](https://github.com/c9s/bbgo/pull/962): fix: add rate limit on telegram api and split messages by unicode

0 commit comments

Comments
 (0)