From cb5c9ed1cd05f7f51f14dbfe322f0280be2afc13 Mon Sep 17 00:00:00 2001 From: smypmsa Date: Tue, 5 Aug 2025 20:48:03 +0000 Subject: [PATCH] chore: pumpportal time based config example --- bots/bot-sniper-4-pp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bots/bot-sniper-4-pp.yaml b/bots/bot-sniper-4-pp.yaml index 4e8df34..4646d35 100644 --- a/bots/bot-sniper-4-pp.yaml +++ b/bots/bot-sniper-4-pp.yaml @@ -12,7 +12,7 @@ enabled: false # You can turn off the bot w/o removing its config separate_process: true # Options: "pump_fun" (default), "lets_bonk" -platform: "pump_fun" +platform: "lets_bonk" # PumpPortal configuration (optional - uses default URL if not specified) pumpportal: @@ -26,7 +26,7 @@ trade: sell_slippage: 0.3 # Exit strategy configuration - exit_strategy: "tp_sl" # Options: "time_based", "tp_sl", "manual" + exit_strategy: "time_based" # Options: "time_based", "tp_sl", "manual" take_profit_percentage: 0.1 # Take profit at 10% gain (0.1 = 10%) stop_loss_percentage: 0.1 # Stop loss at 10% loss (0.1 = 10%) max_hold_time: 600 # Maximum hold time in seconds (600 = 10 minutes)