# TradingView

***

## Tutorial with webhooks

This tutorial uses Tradingview webhooks (requires a paid subscription) with our free strategy template.

{% embed url="<https://youtu.be/40ZIcWgnr4s?si=I4lmo873jcOziw_9>" %}

## Tutorial with mailhooks

This tutorial uses Tradingview mailhook (free) with a Make.com scenario (up to 1000 free alerts per month) to automate a simple Supertrend strategy.

{% embed url="<https://youtu.be/e5N0QMGOaxQ?si=KlRuUwCqdaCpHWN8>" %}

***

## Strategy Template

Our Tradingview strategy template is open-source and can be used a starting point to quickly launch your own strategies. Simply copy the script code, and start implementing your changes. \
\
The default strategy could even be used as it is as it's been consistently profitable since 2021, but we cannot guarantee any future performances. (backtested on BTC 4h timeframe)\
\
<https://www.tradingview.com/script/60iC3RCS-Hyperliquid-Connector/>

<figure><img src="/files/TqVSIoSuqSNyz0eyX8e6" 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://katoshi.gitbook.io/katoshi-docs/integrations/tradingview.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.
