mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
- Enhanced the MakerPointsEngine by introducing a new method `shouldTriggerImmediateReprice` to trigger an immediate tick when the market depth deviates beyond a specified minimum reprice basis points threshold. - Updated the existing depth protection logic to include this new reprice condition. - Added a comprehensive test suite to validate the immediate reprice functionality and its integration with the MakerPoints engine.