Skip to content

Bug fixes + Enhancements

Compare
Choose a tag to compare
@taniman taniman released this 23 May 22:03
04d8f20

WARNING

Please make sure to backup your data before upgrading.
You CANNOT rollback after upgrading from a 2.4.x version

Important!

Read 2.5.0 Release Notes

Change log

NEW

  • Implement ADX Indicator (TradingView: Average Directional Index)
    • ADX_candle_period
    • ADX_length
    • ADX_DI_LENGTH
  • Implement DCA_MAX_TRADING_PAIRS_BUY_TIMES_START_COUNT
    • Used in combination with DCA_MAX_TRADING_PAIRS
    • This causes dca max trading pairs to only reserve a coin for DCA when it actualy has x amount of buy times or more.
    • ex: dca_max_trading_pairs_buy_times_start_count = 1
    • Starts reserving pairs when they have at least 1 DCA bought times.
  • Imlement DCA_MAX_TRADING_PAIRS_IGNORE_PROFIT/DCA_MAX_TRADING_PAIRS_IGNORE_ARMED
    • Used in combination with DCA_MAX_TRADING_PAIRS
    • Used in DCA config to allow extra DCA coins to DCA when it's safe
    • We only check ACTIVE DCA Pairs for whether they are safe or not.
  • New DCA buy times protection logic
  • Update Poloniex to use some websocket where possible
  • Upgrade Bittrex websocket to newer version

Fixes

  • Fix Advanced Notifications InstanceName not displayed in error messages notifications
  • Fix Buy timeout after negative sell cache not resetting after a new buy.
  • Fix KucoinFutures order not cancelable error message
  • Fix DCA_ENABLED only has limited dynamic logic support. See wiki for more info
  • Fix when using RANGE logic allow 0 values to be returned by the calculation
  • Fix for when TestMode coin loses bought price due to incorrect balance
  • Fix trailing not stopping in certain cases when we are using buy strategy levels
  • Fix FIRSTBOUGHTDATE for HOLDINGTIME strategy not working
  • Fix pdhigh/pdlow/pdclose/pdopen returning an error when closed_candles_period is used
  • Small fixes

Check the wiki for the full list of available features and settings

Compatibility

  • Operating system

    • Windows
    • Linux
    • MacOS
  • Browsers

    • Chrome
    • Firefox
    • Safari
    • Edge (Limited)