# 30m Falcon Strategy

{% hint style="info" %}
I recommend this strategy on forex pairs.
{% endhint %}

### Requirements and Settings <a href="#block-96e207a5c24f4fd0bf6a792c0fcd3e08" id="block-96e207a5c24f4fd0bf6a792c0fcd3e08"></a>

**Chart type:** \
Heikin-Ashi, 30m time frame \
\
**1. Million Moves Algo** \
Settings: \
Sensitivity 1.4 \
\
**2. Million Moves CleanScalper** \
Settings: \
Preset Manual, Standard settings \
Fast Setting 4 \
Slow Setting 14 \
Filter Length 40 \
\
**3. 3EMA by hunganhnguyen1193 (free indicator, saves space)** \
Settings: \
1\. First Length 50 \
2\. Second Length 100 \
3\. Third Length 150 \
\
Style / Coloring: \
50 white - Thickness 1 \
100 blue - Thickness 2 \
150 red - Thickness 3<br>

### **Entry Rules for Buy 🟩** <a href="#block-5f8b3b5a5282499c8026f7b5ff7c5016" id="block-5f8b3b5a5282499c8026f7b5ff7c5016"></a>

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

**1. Enter only at the candle after the Buy Signal** \
We enter only after the signal candle fully closes at the second following candle. You can not enter the third or fourth candle. It has to be the candle directly after the buy signal. If the setup is not there at the candle with the signal, then you can not enter. You have to wait till the signal changes and then a new signal appears.\
\
&#x20;**2. EMA's** \
\- The 150 EMA (red) must be at the bottom position. \
\- The 100 EMA (blue) must be second \
\- The 50 EMA (white) must be on top \
\
And the signal candlestick has to be above all 3 EMA lines. If it touches any of the EMA lines, it's not valid anymore. \
\
**3. CleanScalper** \
The CleanScalper must be green. \
\
**4. RealOne TSI** \
The RealOne TSI must be also green. The green line must be above the red line. \
\
**5. Stop-Loss** \
Last 2-3 Candles or previous low

### **Entry Rules for Sell 🟥** <a href="#block-36c3ceeaca0a4a3aa9fc910416568214" id="block-36c3ceeaca0a4a3aa9fc910416568214"></a>

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

**1. Enter only at the candle after the Sell Signal** \
We enter only after the signal candle fully closes at the second following candle. You can not enter the third or fourth candle. It has to be the candle directly after the buy signal. If the setup is not there at the candle with the signal, then you can not enter. You have to wait till the signal changes and then a new signal appears. \
\
**2. EMA's** \
\- The 150 EMA (red) must be at the top position. \
\- The 100 EMA (blue) must be second \
\- The 50 EMA (white) must be on top And the signal candlestick has to be below all 3 EMA lines. If it touches any of the EMA lines, it's not valid anymore. \
\
**3. CleanScalper** \
The CleanScalper must be red. \
\
**4. RealOne TSI** \
The RealOne TSI must be also red. The green line must be below the red line. \
\
**5. Stop-Loss** \
Last 2-3 Candles or previous low

### **When to Exit** <a href="#block-58454d510245480eabe2f4a2fc5ecd73" id="block-58454d510245480eabe2f4a2fc5ecd73"></a>

**First Option**

We exit with 100% at 1.5 Risk-Reward-Ratio

**Second Option**

We close 50% at 1.5 Risk-Reward-Ratio and move the stop-loss to breakeven and let it run. Use the built-in Tradingview function "Long Position" / "Short Position" for that. We exit when the CleanScalper changes the color or an opposite signal appears.\ <br>

<figure><img src="/files/ASZNAlJCL94ZzvuiPMt3" alt=""><figcaption><p><em>The Short Position tool in Tradingview.</em></p></figcaption></figure>


---

# 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.million-moves.net/start/strategies/30m-falcon-strategy.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.
