Feat: Slightly raise dip-buyer bet size

This commit is contained in:
2026-03-16 16:26:30 -07:00
parent a034b26069
commit 55573ed7aa

View File

@@ -5,7 +5,7 @@ export class BullDipBuyer extends BaseStrategy {
super('bull-dip-buyer', { super('bull-dip-buyer', {
maxYesPrice: config.maxYesPrice || 45, maxYesPrice: config.maxYesPrice || 45,
minYesPrice: config.minYesPrice || 15, minYesPrice: config.minYesPrice || 15,
betSize: config.betSize || 1, betSize: config.betSize || 1.25,
slippage: config.slippage || 3, slippage: config.slippage || 3,
cooldownMs: config.cooldownMs || 20000, cooldownMs: config.cooldownMs || 20000,
marketDurationMin: config.marketDurationMin || 15, marketDurationMin: config.marketDurationMin || 15,