2.4.27 – Release

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.

https://download.profittrailer.com/ProfitTrailer-2.4.27.zip