# Amibroker (WebHook)

The **AlgoMojo AmiBroker Webhook URL** is a unique HTTP endpoint provided by the **AlgoMojo** platform that allows users to send automated trading signals or alerts directly from **AmiBroker** to the AlgoMojo system. Once configured, this webhook URL can be used to trigger buy, sell, or other custom actions based on conditions set within AmiBroker's AFL (AmiBroker Formula Language).

Key Features:

* **Automated Trading**: The webhook URL enables automatic transmission of trade signals from AmiBroker to AlgoMojo, which can then forward the signals to brokers or trading platforms for execution.
* **Customizable Alerts**: With the webhook URL, users can configure AmiBroker to send specific trading instructions like buy/sell orders, stock symbols, price points, and quantities when predefined conditions are met in their AmiBroker strategy.
* **Real-Time Execution**: Once the webhook is triggered by a condition in AmiBroker, it immediately sends the necessary data to the AlgoMojo platform. This helps facilitate real-time automated execution without manual intervention.


---

# 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.algomojo.com/algomojo/modules/amibroker/amibroker-webhook.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.
