Change log
- New
- Implement SMALINE, EMALINE, DEMALINE, HMALINE strategies
- Can also be used to autoswitch config based on the line
- Implement MFI indicator (Money FLow Index)
- Implement WAITXCANDLES strategy
- Specifically used when using strategy level logic
- Implement LIQPRICE strategy
- implement buy_strategy_level(x)_reset_formula and DCA equivalent (Use to reset back to level 1)
- implement sell_strategy_level(x)_reset_formula and DCA equivalent (Use to reset back to level 1)
- Implement SOX_take_profit_target can now define a formula to sell
- SO1_take_profit_target = A && B
- So if strategy A && B is true we can now sell a portion instead of the complete amount
- SO2_take_profit_target = SZ * 0.1 (Where SZ is the value of strategy with letter Z )
- This let’s us define a dynamic target
- Rename sell_strategy_level(x)_formula_timeout to sell_strategy_level(x)_timeout (old one still works)
- Rename buy_strategy_level(x)_formula_timeout to buy_strategy_level(x)_timeout (old one still works)
- Allow pending sell orders again for leverage exchanges (Only Binance futures for now). Needs more testing
- Add protection to reset some more data if bought price is set by external party
- Display all strategies when using strategy level formula instead of only the Activ level
- This will enable trailing on a different strategy than what the level formula had for example
- Fixes
- Fix Poloniex BLOCKED message will not go away in some cases
- Fix some indicators not calculating correctly under Heikin Ashi
- Fix TCV not being stored correctly anymore it seems
- Fix rebuy timeout should not activate if we only sold partially
- Fix copy of config
- Fix reversal target price
- Fix marketcap information
- Fix pending order data being removed prematurely
- Fix when using buy_strategy_levels in DCA only first level requires PROFITPERCENTAGE strategy
- Fix AUTOCONFIG stop before switch not selling the coins before switching
- Fix buy leverage for DCA ignoring level specific settings
- Fix bitMEX connection problems not handled well enough
- Fix active config not displaying in buy/sell log when using the AUTCONFIG switch functionality
- Fix trailing_buy_enabled_formula returns invalid formula error when using level strategies
- Fix Stop loss timeout not working correctly when set in DCA
- Fix strategy formula not working correct for SV strategy
- Fix missing indicators to only_closed_candles_period
- Fix advanced notification button being displayed for Basic users
- Fix consecutive buy/sell trigger can get stuck in some cases
- Testmode for Bybit and BitMEX only supports isolated as cross leverage is too complicated for test mode
- Multiple small fixes an improvements
- TV ADDON
- Specify LEVERAGE, COST in yor TV signal and PT will use this value when doing the initial buy
- This only works if the signal did not expire because of i.e. trailing
https://download.profittrailer.com/ProfitTrailer-2.4.28.zip