Skip to main content

What Is the Signal Wizard?

Updated over a week ago

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

Open

Opens a new position (starts bot)

DCA

Adds to an existing position

Market Close

Exits a position immediately

Market Close All

Exits all open positions across all bots

Market Take Profit

Forces a TP event at current market price

Enable Bot

Turns on a specific bot

Disable Bot

Turns off a specific bot

Pair Selection

Updates a multi-pair bot’s active pairs


How To Use It (Step-by-Step)

  1. Open the Signal Wizard
    Go to: https://www.wickhunter.io/wizard

  2. Select Your Action
    Choose the command you want to send (e.g., Open, DCA, Market Close, etc.).

  3. Fill Out Parameters
    Set symbol, side, size, leverage, etc. Fields will adjust depending on the action.

  4. 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.

  5. 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)

  6. 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 or DCA

  • 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.

Did this answer your question?