Time to Update

ProfitTrailer 2.4 has been out for a few months now. And all in all it’s been pretty stable. So just like last time we are consolidating the allowed releases running.

Per the 21st of January the only valid ProfitTrailer versions are:
2.2.12
2.3.21
2.4+

Per the 17th of February the only valid ProfitTrailer versions are:
2.2.12
https://github.com/taniman/profit-trailer/releases/tag/2.2.12

2.3.21
https://github.com/taniman/profit-trailer/releases/tag/2.3.21

2.4.13+ (Recommended)
https://github.com/taniman/profit-trailer/releases

How to update?
http://wiki.profittrailer.com/doku.php?id=quick_instructions

2.4.13 – Release

Change log

  • New
    • Implement DEFAULT_buy_margin_type (values CROSSED, ISOLATED)
      • Works for ALL leverage exchanges (Currently Bybit, BitMEX, Binance Futures)
      • Exchange margin_type will be used when this is not specified
    • Implement new property DCA_stop_inactive_pairs to allow inactive DCA to stop loss
      • Inactive DCA PAIRS are pairs showing the RED MAX DCA PAIRS message
    • Indicate a buy_value for LASTDCABUY to buy x% below or above the last DCA buy.
      • If LASTDCABUY is 8000, buy_value = -3, BST = 7760
      • If LASTDCABUY is 7000, buy_value = 4, BST = 7280
    • Implement only_closed_candles and candle_period for PROFITPERCENTAGE strategy.
      • When used PROFITPERCENTAGE will be calculated based on the last closed candle of your candle period
      • Only calculate a value if purchase date is after the candle being used for calculation
      • Note: Normally PROFITPERCENATGE is calculated using highestBid and lowestAsk
    • Implement CROSSED and ISOLATED margin for TESTMODE BINANCE FUTURES bots
    • Implement Liquidation price is calculated on TESTMODE BINANCE FUTURES bots
    • Implement Liquidate positions for TESTMODE BINANCE FUTURES bots when mark price crosses liquidation price
    • Send a message to Telegram/Discord when bought price is lost
    • Display license on PT Assistant screen
    • Display the leverage amount in PBL
    • Display SSV, SST, SSL in sales log
  • Fixes
    • Fix displayed profit on the dashboard
    • Fix reversal balance calculation causing GUI crash
    • Fix cost price for initial buys and DCA buys on the BUY LOG when using leverage
    • Fix TCV displayed on TESTMODE for Binance Futures should take fees into account
    • Fix pending orders do not work for leverage exchanges in ProfitTrailer. So disable the option to prevent a loop
    • Small fixes

https://download.profittrailer.com/ProfitTrailer-2.4.13.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
  • 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

2.4.12 – Release

Change log

  • Fixes
    • Fix stats-dd causing bot to crash
    • Fix display correct GUI buttons depending on exchange
    • Small fixes

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

2.4.11 Change log

  • NEW
    • Implement BYBIT exchange (BETA)
    • Implement BITRREXUS for users running BITTREX on USA VPS (Need to move license)
    • Implement SOX_stop_loss_trigger and SOX_stop_loss_portion
      • Now you can stop loss in portions
  • FIXES
    • Do not calculate indicator value if _length value is higher than amount of candles a pair currently has.
      • ie. New coin only has 2 daily candles. But indicator _length is set to 10 days
    • Display our portfolio value returned by the exchange for leverage exchanges instead of calculating TCV
    • Fix bug with local cache not generating a unique id per bot when using context path
    • Fix shorting should be only possible on leverage exchanges
    • Fix using default_buy_leverage is only possible on leverage exchanges
    • Fix STATS-AS CP display
    • Fix Advanced Notifications /today /yesterday commands not working
    • Fix Binance Futures STATS-DD reset
    • Fix reversal reserved balance should be without leverage
    • Fix to prevent DCA buy times to reset when user gets multiple balance api connection errors

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

2.4.11 – Release

Change log

  • NEW
    • Implement BYBIT exchange (BETA)
    • Implement BITRREXUS for users running BITTREX on USA VPS (Need to move license)
    • Implement SOX_stop_loss_trigger and SOX_stop_loss_portion
      • Now you can stop loss in portions
  • FIXES
    • Do not calculate indicator value if _length value is higher than amount of candles a pair currently has.
      • ie. New coin only has 2 daily candles. But indicator _length is set to 10 days
    • Display our portfolio value returned by the exchange for leverage exchanges instead of calculating TCV
    • Fix bug with local cache not generating a unique id per bot when using context path
    • Fix shorting should be only possible on leverage exchanges
    • Fix using default_buy_leverage is only possible on leverage exchanges
    • Fix STATS-AS CP display
    • Fix Advanced Notifications /today /yesterday commands not working
    • Fix Binance Futures STATS-DD reset
    • Fix reversal reserved balance should be without leverage
    • Fix to prevent DCA buy times to reset when user gets multiple balance api connection errors

