mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-08-16 00:38:05 +00:00
chore: pumpportal time based config example
This commit is contained in:
@@ -12,7 +12,7 @@ enabled: false # You can turn off the bot w/o removing its config
|
|||||||
separate_process: true
|
separate_process: true
|
||||||
|
|
||||||
# Options: "pump_fun" (default), "lets_bonk"
|
# Options: "pump_fun" (default), "lets_bonk"
|
||||||
platform: "pump_fun"
|
platform: "lets_bonk"
|
||||||
|
|
||||||
# PumpPortal configuration (optional - uses default URL if not specified)
|
# PumpPortal configuration (optional - uses default URL if not specified)
|
||||||
pumpportal:
|
pumpportal:
|
||||||
@@ -26,7 +26,7 @@ trade:
|
|||||||
sell_slippage: 0.3
|
sell_slippage: 0.3
|
||||||
|
|
||||||
# Exit strategy configuration
|
# 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%)
|
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%)
|
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)
|
max_hold_time: 600 # Maximum hold time in seconds (600 = 10 minutes)
|
||||||
|
|||||||
Reference in New Issue
Block a user