Update momentum-rider.js

This commit is contained in:
2026-03-16 20:04:26 -07:00
committed by GitHub
parent 6314ed7d5e
commit ab06fa683d

View File

@@ -4,7 +4,7 @@ export class MomentumRiderStrategy extends BaseStrategy {
constructor(config = {}) { constructor(config = {}) {
super('momentum-rider', { super('momentum-rider', {
triggerPct: config.triggerPct || 75, triggerPct: config.triggerPct || 75,
betSize: config.betSize || 2.5, betSize: config.betSize || 4,
slippage: config.slippage || 3, slippage: config.slippage || 3,
cooldownMs: config.cooldownMs || 20000, cooldownMs: config.cooldownMs || 20000,
...config ...config