bbgo_origin/doc/release/v1.38.0.md
2022-07-29 14:42:03 +08:00

3.4 KiB

Improvements

  • #849: optimizer: print equity diff in final report
  • #850: optimizer: calculate total number of grids before testing
  • #838: optimizer: improve: use marshal instead of marshal indent
  • #845: refactor: refactor standard indicator and add simple indicator interface
  • #825: refactor: new indicator api

Strategies

  • #848: strategy/pivotshort: refactor trendEMA and add maxGradient config
  • #847: strategy/pivotshort: fine-tune and add more trade stats metrics
  • #846: strategy/pivotshort: refactor breaklow + add fake break stop
  • #834: strategy/pivotshort: add trade loss to the account value calculation
  • #833: strategy/pivotshort: fix margin quantity calculation
  • #840: strategy/supertrend: fix exit methods problem
  • #842: feature: bollmaker exit methods

Fixes

  • #832: update: fix and update schedule strategy

Full Changelog

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