# Directionality

The KF-OEMS offers different options to fit your bias

<figure><img src="/files/gF2INfj8CkfSdUbxRKGF" alt=""><figcaption></figcaption></figure>

### SHORT

The engine will only open and accumulate positions to the **downside**.&#x20;

I use the SHORT mode when I know the **price will be going down**, and I want to open a position on the short liquidations and take profit on the long liquidations

### LONG/SHORT

The engine will open and accumulate positions **both to the upside and to the downside**.&#x20;

I use the LONG/SHORT mode when I know the **price will be ranging**, and I want to **open a position on the short liquidations and take profit on the long liquidations, then reopen a position on the long liquidations, and take profit on short liquidations (like ping pong)**

### LONG

The engine will only open and accumulate positions to the **upside**.&#x20;

I use the LONG mode when I know the **price will be going** **up**, and I want to open a position on the long liquidations and take profit on the short liquidations


---

# 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.thekingfisher.io/products/order-execution-management-system/functions/directionality.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.
