> For the complete documentation index, see [llms.txt](https://algoway.gitbook.io/algoway-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://algoway.gitbook.io/algoway-docs/tradingview-webhook-automation-docs-or-algoway-docs.md).

# TradingView Webhook Automation Docs | AlgoWay Docs

AlgoWay Docs is a practical documentation hub for TradingView webhook automation, webhook JSON messages, MT5 automated trading, Telegram AI signal copying, Pine Script alerts and broker integration guides.

Choose the route you need: TradingView to MT5, TradingView to TradeLocker, TradingView to DXtrade, TradingView to cTrader, Telegram signals to MT5, Pine Script alert messages, crypto exchange routing or MT5 Expert Advisor troubleshooting.

## Documentation sections

<table data-view="cards"><thead><tr><th>Title</th><th data-type="content-ref"></th></tr></thead><tbody><tr><td>TradingView Webhook Automation<br>Create TradingView alerts, send JSON messages and route signals through AlgoWay.</td><td><a href="https://docs.algoway.trade/docs/tradingview/create-webhook-alert">https://docs.algoway.trade/docs/tradingview/create-webhook-alert</a></td></tr><tr><td>Webhook JSON Reference<br>Fields for ticker, action, order type, trade type, SL, TP, trailing stop and platform routing.</td><td><a href="https://docs.algoway.trade/docs/metatrader-5/ea-v206-parameters">https://docs.algoway.trade/docs/metatrader-5/ea-v206-parameters</a></td></tr><tr><td>TradingView to MetaTrader 5<br>Connect TradingView alerts to MetaTrader 5 through AlgoWay and the MT5 Expert Advisor.</td><td><a href="https://docs.algoway.trade/docs/metatrader-5/tradingview-to-mt5">https://docs.algoway.trade/docs/metatrader-5/tradingview-to-mt5</a></td></tr><tr><td>Telegram AI Signal Copier<br>Convert Telegram trading signals into validated AlgoWay webhook commands.</td><td><a href="https://docs.algoway.trade/docs/telegram-ai/overview">https://docs.algoway.trade/docs/telegram-ai/overview</a></td></tr><tr><td>Supported Execution Destinations<br>MT5, TradeLocker, Match-Trader, DXtrade, cTrader, futures, crypto and CFD routes.</td><td><a href="https://docs.algoway.trade/docs/broker-platforms/dxtrade-setup">https://docs.algoway.trade/docs/broker-platforms/dxtrade-setup</a></td></tr><tr><td>Troubleshooting<br>Fix JSON, webhook, MT5 and broker-side execution errors.</td><td><a href="https://docs.algoway.trade/docs/metatrader-5/common-errors">https://docs.algoway.trade/docs/metatrader-5/common-errors</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://algoway.gitbook.io/algoway-docs/tradingview-webhook-automation-docs-or-algoway-docs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
