mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add v1.33.4 release note
This commit is contained in:
parent
8d2967c1a0
commit
99a91f1444
23
doc/release/v1.33.4.md
Normal file
23
doc/release/v1.33.4.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
## Fixes
|
||||||
|
|
||||||
|
- Fixed fixedpoint percentage boundary check.
|
||||||
|
- Fixed syncing goroutine leak
|
||||||
|
- Removed kline debug log
|
||||||
|
- Fixed telegram notifier args filtering.
|
||||||
|
- Fixed message format args filtering.
|
||||||
|
- Fixed RecordPosition profit pointer checking.
|
||||||
|
|
||||||
|
## Strategy Updates
|
||||||
|
|
||||||
|
- pivotshort: add bounce short support.
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.33.3...main)
|
||||||
|
|
||||||
|
- [#712](https://github.com/c9s/bbgo/pull/712): fix: fixedpoint percentage bound check
|
||||||
|
- [#710](https://github.com/c9s/bbgo/pull/710): strategy: pivot: add bounce short
|
||||||
|
- [#708](https://github.com/c9s/bbgo/pull/708): format js code by prettier
|
||||||
|
- [#706](https://github.com/c9s/bbgo/pull/706): add prettier to format the typescript code
|
||||||
|
- [#703](https://github.com/c9s/bbgo/pull/703): fix: syncing goroutine leak
|
||||||
|
- [#705](https://github.com/c9s/bbgo/pull/705): add codecoverage badge
|
||||||
|
- [#704](https://github.com/c9s/bbgo/pull/704): ci: codecoverage
|
||||||
|
- [#700](https://github.com/c9s/bbgo/pull/700): pivotshort: add breakLow.bounceRatio option
|
Loading…
Reference in New Issue
Block a user