Skip to content

v3.7.2

Compare
Choose a tag to compare
@robertkowalski robertkowalski released this 08 Apr 14:09
· 1218 commits to master since this release
 - UI: remove exchange table in balances 
 - UI: remove reduce only checkbox from exchange orders
 - UI: action column with X should not be sortable
 - UI: use public websocket api for chart candles
 - UI: align position table colors with webapp
 - UI: when logging in, preselect current favorite
 - UI: make tour visible on first page
 - UI: fix submit of api keys from execute order form
 - UI: backtesting: "Use Candles" and "Use Trades" Checks Remain Active While Selecting Date
 - UI: hide strategy editor execute tab
 - UI: orderform: show base and quote currency
 - UI: fix crash on login page when background service was not spawned yet
 - UI: fix crash on undefined value in notifications (backtest area)
 - UI: don't send empty strategies to data-server
 
 - electron: on app close, force exit on all background processes
 - electron: fully exit app also on mac osx

 - algo: remove cancel delay option for all orders
 - algo/ui: iceberg: disable one slice input when other is typed
 - algo: iceberg, ping/pong, macross, acc/dis: cancel all orders on close
 - algo: twap: fix issue with long submit delays after close
 - algo: handle unknown errors from websocket api
 - algo: ma cross: fix cid issue on order submit
 - algo: bootstrap: throw error when no snapshot is received
 - algo: fix: update order snapshots not just once
 - algo: don't try to cancel cancelled orders
 - algo: fix memleak when closing algo orders
 - algo: fix [Object object] error message

 - data-server: guard against invalid strategies

 - dev/UI: add auto-login for dev mode
 - dev/UI: submit Backtests directly to data-server
 - dev/UI: refactor: clean outdated candles handlers
 - dev/UI: refactor: unused code cleanup
 - dev/server: use config files for algo orders
 - dev/algo: cleanup: remove unused code (asyncEventEmitter)
 - dev/algo: cancelAllOrders: throws exception when order was filled