> For the complete documentation index, see [llms.txt](https://simpleaitrading.gitbook.io/simple-ai-trading/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simpleaitrading.gitbook.io/simple-ai-trading/toolkit-screener/market-screeners.md).

# Market Screeners

We've added market screeners to all our toolkits, designed to automatically generate real-time Buy & Sell signals across multiple assets and timeframes.

{% hint style="success" %}
This feature helps traders stay informed about the most active markets and high-probability trade setups — ensuring there are always opportunities to trade, 24/7.
{% endhint %}

## Markets Currently Being Screened:

{% tabs %}
{% tab title="Crypto" %}

* BTC/USD
* ETH/USD
* SHIB/USD
* DOGE/USD
* BNB/USD
* SOL/USD
* ADA/USD
* XRP/USD
  {% endtab %}

{% tab title="Forex" %}

* EUR/USD
* USD/JPY
* GBP/USD
* AUD/USD
* USD/CAD
* EUR/GBP
  {% endtab %}

{% tab title="Indices" %}

* S\&P 500
* NAS100
* DAX
* NIFTY 50
* BANK NIFTY
  {% endtab %}

{% tab title="Commodities" %}

* Brent Crude Oil
* Gold
* Silver
  {% endtab %}
  {% endtabs %}

***

## Available Timeframes:

{% tabs %}
{% tab title="1 Minute" %}

{% endtab %}

{% tab title="5 Minute" %}

{% endtab %}

{% tab title="15 Minute" %}

{% endtab %}

{% tab title="1 Hour" %}

{% endtab %}

{% tab title="4 Hour" %}

{% endtab %}

{% tab title="Daily" %}

{% endtab %}
{% endtabs %}

***

## Toolkits Supporting Market Screeners:

Expand to show the toolkits setting used.

<details>

<summary>Sniper Trend</summary>

Enable "Filter Trades Based on Trend Channel"

Leave all other settings at their default values.

</details>

<details>

<summary>Impulse Trend</summary>

Enable "Trend Filter"

Leave all other settings at their default values.

</details>

<details>

<summary>Money Flow</summary>

Enable "Trend Filter" and set the "Trend Length" to 100

Leave all other settings at their default values.

</details>

<details>

<summary>Quant Trend</summary>

Enable "Trend Filter" and set the "Trend Length" to 100 and "Trend Flexibility" to 15

Leave all other settings at their default values.

</details>

<details>

<summary>Volume Snipe</summary>

Leave all settings at their default values.

</details>

<details>

<summary>Liquidation (Real-Time Liquidation Detection)</summary>

No Settings used. Internal system used. (There is no indicator on TradingView to get access to)

</details>


---

# 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://simpleaitrading.gitbook.io/simple-ai-trading/toolkit-screener/market-screeners.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.
