# Python

* &#x20;[EMA Crossover - Stop and Reverse Strategy](/algomojo/strategies/python/ema-crossover-stop-and-reverse-strategy.md)
* [ Supertrend Strategy](/algomojo/strategies/python/supertrend-strategy.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.


---

# 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/strategies/python.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.
