Bug fixes + Enhancements
Please make sure to backup your data before upgrading.
Change log
-
New
- Implement GLOBAL_(X)_strategy and label in PAIRS
- Define global strategies that you can use in PAIRS and DCA for different types of formula logic
- Implement all properties that can use a formula can use strategy values (SA,SX) and global strategy values (SGA, SGX)
- Implement CROSSOVER and CROSSUNDER strategy (TV style)
- Combine any 2 indicators you want to see if they crossed based on current value and prev candle value
- Combine 1 indicator with a buy/sell_value to see if the line crossed based on current value and prev candle value
- Reading material - https://kodify.net/tradingview/bar-data/crossover-crossunder/#:~:text=TradingView%20has%20three%20helpful%20functions,series%20or%20some%20fixed%20value
- Implement many of our properties can now have a dynamic value using GLOBAL indicators or based on the strategy values (SA...SX etc)
- Example1:
DEFAULT_initial_cost = SX * 2
where SX is ATR value - Example2:
DEFAULT_DCA_buy_percentage = LX < 80 ? 100 : 500
where LX is my LIQPRICE strategy indicating - In most cases an extra stats line is displayed to show you the dynamic calculated value
Current list of supported proeprties (This is not the actual property name) - INITIALCOST, BUYCOST, BUYPERCENTAGE, TSLARM, TPP, TPPRESET, TPSARM, TPSFIRE
- MAXPROFIT, ISOMARGIN,MAXCOST, SOXTPPORTION, SOXSLPORTION
- CANCELCOMBINE, CANCELTRIGGER, PENDINGGAIN, PENDINGPRICEDROP
- REVERSALSTART, REVERSALDROPREBUY, REVERSALRISEREBUY
- Example1:
- Add new property MACD_return_value. (For MACD indicator)
- switch your MACD between HISTOGRAM, MACDLINE, SIGNALLINE
- Add buy priority BOUGHTTIMESASC and DESC
- MACD display notification when setup incorrectly instead of erroring out
- Correctly format formula to show green when using ! operator
- Display (ha) next to strategy if using heikin_ashi_candles
- Reduce liquidation registration to up to 30 minutes after the liquidation happened
- Implement GLOBAL_(X)_strategy and label in PAIRS
-
Fixes
- Fix ticker websocket taking too long to reconnect if it gets a connection timeout
- Fix statsAS and Statsdd not cleared when bot resets
- Fix MFI should display 100 in certain rare cases instead of 100
- Fix buy_leverage on DCA not using correct level
- Fix buy_timeout and buy_timeout_after_sell time left counter not moving
- Fix do not allow leverage change if restoring a reversal position
- Fix strategy values used in formula should not be converted to absolute values as it prevent accurate formula creation
- Fix formula values are not available to be evaluated to true or false in DCA for sox_take_profit
- Fix PBL table width for strategies
- Fix buy/saleslog jumping back down after changes to another page
- Small fixes
IMPORTANT 2.4.0 RELEASE NOTES
- There are breaking changes
- See previous release notes and Wiki
Check the wiki for the full list of available features and settings
Compatibility
-
Operating system
- Windows
- Linux
- MacOS
-
Browsers
- Chrome
- Firefox
- Safari
- Edge (Limited)