> For the complete documentation index, see [llms.txt](https://docs.algomojo.com/algomojo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algomojo.com/algomojo/strategies/amibroker.md).

# Amibroker

* [ SuperTrend Intraday](/algomojo/strategies/amibroker/supertrend-intraday.md)
* [ Supertrend Positional](/algomojo/strategies/amibroker/supertrend-positional.md)
* &#x20;[EMA Crossover](/algomojo/strategies/amibroker/ema-crossover.md)
* &#x20;[Lin Supertrend](/algomojo/strategies/amibroker/lin-supertrend.md)
* &#x20;[Supertrend V5](/algomojo/strategies/amibroker/supertrend-v5.md)
* [ Ultimate Volatility Expert](/algomojo/strategies/amibroker/ultimate-volatility-expert.md)
* &#x20;[ATR Volatility](/algomojo/strategies/amibroker/atr-volatility-system.md)
* &#x20;[Camarilla Trailing Stops](/algomojo/strategies/amibroker/camarilla-trailing-stops.md)
* &#x20;[Bollinger Band Trailing Stops](/algomojo/strategies/amibroker/bollinger-band-trailing-stop-loss.md)
* &#x20;[AlphaTrend Trading Strategy](/algomojo/strategies/amibroker/alphatrend-trading-strategy.md)
* [ Range Filter Trading System](/algomojo/strategies/amibroker/range-filter-trading-system.md)
* &#x20;[Open Range Breakout Trading System](/algomojo/strategies/amibroker/open-range-breakout-trading-system.md)
* [ Halftrend Trading System](/algomojo/strategies/amibroker/halftrend-trading-system.md)
* &#x20;[Kase Dev Stops V1](/algomojo/strategies/amibroker/kase-dev-stops-v1.md)

Algomojo offers a free strategy library to test drive various strategies which are unique and offers creative ideas to the coders to build their own strategies right from the scratch. The idea of providing open-source strategies is to uncover some of the very important strategies that has a tactical advantage in the markets.

**Basic Features of Amibroker Trading Module**

Algo Chart Based Module\
Smart Order Module\
Time Based Order Module\
Split Order Module<br>

For more details of each API behavior, Please see the [Algomojo API documentation.](https://amapi.algomojo.com/v1/docs/)


---

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

```
GET https://docs.algomojo.com/algomojo/strategies/amibroker.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.
