OPEN-SOURCE SCRIPT
NOAH

แน่นอนครับ ด้านล่างคือบทความฉบับภาษาอังกฤษ พร้อมการแนะนำให้ “ขยับกำไรขึ้นมาจุดคุ้มทุน (breakeven)” ทุกครั้งเมื่อเข้าเทรด:
---
## 📘 **NOAH Indicator Guide – Entry Strategy & Risk Management**
### 🔰 Overview
The **NOAH** indicator is a custom tool built for **TradingView** using Pine Script. It combines **multi-timeframe trend analysis** with **RCI reversal signals** to provide traders with high-confidence entry points and automatic **Take Profit (TP)** and **Stop Loss (SL)** levels.
---
## 🧠 Core Concept
### 1. ✅ **Multi-Timeframe Moving Average Trend Detection**
The indicator analyzes trend direction across **seven timeframes**:
* M1, M5, M15, M30, H1, H4, D1
* Uses customizable **Fast** and **Slow Moving Averages** (SMA, EMA, WMA, or RMA)
* If **Fast MA > Slow MA** → Uptrend (Buy)
* If **Fast MA < Slow MA** → Downtrend (Sell)
You can toggle each timeframe ON/OFF for custom filtering.
---
### 2. 📉 **RCI (Rank Correlation Index) Reversal Signal**
The RCI is used to detect overbought/oversold conditions:
* **RCI > 80** and turning downward → Sell Signal
* **RCI < -80** and turning upward → Buy Signal
The indicator uses **short, medium, and long RCI lengths**, with long RCI used for final confirmation.
---
### 3. 📋 **Signal Table Display**
The indicator shows a real-time table at the top-right corner with:
* TF (Timeframe)
* MA Signal:
* ↑ = Buy
* ↓ = Sell
* ⏸ = Neutral
* RCI Signal: same as above
* Live RCI values for short, mid, and long intervals
This lets you quickly evaluate the overall market alignment.
---
## 🎯 Entry Strategy
### 🟢 Buy Entry Conditions:
* MA signals in most (or all) timeframes = "Buy" or disabled (R)
* Long-term RCI gives a **Buy** signal
* Fast MA crosses above Slow MA (crossover) on current TF
📍 **The indicator will display a "BUY" label with pre-calculated SL and TP levels.**
---
### 🔴 Sell Entry Conditions:
* MA in TF1 = "Buy" or "R"
* MA in TF2–TF7 = "Sell" or "R"
* Long-term RCI gives a **Sell** signal
* Fast MA crosses below Slow MA (crossunder) on current TF
📍 **The indicator will display a "SELL" label with SL and TP levels.**
---
## 📌 TP & SL Calculation
* **Stop Loss (SL):**
* Buy: lowest low from the last X candles (customizable)
* Sell: highest high from the last X candles
* **Take Profit (TP):**
* Buy: `Close + (Close - Lowest Low) × RiskReward`
* Sell: `Close - (Highest High - Close) × RiskReward`
🧮 The Risk-Reward ratio is adjustable via settings (`TPRR` input).
---
## 🔐 Risk Management Tip:
**Always move your Stop Loss to breakeven once the price moves favorably.**
This helps protect capital and secure partial profit in case of sudden reversals.
> 📌 Example: If you're in a Buy trade and price moves 50% toward TP, consider adjusting SL to entry price.
---
Let me know if you'd like a PDF version or visual diagram for the strategy!
---
## 📘 **NOAH Indicator Guide – Entry Strategy & Risk Management**
### 🔰 Overview
The **NOAH** indicator is a custom tool built for **TradingView** using Pine Script. It combines **multi-timeframe trend analysis** with **RCI reversal signals** to provide traders with high-confidence entry points and automatic **Take Profit (TP)** and **Stop Loss (SL)** levels.
---
## 🧠 Core Concept
### 1. ✅ **Multi-Timeframe Moving Average Trend Detection**
The indicator analyzes trend direction across **seven timeframes**:
* M1, M5, M15, M30, H1, H4, D1
* Uses customizable **Fast** and **Slow Moving Averages** (SMA, EMA, WMA, or RMA)
* If **Fast MA > Slow MA** → Uptrend (Buy)
* If **Fast MA < Slow MA** → Downtrend (Sell)
You can toggle each timeframe ON/OFF for custom filtering.
---
### 2. 📉 **RCI (Rank Correlation Index) Reversal Signal**
The RCI is used to detect overbought/oversold conditions:
* **RCI > 80** and turning downward → Sell Signal
* **RCI < -80** and turning upward → Buy Signal
The indicator uses **short, medium, and long RCI lengths**, with long RCI used for final confirmation.
---
### 3. 📋 **Signal Table Display**
The indicator shows a real-time table at the top-right corner with:
* TF (Timeframe)
* MA Signal:
* ↑ = Buy
* ↓ = Sell
* ⏸ = Neutral
* RCI Signal: same as above
* Live RCI values for short, mid, and long intervals
This lets you quickly evaluate the overall market alignment.
---
## 🎯 Entry Strategy
### 🟢 Buy Entry Conditions:
* MA signals in most (or all) timeframes = "Buy" or disabled (R)
* Long-term RCI gives a **Buy** signal
* Fast MA crosses above Slow MA (crossover) on current TF
📍 **The indicator will display a "BUY" label with pre-calculated SL and TP levels.**
---
### 🔴 Sell Entry Conditions:
* MA in TF1 = "Buy" or "R"
* MA in TF2–TF7 = "Sell" or "R"
* Long-term RCI gives a **Sell** signal
* Fast MA crosses below Slow MA (crossunder) on current TF
📍 **The indicator will display a "SELL" label with SL and TP levels.**
---
## 📌 TP & SL Calculation
* **Stop Loss (SL):**
* Buy: lowest low from the last X candles (customizable)
* Sell: highest high from the last X candles
* **Take Profit (TP):**
* Buy: `Close + (Close - Lowest Low) × RiskReward`
* Sell: `Close - (Highest High - Close) × RiskReward`
🧮 The Risk-Reward ratio is adjustable via settings (`TPRR` input).
---
## 🔐 Risk Management Tip:
**Always move your Stop Loss to breakeven once the price moves favorably.**
This helps protect capital and secure partial profit in case of sudden reversals.
> 📌 Example: If you're in a Buy trade and price moves 50% toward TP, consider adjusting SL to entry price.
---
Let me know if you'd like a PDF version or visual diagram for the strategy!
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.