# 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: 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://whitepaper.rank.trading/platform-features/strat-metadata/functions.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.
