Gunbot v25.0.1 (DeFi)
Changelogs: https://wiki.gunthy.org/about/changelog/latest
Includes the following Dave's changes for Quanta G-type strategy:
v0.9.9
take into consideration GB unit cost as an additional indicator in trade mode flip to "rebalance"
ability to store GB unit cost time series in state for external analysis - override STORE_UNIT: true
ability to store trade profit time series in state for external analysis - override STORE_TP: true
ability to store inventory uPNL time series in state for external analysis - override STORE_INV: true
above data stores snapshot only on Trade Profit change
refactor order cancellation and creation functions
order creation now cyclical around mid-spread (buy, sell - moving out to order depth) - thanks @cryptokoala4
code refactor to make it work with GB simulator
new feature AUTO SETUP. You add upper and lower bounds, leave base in your account and this feature exchanges base to the right amount of quote - no more manual intervention !! PLEASE READ DOCUMENTATION !!
trading timeframe can be set to whatever you want (was 240, go for what you like now) - this strategy is not time bound so timeframe is really for GUI only
misc fixes and code clean up as we move closer to stable