# Data Tables

Data tables can be used to provide a quick reference to key data points across multiple timeframes.

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

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

### Trend & Session table

The trend table provides you with access to the following data points across the following timeframes **15m -> 1hr -> 4hr -> 1d -> 1w**

This table can reduce the amount of timeframe scanning required to deduce an overall strength reading of the asset.

* **Relative strength reading (RSI)**

  * Colour codes to customisable '**Overbought**' and '**Oversold**' levels for the specific timeframe.

* **EMA (Exponential moving average) Momentum**
  * A quick reading to deduce the overall Bullish or Bearish data points across the specific timeframe.
  * Bullish
    * Price is **higher than both** the 50ema and 200ema&#x20;
  * Bearish
    * Price is **lower than both** the 50ema and 200ema
  * Neutral

    * Price is **not above or below** both the 50ema and the 200ema

* **Session Times**
  * On **4hr timeframes or less (e.g 4 hr, 2hr, 1hr, etc)** the market session times are provided with a live countdown to assist users who follow market session patterns, this covers:
    * Asia
    * UK
    * US
    * Dead Gap Zone (DGZ)

### EMA (Exponential moving average) Status table

The EMA status table provides you with a simple pulse check of the key **50ema** and **200ema** price points for both the **Daily** and **Weekly** timeframe and colour codes with either a **green** **dot** or **red** **dot** to denote above or below.

These markers can commonly be used to determine an assets higher timeframe trend.

### Dominance table

The Dominance table provides a current touch point on the **daily levels** and **percentage changes** for key market dominances.&#x20;

Market dominance of certain tickers is often used to assist with getting a more macro review on the market.

There are currently **5 dominances** listed in the table, with **1 being customisable** in the indicators settings.<br>

* BTC.D
* ETH.D
* SUI.D (Customisable)
* USDT.D + USDC.D (Stable coins)
* OTHERS.D


---

# 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://devengineoz-tradingview-indicato.gitbook.io/devengineoz-tradingview-indicators/documentation/features/data-tables.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.