https://download.profittrailer.com/ProfitTrailer-2.4.11.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
  • 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

2.4.10 – Release

Change log

  • FIXES
    • Fix test mode leverage change can cause incorrect balance.
      • In test mode you are not allowed to change the leverage for an open position
    • Fix Pairs log totals displaying 0.00000

https://download.profittrailer.com/ProfitTrailer-2.4.10.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

2.4.9 – Release

Change log

  • NEW
    • Implement COMBIMACROSS, COMBIMAGAIN, COMBIMASPREAD indicator.
      • Indicator can be used to combine SMA,HMA,EMA,DEMA indicators for example a cross of DEMA and SMA line. See wiki for usage
  • FIXES
    • Fix fee Binance futures
    • Fix BitMEX unneeded rounding causing buy problems
    • Fix stoploss trigger ignoring DCA levels
    • Fix trailing stoploss triggering too soon when the ATRPERCENTAGE stoploss trigger changes
    • Fix sales log profit percentage display for Binance Futures
    • Fix log file viewer not scrolling to the bottom
    • Small fixes and improvements

https://download.profittrailer.com/ProfitTrailer-2.4.9.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

2.4.8 – Release

Change log

  • NEW
    • Display the active config in buy/sell log when using the AUTO SWITCH CONFIG logic
  • FIXES
    • Fix Binance Futures profit display shorting
    • Use BitMEX breakeven price unless it is lower than our avgentry price
      • This helps a side effect of using break even price for profit calculation and doing multiple partial sells
    • Fix test mode pending orders with leverage
    • Fix BitMEX testmode doing incorrect buys
    • Small fixes

https://download.profittrailer.com/ProfitTrailer-2.4.8.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

2.4.7 – Release

Change log

  • NEW
    • Implement TESTMODE for Binance Futures and BitMEX, shorting and leverage supported
    • Add PDHIGH_range and PDLOW_range for PDHIGH/PDLOW indicator to search for a high and low within specified range.
      • Default value is 1
      • The highest high OR lowest low will be used to compare latest candle against
    • Add CHANGEPERCENTAGE_candle_period to CHANGEPERCENTAGE indicator
      • Default value is 300
      • Use a higher candle value in order to be able to look further into the past. (Exchange has limitations)
      • Higher candle values make the changepercentage value less accurate
    • Add new SELL STRATEGY HOLDINGTIME. SELL if HOLDING time is > than sell_value in minutes
      • Strategy only works on coins that were bought AFTER bought was updated to 2.4.7
  • FIXES
    • Change SL and TSL to only look at highest bid when checking if stoploss was hit.
      • This to prevent premature stoploss being hit on low volume pairs
      • Side effect is however that stoploss will effective go deeper if trading large volumes
    • Fix Binance Futures TCV calculation
    • Fix reset SOX_take_profit original amount after each new DCA buy
    • Calculate a more accurate P% when sending coins to pending with price higher than highest bid
    • Fix Prevent bot from starting if part of the database is corrupted.
    • Fix calculating too much fees for BitMEX now that we use BreakEven Price
    • Small fixes

https://download.profittrailer.com/ProfitTrailer-2.4.7.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

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

2.4.5 – Release

Change log

  • FIXES
    • Improve Binance Futures Depth Websocket
    • Prevent users from saving an invalid contextpath and ignore invalid context path when starting the bot
    • Fix STATS-AS when shorting
    • Fix some indicators should use the prev candle close price when using X_only_closed_candles property
    • Small fixes

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

2.4.4 – Release

Change log

  • NEW
    • Implement Binance Futures (May need some minor fixes)
  • GUI Changes
    • Update Arabic translation
    • Add test mode balance property to use on user settings screen
    • Set default values for manual buy / sells popup
    • Do not show execution type selection (IOC/MARKET) if using test mode
    • Show First Bought Date in sales log
  • FIXES
    • When using initial cost as a percentage of TCV. Return your balance if calculated value is higher than rest balance
    • Fix jetty form size error for really large configs
    • Fix stop loss timeout not working correctly
    • Fix STATS-DD when shorting
    • Fix Advanced Notifications Blank messages being sent
    • Fix PT24HTREND calculation
    • Fix BitMEX manual buy returns INSUFFICIENT BALANCE for some pairs incorrectly
    • Fix Binance Depth websocket issue
    • Small fixes

