# WunderTrading Setup

Our friends at WunderTrading provide the amazing capability to automate trade execution upon signals directly from our algorithms. This means any specific strategy devised from StoneKeep algorithms can be implemented and tested with ease through WunderTrading's capabilities. Follow along in this guide to find out how!

## Create Account & Claim Discount

* [Sign up](https://wundertrading.com/en/register) for WunderTrading .
* [Login ](https://wundertrading.com/en/trader/login)to WunderTrading .
* Discount Code **Stonekeep20**

## General Setup

#### Navigate to 'Signal Bot'

<div align="left"><figure><img src="https://cdn.discordapp.com/attachments/462648980686372880/1207725697205010522/Screen_Shot_2024-02-15_at_10.27.09_AM.png?ex=660ed5b4&#x26;is=65fc60b4&#x26;hm=be58457ab801d2be4d5774a1bb70b7e55c1bf95a91e3b8efc40801195204775c&#x26;" alt="" width="188"><figcaption></figcaption></figure></div>

* Once on this page click 'Create Bot'

<div align="left"><figure><img src="https://cdn.discordapp.com/attachments/462648980686372880/1207725697460740096/Screen_Shot_2024-02-15_at_10.27.23_AM.png?ex=660ed5b4&#x26;is=65fc60b4&#x26;hm=3fbc2b8acdde309654d2a92031200fb03c755db565ff50883e32cdb8ccfd129a&#x26;" alt="" width="188"><figcaption></figcaption></figure></div>

* Select 'TradingView Bot' and hit 'Create'

<div align="left"><figure><img src="https://cdn.discordapp.com/attachments/462648980686372880/1207725697741623398/Screen_Shot_2024-02-15_at_10.27.37_AM.png?ex=660ed5b4&#x26;is=65fc60b4&#x26;hm=d6dc866df4fb83f0ea8d10f3fa41da58daa33b27739aae1c7fb8412baf0d8d3d&#x26;" alt="" width="188"><figcaption></figcaption></figure></div>

#### Navigate to desired TradingView chart

* Select 'Alert'

<div align="left"><figure><img src="https://cdn.discordapp.com/attachments/462648980686372880/1207725698417037432/Screen_Shot_2024-02-15_at_10.29.10_AM.png?ex=660ed5b4&#x26;is=65fc60b4&#x26;hm=a2ffd4e429a2822fb6a92221d828687df2cae3c904b34c5da547ebbae86471ec&#x26;" alt="" width="188"><figcaption></figcaption></figure></div>

* Select desired script & alert condition (refer to [ALERTS Market Segment Shifts](/product-docs/product-docs/alerts-market-segment-shifts.md))
* Under 'message' for the TradingView alert copy and paste the command specified by WunderTrading for the designated execution which you'd like to occur upon selected signal.&#x20;

<div align="left"><figure><img src="https://cdn.discordapp.com/attachments/462648980686372880/1207725698173632522/Screen_Shot_2024-02-15_at_10.28.40_AM.png?ex=660ed5b4&#x26;is=65fc60b4&#x26;hm=6e2b49520ae79019ff7a7d0bc197e674294c5136c2e4a13fdc0c1c22227d2ebe&#x26;" alt=""><figcaption><p>Provided messages to paste into the alert</p></figcaption></figure></div>

#### Webhook Setup

* Click the 'Notifications' tab&#x20;

<div align="left"><figure><img src="https://cdn.discordapp.com/attachments/462648980686372880/1207725698672885800/Screen_Shot_2024-02-15_at_10.29.28_AM.png?ex=660ed5b5&#x26;is=65fc60b5&#x26;hm=a37a45e28005f1d7c887341ab7ee01ef251769c512445ed13bd5dc66517d4e12&#x26;" alt="" width="375"><figcaption></figcaption></figure></div>

* Check the box labeled 'Webhook URL'

<div align="left"><figure><img src="https://cdn.discordapp.com/attachments/462648980686372880/1207725698928873482/Screen_Shot_2024-02-15_at_10.29.49_AM.png?ex=660ed5b5&#x26;is=65fc60b5&#x26;hm=39df3947e3a3653322a2e8ec80b1adf09d14f9a4c49af73f00bbab86b8892907&#x26;" alt="" width="375"><figcaption></figcaption></figure></div>

* If necessary, enable 2FA on your TradingView account in order to complete this action.
* Copy and paste webhook from WunderTrading into TradingView

<figure><img src="https://cdn.discordapp.com/attachments/462648980686372880/1207725696944832593/Screen_Shot_2024-02-15_at_10.30.05_AM.png?ex=660ed5b4&#x26;is=65fc60b4&#x26;hm=b6f29606546a1630810878b0040179955d19f1a245ff8dd6727e8b177b2f1553&#x26;" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stonekeeptrading.com/product-docs/partners/wundertrading-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
