mirror of
https://github.com/multipleof4/KalBot.git
synced 2026-03-17 14:01:02 +00:00
Increase default bet size from 2 to 4
This commit is contained in:
@@ -13,7 +13,7 @@ export class LateMomentumStrategy extends BaseStrategy {
|
|||||||
constructor(config = {}) {
|
constructor(config = {}) {
|
||||||
super('late-momentum', {
|
super('late-momentum', {
|
||||||
triggerPct: config.triggerPct || 75,
|
triggerPct: config.triggerPct || 75,
|
||||||
betSize: config.betSize || 2,
|
betSize: config.betSize || 4,
|
||||||
slippage: config.slippage || 3,
|
slippage: config.slippage || 3,
|
||||||
cooldownMs: config.cooldownMs || 20000,
|
cooldownMs: config.cooldownMs || 20000,
|
||||||
marketDurationMin: config.marketDurationMin || 15,
|
marketDurationMin: config.marketDurationMin || 15,
|
||||||
|
|||||||
Reference in New Issue
Block a user