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
- Add MaxSpreadPercentToBuy and MinimumCombinedLiquidityToBuy settings
- Add IsMarketConditionsSuitableForBuying method to check market conditions
- Prevent buying when bid-ask spread is too wide (configurable threshold)
- Prevent buying when market liquidity is too low (configurable threshold)
- Apply conditions to both initial buy orders and buy order price changes
- Update configuration files with sensible default values (1.0% max spread, 1M minimum liquidity)
Fixes#224
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments