- Strategy: fix duplicate order cancellation for range bot
- Strategy: range bot will actively prune stale orders
- Strategy: range bot has maximum orders to place at one time
- Strategy: type conversion for no_levels param in range bot
- create home directory on first use
- CLI: improve exchange api key management
- CLI: added project management
- support adding user-defined projects for custom bot deployment
- Strategy: improve breakout strategy
- Strategy: added range bonud grid strategy
- Strategy: breakout strategy will adjust stop loss size to close position in profit
- Strategy: added breakout trend following strategy
- Strategy: decimal conversion errors
- Strategy: fixed delta calculation for negative amounts in cash and carry bot
- Strategy: improve cash and carry order price calculation to prevent hanging orders
- Strategy: added cash and carry bot
- Strategy: cash and carry bot will adjust deltas by min amount limit to prevent bad orders
- Strategy: fixed bad_start attribute error for cash and carry bot
- cryptobots: created cryptobots project