# Waves Trend Signals

This is a scalping strategy using a single indicator: mrD-Signals Premium.

The advantage of this strategy is that the price moves very quickly. Short stoploss.

The applicable time frame: 1-minute to 15-minute intervals.

Suitable for trading large-cap assets.

<div align="left"><figure><img src="/files/PVivDUXaMtnbZhv8mN8A" alt=""><figcaption><p>Set the Short-Term mode for timeframes from 1 minute to less <br>than 5 minutes.</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/bmVY67skolHhi1ocOY6a" alt=""><figcaption><p>Set the Mid-Term mode for timeframes of 5 minutes and above.</p></figcaption></figure></div>

**Buy/Long Signal:**

| Condition    | Explanation                                                   |
| ------------ | ------------------------------------------------------------- |
| Candle color | The candle color has changed from purple to green             |
| Signals      | The word STRONG appears (green triangle)                      |
| Trend Cloud  | The price is above the blue Trend Cloud zone and not too far. |
| RSI Bands    | The RSI is blue and the price is above the RSI Bands.         |

<figure><img src="/files/oGk8FaieMfDxF3RBHDbK" alt=""><figcaption><p>Signal identification: when the candle color changes from purple to green, a green triangle signal with the word 'STRONG' appears. The price is above the Trend Cloud and the RSI Bands (both blue), and the price is not too far from the Trend Cloud.</p></figcaption></figure>

| Signals     | Explanation                                                |
| ----------- | ---------------------------------------------------------- |
| Entry       | After the STRONG Buy signal appears (green triangle)       |
| Stoploss    | The lower edge of the Trend Cloud or the RSI Bands (blue). |
| Take-profit | According to R: R 1:1; 1:2; 1:3,...                        |

<figure><img src="/files/ClkaewWPFLyc07VaKbho" alt=""><figcaption><p>Wait for the price to reach the Trend Cloud so that the stop-loss distance is as close as possible.</p></figcaption></figure>

Result:

<figure><img src="/files/6DSwNUHyxGC3uXYx9ZZ0" alt=""><figcaption><p>The signal has reached a 1R profit after the STRONG Buy signal appeared, or you can wait for the price to retest the upper boundary of the Trend Cloud.</p></figcaption></figure>

**Sell/Short Signal:**

| Condition    | Explanation                                                    |
| ------------ | -------------------------------------------------------------- |
| Candle color | The candle color has changed from purple to red.               |
| Signals      | The word STRONG appears (red triangle).                        |
| Trend Cloud  | Price below the Trend Cloud zone and not too far.              |
| RSI Bands    | The RSI Bands are red, and the price is below these RSI Bands. |

<figure><img src="/files/MdmdKYbQ35Nef1LuNAF6" alt=""><figcaption><p>The candle color has changed from purple to red, a STRONG signal has appeared, and the price is below the Trend Cloud (red) and the RSI Bands (red).</p></figcaption></figure>

| Signals     | Explanation                                               |
| ----------- | --------------------------------------------------------- |
| Entry       | After the STRONG Sell signal appears (red triangle)       |
| Stoploss    | The upper edge of the Trend Cloud or the RSI Bands (red). |
| Take-profit | According to R: R 1:1; 1:2; 1:3,...                       |

<figure><img src="/files/HtQeZMwmBc2TwQodBleZ" alt=""><figcaption><p>The candle color has changed from purple to red, and a STRONG Sell signal has appeared. The price is below the Trend Cloud (red) and the RSI Bands (red). You can enter the trade immediately when the signal appears if the price is not too far from the Trend Cloud, or you can wait for the price to retest the Trend Cloud zone.</p></figcaption></figure>

Result:

<figure><img src="/files/aoO4sl2dxjLDa1KuV0hB" alt=""><figcaption><p>The price reached TP 1R after the STRONG Sell signal appeared.</p></figcaption></figure>

**Note:**

* For a Buy signal, the price needs to be above the Trend Cloud (green) and the RSI Bands (green) so that the price has dynamic support from the Trend Cloud and RSI Bands, and the Stoploss point is the shortest.
* For a Sell signal, the price needs to be below the Trend Cloud (red) and the RSI Bands (red) so that the price has dynamic resistance from the Trend Cloud and RSI Bands, and the Stoploss point is the shortest.


---

# 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.mrd-indicators.com/feature/strategy/trading-system/scalping/waves-trend-signals.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.
