Bug fixes
WARNING
Please make sure to backup your data before upgrading.
You CANNOT rollback after upgrading from a 2.4.x version
Important!
Read 2.5.0 Release Notes
Change log
- Fixes
- Clear EQPRICE after a sell to prevent trailing from restarting prematurely
- Fix first bought date resetting when we reset buy times back to 0 on futures exchanges
Change log 2.5.22
-
EXCHANGES
- Implement new exchange HUOBIFUTURES/HUOBIFUTURESISOLATED/HUOBIFUTURESCOIN
-
INDICATORS
-
VOLUMEOSCILLATOR
VOLUMEOSCILLATOR_candle_period
VOLUMEOSCILLATOR_fast_length
VOLUMEOSCILLATOR_slow_length -
SQUEEZEMOMENTUM
https://www.tradingview.com/script/xKxa7M9d-ProfitTrailer-Squeeze-Momentum-Indicator/
SQUEEZEMOMENTUM_candle_period
SQUEEZEMOMENTUM_bb_length
SQUEEZEMOMENTUM_bb_std
SQUEEZEMOMENTUM_kc_length
SQUEEZEMOMENTUM_kc_multiplier
SQUEEZEMOMENTUM_return_value (SQUEEZE ( -1 ON, 1 OFF, 0 Neither) or HISTOGRAM)
-
-
EQUALIZER
- Add EQ logic to recalculate average price when we sell
DEFAULT_DCA_equalize_strategy_reset_average_price (true/false)
- DO NOT enable this option if you plan to do manual buys or sell DIRECTLY on exchange
- This option will only work on coins bought AFTER the feature is enabled
- Add EQ logic to recalculate buy_times to after EQ sells
DEFAULT_DCA_equalize_strategy_reset_buy_times (true/false)
- Add
EQGAIN
strategy.
Now you can do EQ sell using this indicator instead of complicated formulas for EQ.
DEFAULT_sell_strategy = EQGAIN
DEFAULT_sell_value = 0.5 - Add dyn variable
EQISRESETAVG
to check if eq reset average price is enabled for the current position
Might be helpful if you are transitioning the config
- Add EQ logic to recalculate average price when we sell
-
NEW
- Add Global formulas to be used by global strategies
- GLOBAL_X_FORMULA_LABEL
- GLOBAL_X_FORMULA
- Add
EQProfit
andEQLevel
to advanced notifications - Allow a timeout after we send our coins to pending, before buying again
DEFAULT_buy_timeout_after_create_pending
- Add Pending orders to Distribution Map (Stats)
- Add a timeout after we sell. i.e.: Prevent SOX sells to trigger too close to each other
DEFAULT_sell_timeout
- Add
DUSTVAL
dyn variable- You can get the market value that is considered dust on the exchange.
- Might not work on all exchanges, especially contracts exchanges
- OANDA GUI change
- BUY_NOTE and SELL_NOTE can now handle boolean and text values too. Text in '' single quotes
DEFAULT_sell_note1 = 'BEARISH'
- Recalculate your DCA average price to breakeven after selling partially
DEFAULT_DCA_recalculate_average_price_after_sell
- This only works if the position is not sold 100%
- Note this option does NOT work when using EQ
- Add Global formulas to be used by global strategies
-
Fixes
- Fix memory leak when using signals with ALL as pair
- Fix EQProfit stats
- Fix OANDA margin used
- Fix FTX weekly candles
- Fix futures first bought date check incorrect
- Fix OANDA leverage display
- Small fixes
-
API
- Add settingsapi/v2
- Works with Authenticate bearer token, no license required
- New api endpoint saveLine
You can save 1 property instead of the whole config
- Add settingsapi/v2
Check the wiki for the full list of available features and settings
Compatibility
-
Operating system
- Windows
- Linux
- MacOS
-
Browsers
- Chrome
- Firefox
- Safari
- Edge (Limited)