Skip to content

Commit

Permalink
add v1.38.0 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jul 29, 2022
1 parent a132e78 commit 4fd15ae
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions doc/release/v1.38.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@

## Improvements

- [#849](https://github.com/c9s/bbgo/pull/849): optimizer: print equity diff in final report
- [#850](https://github.com/c9s/bbgo/pull/850): optimizer: calculate total number of grids before testing
- [#838](https://github.com/c9s/bbgo/pull/838): optimizer: improve: use marshal instead of marshal indent
- [#845](https://github.com/c9s/bbgo/pull/845): refactor: refactor standard indicator and add simple indicator interface
- [#825](https://github.com/c9s/bbgo/pull/825): refactor: new indicator api

## Strategies

- [#848](https://github.com/c9s/bbgo/pull/848): strategy/pivotshort: refactor trendEMA and add maxGradient config
- [#847](https://github.com/c9s/bbgo/pull/847): strategy/pivotshort: fine-tune and add more trade stats metrics
- [#846](https://github.com/c9s/bbgo/pull/846): strategy/pivotshort: refactor breaklow + add fake break stop
- [#834](https://github.com/c9s/bbgo/pull/834): strategy/pivotshort: add trade loss to the account value calculation
- [#833](https://github.com/c9s/bbgo/pull/833): strategy/pivotshort: fix margin quantity calculation
- [#840](https://github.com/c9s/bbgo/pull/840): strategy/supertrend: fix exit methods problem
- [#842](https://github.com/c9s/bbgo/pull/842): feature: bollmaker exit methods

## Fixes

- [#832](https://github.com/c9s/bbgo/pull/832): update: fix and update schedule strategy


[Full Changelog](https://github.com/c9s/bbgo/compare/v1.37.0...main)

- [#849](https://github.com/c9s/bbgo/pull/849): optimizer: print equity diff in final report
- [#850](https://github.com/c9s/bbgo/pull/850): optimizer: calculate total number of grids before testing
- [#851](https://github.com/c9s/bbgo/pull/851): stabilize drift
- [#848](https://github.com/c9s/bbgo/pull/848): strategy/pivotshort: refactor trendEMA and add maxGradient config
- [#847](https://github.com/c9s/bbgo/pull/847): strategy/pivotshort: fine-tune and add more trade stats metrics
- [#846](https://github.com/c9s/bbgo/pull/846): strategy/pivotshort: refactor breaklow + add fake break stop
- [#813](https://github.com/c9s/bbgo/pull/813): feature: drift study
- [#844](https://github.com/c9s/bbgo/pull/844): strategy/pivotshort: refactor and update indicator api usage
- [#845](https://github.com/c9s/bbgo/pull/845): refactor: refactor standard indicator and add simple indicator interface
- [#843](https://github.com/c9s/bbgo/pull/843): fix splitted from feature/drift_study
- [#822](https://github.com/c9s/bbgo/pull/822): refactor: ewoDgtrd: upgrade order executor api
- [#842](https://github.com/c9s/bbgo/pull/842): feature: bollmaker exit methods
- [#840](https://github.com/c9s/bbgo/pull/840): strategy/supertrend: fix exit methods problem
- [#838](https://github.com/c9s/bbgo/pull/838): improve: use marshal instead of marshal indent
- [#837](https://github.com/c9s/bbgo/pull/837): risk: add account value calculator test case
- [#836](https://github.com/c9s/bbgo/pull/836): refactor: risk functions for leveraged quantity
- [#834](https://github.com/c9s/bbgo/pull/834): fix: strategy/pivotshort: add trade loss to the account value calculation
- [#833](https://github.com/c9s/bbgo/pull/833): fix: strategy/pivotshort: fix margin quantity calculation
- [#825](https://github.com/c9s/bbgo/pull/825): refactor: new indicator api
- [#831](https://github.com/c9s/bbgo/pull/831): feature: api: add strategy defaulter interface
- [#832](https://github.com/c9s/bbgo/pull/832): update: fix and update schedule strategy

0 comments on commit 4fd15ae

Please sign in to comment.