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)