mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-08-13 15:28:05 +00:00
chore(core): update example for logs
This commit is contained in:
@@ -28,9 +28,9 @@ 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.2 # Take profit at 20% gain (0.2 = 20%)
|
take_profit_percentage: 0.4 # Take profit at 40% gain (0.4 = 40%)
|
||||||
stop_loss_percentage: 0.2 # Stop loss at 20% loss (0.2 = 20%)
|
stop_loss_percentage: 0.4 # Stop loss at 40% loss (0.4 = 40%)
|
||||||
max_hold_time: 60 # Maximum hold time in seconds
|
max_hold_time: 60 # Maximum hold time in seconds
|
||||||
price_check_interval: 2 # Check price every 2 seconds
|
price_check_interval: 2 # Check price every 2 seconds
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user