This repository was archived by the owner on Mar 28, 2025. It is now read-only.
v3.27.0
ui:
- show open orders/positions on chart https://app.asana.com/0/1125859137800433/1201671089444734
- fix: display only trades put by strategy itself on live strategy executor https://app.asana.com/0/1125859137800433/1201841438104061
- restored fade-out animation in notification sidebar https://app.asana.com/0/1125859137800433/1201829278900203
- fixed style issues related backtesting feature https://app.asana.com/0/1125859137800433/1201822005805535
- fixed missing i18n translations https://app.asana.com/0/1125859137800433/1201728494443765, https://app.asana.com/0/1125859137800433/1201714048308414
- feature: generate strategy execution results https://app.asana.com/0/1125859137800433/1201707406260846
- fix: testusd was showing on production mode https://app.asana.com/0/1125859137800433/1201707950007871
- fixed issue with coingecko link https://app.asana.com/0/1125859137800433/1201714048308419
- improved hosted version layouts and added support for mobile devices https://app.asana.com/0/1125859137800433/1201698500965363, https://app.asana.com/0/1125859137800433/1201699832205770
- fixed style issues with strategy execution fees https://app.asana.com/0/1125859137800433/1201829278900195
- feature: export backtest trades https://app.asana.com/0/1125859137800433/1201829189341301
- fixed memory leak issues with use tour guide https://app.asana.com/0/1125859137800433/1201785976206083
- disabled mobile screen support for standalone app https://app.asana.com/0/1125859137800433/1201698369170190
bfx-api-node-core:
- fixed package dependencies
- removed debug entries
strategy:
- fixed issue related to updating indicator data
strategy-exec:
- fixed issue related to updating indicator data
algo:
- fixed issue related to fs/promises that occurred on node v12.x
- added feature for tracing algo order signals
backtest:
- cleaned up dead code
server:
- fixed issue related to fs/promises that occurred on node v12.x
- fixed issue related to post only order flags
- added feature for tracing algo order signals
data-server:
- improved trade and candle syncs by running them in parallel
- cleaned up dead code