A. Trading Strategy Tab
This is the heart of your configuration. Set your total budget, how the bot buys during dips, when to take profit, and what to do after selling. Each option is fully customizable.
Order Budget: Define total allocation (0.1 to 30 SOL).
Initial Buy Amount: Amount bot uses to enter the market; automatically calculated based on other settings.
Additional Buy Strategy: Controls behavior when price dips.
Maximum Buy Attempts: Total buys allowed (initial + additional).
Additional Buy Trigger (%): Price drop from last purchase for another buy. Helps control spacing.
Individual Buy Triggers (optional): Different price drop levels for each additional buy. Creates flexible buying structure.
Buy Size Coefficient: Multiplier for subsequent buy sizes. Lowers average entry price effectively during dips. Example: 1 SOL first buy, coefficient 1.5 -> next 1.5 SOL, then 2.25 SOL. Aggressively averages down entry price.
Buy Cooldown Period (ms): Minimum delay between buys (1000ms = 1s). Prevents rapid buys in fast dips.
Threshold for Closing Order: Safeguard against re-trading tokens that had too many dips. Example: Max Buy Attempts 5, Threshold 4; if 4 buys triggered and position closes at profit, bot stops trading that token. Protects from repeatedly trading volatile assets. A smart exit rule.
Enable Trailing Buy (optional): Adds precision during price dips. Example: Additional Buy Trigger 15%, token crashes 24%. Trailing Buy (set to 1%) waits for price to recover 1% from lowest point, then buys around 23% drop. Helps catch dip closer to bottom for lower average entry and faster profit.
Profit Strategy: Defines how and when bot locks in gains.
Enable Trailing Stop (optional): Secures more profit by following price up, selling after slight pullback from peak. Example: Take Profit 5%, token pumps to 15%. Trailing Stop (set to 1%) activates, waits for price to cool 1% from peak, sells around +14%. Avoids selling too early, rides momentum.
Take Profit Target (%): Baseline profit level for selling.
Profit Target Reduction (%): With each additional buy, initial Take Profit target is reduced by defined percentage. Adjusts target to new average entry price, helping close position efficiently.
Minimum Profit Threshold (%): Fixed lower boundary for profit-taking. Bot won't sell below this, even if target is reduced.
Rebuy Conditions (Optional): Control after trade closes. If not configured, bot re-enters instantly.
Rebuy Time Delay: Pause before bot can rebuy same token. Example: 10-second delay.
Rebuy Price Drop Condition (%): Bot only rebuys if price dips by specified percentage from sell price. Example: 10% drop.
Last updated