# Modules

**What is an Execution Module?**

An Execution Module, in the context of algorithmic trading, is a software component or system that takes trading signals generated by a charting platform or a trading strategy and translates them into real-time orders that are sent to a brokerage for execution. Essentially, it acts as a bridge between a trader's analytical environment (where signals are generated) and the trading environment (where orders are executed)

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">Amibroker</td><td><a href="https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2F20s25r6b1DqtKyCOGrD0%2FAmibroker.png?alt=media&#x26;token=37ed5fda-93a4-4dab-936c-1ea23419a7f6">Amibroker.png</a></td><td><a href="modules/amibroker">amibroker</a></td></tr><tr><td align="center">Trading view</td><td><a href="https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2FJzi2PwLJM9QXMJXc0yQb%2FTradingview.png?alt=media&#x26;token=b3f9e833-a1bb-45bf-a586-858019ce8dc5">Tradingview.png</a></td><td><a href="modules/tradingview">tradingview</a></td></tr><tr><td align="center">chartink</td><td><a href="https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2FmPq4NE6TewDGzmP8B64L%2FCI.png?alt=media&#x26;token=b141cb22-05ef-4fa3-8817-dec52f143b14">CI.png</a></td><td><a href="modules/chartink">chartink</a></td></tr><tr><td align="center">Metatrader</td><td><a href="https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2Fno66n6FtTH4tEmfWB4BN%2FMT4.png?alt=media&#x26;token=a4df9cce-974d-45b4-9cee-f80fd558e74a">MT4.png</a></td><td><a href="modules/metatrader">metatrader</a></td></tr><tr><td align="center">Ninjatrader</td><td><a href="https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2FelGvSMph8g65tJNPAUWq%2FNinja-Trader.png?alt=media&#x26;token=0b11f215-45e5-4068-951f-e90d1c6d073f">Ninja-Trader.png</a></td><td><a href="modules/ninjatrader">ninjatrader</a></td></tr><tr><td align="center">Excel</td><td><a href="https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2FhTydBzcALa5605fS2ECK%2FExcel.png?alt=media&#x26;token=3a46a294-9b97-45a8-9dd6-e13767211041">Excel.png</a></td><td><a href="modules/excel">excel</a></td></tr><tr><td align="center">GSheet</td><td><a href="https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2F77M5ZDkKPwfqesqnZhRm%2FG-Sheet.png?alt=media&#x26;token=76949937-d270-4a27-b918-d68db2579194">G-Sheet.png</a></td><td><a href="modules/gsheet">gsheet</a></td></tr><tr><td align="center">Python</td><td><a href="https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2FBzyPGY14F6fM6KiaeWaN%2FPython.png?alt=media&#x26;token=fdd5e8bf-60f7-44fb-836c-bd0702447484">Python.png</a></td><td><a href="modules/python">python</a></td></tr></tbody></table>

***

**Note:** All trademarks and logos belong to their respective owners and are used for identification only.

<br>


---

# 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.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.
