# Supported Data

#### **Data Types Supported**

You can use any of the following types of data inside your prompts:

* Real-time price data (OHLCV)
* L1 order book data
* Order flow data (buys and sells)
* Temporal data (time, date and weekday)
* Statistical data
* Technical indicators

The following types of data are NOT currently available to the AI:

* News data
* Fundamental data
* On-chain data (cryptocurrencies)

#### **User-Specific Context**

By default, the AI has access to the following user-specific context:

* Open positions
* Open orders&#x20;
* Past trades&#x20;
* Account equity
* Available cash

You may, optionally, give the AI access to additional user-specific context, such as:

* Liquidation prices
* Stop losses and take profits
* Active strategies
* Previously submitted strategies

#### **Technical Indicators**

Technical indicators available to the AI:

* MACD
* RSI
* ADX
* Bollinger Bands
* CCI
* Ichimoku Cloud
* Keltner Channels
* ADL
* ATR
* Force Index
* KST
* MFI
* OBV
* PSAR
* Rate of Change
* Stochastic Oscillator
* Stochastic RSI
* TRIX
* VWAP
* William's R
* SMA (9)
* EMA (9)
* WMA (9)
* SMA (20)
* EMA (20)
* WMA (20)
* SMA (50)
* EMA (50)
* WMA (50)

#### **Statistical Data**

Statistical data available to the AI:

* Open
* High
* Low
* Close
* Open Interest
* Daily Volume
* Daily Change
* Spread
* Funding Rate
* Index Price
* Mark Price

#### **Options Data**

Options data available to the AI:

* Underlying Price
* Historical Volatility
* Black Scholes Price

#### Position Data

Position data available to the AI:

* Market
* Size
* Profit
* Entry Price

#### **Notes**

* The AI uses identical input parameters to Tradingview and the Everstrike Frontend UI when calculating the value of a technical indicator.
* Only the 5 most recent technical indicator values are known to the AI. You can optionally enable historical indicator insights, which provides the AI with knowledge of historical indicator values (up to 100 historical values for each supported indicator). Historical indicator insights increases credit consumption significantly. Because of that, it is opt-in and disabled by default.
* The default timezone used by the AI is UTC.
* User-specific context is fully anonymized prior to being ingested by the AI.
* Order flow data is limited to the past 50 trades for each market.


---

# 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://references.everstrike.io/ai/supported-data.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.
