mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
1.7 KiB
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.
- #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