- fixed binance futures trade, position and order type conversion.
## Features
- added telegram photo upload support.
- added multi-symbol support to active order book and trade collector.
- added max/binance query order service support.
- added binance QueryOrderTrades API
- added ftx order amount fee conversion.
- added default fee rate to FTX exchange.
- added leverage/risk calculator.
- optimizer: calculate equity diff from whole assets instead of first symbol.
- added optimizeex command, a hyperparameter optimization tool
## Strategies Updates
- autoborrow: add debtRatio
- drift: added smart cancel, fixed position bugs, added multiple level trailing stop, removed takeProftFactor, use fisher transform, added 1m drift for takeprofit/stoploss, rebalance position according to the trendline.
- supertrend: output profit stats and calculate quantity by risk/leverage.
- pivotshort: added trendema and fixed initial ema value.
- pivotshort: added SideEffectTypeAutoRepay to pivotshort take-profit order
- factorzoo: integrated logistic regression, indicator refactoring and updates.