# 🔮 Show possible coming trades

Get advance notice when signals are forming - prepare before they trigger.

***

### 🎯 What It Does

{% columns %}
{% column width="50%" %}
**Shows:** Small `+` icon when conditions approach signal thresholds

**Purpose:** Early warning for potential setups

**Not:** A trade signal itself
{% endcolumn %}

{% column %}
{% hint style="warning" %}
**Important:** This is for preparation only - wait for actual signals to trade
{% endhint %}
{% endcolumn %}
{% endcolumns %}

***

### 📊 How It Works

{% stepper %}
{% step %}

#### Monitor Oscillator

Tracks when price action approaches thresholds
{% endstep %}

{% step %}

#### Show Warning

Displays `+` icon when close to signal
{% endstep %}

{% step %}

#### Prepare

You analyze and get ready
{% endstep %}

{% step %}

#### Wait for Signal

Only trade on confirmed signals
{% endstep %}
{% endstepper %}

***

### ⚡ Compatibility

{% tabs %}
{% tab title="✅ Works With" %}

#### Supported Modes

* Normal Only
* Smart Only
* Normal + Smart

These modes use threshold-based logic that allows prediction.
{% endtab %}

{% tab title="❌ Disabled For" %}

#### Not Available

* AI Mode
* AI Sniper
* HL Sniper

These use different logic that doesn't support early warnings.
{% endtab %}
{% endtabs %}

***

### 📈 Visual Examples

{% columns %}
{% column width="50%" %}

#### Long

![Possible Trades Shown](https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2FzMGyisM4gk0DJOzGgbhF%2F2025-08-20_17-19-22.jpg?alt=media\&token=3c936db6-0d6a-4740-8b99-6eaac1bd1531)&#x20;

`+` **icon showing potential long**
{% endcolumn %}

{% column %}

#### Short

<img src="https://2387257950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5cf3dRpPzq1Qbyc8GksH%2Fuploads%2FdciVLNT9xXEc9mNUUgug%2F2025-08-20_17-20-01.jpg?alt=media&#x26;token=2b1e24f4-b26c-43dc-8f52-8be9bc373304" alt="Possible Trades Shown" data-size="original">&#x20;

`+`**icon showing potential  short**
{% endcolumn %}
{% endcolumns %}

***

### 🎨 When to Use

{% columns %}
{% column width="50%" %}

#### ✅ Enable For:

* Planning ahead
* Setting alerts
* Preparing analysis
* Managing multiple charts
* Less screen time
  {% endcolumn %}

{% column %}

#### ❌ Disable For:

* Clean charts
* Reducing noise
* AI/Sniper modes
* Reactive trading
* Avoiding confusion
  {% endcolumn %}
  {% endcolumns %}

***

### 💡 Trading Workflow

#### With This Feature:

{% code title="workflow:" %}

```
1. See + icon (warning)
   ↓
2. Check analysis
   ↓
3. Prepare order/alerts
   ↓
4. Wait for actual signal
   ↓
5. Execute trade
```

{% endcode %}

***

### ⚠️ Important Reminders

{% hint style="danger" %}
**Never trade on `+` icons alone!** These are warnings, not signals. Many warnings don't become actual trades.
{% endhint %}

{% hint style="info" %}
**Pro Tip:** Use this to set price alerts near potential entry zones
{% endhint %}

***

### 📊 Quick Reference

| Feature           | Purpose       | Action Required      |
| ----------------- | ------------- | -------------------- |
| **`+` Icon**      | Warning only  | Prepare, don't trade |
| **Actual Signal** | Trade entry   | Execute if confirmed |
| **No Icon**       | No setup near | Continue monitoring  |

***

### 🎯 Best Practices

* ✅ Use for preparation and planning
* ✅ Combine with your own analysis
* ✅ Set alerts at key levels
* ❌ Don't trade on warnings alone
* ❌ Don't chase if signal doesn't confirm

{% hint style="success" %}
**Remember:** This gives you time to prepare, not permission to trade early
{% endhint %}


---

# 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.infinityalgo.com/features/infinity-algo-features/show-possible-coming-trades.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.
