You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: refactor notifier callbacks and improve strategy configuration
Removed unnecessary use of std::move for callback assignment in notifier classes to avoid potential performance issues with std::function copies.
Introduced deviation_ratio_threshold and mi_threshold in strategy Config for more flexible buy/sell conditions.
Updated strategy logic to use these configurable thresholds instead of hardcoded values.
Added missing Init method in strategy and invoked it in examples.
Refactored StrategyWrapper to support multiple infrastructures (Binance Futures, Bybit Linear).
Updated example files to reflect new config and initialization flow.
0 commit comments