# Signal Sources

Signal sources refer to platforms or services that provide actionable events related to trading activities, such as buying, selling, or exiting a position. These events can be communicated through various means, most commonly via sending a webhook URL. Webhooks allow these platforms to trigger specific actions automatically when certain conditions are met. Among the most popular signal sources are TradingView and TrendSpider, both of which offer comprehensive tools for charting and strategy alerts, enabling automated trading workflows and timely market actions.

{% embed url="<https://traderspost.io/signals>" %}


---

# 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.traderspost.io/docs/learn/signal-sources.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.
