bbgo_origin/doc/release/v1.40.3.md
2022-09-11 18:02:43 +08:00

1.7 KiB

Fixes

  • Fixed order executor close position (check base balance for long position).
  • Fixed TrendEMA for pivotshort.
  • Fixed tradeStats counter for live trading.
  • Handle binance listenKeyExpired event to reconnect.
  • Improved order submit remapping issue and retry.

Interaction

  • Added telegram image support.
  • Added /resetposition command.

Strategies

  • supertrend: added pnl image support.
  • supertrend: use MA by day instead of by trade.
  • elliotwave: renewal.

Full Changelog

  • #932: feature: strategy/bolllmaker trend ema
  • #930: Fix: Pivotshort
  • #929: feature: strategy/supertrend: draw pnl on
  • #931: fix: binance listenkey expired
  • #928: refactor: refactor interact strategy filter functions
  • #927: refactor: simplify submit order
  • #926: fix: handle created orders before we retry
  • #925: feature: order executor open position method
  • #922: fix: types/tradeStats: use last order id to identity consecutive win and loss
  • #921: strategy/supertrend: use ma by day instead of by trade
  • #910: SerialMarketDataStore, elliottwave renewal
  • #919: feature: add fixedpoint.Reducer, Counter and add update stats method on TradeStats