Skip to content

Bug fixes + Enhancements

Compare
Choose a tag to compare
@taniman taniman released this 17 Apr 13:12
· 2 commits to master since this release
87c97fd

Please make sure to backup your data before upgrading.

Change log

  • New

    • Implement in indicators config HEIKIN_ASHI_CANDLES = true
      • This will make all indicator calculations use the heikin ashi candles
    • Implement max_trading_pairs_ignore and DCA_max_trading_pairs_ignore
      • max_trading_pairs = 2, max_trading_pairs_ignore = ETH, BTC
      • This will still have a max trading of 2 pairs. But if ETH or BTC can be bought it will ignore max pairs.
      • ETH and BTC WILL be counted towards your total of trading pairs.
    • Implement trading_pairs_buy_priority and DCA_trading_pairs_buy_priority
      • Tell the bot what priority to use when considering what PAIR to buy when multiple PAIRS are true
      • options DEFAULT, VOLUMEASC, VOLUMEDESC, PROFITASC, PROFITDESC, SPREADASC, SPREADDESC or a specific pair
      • Examle1 = trading_pairs_buy_priority = ETH, BTC, SPREADASC (first ETH and BTC then sorted by SPREAD lowest first)
      • Examle2 = trading_pairs_buy_priority = VOLUMEDESC (buy pairs with Highest volume first)
    • Check and show buy value too big for leverage when the bot cannot buy anymore because of exchange limit (LIVE only)
  • Fixes

    • Fix LASTSELL and LASTPENDING indicators always returning false
    • Fix advanced notification avg price
    • Fix some comments are being removed when copying configs
    • Fix reversal rebuy being recorded 2 times in the buy log
    • Fix trailing_buy in PBL when using leverage it is not consistent with all other trailing settings
      • Note: Double check and tune your trailing buy again
      • If you previously were using trailing_buy = 0.1 in PAIRS with leverage 10x
      • You would need to set your trailing_buy = 1 in PAIRS now.
      • Or change to whatever fits your needs.

IMPORTANT 2.4.0 RELEASE NOTES

  • Breaking changes

    • Removed trailing_stop_loss_strategy_formula define your formula inside trailing_stop_loss_trigger
    • Change STOCHRSICROSS formula to K% - D%
      • More accurate representation
      • Previous calculation was exaggerating the actual movement of a cross
  • Deleted (After being deprecated in 2.3.0)

    • Removed start_balance (PAIRS config)
      • Use Hotconfig to set the balance for a test bot
      • Use Settings cog start balance to set a balance used for Profit calculation purposes only
  • Deprecated (Still works but remove as soon as possible)

    • Deleted application.properties. Use the settings cog to change your application settings
    • Deprecate reserve_amount (Use new button in GUI)
    • Deprecate default_initial_cost_percentage in favor of default_initial_cost = 2%
      • Just give your value a % at the end to make it behave as a percentage.
    • Deprecate keep_balance_percentage in favor of keep_balance = 25%
    • Deprecate default_dca_ignore_sell_only_mode
      • Use DEFAULT_DCA_sell_only_mode_enabled to enable to enable/disable SOM manually
    • Deprecate dca_buy_trigger, use PROFITPERCENTAGE strategy instead
    • Deprecate som_dca_buy_trigger (No alternative)
    • Deprecate LOSS strategy use CHANGEPERCENTAGE strategy instead
    • Deprecate ANDERSON strategy use PROFITPERCENTAGE strategy instead
  • New Exchanges

    • Binance JERSEY (binace.je)
    • Binance US (binance.us)
    • Binance DEX (binance.org)
    • HUOBIUS (Huobi.com - for US users)
      • NOTE: Huobi Global is HBG.com
  • Major GUI changes (See wiki link for more)

    • Removed Basic config (Our settings cannot be interpreted into a basic config and thus it lacks)
    • Add PT Asssistant to the GUI
    • Add Profit Calculation Method to settings screen. Choose between MARKUP or TCV
    • Add new advanced stats data
    • Add button to buy log and sell log to manually add a record
    • Merge PTNotifications into ProfitTrailer (PRO and ADVANCED users only)
      • Enable by clicking the Adv Notifications button
    • Remove the sidebar and move it's buttons to different places around the GUI
    • Move Hot Config and create a page for it
    • Access public configs from other configs page
    • Manual buy and sell now gives you the option between IOC or MARKET. Not all exchanges support market orders though.
  • Major Changes Bot

    • Reversal Trading
    • Auto Switch config based on market conditions
    • Scale Out profit taking. Sell in multiple stages
    • Support Binance Margin trading
      • Note: The bot does not borrow/repay your debt for you and is currently unaware of how much you borrowed
    • Trailing profit is no longer linked to profit/GAIN% but to the price when trailing started
      • if the user restarts within 5 minutes trailing can continue where it left off
      • you can trail without having a GAIN specified and thus trailing profit now works for users using formulas too
    • SOM (Sell Only Mode) Overhaul
      • Global SOM can be turned on/off with a button in the footer
      • Global SOM will persist after a restart
      • No more complicated SOMO
    • price rise / drop and consecutive triggers now work as filters.
      • You will see them blocking a buy on the GUI below the PAIR and no longer as part of SOM in footer
    • If you change the setting it immediately invalidates and all coins will check again for validity (No more restarting bot etc)
  • There are many more changes

  • PT API Changes

    • Created a new V2 API that can do a lot more
    • Old V1 api is now deprecated and will be removed in 2.5

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

Compatibility

  • Operating system

    • Windows
    • Linux
    • MacOS
  • Browsers

    • Chrome
    • Firefox
    • Safari
    • Edge (Limited)