Skip to content

Releases: bitfinexcom/bfx-hf-ui

v3.5.0

27 Jan 08:42
Compare
Choose a tag to compare
  • (feat) UI/bfx-hf-server: Favorite Trading Pairs for easy and fast selection of trading pairs
  • (fix) UI: Date selection in backtesting does not work properly
  • (fix) UI: Order History: Cancelled Order through Liquidation Crashes Widget / App
  • (fix) UI: Backtest loaded chart disappears if tab changed and returned (Docs, executed)
  • (fix) UI: When Strategy Editor / Execute is selected with no strategy, opening strategy did not update page
  • (fix) UI: Trading stage header counter not visible after returning from other pages
  • (fix) UI: Strategy Editor: Backtesting allows you to type dates in the future and start a test
  • (fix) UI: position widget: fix updating positions
  • (fix) UI/bfx-hf-server: Filter out eosfinex pairs
  • (fix) bfx-hf-algo: ping/pong: order form, max price disappears
  • (fix) bfx-hf-algo: fix SMA orders
  • (fix) bfx-hf-backtest: fix dust check for small prices, i.e. ADA/BTC
  • (fix) bfx-hf-algo-server: remove UI integration into bitfinex.com
  • (fix) bfx-hf-server: fix pending channel subscriptions
  • (dev) update install docs, fixes for ubuntu installation
  • (dev) remove bufferutil warning

important: we updated the behaviour of our backtesting library bfx-hf-backtest and removed a code section were it was emulating trades based on the candles data that was passed in, which was leading to a memory leak. from this release on the backtester does not try to calculate trades based on the current candle. If your strategy relies on trades, make sure to enable trades as input in the UI.

v3.4.0

03 Dec 16:16
Compare
Choose a tag to compare
  • (feat) on saving the current strategy, don't create a new strategy
  • (impr) improve ui on 0 trades in backtests
  • (impr) improve order history widget
  • (fix) loading strategies: truncate long strategy names
  • (fix) algo orders: fix float point issues in iceberg orders
  • (fix) algo orders: EMA - do not accept empty values for EMA values

v3.3.0

16 Nov 11:05
a93fe28
Compare
Choose a tag to compare

(feat) backtesting: ability to select trades and/or candles as input source
(feat) add filter for balances in trading stage
(feat) add feature to delete strategies
(impr) backtest: default to candles as input source
(impr) when opening a strategy, the backtest tabs opens now
(fix) remove exchange name from algo order

deprecations: the bfx-hf-algo-server which is used to start algo orders from the main bitfinex ui is going to get removed in the next releases, together with the ui integration in the bfx main ui

v3.2.3

30 Oct 11:25
Compare
Choose a tag to compare
  • fix: remove exchange selector from ui
  • fix: improve colors in strategy editor left tab
  • fix: backtest tab display issue when opening / creating a strategy
  • fix: general info not visible on 1370 px width break line
  • fix: Trading Stage X and drag not visible because of width
  • fix: orderbook style issues (display amount, price)
  • fix: cancel algo order button should be a 'X'
  • fix: fix empty order history element

v3.2.2

22 Oct 18:20
Compare
Choose a tag to compare
  • feat: new guide explains new users the main sections
  • feat: notifications have a close button now
  • fix: positions and balances updates w/ deact. trading stage
  • fix: add notification when saving the layout
  • fix: performance fix rerendering trading panel
  • fix: algo orders where displayed twice
  • fix: positions and atomic orders were not shown properly
  • fix: scrolling and click events for panels
  • fix: remove hf-chart in trading panel, use TradingView
  • fix: trading pair select box was not scrolling
  • fix: order book widget: fix spread
  • fix: rename total to amount in trades column
  • fix: chart needs x and drag element
  • fix: duplicate react keys
  • fix: osx app icon now used in build
  • fix: statistics setting (bfx-hf-server)
  • fix: disable statistics by default (bfx-hf-server)
  • fix: remove invalid paper trading pairs (bfx-hf-server)
  • fix: do not crash with empty order books (bfx-hf-server)
  • fix: run backtesting in background process (ui, bfx-hf-data-server)

v3.1.2

15 Jul 15:48
Compare
Choose a tag to compare

Improvements:

  • [FIX] Mem leak: Purges all backtest data after starting new backtest
  • [FIX] Creates .honeyframework home directory in electron app and not server
  • [FIX] Generate backtest reports using correct timeframe
  • [FIX] Fix Insufficient trade data bug
  • [FIX] Electron app, set max-old-space to 2gb
  • Maintain form when switching context from the backtester

v3.1.1

17 Jun 16:40
Compare
Choose a tag to compare
  • Adds complex back-testing support
    Users can now specify date ranges for the back-tests that they execute
  • Updates designs of code editor
    Changes color scheme of code editor in order to maximise space
  • Adds readme docs to code editor
    Adds docs panel to help users quickly refer to SDK docs whilst developing a strategy
  • Updates design of navbar
    Reduces the size of the navbar in order to maximise space
  • Update trading terminal layout to be customisable
    Uses the gridlayout system developed for the market data page to allow users to customise/save their own trading terminal layouts

v3.1.0

05 Mar 14:48
Compare
Choose a tag to compare
  • Fix: Cleansup all ao-adapter timeout intervals on disconnect
  • Fix: Move all file logging to OS tmp dir
  • Adds support for MacOS Mojave

v3.0.4

27 Feb 09:02
Compare
Choose a tag to compare
  • New algorithmic order OCO
  • New custom chart (replacement for tradingview)
  • New Page 'Settings page'
  • Settings page: Abillity to enable/disable dead man switch
  • Settings page: Abillity to switch between Bfx-hf chart or trading view chart
  • Settings page: Abillity to change api credentials
  • Integration with Affiliate code
  • Fix: Bitfinex.com ui integration
  • Fix: Duplicate orders on app start up
  • Fix: Bitfinex server errors not propergated
  • Fix: Lots of general stability changes

v3.0.3

17 Dec 09:54
Compare
Choose a tag to compare
(fix) typo and duplicate API key submit modal in OF