# Signals + DCA

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

The advantage of this type of signal is that it is further confirmed by the DCA+ signal appearing near the original signal, enhancing the reliability of the signal. Short stoploss.

The timeframe applied for scalping: 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.         |
| DCA+         | The DCA+ signal appears near the STRONG Buy signal.           |

<figure><img src="/files/rlzuHzTpE8Xrs8rFJLjB" 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. The DCA+ signal appears near the STRONG Buy signal.</p></figcaption></figure>

| Signals     | Explanation                                                                                                                               |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Entry       | Right after the DCA+ signal appears near the STRONG Buy signal, or wait for the price to test near the upper boundary of the Trend Cloud. |
| 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/4Gzu2HcHbHyARbEkG7CZ" alt=""><figcaption></figcaption></figure>

Result:

<figure><img src="/files/9gYbQfMbHjy4R4pDhT3f" alt=""><figcaption></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. |
| DCA-         | The DCA- signal appears near the STRONG Sell signal.           |

<figure><img src="/files/6vY5dm3rmVjkjANjRENb" alt=""><figcaption></figcaption></figure>

| Signals     | Explanation                                                                                                                                |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Entry       | Right after the DCA- signal appears near the STRONG Sell signal, or wait for the price to test near the lower boundary of the Trend Cloud. |
| 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/GLzvh3bXJz5BMOjuB0CS" alt=""><figcaption></figcaption></figure>

Result:

<figure><img src="/files/BJLFkPkSGF5hpaMGeZct" alt=""><figcaption></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/signals-+-dca.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.
