The Signal Wizard in Wick Hunter is your control panel for sending commands to your bots. Whether you're triggering trades or managing bot behavior across your portfolio, the Signal Wizard makes it easy — no coding required.
Primary Use: Triggering Bot Signals
Use the Signal Wizard to generate ready-to-use commands for:
Opening trades (Signal DCA Bots)
Sending DCA signals to scale in
Closing positions at market
Taking profit instantly
You simply enter your parameters (like symbol, side, size, etc.), and the Wizard will generate the correct JSON payload for you.
Other Supported Bot Commands
Beyond entry and DCA, you can send:
Command | What It Does |
| Opens a new position (starts bot) |
| Adds to an existing position |
| Exits a position immediately |
| Exits all open positions across all bots |
| Forces a TP event at current market price |
| Turns on a specific bot |
| Turns off a specific bot |
| Updates a multi-pair bot’s active pairs |
How To Use It (Step-by-Step)
Open the Signal Wizard
Go to: https://www.wickhunter.io/wizardSelect Your Action
Choose the command you want to send (e.g.,Open
,DCA
,Market Close
, etc.).Fill Out Parameters
Set symbol, side, size, leverage, etc. Fields will adjust depending on the action.Copy the JSON Payload
On the right side, you'll see a code box with JSON output.
Click Copy to copy it to your clipboard.Send to Webhook
Paste the JSON into your alert platform (e.g., TradingView) and point it to Wick Hunter's webhook:https://webhook.wickhunter.io/tradingView
(You can find your webhook URL under Settings → Signal Settings in Wick Hunter)
Test & Launch!
Send a test alert, and Wick Hunter will execute your command in real time.
Ideal For
Users with TradingView strategies
Anyone wanting to manually manage entries or exits
Traders who want to automate parts of their system without full code
Anyone using Signal DCA Bots
Example Use Case
You’re running a Signal DCA Bot on ETH/USDT:
TradingView alert triggers → Wizard sends
Open
orDCA
You want to close it manually → Use
Market Close
You want to take profit across multiple bots → Use
Market Take Profit
Final Thoughts
The Signal Wizard gives you powerful control without complexity. It bridges TradingView, automation, and Wick Hunter’s bots — all in one place.