Signal Wizard

Set up signals to trigger bots using the Signal Wizard.

The Signal Wizard will allow you to create signals to control Wick Hunter bots. These signals can then be used in TradingView alerts or anywhere a webhook can be generated. If you do not have a TradingView account you can get one here.

You can send multiple signals in one webhook in the following syntax: [{...}, {...}]. For example, [{signal1}, {signal2}] Real world example: [{"cmd":"SET_RISK","uuid":"...","symbol":"","side":"","risk":"VERY_LOW"},{"cmd":"OPEN","uuid":"...","symbol":"ETHUSD","side":"SELL","risk":"LOW"}] This would first change the risk, then open a position. Important! Signals that require sending orders to the exchange are not guaranteed to be executed sequentially. Delays may be needed if opening or closing signals in the same webhook.

Select your account. Select the signal type. You have the following signal options: Open: Opens a position. Here you also have an option 'Close previous position': Normally signals are skipped if there is an open position for the same symbol and side. Toggle this option if you want to first close an existing position and open a new one once done. Market Close: Market close an open position. Manual DCA: Manual DCA an open position Shutdown: Market close all positions and disable incoming signals. Market Close All: Market close all open positions. Enable Trading: Enable incoming signals. Disable Trading: Disable incoming signals. Enable BOTH Configs: Enable configurations with the BOTH side. (Longs and Shorts) Disable BOTH Configs: Disable configurations with the BOTH side. (Longs and Shorts) Enable Long Configs: Enable all long configurations. Disable Long Configs: Disable all long configurations. Important! Configurations with side BOTH will not be disabled, you will still get long signals for those. Enable Short Configs: Enable all short configurations. Disable Short Configs: Disable all short configurations. Important! Configurations with side BOTH will not be disabled, you will still get short signals for those. Enable Config: Enable a specific configuration. Disable Config: Disable a specific configuration. Set risk: Enable all configurations with the specified risk profile and disable the others. Set Max. Positions: Set the maximum number of permitted open positions. Set Max. Long Positions: Set the maximum number of permitted Long positions. Setting this to 0 would disable all Longs. Set Max. Short Positions: Set the maximum number of permitted Short positions. Setting this to 0 would disable all Shorts.

Select the symbol. Select the side. If you click SHOW, the webhook payload will be displayed below, which you then can copy and paste into your TradingView alert. example webhook payload: {"cmd":"OPEN","uuid":"c68aca2c93jb00","symbol":"BTC-PERP","side":"BUY"}

The webhook URL for Wick Hunter is displayed: https://webhook.wickhunter.io/tradingView

How to Configure TradingView Alerts?

Webhook URL (I): will go in the Webhook URL of the TradingView alert.

Payload (II): will go in the alert message of the TradingView alert.

Last updated