2.3.0 Released

Getting better by the day 2.3.0

Change log

  • New
    • Migrate database to SQLite
    • trading_api_key and secret are now optional and is not required to be set
    • Pending log lines now say PENDING instead of FIXED
    • Pending log displays actual P% based on the average price the coin had when it was sent to pending.
      • If the pending was created on exchange we guestimate the P% based on pending_gain_percentage or GAIN %
    • Improve reset data logic
    • GAIN now also can use the sell_value_limit so it conforms to the same logic as other strategies
    • Made GAIN optional. So people don’t have to jump through hoops when they want to sell only based on INDICATORS.
    • Add property DEFAULT_min_order_book_price_slippage_percentage and DCA equivalent, can be DCA level specific
    • Add property DEFAULT_DCA_ignore_buy_trigger. so that DCA can buy regardless of being positive or negative
    • Add property DEFAULT_buy_strategy_formula and DEFAULT_sell_strategy_formula and DCA equivalent ((A && B) || C)
    • Add property DEFAULT_trailing_buy_reset_with_strategies and DCA equivalent (default is false).
      • What this does is you can say that trailing should reset if your strategies are not TRUE anymore.
    • Add new strategy FIXEDPRICE (Note: Make sure to use it by overriding a pair to avoid surprises)
      • Required FIXEDPRICE_source (ASK,BID,LAST) in INDICATORS
    • Add hotconfig property test_mode_start_balance so users can set a new balance for their test bots without resetting. We can mark start_balance in pairs.properties as deprecated
    • Backup database in a zip file because we have 3 files to backup
    • Backup database every 5 minutes, because we can again
  • Fixes
    • Fix empty server.address causing startup problems
    • Fix Huobi buy and sell log not recording buys/sales
    • Fix TSL, and take profit needs to reset after a pending order is cancelled
    • Fix trading.signal_providers is ignored when there are too many spaces
    • Fix Bittrex returning restricted_market error
    • Fix Bittrex buy and sell log not recording buys/sales
    • Fix sending coins to pending not working correctly
    • Fix DCA screen shows SOM STATE UNKNOWN in some cases
    • Fix cancel_pending_trigger > 0 not working properly
    • Fix a problem where reserved balance is causing too much unaccounted items to be created
    • Fix DCA buy log not showing order number
    • Fix redirect to set password page when password is not set
  • GUI
    • GUI Fix BNB 0 value should not mess up the calculation
    • GUI Fix lifetime subscription text
    • GUI Show a loader when configs are being saved
    • GUI Buy/Sales Log shows advanced Stats specifics
    • GUI display pro tools for all PRO users
  • Beta PRO features
    • Integrate PT Tracker into ProfitTrailer
    • Advanced stats (Follow trailing, TSL and Take Profit movements right from the GUI)

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