mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 09:18:08 +00:00
Update minimum depth threshold and imbalance ratio for improved trading performance
- Changed `filterMinDepth` in `MakerPointsConfig` from 5 to 10 to enhance trading strategy. - Adjusted `ratio` in `MakerPointsEngine` and `DEFAULT_IMBALANCE_RATIO` in `binance-depth.ts` from 9 to 8 for better alignment with market conditions.
This commit is contained in:
@@ -19,7 +19,7 @@ const RECONNECT_DELAY_MAX_MS = 60_000;
|
||||
|
||||
const DEFAULT_REFRESH_SYNC_INTERVAL_MS = 30_000;
|
||||
const DEFAULT_DEPTH_WINDOW_BPS = 9;
|
||||
const DEFAULT_IMBALANCE_RATIO = 9;
|
||||
const DEFAULT_IMBALANCE_RATIO = 8;
|
||||
const MAX_BUFFER_SIZE = 5000;
|
||||
const SYNC_SNAPSHOT_MAX_RETRIES = 5;
|
||||
const REST_FAILURE_DEFENSE_THRESHOLD = 1;
|
||||
|
||||
Reference in New Issue
Block a user