https://download.profittrailer.com/ProfitTrailer-2.4.4.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 Feeder (Update coming)
    • 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

2.4.3 – Release

Change log

  • FIXES
    • Fix pending orders sorting
    • Fix incorrect Advanced Notification fiat value
    • Fix enabling manual SOM in PAIRS should not enable it in DCA
    • Fix advanced notification error messages missing instance name
    • Fix Huobi ask and bid price
    • Fix advanced notifications sending message to second instance not working correctly
    • Fix footer display on mobile.
    • Use BitMEX breakeven price instead of entry price as our avg price to account for funding paid/received
    • Small fixes

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 Feeder (Update coming)
    • PT Tracker standalone
    • 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

2.4.2 – Release

Change log

  • NEW
    • ADD DEFAULT_buy_within_time_period and DEFAULT_sell_within_time_period and DCA equivalent
      • Once all my strategies are true, a buy/sell MUST occur within x seconds. Else invalidate the buy/sell
      • Next attempt will be done once ALL strategies are NOT true again (1 of them becomes false) and ALL become TRUE afterwards again
      • time_period setting is ignored if coin is trailing
      • If you just start your bot and coins have ALL strategies true. Since the bot did not see this happen. It will not buy/sell if using this setting
      • If you had MAX PAIRS/ TOO NEW or whatever error but STRATEGIES become true. The counter still starts and after these errors go away and strategy is still true, it will say TIME PERIOD PASSED. And you need to wait for strategies to go false then become true again etc etc
  • FIXES
    • PT SIGNAL license users are allowed to use PROFITPERCENTAGE strategy too
    • Validate server address when saving
    • Change message about preventing buys to Hiccup and stop the spamming
    • Check and validate server port before saving a new port
    • Fix crash on startup if there is a communication problem
    • Fix pending log sorting
    • Fix PAIRS log counter not showing WATCHMODE
    • Fix Binance/BinanceUS precision error
    • Fix no longer hide GAIN strategy when REVERSAL logic is used to prevent problems when using formula.
      • The value of REVERSALGAIN is added to our GAIN sell value to reflect the correct sell target
    • Fix BitMEX orderbook problem when shorting
    • Fix BitMEX bot should block a currency that is open in the opposite direction.
      1. A long bot will block/hide open short positions and prevent long bot from buying that coin
      2. A short bot will block/hide open long positions and prevent short bot from buying that coin
      3. Error will be displayed in the PBL for that coin
    • Small fixes

https://download.profittrailer.com/ProfitTrailer-2.4.2.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 Feeder (Update coming)
    • PT Tracker standalone
    • 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

1 day give-away

Tomorrow we will add a new signal provider GrowInvest Signals to the shop.
To celebrate we will give away 3x a 3 month subscription to GrowInvest Signals. GrowInvest Discord Server: https://discord.gg/Cw6PkgN

Just leave a comment in #give-away on ProfitTrailer Discord Server so you can participate.

Price: 3 Months subscription of GrowInvest Signals (1 per user)
End date: 23-10-2019 14:00UTC

Switch to Binance US

USA users, you can now switch your ProfitTrailer Binance license to Binance US.
As indicated by our TOS, if an exchange rebrands or closes down but offers an alternative, affected users are allowed to switch to the new rebranded exchange within a specified time period.

All you have to do to switch is talk to PT Assistant and send the command !movebinancelicense.

T&C:

  • The official exchange period is from 01-11-2019 – 30-11-2019.
  • After the exchange period there will be no possibility of switching.
  • You can only switch a Binance license to Binance US.
  • The switch is not reversible.

Happy trading everybody!

Note: Even though the official exchange period has not started, you can already switch your license. Binance US is available in PT 2.4.x

2.4.1 – Release

Change log

  • New
    • Re-add property to enable/disable auto open of browser when the bot starts
  • Fixes
    • Fix BitMEX incorrect leverage displayed
    • Fix Log file not viewable from GUI
    • Fix trend % not displaying correctly
    • Fix crash when doing a setup from scratch
    • Bot not booting in certain cases complaining about license
    • Small fixes
  • Deleted
    • Removed application.properties template from the zip. We do not need it when starting from scratch

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 Feeder (Update coming)
    • PT Tracker standalone
    • 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

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

