mirror of
https://github.com/multipleof4/KalBot.git
synced 2026-03-17 14:01:02 +00:00
Feat: Slightly raise dip-buyer bet size
This commit is contained in:
@@ -5,7 +5,7 @@ export class BullDipBuyer extends BaseStrategy {
|
||||
super('bull-dip-buyer', {
|
||||
maxYesPrice: config.maxYesPrice || 45,
|
||||
minYesPrice: config.minYesPrice || 15,
|
||||
betSize: config.betSize || 1,
|
||||
betSize: config.betSize || 1.25,
|
||||
slippage: config.slippage || 3,
|
||||
cooldownMs: config.cooldownMs || 20000,
|
||||
marketDurationMin: config.marketDurationMin || 15,
|
||||
|
||||
Reference in New Issue
Block a user