# 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](https://www.tradingview.com/gopro/?share_your_love=STP_Todd).&#x20;

You can send multiple signals in one webhook in the following syntax: `[{...}, {...}]`.\
&#x20;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.

![](https://1094659465-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCWYo8DqL58yQ07YUvcUb%2Fuploads%2FCjcdMs7QX7Tm5zs8IPd7%2Fsignal_wizard.png?alt=media\&token=a48d0959-19ba-497d-87e4-b1b800277533)

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.

![Copy the webhook URL and payload.](https://1094659465-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCWYo8DqL58yQ07YUvcUb%2Fuploads%2FQIUKB3O7tx4vG0CaGISo%2FScreenshot%202022-07-14%20115900.jpg?alt=media\&token=91479447-42e3-4c35-93ec-516729bf7912)

![](https://1094659465-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCWYo8DqL58yQ07YUvcUb%2Fuploads%2FZyldwomnzcFXkV0RjJMt%2FScreenshot%202022-07-14%20120043.jpg?alt=media\&token=bea099be-42f9-4954-b5d2-8a6e18ef4766)
