> For the complete documentation index, see [llms.txt](https://whitepaper.rank.trading/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.rank.trading/platform-features/strat-metadata/functions.md).

# Functions

Creators may implement simple or complex strategies based on a combination of resources such as  limit orders, stop orders, technical indicators, and more. Based on these combined functions, orders  may be placed automatically via the BNB Smart Chain (BSC) to trade USDT- or COIN-margined  futures contracts. Strat creators may also make discretionary trades on Rank, in addition to  implementing automatic systems. The resources available for creating trade signals will increase over  time, as will risk management tools.&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXch2-l7xWwDCpHVmE-KmxH7NzfwrmnxLnHRnxYuOQab7aeffEFXSXk-tGvCK2__A1R6DJHJWgZvEa0E1fQeebAsesWqFIrvFP7soujHNFuIwowPGCBFSJq5s__Gybn6-G8eB_rNrXN0DZ3MRXX6JZIP-76r?key=Jm-GCny7ZKi5W-N-LzqWRA" alt=""><figcaption></figcaption></figure>

These strategy functions include but are not limited to:&#x20;

* Standard order types (Limit, Market, Stop)
* Technical and graphical analysis indicator signals&#x20;
* Leverage (up to 5x)&#x20;
* Time-based orders (e.g., buy every day at 12:00)&#x20;
* Reverse (automatically flip a position’s direction)&#x20;

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://whitepaper.rank.trading/platform-features/strat-metadata/functions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
