Skip to content

Commit 4fd15ae

Browse files
committed
add v1.38.0 release note
1 parent a132e78 commit 4fd15ae

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

doc/release/v1.38.0.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
## Improvements
3+
4+
- [#849](https://github.com/c9s/bbgo/pull/849): optimizer: print equity diff in final report
5+
- [#850](https://github.com/c9s/bbgo/pull/850): optimizer: calculate total number of grids before testing
6+
- [#838](https://github.com/c9s/bbgo/pull/838): optimizer: improve: use marshal instead of marshal indent
7+
- [#845](https://github.com/c9s/bbgo/pull/845): refactor: refactor standard indicator and add simple indicator interface
8+
- [#825](https://github.com/c9s/bbgo/pull/825): refactor: new indicator api
9+
10+
## Strategies
11+
12+
- [#848](https://github.com/c9s/bbgo/pull/848): strategy/pivotshort: refactor trendEMA and add maxGradient config
13+
- [#847](https://github.com/c9s/bbgo/pull/847): strategy/pivotshort: fine-tune and add more trade stats metrics
14+
- [#846](https://github.com/c9s/bbgo/pull/846): strategy/pivotshort: refactor breaklow + add fake break stop
15+
- [#834](https://github.com/c9s/bbgo/pull/834): strategy/pivotshort: add trade loss to the account value calculation
16+
- [#833](https://github.com/c9s/bbgo/pull/833): strategy/pivotshort: fix margin quantity calculation
17+
- [#840](https://github.com/c9s/bbgo/pull/840): strategy/supertrend: fix exit methods problem
18+
- [#842](https://github.com/c9s/bbgo/pull/842): feature: bollmaker exit methods
19+
20+
## Fixes
21+
22+
- [#832](https://github.com/c9s/bbgo/pull/832): update: fix and update schedule strategy
23+
24+
25+
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.37.0...main)
26+
27+
- [#849](https://github.com/c9s/bbgo/pull/849): optimizer: print equity diff in final report
28+
- [#850](https://github.com/c9s/bbgo/pull/850): optimizer: calculate total number of grids before testing
29+
- [#851](https://github.com/c9s/bbgo/pull/851): stabilize drift
30+
- [#848](https://github.com/c9s/bbgo/pull/848): strategy/pivotshort: refactor trendEMA and add maxGradient config
31+
- [#847](https://github.com/c9s/bbgo/pull/847): strategy/pivotshort: fine-tune and add more trade stats metrics
32+
- [#846](https://github.com/c9s/bbgo/pull/846): strategy/pivotshort: refactor breaklow + add fake break stop
33+
- [#813](https://github.com/c9s/bbgo/pull/813): feature: drift study
34+
- [#844](https://github.com/c9s/bbgo/pull/844): strategy/pivotshort: refactor and update indicator api usage
35+
- [#845](https://github.com/c9s/bbgo/pull/845): refactor: refactor standard indicator and add simple indicator interface
36+
- [#843](https://github.com/c9s/bbgo/pull/843): fix splitted from feature/drift_study
37+
- [#822](https://github.com/c9s/bbgo/pull/822): refactor: ewoDgtrd: upgrade order executor api
38+
- [#842](https://github.com/c9s/bbgo/pull/842): feature: bollmaker exit methods
39+
- [#840](https://github.com/c9s/bbgo/pull/840): strategy/supertrend: fix exit methods problem
40+
- [#838](https://github.com/c9s/bbgo/pull/838): improve: use marshal instead of marshal indent
41+
- [#837](https://github.com/c9s/bbgo/pull/837): risk: add account value calculator test case
42+
- [#836](https://github.com/c9s/bbgo/pull/836): refactor: risk functions for leveraged quantity
43+
- [#834](https://github.com/c9s/bbgo/pull/834): fix: strategy/pivotshort: add trade loss to the account value calculation
44+
- [#833](https://github.com/c9s/bbgo/pull/833): fix: strategy/pivotshort: fix margin quantity calculation
45+
- [#825](https://github.com/c9s/bbgo/pull/825): refactor: new indicator api
46+
- [#831](https://github.com/c9s/bbgo/pull/831): feature: api: add strategy defaulter interface
47+
- [#832](https://github.com/c9s/bbgo/pull/832): update: fix and update schedule strategy

0 commit comments

Comments
 (0)