mirror of
https://github.com/multipleof4/KalBot.git
synced 2026-03-17 14:01:02 +00:00
Refactor: Increase bet size for bull-dip-buyer
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.25,
|
||||
betSize: config.betSize || 2.50, // Increased from 1.25 to 2.50 🚀
|
||||
slippage: config.slippage || 3,
|
||||
cooldownMs: config.cooldownMs || 20000,
|
||||
marketDurationMin: config.marketDurationMin || 15,
|
||||
|
||||
Reference in New Issue
Block a user