Skip to content

Commit 1cb9ce1

Browse files
committed
add v1.40.0 release note
1 parent 680174f commit 1cb9ce1

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

doc/release/v1.40.0.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## Fixes
2+
3+
- Fixed fixedpoint unmarshal json for inf.
4+
- Fixed backtest output.
5+
- Fixed backtest price matching for taker orders.
6+
- Upgraded dependencies to fix the security issue.
7+
- Fixed time-zone issue for back-test data (use local timezone)
8+
9+
## Strategy / Features
10+
11+
- strategy/bollmaker: improved dynamic spread by bollinger band sigmoid.
12+
- strategy/pivotshort: added failed break high short.
13+
- strategy/drift: added weighted drift
14+
15+
16+
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.39.2...main)
17+
18+
- [#914](https://github.com/c9s/bbgo/pull/914): Fix typo
19+
- [#913](https://github.com/c9s/bbgo/pull/913): fix: fixedpoint UnarshalJson on inf
20+
- [#911](https://github.com/c9s/bbgo/pull/911): feature: add fee mode to back-test matching engine
21+
- [#912](https://github.com/c9s/bbgo/pull/912): fix backtest output
22+
- [#900](https://github.com/c9s/bbgo/pull/900): fix: backtest
23+
- [#908](https://github.com/c9s/bbgo/pull/908): strategy/pivotshort: failed break high improvements
24+
- [#907](https://github.com/c9s/bbgo/pull/907): build(deps): bump minimist from 1.2.5 to 1.2.6 in /contracts
25+
- [#906](https://github.com/c9s/bbgo/pull/906): fix: bump moment from 2.29.3 to 2.29.4
26+
- [#904](https://github.com/c9s/bbgo/pull/904): strategy/pivotshort: add failed break high
27+
- [#899](https://github.com/c9s/bbgo/pull/899): fix: fix localtime zone issue for the web-based backtest report
28+
- [#898](https://github.com/c9s/bbgo/pull/898): Refactor/pivotshort
29+
- [#897](https://github.com/c9s/bbgo/pull/897): Feature/extend floats funcs
30+
- [#895](https://github.com/c9s/bbgo/pull/895): refactor: move float slice/map to a single package
31+
- [#880](https://github.com/c9s/bbgo/pull/880): Improve: strategy-supertrend output acc. profit report to tsv file
32+
- [#894](https://github.com/c9s/bbgo/pull/894): Improve: bollmaker preloads dynamic spreads
33+
- [#892](https://github.com/c9s/bbgo/pull/892): feature: add pivot low right window support
34+
- [#890](https://github.com/c9s/bbgo/pull/890): weighted drift

0 commit comments

Comments
 (0)