Releases: taniman/profit-trailer
Bug fixes
Please make sure to backup your data before upgrading.
Change log
- Fixes
- Add manual pending order can sent only a portion of holdings to pending
- Redirect to exchange setup after pressing reset button
- Clear some cached data when new bought price is set
- Slow down and improve recording of buy/sell records
- Fix DCA counter duplicates
- Fix advanced notifications commands not working correctly
- Fix rounding problem causing bought price issues
- Fix Advanced stats button is not visible
- Small fixes and improvements
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
- Removed
-
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
- Removed start_balance (PAIRS config)
-
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 ofdefault_initial_cost = 2%
- Just give your value a % at the end to make it behave as a percentage.
- Deprecate
keep_balance_percentage
in favor ofkeep_balance = 25%
- Deprecate
default_dca_ignore_sell_only_mode
- Use
DEFAULT_DCA_sell_only_mode_enabled
to enable to enable/disable SOM manually
- Use
- 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
- See the full list https://wiki.profittrailer.com/doku.php?id=changes#version_24
-
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)
Bug fixes
Please make sure to backup your data before upgrading.
Change log
- Fixes
- Fix Bybit disconnect and reconnect not working correctly
- Fix Bybit datetime causing problems after buy/sell
- Fix sold pending orders are not logged anymore
- Only newly created pending orders will log correctly with this fix
- Fix TCV calculation is incorrect due to missing data
- Fix reversal rebuy not working correctly after 2.4.18 changes
- Fix HIGHBB sell value limit calculated incorrectly
- Small fixes and improvements
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
- Removed
-
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
- Removed start_balance (PAIRS config)
-
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 ofdefault_initial_cost = 2%
- Just give your value a % at the end to make it behave as a percentage.
- Deprecate
keep_balance_percentage
in favor ofkeep_balance = 25%
- Deprecate
default_dca_ignore_sell_only_mode
- Use
DEFAULT_DCA_sell_only_mode_enabled
to enable to enable/disable SOM manually
- Use
- 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
- See the full list https://wiki.profittrailer.com/doku.php?id=changes#version_24
-
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)
Enhancement + Fixes
Please make sure to backup your data before upgrading.
Change log
-
New
- Redesign buy/sell logic to prevent the bot from going crazy if exchange has an error
- ensures a buy/sell always gets logged even if there is an exchange error
- It keeps retrying in a separate process until exchange gives a proper result back
- Implement
DEFAULT_sell_strategy_direction
and DCA equivalent (UP/DOWN)- This property is only supported by indicators that return only a POSITIVE value e.g. (RSI, STOCH etc)
- Delete buy / sell entries (Action is irreversable)
- Specify leverage used when adding buy/sell records manually
- Redesign buy/sell logic to prevent the bot from going crazy if exchange has an error
-
Fixes
- Fix Bybit recognizing coins as dust in some cases
- Fix JVM_bind error when incorrect server address defined
- Fix trailing stop loss causing premature activation in some cases
- Fix Stats DD - inverted lines
- Change Reset Icon in footer as it was causing confusion
- 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
- Removed
-
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
- Removed start_balance (PAIRS config)
-
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 ofdefault_initial_cost = 2%
- Just give your value a % at the end to make it behave as a percentage.
- Deprecate
keep_balance_percentage
in favor ofkeep_balance = 25%
- Deprecate
default_dca_ignore_sell_only_mode
- Use
DEFAULT_DCA_sell_only_mode_enabled
to enable to enable/disable SOM manually
- Use
- 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
- See the full list https://wiki.profittrailer.com/doku.php?id=changes#version_24
-
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)
Bug fixes
Please make sure to backup your data before upgrading.
Change log
- Fixes
- Fix signals edition continuous error message
- Fix GUI rounding
2.4.16 RELEASE NOTES
-
GUI Changes
- Added sell percentage for manual sell
- Added buy percentage for manual buy
- Stats chart fixes
- Stats display coins sold average profits
- PTF not saved indicator
- Add field to set the amount of rounding used in the GUI (Needs some extra work)
- Fix display P% in notifications
- Show heartbeats in 1 line (less clutter)
-
New
- stop_loss_trigger, trailing_stop_loss, trailing_profit, trailing_buy can now use all these buy STRATEGIES
- CHANGEPERCENTAGE, PROFITPERCENTAGE, VWAPPERCENTAGE, MVWAPPERCENTAGE, ATRPERCENTAGE
- stop_loss_trigger, trailing_stop_loss only allow negative values, so the positive value on strategies that return BOTH positive and negative value will be ignored
- Test first
- Add VWAPPERCENTAGE and MVWAPPERCENTAGE to
AUTO_CONFIG_TREND_STRATEGY
- Works with same logic as PT24HTREND. Value > threshold bull, < (threshold * -1) when negative is bear. Limbo is normal
- Add stats-dd data to manual sells
- Add
SOM_trigger_candle_period
can be used to use a smaller candle period than default 5 minutes (If supported by exchange) - Fetch and calculate approximate data of live liquidations and save it in sales log
- Only liquidations within last 24 hours will be recorded
- Log file now displays time in timezone of user settings
- stop_loss_trigger, trailing_stop_loss, trailing_profit, trailing_buy can now use all these buy STRATEGIES
-
Fixes
- Remove the strange logic build for ATRBAND indicator (Create a range if you want value only within a range)
- Block all coins from triggering a liquidation in TESTMODE after a buy or sell
- Use leverage specified in PAIRS config if a user does not specify a leverage in DCA
- Prevent PT API calls if trading is blocked
- Display error notification when formula is incorrect
- Send error message if people are using Java 11 (Not supported)
- Fix bybit indicator values not updating
- Fix application.properties.old not deleting after 7 days.
- Fix displayed P% is incorrect if we get a better price when a sell occurs
- Fix for default order type for manual buy / sell
- Fix reversal RGAIN broken when doing DCA after reversal rebuy and then reversal sell again
- Fix advanced stats button disappearing when disabled
- Minor 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
- Removed
-
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
- Removed start_balance (PAIRS config)
-
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 ofdefault_initial_cost = 2%
- Just give your value a % at the end to make it behave as a percentage.
- Deprecate
keep_balance_percentage
in favor ofkeep_balance = 25%
- Deprecate
default_dca_ignore_sell_only_mode
- Use
DEFAULT_DCA_sell_only_mode_enabled
to enable to enable/disable SOM manually
- Use
- 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
- See the full list https://wiki.profittrailer.com/doku.php?id=changes#version_24
-
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)
Enhancement + Fixes
-
GUI Changes
- Added sell percentage for manual sell
- Added buy percentage for manual buy
- Stats chart fixes
- Stats display coins sold average profits
- PTF not saved indicator
- Add field to set the amount of rounding used in the GUI (Needs some extra work)
- Fix display P% in notifications
- Show heartbeats in 1 line (less clutter)
-
New
- stop_loss_trigger, trailing_stop_loss, trailing_profit, trailing_buy can now use all these buy STRATEGIES
- CHANGEPERCENTAGE, PROFITPERCENTAGE, VWAPPERCENTAGE, MVWAPPERCENTAGE, ATRPERCENTAGE
- stop_loss_trigger, trailing_stop_loss only allow negative values, so the positive value on strategies that return BOTH positive and negative value will be ignored
- Test first
- Add VWAPPERCENTAGE and MVWAPPERCENTAGE to
AUTO_CONFIG_TREND_STRATEGY
- Works with same logic as PT24HTREND. Value > threshold bull, < (threshold * -1) when negative is bear. Limbo is normal
- Add stats-dd data to manual sells
- Add
SOM_trigger_candle_period
can be used to use a smaller candle period than default 5 minutes (If supported by exchange) - Fetch and calculate approximate data of live liquidations and save it in sales log
- Only liquidations within last 24 hours will be recorded
- Log file now displays time in timezone of user settings
- stop_loss_trigger, trailing_stop_loss, trailing_profit, trailing_buy can now use all these buy STRATEGIES
-
Fixes
- Remove the strange logic build for ATRBAND indicator (Create a range if you want value only within a range)
- Block all coins from triggering a liquidation in TESTMODE after a buy or sell
- Use leverage specified in PAIRS config if a user does not specify a leverage in DCA
- Prevent PT API calls if trading is blocked
- Display error notification when formula is incorrect
- Send error message if people are using Java 11 (Not supported)
- Fix bybit indicator values not updating
- Fix application.properties.old not deleting after 7 days.
- Fix displayed P% is incorrect if we get a better price when a sell occurs
- Fix for default order type for manual buy / sell
- Fix reversal RGAIN broken when doing DCA after reversal rebuy and then reversal sell again
- Fix advanced stats button disappearing when disabled
- Minor 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
- Removed
-
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
- Removed start_balance (PAIRS config)
-
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 ofdefault_initial_cost = 2%
- Just give your value a % at the end to make it behave as a percentage.
- Deprecate
keep_balance_percentage
in favor ofkeep_balance = 25%
- Deprecate
default_dca_ignore_sell_only_mode
- Use
DEFAULT_DCA_sell_only_mode_enabled
to enable to enable/disable SOM manually
- Use
- 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
- See the full list https://wiki.profittrailer.com/doku.php?id=changes#version_24
-
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)
Enhancement + Fixes
Please make sure to backup your data before upgrading.
Change log
-
New
- Add button that can be used to give support readonly access when user needs help.
- Add StatsDD data to graph on STATS page
- Add All time profits on dashboard (Uses your start balance for calculation if specified)
- Display calculation method next to Profit % on dashboard
- Indicate on dashboard if it's Paper profits or not
-
Fixes
- Fix TCV displayed for BINANCEFUTURES not taking loss into account
- Disable the display of pending orders on Leverage exchanges as it does not work anyway
- Small fixes
-
PT TradingView addon
- Send a signal with currencyPair = ALL to trigger all coins in the PBL
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
- Removed
-
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
- Removed start_balance (PAIRS config)
-
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 ofdefault_initial_cost = 2%
- Just give your value a % at the end to make it behave as a percentage.
- Deprecate
keep_balance_percentage
in favor ofkeep_balance = 25%
- Deprecate
default_dca_ignore_sell_only_mode
- Use
DEFAULT_DCA_sell_only_mode_enabled
to enable to enable/disable SOM manually
- Use
- 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
- See the full list https://wiki.profittrailer.com/doku.php?id=changes#version_24
-
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)
Enhancement + Fixes
Please make sure to backup your data before upgrading.
Change log
-
BITTREX WARNING
- If you are using Bittrex and you are using 15 min candles. This is not supported in their V3 API.
- Supported candles, 1M, 5M, 1H, 1D
- Upgrade Bittrex to V3 API.
- Improve Bittrex websocket usage so Bittrex speed is much much better after initial load
-
New
- Implement DEFAULT_DCA_buy_cost
- Set the amount the next DCA may cost you. A simple way to define that DCA always buys the same amount
- The amount of coins bought can vary but all DCA levels will cost you the around same amount of base currency.
- DEFAULT_DCA_buy_cost = 10 (USDT) means that on each new buy an amount of 10 USDT worth of your coin will be bought
- DEFAULT_DCA_buy_cost = 0.5% means that on each new buy an amount of 0.5% of your TCV worth of your coin will be bought
- Implement DEFAULT_DCA_buy_cost
-
Fixes
- Use reduceOnly when closing leverage positions to prevent an order from the opposite side to open
- Change double buy protection to 15 seconds
- Enhance testmode Liquidation engine logic
- Block manual buy when DCA state cannot be retrieved
- Block manual buy/sell button if users click too many times after each other
- Fix current value is not displayed when a coin loses bot price
- Fix total cost and value column not appearing on PAIRS log
- Fix log history not being cleaned up correctly
- Fix Bybit cross margin buy not working
- Fix lowbb and highbb strategies ignoring only closed candles logic
- Fix manual DCA buy resetting margin_type on TEST bots
- Fix GUI crashing if invalid SOM_trigger_length is specified
- Fix Bybit and BitMEX amount of candles stored by the bot
- Prevent GROW and SHRINK trailing to show an incorrect notification when a config recently changed
-
PT API Changes
- Allow API token to be send as a Bearer token
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
- Removed
-
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
- Removed start_balance (PAIRS config)
-
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 ofdefault_initial_cost = 2%
- Just give your value a % at the end to make it behave as a percentage.
- Deprecate
keep_balance_percentage
in favor ofkeep_balance = 25%
- Deprecate
default_dca_ignore_sell_only_mode
- Use
DEFAULT_DCA_sell_only_mode_enabled
to enable to enable/disable SOM manually
- Use
- 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
- See the full list https://wiki.profittrailer.com/doku.php?id=changes#version_24
-
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)
Enhancements + Bug fixes
Please make sure to backup your data before upgrading.
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
- Inactive DCA PAIRS are pairs showing the RED
- 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
- If
- 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
- When used
- Implement
CROSSED
andISOLATED
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
- Implement DEFAULT_buy_margin_type, (values CROSSED, ISOLATED)
-
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
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
- Removed
-
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
- Removed start_balance (PAIRS config)
-
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 ofdefault_initial_cost = 2%
- Just give your value a % at the end to make it behave as a percentage.
- Deprecate
keep_balance_percentage
in favor ofkeep_balance = 25%
- Deprecate
default_dca_ignore_sell_only_mode
- Use
DEFAULT_DCA_sell_only_mode_enabled
to enable to enable/disable SOM manually
- Use
- 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
- See the full list https://wiki.profittrailer.com/doku.php?id=changes#version_24
-
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)
Bug fixes
Please make sure to backup your data before upgrading.
Change log
- Fixes
- Fix stats-dd causing bot to crash
- Fix display correct GUI buttons depending on exchange
- Small fixes
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
- Do not calculate indicator value if _length value is higher than amount of candles a pair currently has.
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
- Removed
-
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
- Removed start_balance (PAIRS config)
-
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 ofdefault_initial_cost = 2%
- Just give your value a % at the end to make it behave as a percentage.
- Deprecate
keep_balance_percentage
in favor ofkeep_balance = 25%
- Deprecate
default_dca_ignore_sell_only_mode
- Use
DEFAULT_DCA_sell_only_mode_enabled
to enable to enable/disable SOM manually
- Use
- 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
- See the full list https://wiki.profittrailer.com/doku.php?id=changes#version_24
-
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)
Bug fixes + enhancement
Please make sure to backup your data before upgrading.
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
- Do not calculate indicator value if _length value is higher than amount of candles a pair currently has.
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
- Removed
-
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
- Removed start_balance (PAIRS config)
-
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 ofdefault_initial_cost = 2%
- Just give your value a % at the end to make it behave as a percentage.
- Deprecate
keep_balance_percentage
in favor ofkeep_balance = 25%
- Deprecate
default_dca_ignore_sell_only_mode
- Use
DEFAULT_DCA_sell_only_mode_enabled
to enable to enable/disable SOM manually
- Use
- 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
- See the full list https://wiki.profittrailer.com/doku.php?id=changes#version_24
-
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)