ProfitTrailer Scheduled Maintenance

Date: 10 November 2021.
Start Time: 08:00 AST (12:00 UTC)
Duration: 2-4 Hours (Just to be safe)

Reason
Overtime we have grown and also the software has grown. We are processing more and more data, configs are getting bigger, more users are sending TradingView signals. This means that the machines we are using need to be able of handling this amount of traffic. This is not always the case.

There is never a good time for maintenance as crypto never sleeps, so I picked a time that fits me best.

What will be affected during down time?

  1. License server will be down
  • running bots will be able to keep doing their things
  • bots cannot start if they shutdown
  • Users on 2.5 will be able to safe their ACTIVE config. (Since we store it locally now temporarily)
  • You will not be able to create new configs
  1. Signals will not be processed
  • During this time some if not all signals might not reach your bots.
  • Handle your positions accordingly. turn on SOM if you need to.
  • Prevent opening new positions, pay close attention to positions

2.4.29 – Release

Change log

  • New
    • Implement GLOBAL_(X)_strategy and label in PAIRS
      • Define global strategies that you can use in PAIRS and DCA for different types of formula logic
    • Implement all properties that can use a formula can use strategy values (SA,SX) and global strategy values (SGA, SGX)
    • Implement CROSSOVER and CROSSUNDER strategy (TV style)
    • Implement many of our properties can now have a dynamic value using GLOBAL indicators or based on the strategy values (SA…SX etc)
      • Example1: DEFAULT_initial_cost = SX * 2 where SX is ATR value
      • Example2: DEFAULT_DCA_buy_percentage = LX < 80 ? 100 : 500 where LX is my LIQPRICE strategy indicating
      • In most cases an extra stats line is displayed to show you the dynamic calculated value
        Current list of supported proeprties (This is not the actual property name)
      • INITIALCOST, BUYCOST, BUYPERCENTAGE, TSLARM, TPP, TPPRESET, TPSARM, TPSFIRE
      • MAXPROFIT, ISOMARGIN,MAXCOST, SOXTPPORTION, SOXSLPORTION
      • CANCELCOMBINE, CANCELTRIGGER, PENDINGGAIN, PENDINGPRICEDROP
      • REVERSALSTART, REVERSALDROPREBUY, REVERSALRISEREBUY
    • Add new property MACD_return_value. (For MACD indicator)
      • switch your MACD between HISTOGRAM, MACDLINE, SIGNALLINE
    • Add buy priority BOUGHTTIMESASC and DESC
    • MACD display notification when setup incorrectly instead of erroring out
    • Correctly format formula to show green when using ! operator
    • Display (ha) next to strategy if using heikin_ashi_candles
    • Reduce liquidation registration to up to 30 minutes after the liquidation happened
  • Fixes
    • Fix ticker websocket taking too long to reconnect if it gets a connection timeout
    • Fix statsAS and Statsdd not cleared when bot resets
    • Fix MFI should display 100 in certain rare cases instead of 100
    • Fix buy_leverage on DCA not using correct level
    • Fix buy_timeout and buy_timeout_after_sell time left counter not moving
    • Fix do not allow leverage change if restoring a reversal position
    • Fix strategy values used in formula should not be converted to absolute values as it prevent accurate formula creation
    • Fix formula values are not available to be evaluated to true or false in DCA for sox_take_profit
    • Fix PBL table width for strategies
    • Fix buy/saleslog jumping back down after changes to another page
    • Small fixes

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

2.4.6 – Release

Change log

  • FIXES
    • Implement the new websocket subscription style for Binance and Binance Futures
    • Upgrade Binance V1 api calls to V3
    • Binance futures buttons should display open/close
    • Fix when we revisit /setup/exchange page it should not reset our previous data
    • Fix for when we revisit config selection setup screen
    • Fix BinanceDEX default exchange url
    • Fix for BinanceDEX not able to buy/sell correctly
    • Fix trying to better handle BitMEX 403 error
    • Small fixes

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

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
  • Broken Add-ons (They need to release an update)
    • PT Defender
  • 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

Time to upgrade

Each new version we release brings with it new improvements to the bot and our infrastructure.
And to be able to keep improving our systems we need to make sure users are running a recent version of the Bot.

Starting tuesday 14-05-2019 only the following ProfitTrailer versions will be able to authenticate their license against our license servers.

V2.1.30
V2.2.12
V2.3 and later

If you are running a version other than the ones mentioned above, we strongly advice you to upgrade your bot.

You will receive the following error message if you are running an invalid version:
We were unable to authenticate your license