mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-10 08:48:07 +00:00
update maker points config
This commit is contained in:
@@ -208,7 +208,7 @@ export class MakerPointsEngine {
|
||||
levels: 20,
|
||||
ratio: Number.isFinite(this.config.binanceDepthImbalanceRatio)
|
||||
? Math.max(1.01, Number(this.config.binanceDepthImbalanceRatio))
|
||||
: 8,
|
||||
: 9,
|
||||
depthWindowBps: Number.isFinite(this.config.binanceDepthWindowBps)
|
||||
? Math.max(1, Number(this.config.binanceDepthWindowBps))
|
||||
: 3,
|
||||
|
||||
Reference in New Issue
Block a user