ProfitTrailer 2.4 is here!

  • 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

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

2.3.15 – Release

Fixes

  • Fix trailing buy and trailing profit with DCA levels not working properly
  • Fix rebuy timeout not working correctly for manual DCA buys
  • Fix for BitMEX some pairs do not calculate the amount of contracts needed to be bought correctly
  • Fix prevent creation of Pending Orders on BitMEX as we do not support it
  • Fix trailing stop loss data not resetting correctly in certain conditions causing premature selling
  • Fix process multible buy/sell signals with different labels correctly
  • Small fixes

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

Enhancement Games – Final Round

The month of June has gone by and we compiled a list of some of the most popular enhancements requested.

I have created the channel #enhancement-games on Discord where we will hold a final voting round.
So please head over there and click on the reaction button for the enhancement you would really like to see in the bot.

**Voting period**
Voting ends 09-07-2017 14:00 UTC

BTC Breaks 10K

The time has come, ladies and gentlemen! Bitcoin topped $10K for the first time since 2018.

We think that calls for celebration:

Buy a Lifetime license or upgrade your subscription to a Lifetime license and get 50% off.

– This offer is only valid in https://profittrailer.com/shop/
– This offer is only valid on PT Lifetime licenses (signals, addons and subscriptions are excluded)
– Valid until the 30th of June 23:59

T&C: https://profittrailer.com/promotions/

2.3.9 – Released

  • GUI Fixes
    • Fix stats date format
    • Fix stats data ordering
    • Fix stats legend colors
  • Fixes
    • Break formulas when they become too long.
    • Change wait time after data reset to 15 seconds
    • Fix problem where you get stuck in active config page
    • Fix stoploss timeout does not display the remaining time in the GUI
    • Fix stoploss timeout should be DCA level specific
    • Fix Huobi trade history retrieval problem after API change
    • Fix Binance connection issues for people using more a lot of indicators with a lot of different time frames and little coin filters
    • Fix BitMEX shorting profit calculation
    • Fix pending orders should display total cost based on avg price (As P% since 2.3 is also based on avg price)
    • Fix incorrect cost price displayed in GUI for partial sell orders
    • Other small fixes

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

2.3.8 – Released

  • GUI Fixes
    • Remove new config button from active config page
    • Fix formula not displaying RED color when strategy is false
    • Fix basic config deleting strategies and other data when saving
    • Fix newsfeed keeps bouncing even after being read
    • Fix BitMEX profit display for long XBTUSD positions
    • Add Korean translation back (shoutout to DrFReest)
      • Come claim your Reputation points
  • New
    • Allow Strategies A-Z
    • Add Max Profit to sales distribution graph
    • Add ATRPERCENTAGE indicator default is based on EMA, but can be changed to SMA too
    • Add LOWATRBAND and HIGHATRBAND indicators.
    • Add DEFAULT_trailing_stop_loss_strategy,formula,label and DCA equivalent
  • Fixes
    • Improve stats page load performance
    • Fix cooling down messages after BitMEX changed their rate limit logic
    • Do not try to sell a direct signal if balance is 0, as it creates short positions on BitMEX
    • Retry 5 times when a Binance order fails to retrieve order information
    • Fix missing and unknown dust problem on some machines
    • Removed ALL TSS log lines as we got the Advanced STATS for that
    • Some small fixes
  • Advanced Stats
    • Fix STATS-AS to keep only records for 24 hours as described in the wiki
    • Implement STATS-DD (Displays the Peak, Bottom and Drawdown of your active pairs)

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

2.3.7 – Released

  • GUI Fixes
    • Add STATS page (More stats will be added as they come)
    • Remove PRO tools page. (Use standalone version if you want PtTracker)
  • Fixes
    • Add logic to prevent bot from losing BNB price when a dust amount is removed from the coin (let’s see how this works)
    • Add logic to prevent Bot from losing coins prices if commissions are received for a coin (let’s see how this works)
    • Change Binance websocket reconnection time and logic for when websockets have problems
    • Fix DCA_ignore_buy_trigger should be DCA level specific
    • Fix LASTDCABUY strategy should not check a last DCA buy if it’s the first DCA
    • Fix buy on first signal property causing some buys to fail due to a range being defined
    • Fix when using multiple signal providers sometimes certain signals are skipped
    • Zip and download config instead of downloading 3 files

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

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