chore: pumpportal time based config example

This commit is contained in:
smypmsa
2025-08-05 20:48:03 +00:00
parent a9c58faf9e
commit cb5c9ed1cd
+2 -2
View File
@@ -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)