15m ORB + FVG Strategy (ChadAnt)Core Logic
The indicator's logic revolves around three main phases:
1. Defining the 15-Minute Opening Range (ORB)
The script calculates the highest high (rangeHigh) and lowest low (rangeLow) that occurred during the first 15 minutes of the trading day.
This time window is defined by the sessionStr input, which defaults to 0930-0945 (exchange time).
The high and low of this range are plotted as small gray dots once the session ends (rangeSet = true).
2. Identifying a Fair Value Gap (FVG) Setup
After the 15-minute range is set, the indicator waits for a breakout of either the range high or range low.
A "Strict FVG breakout" requires two conditions on the first candle that closes beyond the range:
The candle before the breakout candle ( bars ago) must have been inside the range.
The breakout candle ( bar ago) must have closed outside the range.
A Fair Value Gap (FVG) must form on the most recent three candles (the current bar and the two previous bars).
Bullish FVG (Long Setup): The low of the current bar (low) is greater than the high of the bar two periods prior (high ). This FVG represents a price inefficiency that the trade expects to fill.
Bearish FVG (Short Setup): The high of the current bar (high) is less than the low of the bar two periods prior (low ).
If a valid FVG setup occurs, the indicator marks a pending setup and draws a colored box to highlight the FVG area (Green for Bullish FVG, Red for Bearish FVG).
3. Trade Entry and Management
If a pending setup is identified, the trade is structured as a re-entry trade into the FVG zone:
Entry Price: Set at the outer boundary of the FVG, which is the low of the current bar for a Long setup, or the high of the current bar for a Short setup.
Stop Loss (SL): Set at the opposite boundary of the FVG, which is the low for a Long setup, or the high for a Short setup.
The trade is triggered (tradeActive = true) once the price retraces to the pendingEntry level.
Risk/Reward (RR) Targets: Three Take Profit (TP) levels are calculated based on the distance between the Entry and Stop Loss:
$$\text{Risk} = | \text{Entry} - \text{SL} |$$
$$\text{TP}n = \text{Entry} \pm (\text{Risk} \times \text{RR}n)$$
where $n$ is 1, 2, or 3, corresponding to the input $\text{RR}1$, $\text{RR}2$, and $\text{RR}3$ values (defaults: 1.0, 1.5, and 2.0).
Trade Lines: Upon triggering, lines for the Entry, Stop Loss, and three Take Profit levels are drawn on the chart for a specified length (lineLength).
A crucial feature is the directional lock (highBroken / lowBroken):
If the price breaks a range level (e.g., simpleBrokeHigh) but without a valid FVG setup, the corresponding directional flag (e.g., highBroken) is set to true permanently for the day.
This prevents the indicator from looking for any subsequent trade setups in that direction for the rest of the day, suggesting that the initial move, without an FVG, exhausted the opportunity.
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.
ChadAnt
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
Penunjuk dan strategi
Trend Gazer v666: Unified ICT Trading System# Trend Gazer v666: Unified ICT Trading System
โปๆฅๆฌ่ช่ชฌๆใใใใพใใ Japanese Description follows;
## ๐ Overview
**Trend Gazer v666** is a revolutionary **all-in-one institutional trading system** that eliminates the need for multiple separate indicators. This unified framework synthesizes **ICT Smart Money Structure**, **Multi-Timeframe Order Blocks**, **Fair Value Gaps**, **Smoothed Heiken Ashi**, **Volumetric Weighted Cloud**, and **Non-Repaint STDEV bands** into a single coherent overlay.
Unlike traditional approaches that require traders to juggle 5-10 different scripts, Trend Gazer v666 delivers **complete market context** through intelligent script synthesis, eliminating conflicting signals and analysis paralysis.
---
## ๐ฏ Why Script Synthesis is Essential
### The Problem with Multiple Independent Scripts
Traditional trading setups suffer from critical inefficiencies:
1. **Information Overload** - Running 5-10 separate scripts clutters your chart, making pattern recognition nearly impossible
2. **Conflicting Signals** - Order Block script says BUY, Structure script shows Bearish CHoCH, Momentum indicator points down
3. **Missed Context** - You spot an Order Block but miss the CHoCH that invalidates it because they're on different indicators
4. **Analysis Paralysis** - Too many data points without unified logic leads to hesitation and missed entries
5. **Performance Degradation** - Multiple `request.security()` calls from different scripts slow down TradingView significantly
### The Institutional Reality
Professional trading desks don't use fragmented tools. They use **integrated platforms** where:
- Market structure automatically filters signals
- Order Blocks are validated against momentum
- Fair Value Gaps are displayed only when relevant to current structure
- All components communicate to provide unified trade recommendations
**Trend Gazer v666 brings institutional-grade integration to retail traders.**
---
## ๐ง How Script Synthesis Works in v666
### Unified Data Flow Architecture
Instead of independent scripts calculating the same data redundantly, v666 uses a **single-pass analysis system**:
```
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Multi-Timeframe Data Ingestion (1m/3m/15m/60m) โ
โ โ Single request.security() call per timeframe โ
โ โ Shared across all components โ
โโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโดโโโโโโโโโโ
โ โ
โโโโโโผโโโโโ โโโโโโผโโโโโ
โ OB โ โ CHoCH โ
โ Detectionโ โDetection โ
โโโโโโฌโโโโโ โโโโโโฌโโโโโ
โ โ
โโโโโโโโโโโฌโโโโโโโโโโ
โ
โโโโโโโโโผโโโโโโโโโ
โ Unified Logic โ โโโ Smoothed HA Filter
โ - OB blocks โ โโโ VWC Confirmation
โ signals โ โโโ NPR Band Validation
โ - CHoCH gatesโ โโโ EMA Trend Context
โ all signalsโ
โโโโโโโโโฌโโโโโโโโโ
โ
โโโโโโโโผโโโโโโ
โ Signals โ
โ #0 - #5 โ
โโโโโโโโโโโโโโ
```
### Key Synthesis Techniques
#### 1. **Cross-Component Validation**
**Signal 5 (OB Strong 70%+)**:
- Detects Order Block creation
- Checks volume distribution (70%+ threshold)
- Validates against Smoothed Heiken Ashi trend
- Confirms with VWC momentum
- Gates with CHoCH structure filter
- **Result**: Only displays when ALL conditions align
**Traditional Multi-Script Approach**:
- OB script shows OB (doesn't know about HA trend)
- HA script shows bearish (doesn't know about OB)
- Structure script shows no CHoCH yet
- **Result**: Conflicting information, no clear action
#### 2. **Intelligent Signal Gating**
**ICT Structure Filter** (optional, default OFF):
```pinescript
if not is_signal_after_ms
// Hide ALL signals (including Signal 0) until CHoCH occurs
buySig0 := false
buySig := false
buySig4 := false
buySig10 := false
```
This prevents the classic mistake of trading against market structure because your OB indicator doesn't communicate with your structure indicator. **All signals (S0-S5) are subject to this filter when enabled.**
#### 3. **OB Direction Filter**
When 2+ consecutive Bullish OBs are detected:
- **Automatically blocks ALL SELL signals** across Signals #0-5
- Fair Value Gaps below price are visually de-emphasized
- CHoCH labels still appear (structure always visible)
**Why This Matters**: Your Order Block script and signal generation script now "talk" to each other. No more taking SELL signals when institutional buying zones are stacked below.
#### 4. **Smoothed Heiken Ashi Integration**
The Smoothed HA doesn't just display candlesโit **filters every signal** (including Signal #0):
```pinescript
if enableSmoothedHAFilter
if smoothedHA_isBullish // BLACK candles
sellSig0 := false // Block Signal 0 SELL
sellSig := false // Block counter-trend SELLs
else // WHITE candles
buySig0 := false // Block Signal 0 BUY
buySig := false // Block counter-trend BUYs
```
**Traditional Approach**: Run separate Smoothed HA script, manually compare candle color to signals. Easy to miss.
#### 5. **Fair Value Gap Context Awareness**
FVGs in v666 know about:
- Current market structure (CHoCH direction)
- Active Order Blocks (don't clutter OB zones)
- Time relevance (auto-fade after break)
They're not just boxes on a chartโthey're **contextualized inefficiencies** that update as market conditions change.
#### 6. **Unified Alert System**
**๐ STRONG BUY/SELL**:
- Triggers when: 70%+ OB creation OR Signal #5 fires
- **Why synthesis matters**: Alert knows about both OB creation AND signal generation because they share the same codebase
**Traditional Approach**: Set separate alerts on OB script and Signal script, get duplicate/conflicting notifications.
---
## ๐ฅ Core Components & Their Integration
### 1๏ธโฃ ICT Smart Money Structure (Donchian Method)
**Purpose**: Identify institutional trend shifts that precede major moves.
**Components**:
- **1.CHoCH** (Bullish) - Lower low broken, bullish structure shift
- **A.CHoCH** (Bearish) - Higher high broken, bearish structure shift
- **SiMS/BoMS** - Momentum continuation confirmations
**Integration**:
- **Gates ALL signals** - No signal displays before first CHoCH
- **Directional bias** - After 1.CHoCH, only BUY signals pass filters
- **Pattern tracking** - Triple CHoCH sequences tracked for STRONG signals
**Credit**: Based on *ICT Donchian Smart Money Structure* by Zeiierman (CC BY-NC-SA 4.0)
---
### 2๏ธโฃ Multi-Timeframe Order Blocks
**Purpose**: Map institutional supply/demand zones across timeframes.
**Timeframes**: 1m, 3m, 15m, 60m, Current TF
**Key Features**:
- **70%+ Volume Detection** - Identifies high-conviction institutional zones
- **Volumetric Analysis** - Each OB shows volume distribution (e.g., "12.5M 85%")
- **Time/Date Display** - "14:30 today" or "14:30 yday" for temporal context
- **Breaker Tracking** - Failed OBs that flip polarity
**Integration**:
- **OB Direction Filter** - 2+ consecutive Bullish OBs block ALL SELL signals
- **Signal Enhancement** - Signals inside OB zones get priority markers
- **CHoCH Validation** - OBs without CHoCH confirmation are visually subdued
**Display Format**:
```
12.5M 85% OB 15m 14:30 today
โโโฌโโ โโฌโ โโฌโ โโโโฌโโ โโโฌโโ
โ โ โ โ โโ Temporal marker
โ โ โ โโโโโโโโโ Time (JST)
โ โ โโโโโโโโโโโโโโโ Timeframe
โ โโโโโโโโโโโโโโโโโโโโโโ Volume percentage
โโโโโโโโโโโโโโโโโโโโโโโโโโโ Total volume
```
---
### 3๏ธโฃ Fair Value Gaps (FVG)
**Purpose**: Identify price inefficiencies institutions must correct.
**Detection Logic**:
```
Bullish FVG: high < low โ Gap up (expect downward fill)
Bearish FVG: low > high โ Gap down (expect upward fill)
```
**Integration**:
- **Structure-Aware** - Only highlights FVGs aligned with CHoCH direction
- **OB Interaction** - FVGs inside active OBs are de-emphasized
- **Volume Attribution** - Shows dominant volume side (Bull vs Bear)
**Display Format**:
```
8.3M 85% FVG 5m 09:15 today
```
**Why Integration Matters**: Standalone FVG indicators show ALL gaps. v666 shows only **actionable** gaps based on current market structure.
---
### 4๏ธโฃ Smoothed Heiken Ashi
**Purpose**: Filter noise and provide clear trend context.
**Calculation**:
- EMA smoothing of Heiken Ashi components
- Eliminates false reversals common in raw HA
**Color Coding**:
- **BLACK (Bullish)** - Clean uptrend, BUY signals prioritized
- **WHITE (Bearish)** - Clean downtrend, SELL signals prioritized
**Integration**:
- **Signal Gating** - Blocks counter-trend signals by default
- **First Signal Only** - Optional: Show only first signal after HA color change
- **Structure Alignment** - HA trend must match CHoCH direction
---
### 5๏ธโฃ Volumetric Weighted Cloud (VWC)
**Purpose**: Track institutional momentum across 6 timeframes.
**Timeframes**: 1m, 3m, 5m, 15m, 60m, 240m
**Visual**:
- Real-time status table (bottom-left by default)
- Shows RSI, Structure, and EMA status per timeframe
**Integration**:
- **Signal 2 Generator** - VWC directional changes trigger entries
- **Momentum Confirmation** - Validates OB bounces
- **Multi-TF Alignment** - Displays timeframe confluence
---
### 6๏ธโฃ Non-Repaint STDEV (NPR) + Bollinger Bands
**Purpose**: Identify extreme mean-reversion points without repainting.
**Timeframes**: 15m, 60m
**Integration**:
- **Signal 4** - 60m NPR/BB bounce with EMA slope validation
- **Volatility Context** - Informs OB size expectations
- **Extreme Detection** - "Close INSIDE bands" logic prevents knife-catching
---
## ๐ Six-Signal Trading System
### Signal Hierarchy
**๐ HIGHEST PRIORITY**:
- **Signal #5 (OB Strong 70%+)** - Institutional conviction zones
**โญ HIGH PRIORITY**:
- **Signal #4** - 60m NPR/BB bounce with EMA filter
**๐ฏ STANDARD SIGNALS**:
- **Signal #0** - Smoothed HA Touch & Breakout (ALL filters apply)
- **Signal #1** - RSI Shift + Structure (Strictest)
- **Signal #2** - VWC Switch (Most frequent)
- **Signal #3** - Structure Change
### Signal #5: OB Strong (Star Signal) โญ
**Trigger Conditions**:
1. 70%+ volume Order Block created (Bullish or Bearish)
2. Smoothed HA aligns with OB direction
3. Market structure supports direction (optional: CHoCH occurred)
**Label Format**:
```
๐BUY #5
@ HL and/or
EMA converg.
85% (12.5K)
```
**Why It's Reliable**:
- 70%+ volume threshold eliminates weak OBs
- Combines OB detection + signal generation + trend filter
- Historically shows 65-75% win rate in trending markets
---
## ๐ฏ Advanced Features
### OB Direction Filter (Default ON)
**Bullish OB Scenario**:
```
Chart shows: consecutive Bullish OBs
Result:
โ
All BUY signals (#0-5) allowed
โ All SELL signals blocked (red zone is institutional support)
โ
1.CHoCH can still occur (structure always visible)
```
**Why This Matters**: Prevents the costly mistake of shorting into institutional buying zones.
### Smoothed HA First Signal Only
**Without Filter**:
```
HA: BLACKโโ โโBLACK
โโWHITEโโโ
Signals: โBUY BUY BUY SELL SELL SELL BUY BUY BUY BUY
```
**With Filter (Enabled)**:
```
HA: BLACKโโ โโBLACK
โโWHITEโโโ
Signals: โBUY SELL BUY
FIRST FIRST FIRST
```
**Result**: 70% fewer signals, 40% higher win rate (reduced noise). **Applies to all signals including Signal #0 (HA Touch & Breakout).**
### Bullish OB Bypass Filter (Default ON)
**Special Rule**: When last OB is Bullish โ **Force enable ALL BUY signals**
This overrides:
- ICT Structure Filter
- EMA Trend Filter
- Range Market Filter
- Smoothed HA Filter
**Rationale**: Fresh Bullish OB = institutional buying. Trust the big players.
---
## ๐ก Alert System (Simplified)
### Essential Alerts Only
1. **๐ STRONG BUY** - 70%+ OB OR Signal #5
2. **๐ STRONG SELL** - 70%+ OB OR Signal #5
3. **๐ฏ ALL BUY SIGNALS** - Any BUY (#0-5 / OBโ / 1.CHoCH)
4. **๐ฏ ALL SELL SIGNALS** - Any SELL (#0-5 / OBโ / A.CHoCH)
5. **๐ ANY ALERT** - BUY or SELL detected
**Alert Format**:
```
BTCUSDT 5 ๐ STRONG BUY
ETHUSDT 15 BUY SIGNAL (Check chart for #0-5/OBโ/1.CHoCH)
```
**Why Unified Alerts Matter**: Single script = single alert system. No duplicate notifications from overlapping scripts.
---
## โ๏ธ Configuration
### Essential Settings
**ICT Structure Filter** (Default: OFF):
- When ON: Only show signals after CHoCH/SiMS/BoMS
- Recommended for beginners to avoid counter-trend trades
**OB Direction Filter** (Default: ON):
- Blocks SELL signals when Bullish OBs dominate
- Core synthesis featureโkeeps signals aligned with institutional zones
**Smoothed HA Filter** (Default: ON):
- Blocks counter-trend signals based on HA candle color
- Pair with "First Signal Only" for cleanest chart
**Show Lower Timeframes** (Default: OFF):
- Display 1m/3m OBs on higher timeframe charts
- Disabled by default for performance on 60m+ charts
### Style Settings
**Multi-Timeframe Order Blocks**:
- Enable/disable specific timeframes (1m/3m/15m/60m)
- Combine Overlapping OBs: Merges confluence zones
- Extend Zones: 40 bars (dynamic until broken)
**Fair Value Gaps**:
- Current timeframe only (prevents clutter)
- Mitigation source: Close or High/Low
**Status Table**:
- Position: Bottom Left (default)
- Displays: 4H, 1H, 15m, 5m status
- Columns: RSI, Structure, EMA state
---
## ๐ How to Use
### For Scalpers (1m-5m Charts)
1. Enable **1m and 3m Order Blocks**
2. Wait for **BLACK Smoothed HA** (bullish) or **WHITE** (bearish)
3. Take **Signal #5** (OB Strong) or **Signal #0** (HA Breakout)
4. Use FVGs as micro-targets
5. Set stop below nearest OB
**Alert Setup**: `๐ STRONG BUY` + `๐ STRONG SELL`
### For Day Traders (15m-60m Charts)
1. Enable **15m and 60m Order Blocks**
2. Wait for **1.CHoCH** or **A.CHoCH** (structure shift)
3. Look for **Signal #5** (OB 70%+) or **Signal #4** (NPR bounce)
4. Confirm with VWC table (15m/60m should align)
5. Target previous swing high/low or next OB zone
**Alert Setup**: `๐ฏ ALL BUY SIGNALS` + `๐ฏ ALL SELL SIGNALS`
### For Swing Traders (4H-Daily Charts)
1. Enable **60m Order Blocks** (renders as larger zones on HTF)
2. Wait for **Market Structure confirmation** (CHoCH)
3. Focus on **Signal #1** (RSI + Structure) for highest conviction
4. Use **EMA 200/400/800** for macro trend alignment
5. Target major FVG fills or structure levels
**Alert Setup**: `๐ ANY ALERT` (covers all scenarios)
### Universal Strategy (Recommended)
**Phase 1: Build Confidence** (Weeks 1-4)
- Trade ONLY **๐ STRONG BUY/SELL** signals
- Ignore all other signals (they're for context)
- Paper trade to observe accuracy
**Phase 2: Add Confirmation** (Weeks 5-8)
- Add **Signal #4** (NPR bounce) to your arsenal
- Require Smoothed HA alignment
- Still avoid Signals #0-3
**Phase 3: Full System** (Weeks 9+)
- Gradually incorporate Signals #0-3 for **additional entries**
- Use them to add to existing positions from #4/#5
- Never trade #0-3 alone without higher signal confirmation
---
## ๐ What Makes v666 Unique
### 1. **True Script Synthesis**
**Other "all-in-one" indicators**: Copy-paste multiple scripts into one file. Components don't communicate.
**Trend Gazer v666**: Purpose-built unified logic where:
- OB detection informs signal generation
- CHoCH gates all signals automatically
- Smoothed HA filters entries in real-time
- VWC provides momentum confirmation
- All components share data structures (single-pass efficiency)
### 2. **Intelligent Signal Prioritization**
Not all signals are equal:
- **30% transparency** = ๐ STRONG / โญ Star (trade these)
- **70% transparency** = Standard signals (use as confirmation)
**Visual hierarchy** eliminates analysis paralysis.
### 3. **Institutional Zone Mapping**
**Multi-Timeframe Order Blocks** with:
- Volumetric analysis (12.5M 85%)
- Temporal context (today/yday)
- Confluence detection (combined OBs)
- Break tracking (stops extending when invalidated)
No other free indicator provides this level of OB detail.
### 4. **Non-Repaint Architecture**
Every component uses `barstate.isconfirmed` checks. What you see in backtests = what you'd see in real-time. No false confidence from repainting.
### 5. **Performance Optimized**
- Single `request.security()` call per timeframe (most scripts call it separately per component)
- Memory-efficient OB storage (max 100 OBs vs unlimited in some scripts)
- Dynamic rendering (only visible OBs drawn)
- Smart garbage collection (old FVGs auto-removed)
**Result**: Faster than running 3 separate OB/Structure/Signal scripts.
### 6. **Educational Transparency**
- All logic documented in code comments
- Signal conditions clearly explained
- Credits given to original algorithm authors
- Open-source (MPL 2.0) - learn and modify
---
## ๐ก Educational Value
### Learning ICT Concepts
Use v666 as a **visual teaching tool**:
- **Market Structure**: See CHoCH/SiMS/BoMS in real-time
- **Order Blocks**: Understand institutional positioning
- **Fair Value Gaps**: Learn inefficiency correction
- **Smart Money Behavior**: Watch footprints unfold
### Backtesting Insights
Test these hypotheses:
1. Do 70%+ OBs have higher win rates than standard OBs?
2. Does trading after CHoCH improve risk/reward?
3. Which timeframe OBs (1m/3m/15m/60m) work best for your style?
4. Does Smoothed HA "First Signal Only" reduce false entries?
**v666 makes ICT concepts measurable.**
---
## โ ๏ธ Important Disclaimers
### Risk Warning
This indicator is for **educational and informational purposes only**. It is **NOT** financial advice.
**Trading involves substantial risk of loss**. Past performance does not predict future results. No indicator guarantees profitable trades.
**Before trading**:
- โ
Practice on paper/demo accounts (minimum 30 days)
- โ
Consult qualified financial advisors
- โ
Understand you are solely responsible for your decisions
- โ
Losses are part of tradingโaccept this reality
### Performance Expectations
**Realistic Win Rates** (when used correctly):
- ๐ STRONG Signals (#5 + 70% OB): 60-75%
- โญ Signal #4 (NPR bounce): 55-70%
- โ
Use proper risk management (never risk >1-2% per trade)
- ๐ฏ Signals #0-3 (confirmation): 50-65%
**Key Factors**:
- Higher win rates in trending markets
- Lower win rates in choppy/ranging conditions
- Win rate alone doesn't predict profitability (R:R matters)
### Not a "Holy Grail"
v666 doesn't:
- โ Predict the future
- โ Work in all market conditions (ranging markets = lower accuracy)
- โ Replace proper trade management
- โ Eliminate the need for education
It's a **tool**, not a trading bot. Your discretion, risk management, and psychology determine success.
---
## ๐ Credits & Licenses
### Component Sources
1. **ICT Donchian Smart Money Structure**
Author: Zeiierman
License: CC BY-NC-SA 4.0
Modifications: Integrated with signal system, added CHoCH pattern tracking
2. **Reverse RSI Signals**
Author: AlgoAlpha
License: MPL 2.0
Modifications: Adapted for internal signal logic
3. **Multi-Timeframe Order Blocks & FVG**
Custom implementation based on ICT concepts
Enhanced with volumetric analysis and confluence detection
4. **Smoothed Heiken Ashi**
Custom EMA-smoothed implementation
Integrated as real-time signal filter
### This Indicator's License
**Mozilla Public License 2.0 (MPL 2.0)**
You are free to:
- โ
Use commercially
- โ
Modify and distribute
- โ
Use privately
Conditions:
- ๐ Disclose source
- ๐ Include license and copyright notice
- ๐ Use same license for modifications
---
## ๐ Support & Best Practices
### Reporting Issues
If you encounter bugs, provide:
1. Chart timeframe and symbol
2. Settings configuration (screenshot)
3. Description of unexpected behavior
4. Expected vs actual result
### Recommended Workflow
**Week 1-2**: Chart observation only
- Don't take trades yet
- Observe Signal #5 appearances
- Note when OB Direction Filter blocks signals
- Watch CHoCH/structure shifts
**Week 3-4**: Paper trading
- Trade only ๐ STRONG signals
- Document every trade (screenshot + notes)
- Track: Win rate, R:R, setup quality
**Week 5+**: Small live size
- Start with minimum position sizing
- Gradually increase as confidence builds
- Review trades weekly
---
## ๐ Recommended Learning Path
**Phase 1: Foundation** (2-4 weeks)
1. Study ICT Concepts (YouTube: Inner Circle Trader)
- Market Structure (CHoCH, BOS)
- Order Blocks
- Fair Value Gaps
2. Watch v666 on charts daily (don't trade)
3. Learn to identify 1.CHoCH and A.CHoCH manually
**Phase 2: OB Mastery** (2-4 weeks)
1. Focus only on Signal #5 (OB Strong 70%+)
2. Paper trade these exclusively
3. Understand why 70%+ volume matters
4. Learn OB Direction Filter behavior
**Phase 3: Structure Integration** (2-4 weeks)
1. Add ICT Structure Filter (ON)
2. Only trade signals after CHoCH
3. Understand structure-signal relationship
4. Learn to wait for structure confirmation
**Phase 4: Multi-TF Analysis** (4-8 weeks)
1. Study MTF Order Block confluence
2. Learn when 15m + 60m OBs align
3. Understand timeframe hierarchy
4. Use VWC table for momentum confirmation
**Phase 5: Full System** (Ongoing)
1. Gradually add Signals #4, #0-3
2. Develop personal filter preferences
3. Refine entry/exit timing
4. Build consistent edge
---
## โ
Quick Start Checklist
- Add indicator to chart
- Set timeframe (recommend 15m for learning)
- Enable **OB Direction Filter** (ON)
- Enable **Smoothed HA Filter** (ON)
- Keep **ICT Structure Filter** (OFF initially to see all signals)
- Enable **1m, 3m, 15m, 60m Order Blocks**
- Set **Status Table** to Bottom Left
- Set up **๐ STRONG BUY** and **๐ STRONG SELL** alerts
- Paper trade for 30 days minimum
- Document every Signal #5 setup
- Review weekly performance
- Adjust filters based on results
---
## ๐ Version History
### v666 - Unified ICT System (Current)
- โ
Synthesized 5+ independent scripts into unified framework
- โ
Added OB Direction Filter (institutional zone awareness)
- โ
Integrated Smoothed Heiken Ashi as real-time signal filter
- โ
Implemented 70%+ volumetric OB detection
- โ
Added temporal markers (today/yday) to OB/FVG
- โ
Simplified alert system (5 essential alerts only)
- โ
Performance optimized (single-pass MTF analysis)
- โ
Status table redesigned (4H/1H/15m/5m only)
### v5.0 - Simplified ICT Mode (Previous)
- ICT-focused feature set
- Basic OB/FVG detection
- 8-signal system
- Separate script components
---
## ๐ฌ Final Thoughts
### Why "Script Synthesis" Matters
Imagine trading with:
- **TradingView Chart** (price action)
- **OB Indicator #1** (doesn't know about structure)
- **Structure Indicator #2** (doesn't filter OB signals)
- **Momentum Indicator #3** (doesn't gate signals)
- **Smoothed HA Indicator #4** (you manually compare candle color)
- **FVG Indicator #5** (shows all gaps, no prioritization)
**Result**: 5 scripts, conflicting info, missed signals, slow charts.
**Trend Gazer v666**: All 5 components + signal generation **unified**. They communicate, validate each other, and present a single coherent view.
### What Success Looks Like
**Month 1**: You understand the system
**Month 2**: You're profitable on paper
**Month 3**: You start small live trades
**Month 4+**: Confidence grows, size increases
**The goal**: Use v666 to learn institutional order flow thinking. Eventually, you'll rely on the indicator less and your pattern recognition more.
### Trade Smart. Trade Safe. Trade with Structure.
---
**ยฉ rasukaru666 | 2025 | Mozilla Public License 2.0**
*This indicator is published as open source to contribute to the trading education community. If it helps you, please share your experience and help others learn.*
---
# Trend Gazer v666: ็ตฑๅๅICTใใฌใผใใฃใณใฐใทในใใ
## ๐ ๆฆ่ฆ
**Trend Gazer v666**ใฏใ่คๆฐใฎ็ฌ็ซใใใคใณใธใฑใผใฟใไธ่ฆใซใใ้ฉๆฐ็ใช**ใชใผใซใคใณใฏใณๆฉ้ขๆ่ณๅฎถๅใใใฌใผใใฃใณใฐใทในใใ **ใงใใใใฎ็ตฑๅใใฌใผใ ใฏใผใฏใฏใ**ICTในใใผใใใใผในใใฉใฏใใฃใผ**ใ**ใใซใใฟใคใ ใใฌใผใ ใชใผใใผใใญใใฏ**ใ**ใใงใขใใชใฅใผใฎใฃใใ**ใ**ในใ ใผใบๅนณๅ่ถณ**ใ**ๅบๆฅ้ซๅ ้ใฏใฉใฆใ**ใ**ใใณใชใใคใณใSTDEVใใณใ**ใๅไธใฎ็ตฑๅใชใผใใผใฌใคใซ้็ดใใฆใใพใใ
ๅพๆฅใฎ5ใ10ๅใฎ็ฐใชใในใฏใชใใใไฝฟใๅใใๅฟ
่ฆใใใใขใใญใผใใจใฏ็ฐใชใใTrend Gazer v666ใฏใคใณใใชใธใงใณใใชในใฏใชใใๅๆใซใใฃใฆ**ๅฎๅ
จใชๅธๅ ดใณใณใใญในใ**ใๆไพใใ็ธๅใใใทใฐใใซใๅๆ้บป็บใ่งฃๆถใใพใใ
---
## ๐ฏ ใชใในใฏใชใใใฎๅๆใไธๅฏๆฌ ใชใฎใ
### ่คๆฐใฎ็ฌ็ซใใในใฏใชใใใฎๅ้ก็น
ๅพๆฅใฎใใฌใผใใฃใณใฐใปใใใขใใใซใฏๆทฑๅปใช้ๅน็ๆงใใใใพใ๏ผ
1. **ๆ
ๅ ฑ้ๅค** - 5ใ10ๅใฎ็ฌ็ซใใในใฏใชใใใๅฎ่กใใใจใใใฃใผใใ็
ฉ้ใซใชใใใใฟใผใณ่ช่ญใใปใผไธๅฏ่ฝใซใชใใพใ
2. **็ธๅใใใทใฐใใซ** - ใชใผใใผใใญใใฏในใฏใชใใใฏ่ฒทใใทใฐใใซใในใใฉใฏใใฃใผในใฏใชใใใฏๅผฑๆฐCHoCHใใขใกใณใฟใ ๆๆจใฏไธๅใ
3. **ๆ่ใฎๆฌ ่ฝ** - ใชใผใใผใใญใใฏใ็บ่ฆใใใใใใใ็กๅนๅใใCHoCHใ่ฆ้ใ๏ผ็ฐใชใใคใณใธใฑใผใฟใซ่กจ็คบใใใฆใใใใ๏ผ
4. **ๅๆ้บป็บ** - ็ตฑไธใใใใญใธใใฏใชใใซๅคๆฐใฎใใผใฟใใคใณใใใใใจใ่บ่บใใฆใจใณใใชใผใ้ใใพใ
5. **ใใใฉใผใใณในไฝไธ** - ็ฐใชใในใฏใชใใใใใฎ่คๆฐใฎ`request.security()`ๅผใณๅบใใTradingViewใๅคงๅน
ใซ้
ใใใพใ
### ๆฉ้ขๆ่ณๅฎถใฎ็พๅฎ
ใใญใฎใใฌใผใใฃใณใฐใในใฏใฏๆญ็็ใชใใผใซใไฝฟ็จใใพใใใๅฝผใใฏ**็ตฑๅใใฉใใใใฉใผใ **ใไฝฟ็จใใพใ๏ผ
- ใใผใฑใใในใใฉใฏใใฃใผใ่ชๅ็ใซใทใฐใใซใใใฃใซใฟใชใณใฐ
- ใชใผใใผใใญใใฏใใขใกใณใฟใ ใซๅฏพใใฆๆค่จผใใใ
- ใใงใขใใชใฅใผใฎใฃใใใฏ็พๅจใฎในใใฉใฏใใฃใผใซ้ข้ฃใใๅ ดๅใซใฎใฟ่กจ็คบ
- ใในใฆใฎใณใณใใผใใณใใ้ไฟกใใฆ็ตฑไธใใใใใฌใผใๆจๅฅจใๆไพ
**Trend Gazer v666ใฏใๆฉ้ขๆ่ณๅฎถใฌใใซใฎ็ตฑๅใๅไบบใใฌใผใใผใซใใใใใพใใ**
---
## ๐ง v666ใซใใใในใฏใชใใๅๆใฎไป็ตใฟ
### ็ตฑๅใใผใฟใใญใผใขใผใญใใฏใใฃ
็ฌ็ซใใในใฏใชใใใๅใใใผใฟใๅ้ทใซ่จ็ฎใใใฎใงใฏใชใใv666ใฏ**ใทใณใฐใซใในๅๆใทในใใ **ใไฝฟ็จใใพใ๏ผ
```
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ใใซใใฟใคใ ใใฌใผใ ใใผใฟๅๅพ (1m/3m/15m/60m) โ
โ โ ใฟใคใ ใใฌใผใ ใใจใซ1ๅใฎrequest.security()ๅผใณๅบใ โ
โ โ ใในใฆใฎใณใณใใผใใณใใงๅ
ฑๆ โ
โโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโดโโโโโโโโโโ
โ โ
โโโโโโผโโโโโ โโโโโโผโโโโโ
โ OB โ โ CHoCH โ
โ ๆคๅบ โ โ ๆคๅบ โ
โโโโโโฌโโโโโ โโโโโโฌโโโโโ
โ โ
โโโโโโโโโโโฌโโโโโโโโโโ
โ
โโโโโโโโโผโโโโโโโโโ
โ ็ตฑๅใญใธใใฏ โ โโโ ในใ ใผใบๅนณๅ่ถณใใฃใซใฟใผ
โ - OBใใทใฐใใซโ โโโ VWC็ขบ่ช
โ ใใใญใใฏ โ โโโ NPRใใณใๆค่จผ
โ - CHoCHใ โ โโโ EMAใใฌใณใใณใณใใญในใ
โ ใในใฆใฎ โ
โ ใทใฐใใซใ โ
โ ใฒใผใ โ
โโโโโโโโโฌโโโโโโโโโ
โ
โโโโโโโโผโโโโโโ
โ ใทใฐใใซ โ
โ #0 - #5 โ
โโโโโโโโโโโโโโ
```
### ไธป่ฆใชๅๆๆ่ก
#### 1. **ใณใณใใผใใณใ้ๆค่จผ**
**ใทใฐใใซ5๏ผOB Strong 70%+๏ผ**๏ผ
- ใชใผใใผใใญใใฏไฝๆใๆคๅบ
- ๅบๆฅ้ซๅๅธใ็ขบ่ช๏ผ70%ไปฅไธใฎ้พๅค๏ผ
- ในใ ใผใบๅนณๅ่ถณใใฌใณใใซๅฏพใใฆๆค่จผ
- VWCใขใกใณใฟใ ใง็ขบ่ช
- CHoCHในใใฉใฏใใฃใผใใฃใซใฟใผใงใฒใผใ
- **็ตๆ**๏ผใในใฆใฎๆกไปถใๆใฃใๅ ดๅใฎใฟ่กจ็คบ
**ๅพๆฅใฎใใซใในใฏใชใใใขใใญใผใ**๏ผ
- OBในใฏใชใใใฏOBใ่กจ็คบ๏ผๅนณๅ่ถณใใฌใณใใ็ฅใใชใ๏ผ
- ๅนณๅ่ถณในใฏใชใใใฏๅผฑๆฐใ่กจ็คบ๏ผOBใ็ฅใใชใ๏ผ
- ในใใฉใฏใใฃใผในใฏใชใใใฏใพใ CHoCHใ่กจ็คบใใชใ
- **็ตๆ**๏ผ็ธๅใใๆ
ๅ ฑใๆ็ขบใชใขใฏใทใงใณใชใ
#### 2. **ใคใณใใชใธใงใณใใทใฐใใซใฒใผใใฃใณใฐ**
**ICTในใใฉใฏใใฃใผใใฃใซใฟใผ**๏ผใชใใทใงใณใใใใฉใซใOFF๏ผ๏ผ
```pinescript
if not is_signal_after_ms
// CHoCHใ็บ็ใใใพใงใในใฆใฎใทใฐใใซ๏ผใทใฐใใซ0ใๅซใ๏ผใ้่กจ็คบ
buySig0 := false
buySig := false
buySig4 := false
buySig10 := false
```
ใใใซใใใOBใคใณใธใฑใผใฟใในใใฉใฏใใฃใผใคใณใธใฑใผใฟใจ้ไฟกใใชใใใใซใใใผใฑใใในใใฉใฏใใฃใผใซ้ใใฃใฆใใฌใผใใใใจใใๅคๅ
ธ็ใชใในใ้ฒใใพใใ**ๆๅนๅๆใซใฏใในใฆใฎใทใฐใใซ๏ผS0-S5๏ผใใใฎใใฃใซใฟใผใฎๅฏพ่ฑกใจใชใใพใใ**
#### 3. **OBๆนๅใใฃใซใฟใผ**
2ใคไปฅไธใฎ้ฃ็ถใใๅผทๆฐOBใๆคๅบใใใๅ ดๅ๏ผ
- **ใในใฆใฎSELLใทใฐใใซใ่ชๅ็ใซใใญใใฏ**๏ผใทใฐใใซ#0-5ๅ
จไฝใง๏ผ
- ไพกๆ ผไธใฎใใงใขใใชใฅใผใฎใฃใใใฏ่ฆ่ฆ็ใซๆๅถใใใ
- CHoCHใฉใใซใฏไพ็ถใจใใฆ่กจ็คบใใใ๏ผในใใฉใฏใใฃใผใฏๅธธใซ่กจ็คบ๏ผ
**ใใใ้่ฆใช็็ฑ**๏ผใชใผใใผใใญใใฏในใฏใชใใใจใทใฐใใซ็ๆในใฏใชใใใใไผ่ฉฑใใใใใใซใชใใพใใๆฉ้ขๆ่ณๅฎถใฎ่ฒทใใพใผใณใไธใซ็ฉใฟ้ใชใฃใฆใใใจใใซSELLใทใฐใใซใๅใใใจใฏใใใใใพใใใ
#### 4. **ในใ ใผใบๅนณๅ่ถณ็ตฑๅ**
ในใ ใผใบๅนณๅ่ถณใฏๅใซใญใผใฝใฏ่ถณใ่กจ็คบใใใ ใใงใชใใ**ใในใฆใฎใทใฐใใซ๏ผใทใฐใใซ#0ใๅซใ๏ผใใใฃใซใฟใชใณใฐ**ใใพใ๏ผ
```pinescript
if enableSmoothedHAFilter
if smoothedHA_isBullish // ้ปใใญใผใฝใฏ่ถณ
sellSig0 := false // ใทใฐใใซ0 SELLใใใญใใฏ
sellSig := false // ้ๅผตใSELLใใใญใใฏ
else // ็ฝใใญใผใฝใฏ่ถณ
buySig0 := false // ใทใฐใใซ0 BUYใใใญใใฏ
buySig := false // ้ๅผตใBUYใใใญใใฏ
```
**ๅพๆฅใฎใขใใญใผใ**๏ผๅฅใฎในใ ใผใบๅนณๅ่ถณในใฏใชใใใๅฎ่กใใๆๅใงใญใผใฝใฏ่ถณใฎ่ฒใใทใฐใใซใจๆฏ่ผใ่ฆ้ใใใใใ
#### 5. **ใใงใขใใชใฅใผใฎใฃใใใฎใณใณใใญในใ่ช่ญ**
v666ใฎFVGใฏไปฅไธใ่ช่ญใใฆใใพใ๏ผ
- ็พๅจใฎใใผใฑใใในใใฉใฏใใฃใผ๏ผCHoCHๆนๅ๏ผ
- ใขใฏใใฃใใชใชใผใใผใใญใใฏ๏ผOBใพใผใณใ็
ฉ้ใซใใชใ๏ผ
- ๆ้็้ข้ฃๆง๏ผใใฌใคใฏๅพ่ชๅใใงใผใ๏ผ
ใใใใฏๅใชใใใฃใผใไธใฎใใใฏในใงใฏใชใใๅธๅ ด็ถๆณใฎๅคๅใซๅฟใใฆๆดๆฐใใใ**ใณใณใใญในใๅใใใ้ๅน็ๆง**ใงใใ
#### 6. **็ตฑๅใขใฉใผใใทในใใ **
**๐ STRONG BUY/SELL**๏ผ
- ใใชใฌใผๆกไปถ๏ผ70%ไปฅไธใฎOBไฝๆใพใใฏใทใฐใใซ#5็บ็ซ
- **ๅๆใ้่ฆใช็็ฑ**๏ผใขใฉใผใใฏOBไฝๆใจใทใฐใใซ็ๆใฎไธกๆนใ่ช่ญใใพใ๏ผๅใใณใผใใใผในใๅ
ฑๆใใฆใใใใ๏ผ
**ๅพๆฅใฎใขใใญใผใ**๏ผOBในใฏใชใใใจใทใฐใใซในใฏใชใใใซๅฅใ
ใฎใขใฉใผใใ่จญๅฎใใ้่ค/็ธๅใใ้็ฅใๅใๅใใ
---
## ๐ฅ ใณใขใณใณใใผใใณใใจใใฎ็ตฑๅ
### 1๏ธโฃ ICTในใใผใใใใผในใใฉใฏใใฃใผ๏ผใใณใใฃใณๆณ๏ผ
**็ฎ็**๏ผๅคงใใชๅใใซๅ
่กใใๆฉ้ขๆ่ณๅฎถใฎใใฌใณใใทใใใ็นๅฎใใพใใ
**ใณใณใใผใใณใ**๏ผ
- **1.CHoCH**๏ผๅผทๆฐ๏ผ - ๅฎๅคใไธๆใใๅผทๆฐในใใฉใฏใใฃใผใทใใ
- **A.CHoCH**๏ผๅผฑๆฐ๏ผ - ้ซๅคใไธๆใใๅผฑๆฐในใใฉใฏใใฃใผใทใใ
- **SiMS/BoMS** - ใขใกใณใฟใ ็ถ็ถ็ขบ่ช
**็ตฑๅ**๏ผ
- **ใในใฆใฎใทใฐใใซใใฒใผใ** - ๆๅใฎCHoCHใฎๅใซใทใฐใใซใ่กจ็คบใใชใ
- **ๆนๅใใคใขใน** - 1.CHoCHๅพใBUYใทใฐใใซใฎใฟใใใฃใซใฟใผใ้้
- **ใใฟใผใณ่ฟฝ่ทก** - ใใชใใซCHoCHใทใผใฑใณในใ่ฟฝ่ทกใใฆSTRONGใทใฐใใซใ็ๆ
**ใฏใฌใธใใ**๏ผZeiiermanๆฐใฎ*ICT Donchian Smart Money Structure*ใซๅบใฅใ๏ผCC BY-NC-SA 4.0๏ผ
---
### 2๏ธโฃ ใใซใใฟใคใ ใใฌใผใ ใชใผใใผใใญใใฏ
**็ฎ็**๏ผใฟใคใ ใใฌใผใ ๅ
จไฝใงๆฉ้ขๆ่ณๅฎถใฎ้็ตฆใพใผใณใใใใใณใฐใใพใใ
**ใฟใคใ ใใฌใผใ **๏ผ1mใ3mใ15mใ60mใ็พๅจใฎTF
**ไธป่ฆๆฉ่ฝ**๏ผ
- **70%ไปฅไธใฎๅบๆฅ้ซๆคๅบ** - ้ซ็ขบไฟกๅบฆใฎๆฉ้ขๆ่ณๅฎถใพใผใณใ็นๅฎ
- **ๅบๆฅ้ซๅๆ** - ๅOBใฏๅบๆฅ้ซๅๅธใ่กจ็คบ๏ผไพ๏ผใ12.5M 85%ใ๏ผ
- **ๆๅป/ๆฅไป่กจ็คบ** - ใ14:30 todayใใพใใฏใ14:30 ydayใใซใใๆ้็ใณใณใใญในใ
- **ใใฌใผใซใผ่ฟฝ่ทก** - ๆฅตๆงใๅ่ปขใใใๅคฑๆใใOB
**็ตฑๅ**๏ผ
- **OBๆนๅใใฃใซใฟใผ** - 2ใคไปฅไธใฎ้ฃ็ถใใๅผทๆฐOBใใในใฆใฎSELLใทใฐใใซใใใญใใฏ
- **ใทใฐใใซๅผทๅ** - OBใพใผใณๅ
ใฎใทใฐใใซใฏๅชๅ
ใใผใซใผใๅๅพ
- **CHoCHๆค่จผ** - CHoCH็ขบ่ชใฎใชใOBใฏ่ฆ่ฆ็ใซๆๅถใใใ
**่กจ็คบๅฝขๅผ**๏ผ
```
12.5M 85% OB 15m 14:30 today
โโโฌโโ โโฌโ โโฌโ โโโโฌโโ โโโฌโโ
โ โ โ โ โโ ๆ้ใใผใซใผ
โ โ โ โโโโโโโโโ ๆๅป๏ผJST๏ผ
โ โ โโโโโโโโโโโโโโโ ใฟใคใ ใใฌใผใ
โ โโโโโโโโโโโโโโโโโโโโโโ ๅบๆฅ้ซใใผใปใณใใผใธ
โโโโโโโโโโโโโโโโโโโโโโโโโโโ ็ทๅบๆฅ้ซ
```
---
### 3๏ธโฃ ใใงใขใใชใฅใผใฎใฃใใ๏ผFVG๏ผ
**็ฎ็**๏ผๆฉ้ขๆ่ณๅฎถใไฟฎๆญฃใใชใใใฐใชใใชใไพกๆ ผใฎ้ๅน็ๆงใ็นๅฎใใพใใ
**ๆคๅบใญใธใใฏ**๏ผ
```
ๅผทๆฐFVG: high < low โ ใฎใฃใใใขใใ๏ผไธๅใใฎๅใใไบๆณ๏ผ
ๅผฑๆฐFVG: low > high โ ใฎใฃใใใใฆใณ๏ผไธๅใใฎๅใใไบๆณ๏ผ
```
**็ตฑๅ**๏ผ
- **ในใใฉใฏใใฃใผ่ช่ญ** - CHoCHๆนๅใจไธ่ดใใFVGใฎใฟใใใคใฉใคใ
- **OB็ธไบไฝ็จ** - ใขใฏใใฃใใชOBๅ
ใฎFVGใฏๆๅถใใใ
- **ๅบๆฅ้ซๅฑๆง** - ๆฏ้
็ใชๅบๆฅ้ซใตใคใใ่กจ็คบ๏ผๅผทๆฐvsๅผฑๆฐ๏ผ
**่กจ็คบๅฝขๅผ**๏ผ
```
8.3M 85% FVG 5m 09:15 today
```
**็ตฑๅใ้่ฆใช็็ฑ**๏ผในใฟใณใใขใญใณใฎFVGใคใณใธใฑใผใฟใฏใในใฆใฎใฎใฃใใใ่กจ็คบใใพใใv666ใฏใ็พๅจใฎใใผใฑใใในใใฉใฏใใฃใผใซๅบใฅใใฆ**ๅฎ่กๅฏ่ฝใช**ใฎใฃใใใฎใฟใ่กจ็คบใใพใใ
---
### 4๏ธโฃ ในใ ใผใบๅนณๅ่ถณ
**็ฎ็**๏ผใใคใบใใใฃใซใฟใชใณใฐใใๆ็ขบใชใใฌใณใใณใณใใญในใใๆไพใใพใใ
**่จ็ฎ**๏ผ
- ๅนณๅ่ถณใณใณใใผใใณใใฎEMAในใ ใผใธใณใฐ
- ็ใฎๅนณๅ่ถณใซๅ
ฑ้ใใ่ชคใฃใๅ่ปขใๆ้ค
**่ฒๅใ**๏ผ
- **้ป๏ผๅผทๆฐ๏ผ** - ใฏใชใผใณใชไธๆใใฌใณใใBUYใทใฐใใซๅชๅ
- **็ฝ๏ผๅผฑๆฐ๏ผ** - ใฏใชใผใณใชไธ้ใใฌใณใใSELLใทใฐใใซๅชๅ
**็ตฑๅ**๏ผ
- **ใทใฐใใซใฒใผใใฃใณใฐ** - ใใใฉใซใใง้ๅผตใใทใฐใใซใใใญใใฏ
- **ๆๅใฎใทใฐใใซใฎใฟ** - ใชใใทใงใณ๏ผๅนณๅ่ถณใฎ่ฒๅคๅๅพใฎๆๅใฎใทใฐใใซใฎใฟใ่กจ็คบ
- **ในใใฉใฏใใฃใผ่ชฟๆด** - ๅนณๅ่ถณใใฌใณใใฏCHoCHๆนๅใจไธ่ดใใๅฟ
่ฆใใใใพใ
---
### 5๏ธโฃ ๅบๆฅ้ซๅ ้ใฏใฉใฆใ๏ผVWC๏ผ
**็ฎ็**๏ผ6ใคใฎใฟใคใ ใใฌใผใ ใซใใใๆฉ้ขๆ่ณๅฎถใฎใขใกใณใฟใ ใ่ฟฝ่ทกใใพใใ
**ใฟใคใ ใใฌใผใ **๏ผ1mใ3mใ5mใ15mใ60mใ240m
**ใใธใฅใขใซ**๏ผ
- ใชใขใซใฟใคใ ในใใผใฟในใใผใใซ๏ผใใใฉใซใใงๅทฆไธ๏ผ
- ใฟใคใ ใใฌใผใ ใใจใซRSIใในใใฉใฏใใฃใผใEMAในใใผใฟในใ่กจ็คบ
**็ตฑๅ**๏ผ
- **ใทใฐใใซ2ใธใงใใฌใผใฟใผ** - VWCๆนๅๅคๅใใจใณใใชใผใใใชใฌใผ
- **ใขใกใณใฟใ ็ขบ่ช** - OBใใฆใณในใๆค่จผ
- **ใใซใTFๆดๅ** - ใฟใคใ ใใฌใผใ ใฎใณใณใใซใจใณในใ่กจ็คบ
---
### 6๏ธโฃ ใใณใชใใคใณใSTDEV๏ผNPR๏ผ+ ใใชใณใธใฃใผใใณใ
**็ฎ็**๏ผใชใใคใณใใชใใงๆฅต็ซฏใชๅนณๅๅๅธฐใใคใณใใ็นๅฎใใพใใ
**ใฟใคใ ใใฌใผใ **๏ผ15mใ60m
**็ตฑๅ**๏ผ
- **ใทใฐใใซ4** - EMAในใญใผใๆค่จผใไผดใ60m NPR/BBใใฆใณใน
- **ใใฉใใฃใชใใฃใณใณใใญในใ** - OBใตใคใบใฎๆๅพ
ๅคใ้็ฅ
- **ๆฅต็ซฏๆคๅบ** - ใใใณใๅ
ใฎใฏใญใผใบใใญใธใใฏใใใคใใญใฃใใใ้ฒๆญข
---
## ๐ 6ใทใฐใใซใใฌใผใใฃใณใฐใทในใใ
### ใทใฐใใซ้ๅฑค
**๐ ๆ้ซๅชๅ
ๅบฆ**๏ผ
- **ใทใฐใใซ#5๏ผOB Strong 70%+๏ผ** - ๆฉ้ขๆ่ณๅฎถใฎ็ขบไฟกใพใผใณ
**โญ ้ซๅชๅ
ๅบฆ**๏ผ
- **ใทใฐใใซ#4** - EMAใใฃใซใฟใผไปใ60m NPR/BBใใฆใณใน
**๐ฏ ๆจๆบใทใฐใใซ**๏ผ
- **ใทใฐใใซ#0** - ในใ ใผใบๅนณๅ่ถณใฟใใ๏ผใใฌใคใฏใขใฆใ๏ผๅ
จใใฃใซใฟใผ้ฉ็จ๏ผ
- **ใทใฐใใซ#1** - RSIใทใใ + ในใใฉใฏใใฃใผ๏ผๆใๅณๆ ผ๏ผ
- **ใทใฐใใซ#2** - VWCในใคใใ๏ผๆใ้ ป็น๏ผ
- **ใทใฐใใซ#3** - ในใใฉใฏใใฃใผๅคๆด
### ใทใฐใใซ#5๏ผOB Strong๏ผในใฟใผใทใฐใใซ๏ผโญ
**ใใชใฌใผๆกไปถ**๏ผ
1. 70%ไปฅไธใฎๅบๆฅ้ซใชใผใใผใใญใใฏไฝๆ๏ผๅผทๆฐใพใใฏๅผฑๆฐ๏ผ
2. ในใ ใผใบๅนณๅ่ถณใOBๆนๅใจไธ่ด
3. ใใผใฑใใในใใฉใฏใใฃใผใๆนๅใใตใใผใ๏ผใชใใทใงใณ๏ผCHoCH็บ็๏ผ
**ใฉใใซๅฝขๅผ**๏ผ
```
๐BUY #5
@ HL and/or
EMA converg.
85% (12.5K)
```
**ไฟก้ ผๆงใ้ซใ็็ฑ**๏ผ
- 70%ไปฅไธใฎๅบๆฅ้ซ้พๅคใๅผฑใOBใๆ้ค
- OBๆคๅบ + ใทใฐใใซ็ๆ + ใใฌใณใใใฃใซใฟใผใ็ตใฟๅใใ
- ใใฌใณใๅธๅ ดใงๆญดๅฒ็ใซ65-75%ใฎๅ็ใ็คบใ
---
## ๐ฏ ้ซๅบฆใชๆฉ่ฝ
### OBๆนๅใใฃใซใฟใผ๏ผใใใฉใซใON๏ผ
**ๅผทๆฐOBใทใใชใช**๏ผ
```
ใใฃใผใ่กจ็คบ: ้ฃ็ถใใๅผทๆฐOB
็ตๆ๏ผ
โ
ใในใฆใฎBUYใทใฐใใซ๏ผ#0-5๏ผใ่จฑๅฏใใใ
โ ใในใฆใฎSELLใทใฐใใซใใใญใใฏใใใ๏ผ่ตคใพใผใณใฏๆฉ้ขๆ่ณๅฎถใฎใตใใผใ๏ผ
โ
1.CHoCHใฏไพ็ถใจใใฆ็บ็ๅฏ่ฝ๏ผในใใฉใฏใใฃใผใฏๅธธใซ่กจ็คบ๏ผ
```
**ใใใ้่ฆใช็็ฑ**๏ผๆฉ้ขๆ่ณๅฎถใฎ่ฒทใใพใผใณใซใทใงใผใใใใใจใซใใ้ซใณในใใฎใในใ้ฒใใพใใ
### ในใ ใผใบๅนณๅ่ถณใๆๅใฎใทใฐใใซใฎใฟใ
**ใใฃใซใฟใผใชใ**๏ผ
```
ๅนณๅ่ถณ: ้ปโโ โโ้ป
โโ็ฝโโโ
ใทใฐใใซ: โBUY BUY BUY SELL SELL SELL BUY BUY BUY BUY
```
**ใใฃใซใฟใผๆๅนๆ**๏ผ
```
ๅนณๅ่ถณ: ้ปโโ โโ้ป
โโ็ฝโโโ
ใทใฐใใซ: โBUY SELL BUY
ๆๅ ๆๅ ๆๅ
```
**็ตๆ**๏ผใทใฐใใซใ70%ๆธๅฐใๅ็ใ40%ๅไธ๏ผใใคใบๅๆธ๏ผใ**ใทใฐใใซ#0๏ผๅนณๅ่ถณใฟใใ๏ผใใฌใคใฏใขใฆใ๏ผใๅซใใในใฆใฎใทใฐใใซใซ้ฉ็จใใใพใใ**
### ๅผทๆฐOBใใคใในใใฃใซใฟใผ๏ผใใใฉใซใON๏ผ
**็นๅฅใซใผใซ**๏ผๆๅพใฎOBใๅผทๆฐใฎๅ ดๅ โ **ใในใฆใฎBUYใทใฐใใซใๅผทๅถ็ใซๆๅนๅ**
ใใใฏไปฅไธใใชใผใใผใฉใคใใใพใ๏ผ
- ICTในใใฉใฏใใฃใผใใฃใซใฟใผ
- EMAใใฌใณใใใฃใซใฟใผ
- ใฌใณใธใใผใฑใใใใฃใซใฟใผ
- ในใ ใผใบๅนณๅ่ถณใใฃใซใฟใผ
**็็ฑ**๏ผๆฐ้ฎฎใชๅผทๆฐOB = ๆฉ้ขๆ่ณๅฎถใฎ่ฒทใใๅคงๅฃๆ่ณๅฎถใไฟก้ ผใใใ
---
## ๐ก ใขใฉใผใใทในใใ ๏ผ็ฐก็ด ๅ๏ผ
### ๅฟ
้ ใขใฉใผใใฎใฟ
1. **๐ STRONG BUY** - 70%ไปฅไธใฎOBใพใใฏใทใฐใใซ#5
2. **๐ STRONG SELL** - 70%ไปฅไธใฎOBใพใใฏใทใฐใใซ#5
3. **๐ฏ ALL BUY SIGNALS** - ไปปๆใฎBUY๏ผ#0-5 / OBโ / 1.CHoCH๏ผ
4. **๐ฏ ALL SELL SIGNALS** - ไปปๆใฎSELL๏ผ#0-5 / OBโ / A.CHoCH๏ผ
5. **๐ ANY ALERT** - BUYใพใใฏSELLใๆคๅบใใใ
**ใขใฉใผใๅฝขๅผ**๏ผ
```
BTCUSDT 5 ๐ STRONG BUY
ETHUSDT 15 BUY SIGNAL (Check chart for #0-5/OBโ/1.CHoCH)
```
**็ตฑๅใขใฉใผใใ้่ฆใช็็ฑ**๏ผๅไธใฎในใฏใชใใ = ๅไธใฎใขใฉใผใใทในใใ ใ้่คใใในใฏใชใใใใใฎ้่ค้็ฅใฏใใใพใใใ
---
## โ๏ธ ่จญๅฎ
### ๅฟ
้ ่จญๅฎ
**ICTในใใฉใฏใใฃใผใใฃใซใฟใผ**๏ผใใใฉใซใ๏ผOFF๏ผ๏ผ
- ONใฎๅ ดๅ๏ผCHoCH/SiMS/BoMSๅพใซใฎใฟใทใฐใใซใ่กจ็คบ
- ๅๅฟ่
ใซใฏใ้ๅผตใใใฌใผใใ้ฟใใใใใซๆจๅฅจ
**OBๆนๅใใฃใซใฟใผ**๏ผใใใฉใซใ๏ผON๏ผ๏ผ
- ๅผทๆฐOBใๆฏ้
็ใชๅ ดๅใซSELLใทใฐใใซใใใญใใฏ
- ใณใขๅๆๆฉ่ฝ - ใทใฐใใซใๆฉ้ขๆ่ณๅฎถใพใผใณใจๆดๅใใใ
**ในใ ใผใบๅนณๅ่ถณใใฃใซใฟใผ**๏ผใใใฉใซใ๏ผON๏ผ๏ผ
- ๅนณๅ่ถณใฎใญใผใฝใฏ่ถณ่ฒใซๅบใฅใใฆ้ๅผตใใทใฐใใซใใใญใใฏ
- ๆใใฏใชใผใณใชใใฃใผใใฎใใใซใๆๅใฎใทใฐใใซใฎใฟใใจ็ตใฟๅใใใ
**ไฝใฟใคใ ใใฌใผใ ่กจ็คบ**๏ผใใใฉใซใ๏ผOFF๏ผ๏ผ
- ้ซใฟใคใ ใใฌใผใ ใใฃใผใใซ1m/3m OBใ่กจ็คบ
- 60mไปฅไธใฎใใฃใผใใงใฎใใใฉใผใใณในใฎใใใซใใใฉใซใใง็กๅน
### ในใฟใคใซ่จญๅฎ
**ใใซใใฟใคใ ใใฌใผใ ใชใผใใผใใญใใฏ**๏ผ
- ็นๅฎใฎใฟใคใ ใใฌใผใ ๏ผ1m/3m/15m/60m๏ผใฎๆๅน/็กๅน
- ้่คใใOBใ็ตๅ๏ผใณใณใใซใจใณในใพใผใณใใใผใธ
- ใพใผใณๅปถ้ท๏ผ40ใใผ๏ผใใฌใคใฏใใใใพใงๅ็๏ผ
**ใใงใขใใชใฅใผใฎใฃใใ**๏ผ
- ็พๅจใฎใฟใคใ ใใฌใผใ ใฎใฟ๏ผ็
ฉ้ใใ้ฒใ๏ผ
- ็ทฉๅใฝใผใน๏ผใฏใญใผใบใพใใฏ้ซๅค/ๅฎๅค
**ในใใผใฟในใใผใใซ**๏ผ
- ไฝ็ฝฎ๏ผๅทฆไธ๏ผใใใฉใซใ๏ผ
- ่กจ็คบ๏ผ4Hใ1Hใ15mใ5mในใใผใฟใน
- ๅ๏ผRSIใในใใฉใฏใใฃใผใEMAในใใผใ
---
## ๐ ไฝฟ็จๆนๆณ
### ในใญใฃใซใใผๅใ๏ผ1m-5mใใฃใผใ๏ผ
1. **1mใจ3mใชใผใใผใใญใใฏ**ใๆๅนๅ
2. **้ปใฎในใ ใผใบๅนณๅ่ถณ**๏ผๅผทๆฐ๏ผใพใใฏ**็ฝ**๏ผๅผฑๆฐ๏ผใๅพ
ใค
3. **ใทใฐใใซ#5**๏ผOB Strong๏ผใพใใฏ**ใทใฐใใซ#0**๏ผๅนณๅ่ถณใใฌใคใฏใขใฆใ๏ผใๅใ
4. FVGใใใคใฏใญใฟใผใฒใใใจใใฆไฝฟ็จ
5. ๆๅฏใใฎOBใฎไธใซในใใใใ่จญๅฎ
**ใขใฉใผใ่จญๅฎ**๏ผ`๐ STRONG BUY` + `๐ STRONG SELL`
### ใใคใใฌใผใใผๅใ๏ผ15m-60mใใฃใผใ๏ผ
1. **15mใจ60mใชใผใใผใใญใใฏ**ใๆๅนๅ
2. **1.CHoCH**ใพใใฏ**A.CHoCH**๏ผในใใฉใฏใใฃใผใทใใ๏ผใๅพ
ใค
3. **ใทใฐใใซ#5**๏ผOB 70%+๏ผใพใใฏ**ใทใฐใใซ#4**๏ผNPRใใฆใณใน๏ผใๆขใ
4. VWCใใผใใซใง็ขบ่ช๏ผ15m/60mใๆดๅใใๅฟ
่ฆใใใ๏ผ
5. ๅใฎในใคใณใฐ้ซๅค/ๅฎๅคใพใใฏๆฌกใฎOBใพใผใณใใฟใผใฒใใใซใใ
**ใขใฉใผใ่จญๅฎ**๏ผ`๐ฏ ALL BUY SIGNALS` + `๐ฏ ALL SELL SIGNALS`
### ในใคใณใฐใใฌใผใใผๅใ๏ผ4H-ๆฅ่ถณใใฃใผใ๏ผ
1. **60mใชใผใใผใใญใใฏ**ใๆๅนๅ๏ผHTFใงใใๅคงใใชใพใผใณใจใใฆใฌใณใใชใณใฐ๏ผ
2. **ใใผใฑใใในใใฉใฏใใฃใผ็ขบ่ช**๏ผCHoCH๏ผใๅพ
ใค
3. ๆ้ซ็ขบไฟกๅบฆใฎใใใซ**ใทใฐใใซ#1**๏ผRSI + ในใใฉใฏใใฃใผ๏ผใซ็ฆ็นใๅฝใฆใ
4. ใใฏใญใใฌใณใๆดๅใฎใใใซ**EMA 200/400/800**ใไฝฟ็จ
5. ไธป่ฆใชFVGใใฃใซใพใใฏในใใฉใฏใใฃใผใฌใใซใใฟใผใฒใใใซใใ
**ใขใฉใผใ่จญๅฎ**๏ผ`๐ ANY ALERT`๏ผใในใฆใฎใทใใชใชใใซใใผ๏ผ
### ใฆใใใผใตใซๆฆ็ฅ๏ผๆจๅฅจ๏ผ
**ใใงใผใบ1๏ผไฟก้ ผๆง็ฏ**๏ผ1-4้ฑ้๏ผ
- **๐ STRONG BUY/SELL**ใทใฐใใซใฎใฟใงใใฌใผใ
- ไปใฎใในใฆใฎใทใฐใใซใ็ก่ฆ๏ผใใใใฏใณใณใใญในใ็จ๏ผ
- ใใผใใผใใฌใผใใง็ฒพๅบฆใ่ฆณๅฏ
**ใใงใผใบ2๏ผ็ขบ่ช่ฟฝๅ **๏ผ5-8้ฑ้๏ผ
- ๆญฆๅจๅบซใซ**ใทใฐใใซ#4**๏ผNPRใใฆใณใน๏ผใ่ฟฝๅ
- ในใ ใผใบๅนณๅ่ถณใฎๆดๅใ่ฆๆฑ
- ใทใฐใใซ#0-3ใฏไพ็ถใจใใฆ้ฟใใ
**ใใงใผใบ3๏ผใใซใทในใใ **๏ผ9้ฑ้ไปฅ้๏ผ
- ใทใฐใใซ#0-3ใๅพใ
ใซ**่ฟฝๅ ใจใณใใชใผ**ใจใใฆ็ตใฟ่พผใ
- #4/#5ใใใฎๆขๅญใฎใใธใทใงใณใซ่ฟฝๅ ใใใใใซไฝฟ็จ
- #0-3ใ้ซใทใฐใใซ็ขบ่ชใชใใงๅ็ฌใงใใฌใผใใใชใ
---
## ๐ v666ใฎใฆใใผใฏใช็น
### 1. **็ใฎในใฏใชใใๅๆ**
**ไปใฎใใชใผใซใคใณใฏใณใใคใณใธใฑใผใฟ**๏ผ่คๆฐใฎในใฏใชใใใ1ใคใฎใใกใคใซใซใณใใผ๏ผใใผในใใใณใณใใผใใณใใฏ้ไฟกใใชใใ
**Trend Gazer v666**๏ผ็ฎ็ๅฅใซๆง็ฏใใใ็ตฑๅใญใธใใฏใง๏ผ
- OBๆคๅบใใทใฐใใซ็ๆใซ้็ฅ
- CHoCHใใในใฆใฎใทใฐใใซใ่ชๅ็ใซใฒใผใ
- ในใ ใผใบๅนณๅ่ถณใใชใขใซใฟใคใ ใงใจใณใใชใผใใใฃใซใฟใชใณใฐ
- VWCใใขใกใณใฟใ ็ขบ่ชใๆไพ
- ใในใฆใฎใณใณใใผใใณใใใใผใฟๆง้ ใๅ
ฑๆ๏ผใทใณใฐใซใในๅน็๏ผ
### 2. **ใคใณใใชใธใงใณใใทใฐใใซๅชๅ
้ ไฝไปใ**
ใในใฆใฎใทใฐใใซใ็ญใใใใใงใฏใใใพใใ๏ผ
- **30%้ๆๅบฆ** = ๐ STRONG / โญ ในใฟใผ๏ผใใใใใใฌใผใ๏ผ
- **70%้ๆๅบฆ** = ๆจๆบใทใฐใใซ๏ผ็ขบ่ชใจใใฆไฝฟ็จ๏ผ
**่ฆ่ฆ็้ๅฑค**ใๅๆ้บป็บใๆ้คใใพใใ
### 3. **ๆฉ้ขๆ่ณๅฎถใพใผใณใใใใณใฐ**
ไปฅไธใๅซใ**ใใซใใฟใคใ ใใฌใผใ ใชใผใใผใใญใใฏ**๏ผ
- ๅบๆฅ้ซๅๆ๏ผ12.5M 85%๏ผ
- ๆ้็ใณใณใใญในใ๏ผtoday/yday๏ผ
- ใณใณใใซใจใณในๆคๅบ๏ผ็ตๅOB๏ผ
- ใใฌใคใฏ่ฟฝ่ทก๏ผ็กๅนๅใใใใจใใซๅปถ้ทใๅๆญข๏ผ
ไปใฎ็กๆใคใณใธใฑใผใฟใฏใใใฎใฌใใซใฎOB่ฉณ็ดฐใๆไพใใพใใใ
### 4. **ใใณใชใใคใณใใขใผใญใใฏใใฃ**
ใในใฆใฎใณใณใใผใใณใใฏ`barstate.isconfirmed`ใใงใใฏใไฝฟ็จใใพใใใใใฏใในใใง่ฆใใใฎ = ใชใขใซใฟใคใ ใง่ฆใใใฎใใชใใคใณใใซใใ่ชคใฃใไฟก้ ผใฏใใใพใใใ
### 5. **ใใใฉใผใใณในๆ้ฉๅ**
- ใฟใคใ ใใฌใผใ ใใจใซๅไธใฎ`request.security()`ๅผใณๅบใ๏ผใปใจใใฉใฎในใฏใชใใใฏใณใณใใผใใณใใใจใซๅฅใ
ใซๅผใณๅบใใพใ๏ผ
- ใกใขใชๅน็็ใชOBในใใฌใผใธ๏ผๆๅคง100 OB vs ไธ้จใฎในใฏใชใใใงใฏ็กๅถ้๏ผ
- ๅ็ใฌใณใใชใณใฐ๏ผ่กจ็คบๅฏ่ฝใชOBใฎใฟๆ็ป๏ผ
- ในใใผใใฌใใผใธใณใฌใฏใทใงใณ๏ผๅคใFVGใฏ่ชๅๅ้ค๏ผ
**็ตๆ**๏ผ3ใคใฎ็ฌ็ซใใOB/ในใใฉใฏใใฃใผ/ใทใฐใใซในใฏใชใใใๅฎ่กใใใใใ้ซ้ใ
### 6. **ๆ่ฒ็้ๆๆง**
- ใในใฆใฎใญใธใใฏใใณใผใใณใกใณใใงๆๆธๅ
- ใทใฐใใซๆกไปถใๆ็ขบใซ่ชฌๆใใใฆใใ
- ๅ
ใฎใขใซใดใชใบใ ไฝๆ่
ใซใฏใฌใธใใใไปไธ
- ใชใผใใณใฝใผใน๏ผMPL 2.0๏ผ- ๅญฆ็ฟใจไฟฎๆญฃใๅฏ่ฝ
---
## ๐ก ๆ่ฒ็ไพกๅค
### ICTใณใณใปใใใฎๅญฆ็ฟ
v666ใ**่ฆ่ฆ็ใชๆ่ฒใใผใซ**ใจใใฆไฝฟ็จใใพใ๏ผ
- **ใใผใฑใใในใใฉใฏใใฃใผ**๏ผใชใขใซใฟใคใ ใงCHoCH/SiMS/BoMSใ็ขบ่ช
- **ใชใผใใผใใญใใฏ**๏ผๆฉ้ขๆ่ณๅฎถใฎใใธใทใงใใณใฐใ็่งฃ
- **ใใงใขใใชใฅใผใฎใฃใใ**๏ผ้ๅน็ๆงใฎไฟฎๆญฃใๅญฆใถ
- **ในใใผใใใใผใฎ่กๅ**๏ผ่ถณ่ทกใๅฑ้ใใใฎใ่ฆณๅฏ
### ใใใฏใในใใคใณใตใคใ
ใใใใฎไปฎ่ชฌใใในใใใพใ๏ผ
1. 70%ไปฅไธใฎOBใฏๆจๆบOBใใใ้ซใๅ็ใๆใคใ๏ผ
2. CHoCHๅพใฎใใฌใผใใฏใชในใฏ/ใชใฏใผใใๆนๅใใใ๏ผ
3. ใฉใฎใฟใคใ ใใฌใผใ OB๏ผ1m/3m/15m/60m๏ผใ่ชๅใฎในใฟใคใซใซๆ้ฉใ๏ผ
4. ในใ ใผใบๅนณๅ่ถณใๆๅใฎใทใฐใใซใฎใฟใใฏ่ชคใฃใใจใณใใชใผใๆธใใใ๏ผ
**v666ใฏICTใณใณใปใใใๆธฌๅฎๅฏ่ฝใซใใพใใ**
---
## โ ๏ธ ้่ฆใชๅ
่ฒฌไบ้
### ใชในใฏ่ญฆๅ
ใใฎใคใณใธใฑใผใฟใฏ**ๆ่ฒใใใณๆ
ๅ ฑๆไพใฎใฟใ็ฎ็ใจใใฆ**ใใพใใใใใฏ้่ใขใใใคในใงใฏ**ใใใพใใ**ใ
**ใใฌใผใใฃใณใฐใซใฏๅคงใใชๆๅคฑใฎใชในใฏใไผดใใพใ**ใ้ๅปใฎใใใฉใผใใณในใฏๅฐๆฅใฎ็ตๆใไบๆธฌใใพใใใใคใณใธใฑใผใฟใฏๅฉ็ใฎใใใใฌใผใใไฟ่จผใใพใใใ
**ใใฌใผใใฃใณใฐๅใซ**๏ผ
- โ
ใใผใใผ/ใใขใขใซใฆใณใใง็ทด็ฟ๏ผๆไฝ30ๆฅ๏ผ
- โ
้ฉๅใชใชในใฏ็ฎก็ใไฝฟ็จ๏ผใใฌใผใใใใ1-2%ไปฅไธใใชในใฏใซใใชใ๏ผ
- โ
่ณๆ ผใฎใใ้่ใขใใใคใถใผใซ็ธ่ซ
- โ
ใใชใใๆฑบๅฎใซๅฏพใใฆๅ็ฌใง่ฒฌไปปใ่ฒ ใใใจใ็่งฃ
- โ
ๆๅคฑใฏใใฌใผใใฃใณใฐใฎไธ้จใงใใ - ใใฎ็พๅฎใๅใๅ
ฅใใ
### ใใใฉใผใใณในๆๅพ
ๅค
**็พๅฎ็ใชๅ็**๏ผๆญฃใใไฝฟ็จใใๅ ดๅ๏ผ๏ผ
- ๐ STRONGใทใฐใใซ๏ผ#5 + 70% OB๏ผ๏ผ60-75%
- โญ ใทใฐใใซ#4๏ผNPRใใฆใณใน๏ผ๏ผ55-70%
- ๐ฏ ใทใฐใใซ#0-3๏ผ็ขบ่ช๏ผ๏ผ50-65%
**ไธป่ฆใช่ฆๅ **๏ผ
- ใใฌใณใๅธๅ ดใงใใ้ซใๅ็
- ๅคๅ็/ใฌใณใธ็ถๆ
ใงใใไฝใๅ็
- ๅ็ใ ใใงใฏๅ็ๆงใไบๆธฌใใชใ๏ผR:Rใ้่ฆ๏ผ
### ใ่ๆฏใใงใฏใชใ
v666ใฏไปฅไธใ่กใใพใใ๏ผ
- โ ๆชๆฅใไบๆธฌ
- โ ใในใฆใฎๅธๅ ด็ถๆณใงๆฉ่ฝ๏ผใฌใณใธๅธๅ ด = ใใไฝใ็ฒพๅบฆ๏ผ
- โ ้ฉๅใชใใฌใผใ็ฎก็ใ็ฝฎใๆใใ
- โ ๆ่ฒใฎๅฟ
่ฆๆงใๆ้ค
ใใใฏ**ใใผใซ**ใงใใใใใฌใผใใฃใณใฐใใใใงใฏใใใพใใใใใชใใฎ่ฃ้ใใชในใฏ็ฎก็ใๅฟ็ๅญฆใๆๅใๆฑบๅฎใใพใใ
---
## ๐ ใฏใฌใธใใใจใฉใคใปใณใน
### ใณใณใใผใใณใใฝใผใน
1. **ICT Donchian Smart Money Structure**
ไฝ่
๏ผZeiierman
ใฉใคใปใณใน๏ผCC BY-NC-SA 4.0
ไฟฎๆญฃ๏ผใทใฐใใซใทในใใ ใจ็ตฑๅใCHoCHใใฟใผใณ่ฟฝ่ทกใ่ฟฝๅ
2. **Reverse RSI Signals**
ไฝ่
๏ผAlgoAlpha
ใฉใคใปใณใน๏ผMPL 2.0
ไฟฎๆญฃ๏ผๅ
้จใทใฐใใซใญใธใใฏ็จใซ้ฉๅฟ
3. **ใใซใใฟใคใ ใใฌใผใ ใชใผใใผใใญใใฏ & FVG**
ICTใณใณใปใใใซๅบใฅใใซในใฟใ ๅฎ่ฃ
ๅบๆฅ้ซๅๆใจใณใณใใซใจใณในๆคๅบใงๅผทๅ
4. **ในใ ใผใบๅนณๅ่ถณ**
ใซในใฟใ EMAในใ ใผใบๅฎ่ฃ
ใชใขใซใฟใคใ ใทใฐใใซใใฃใซใฟใผใจใใฆ็ตฑๅ
### ใใฎใคใณใธใฑใผใฟใฎใฉใคใปใณใน
**Mozilla Public License 2.0๏ผMPL 2.0๏ผ**
่ช็ฑใซไปฅไธใๅฏ่ฝใงใ๏ผ
- โ
ๅๆฅญๅฉ็จ
- โ
ไฟฎๆญฃใจ้
ๅธ
- โ
ใใฉใคใใผใไฝฟ็จ
ๆกไปถ๏ผ
- ๐ ใฝใผใน้็คบ
- ๐ ใฉใคใปใณในใจ่ไฝๆจฉ่กจ็คบใๅซใใ
- ๐ ไฟฎๆญฃใซๅใใฉใคใปใณในใไฝฟ็จ
---
## ๐ ใตใใผใใจใในใใใฉใฏใใฃใน
### ๅ้กๅ ฑๅ
ใใฐใ็บ็ใใๅ ดๅใไปฅไธใๆไพใใฆใใ ใใ๏ผ
1. ใใฃใผใใฎใฟใคใ ใใฌใผใ ใจใทใณใใซ
2. ่จญๅฎๆงๆ๏ผในใฏใชใผใณใทใงใใ๏ผ
3. ไบๆใใชใๅไฝใฎ่ชฌๆ
4. ๆๅพ
ใใใ็ตๆ vs ๅฎ้ใฎ็ตๆ
### ๆจๅฅจใฏใผใฏใใญใผ
**็ฌฌ1-2้ฑ**๏ผใใฃใผใ่ฆณๅฏใฎใฟ
- ใพใ ใใฌใผใใใชใ
- ใทใฐใใซ#5ใฎๅบ็พใ่ฆณๅฏ
- OBๆนๅใใฃใซใฟใผใใทใฐใใซใใใญใใฏใใใฟใคใใณใฐใซๆณจๆ
- CHoCH/ในใใฉใฏใใฃใผใทใใใ่ฆณๅฏ
**็ฌฌ3-4้ฑ**๏ผใใผใใผใใฌใผใใฃใณใฐ
- ๐ STRONGใทใฐใใซใฎใฟใใใฌใผใ
- ใในใฆใฎใใฌใผใใๆๆธๅ๏ผในใฏใชใผใณใทใงใใ + ใกใข๏ผ
- ่ฟฝ่ทก๏ผๅ็ใR:Rใใปใใใขใใใฎ่ณช
**็ฌฌ5้ฑไปฅ้**๏ผๅฐ้กๅฎใใฌใผใ
- ๆๅฐใใธใทใงใณใตใคใบใใๅงใใ
- ไฟก้ ผใ้ซใพใใซใคใใฆๅพใ
ใซๅขใใ
- ๆฏ้ฑใใฌใผใใใฌใใฅใผ
---
## ๐ ๆจๅฅจๅญฆ็ฟใใน
**ใใงใผใบ1๏ผๅบ็ค**๏ผ2-4้ฑ้๏ผ
1. ICTใณใณใปใใใๅญฆ็ฟ๏ผYouTube๏ผInner Circle Trader๏ผ
- ใใผใฑใใในใใฉใฏใใฃใผ๏ผCHoCHใBOS๏ผ
- ใชใผใใผใใญใใฏ
- ใใงใขใใชใฅใผใฎใฃใใ
2. ๆฏๆฅใใฃใผใใงv666ใ่ฆณๅฏ๏ผใใฌใผใใใชใ๏ผ
3. 1.CHoCHใจA.CHoCHใๆๅใง่ญๅฅใใใใจใๅญฆใถ
**ใใงใผใบ2๏ผOBใในใฟใชใผ**๏ผ2-4้ฑ้๏ผ
1. ใทใฐใใซ#5๏ผOB Strong 70%+๏ผใฎใฟใซ็ฆ็นใๅฝใฆใ
2. ใใใใๆไป็ใซใใผใใผใใฌใผใ
3. 70%ไปฅไธใฎๅบๆฅ้ซใ้่ฆใช็็ฑใ็่งฃ
4. OBๆนๅใใฃใซใฟใผใฎๅไฝใๅญฆใถ
**ใใงใผใบ3๏ผในใใฉใฏใใฃใผ็ตฑๅ**๏ผ2-4้ฑ้๏ผ
1. ICTในใใฉใฏใใฃใผใใฃใซใฟใผใ่ฟฝๅ ๏ผON๏ผ
2. CHoCHๅพใฎใทใฐใใซใฎใฟใใใฌใผใ
3. ในใใฉใฏใใฃใผ-ใทใฐใใซ้ขไฟใ็่งฃ
4. ในใใฉใฏใใฃใผ็ขบ่ชใๅพ
ใคใใจใๅญฆใถ
**ใใงใผใบ4๏ผใใซใTFๅๆ**๏ผ4-8้ฑ้๏ผ
1. MTFใชใผใใผใใญใใฏใณใณใใซใจใณในใๅญฆ็ฟ
2. 15mใจ60m OBใๆดๅใใใฟใคใใณใฐใๅญฆใถ
3. ใฟใคใ ใใฌใผใ ้ๅฑคใ็่งฃ
4. ใขใกใณใฟใ ็ขบ่ชใซVWCใใผใใซใไฝฟ็จ
**ใใงใผใบ5๏ผใใซใทในใใ **๏ผ็ถ็ถไธญ๏ผ
1. ๅพใ
ใซใทใฐใใซ#4ใ#0-3ใ่ฟฝๅ
2. ๅไบบ็ใชใใฃใซใฟใผ่จญๅฎใ้็บ
3. ใจใณใใชใผ/ใคใฐใธใใใฟใคใใณใฐใๆด็ทด
4. ไธ่ฒซใใใจใใธใๆง็ฏ
---
## โ
ใฏใคใใฏในใฟใผใใใงใใฏใชในใ
- ใคใณใธใฑใผใฟใใใฃใผใใซ่ฟฝๅ
- ใฟใคใ ใใฌใผใ ใ่จญๅฎ๏ผๅญฆ็ฟใซใฏ15mใๆจๅฅจ๏ผ
- **OBๆนๅใใฃใซใฟใผ**ใๆๅนๅ๏ผON๏ผ
- **ในใ ใผใบๅนณๅ่ถณใใฃใซใฟใผ**ใๆๅนๅ๏ผON๏ผ
- **ICTในใใฉใฏใใฃใผใใฃใซใฟใผ**ใไฟๆ๏ผใในใฆใฎใทใฐใใซใ็ขบ่ชใใใใๆๅใฏOFF๏ผ
- **1mใ3mใ15mใ60mใชใผใใผใใญใใฏ**ใๆๅนๅ
- **ในใใผใฟในใใผใใซ**ใๅทฆไธใซ่จญๅฎ
- **๐ STRONG BUY**ใจ**๐ STRONG SELL**ใขใฉใผใใ่จญๅฎ
- ๆไฝ30ๆฅ้ใใผใใผใใฌใผใ
- ใในใฆใฎใทใฐใใซ#5ใปใใใขใใใๆๆธๅ
- ๆฏ้ฑใใใฉใผใใณในใใฌใใฅใผ
- ็ตๆใซๅบใฅใใฆใใฃใซใฟใผใ่ชฟๆด
---
## ๐ ใใผใธใงใณๅฑฅๆญด
### v666 - ็ตฑๅICTใทในใใ ๏ผ็พ่ก๏ผ
- โ
5ใคไปฅไธใฎ็ฌ็ซใใในใฏใชใใใ็ตฑๅใใฌใผใ ใฏใผใฏใซๅๆ
- โ
OBๆนๅใใฃใซใฟใผใ่ฟฝๅ ๏ผๆฉ้ขๆ่ณๅฎถใพใผใณ่ช่ญ๏ผ
- โ
ใชใขใซใฟใคใ ใทใฐใใซใใฃใซใฟใผใจใใฆในใ ใผใบๅนณๅ่ถณใ็ตฑๅ
- โ
70%ไปฅไธใฎๅบๆฅ้ซOBๆคๅบใๅฎ่ฃ
- โ
OB/FVGใซๆ้ใใผใซใผ๏ผtoday/yday๏ผใ่ฟฝๅ
- โ
ใขใฉใผใใทในใใ ใ็ฐก็ด ๅ๏ผ5ใคใฎๅฟ
้ ใขใฉใผใใฎใฟ๏ผ
- โ
ใใใฉใผใใณในๆ้ฉๅ๏ผใทใณใฐใซใในMTFๅๆ๏ผ
- โ
ในใใผใฟในใใผใใซๅ่จญ่จ๏ผ4H/1H/15m/5mใฎใฟ๏ผ
### v5.0 - ็ฐก็ด ๅICTใขใผใ๏ผไปฅๅ๏ผ
- ICT้่ฆใฎๆฉ่ฝใปใใ
- ๅบๆฌ็ใชOB/FVGๆคๅบ
- 8ใทใฐใใซใทในใใ
- ็ฌ็ซใใในใฏใชใใใณใณใใผใใณใ
---
## ๐ฌ ๆๅพใฎ่จ่
### ใชใใในใฏใชใใๅๆใใ้่ฆใชใฎใ
ไปฅไธใงใใฌใผใใฃใณใฐใๆณๅใใฆใใ ใใ๏ผ
- **TradingViewใใฃใผใ**๏ผไพกๆ ผใขใฏใทใงใณ๏ผ
- **OBใคใณใธใฑใผใฟ#1**๏ผในใใฉใฏใใฃใผใ็ฅใใชใ๏ผ
- **ในใใฉใฏใใฃใผใคใณใธใฑใผใฟ#2**๏ผOBใทใฐใใซใใใฃใซใฟใชใณใฐใใชใ๏ผ
- **ใขใกใณใฟใ ใคใณใธใฑใผใฟ#3**๏ผใทใฐใใซใใฒใผใใใชใ๏ผ
- **ในใ ใผใบๅนณๅ่ถณใคใณใธใฑใผใฟ#4**๏ผๆๅใงใญใผใฝใฏ่ถณ่ฒใๆฏ่ผ๏ผ
- **FVGใคใณใธใฑใผใฟ#5**๏ผใในใฆใฎใฎใฃใใใ่กจ็คบใๅชๅ
้ ไฝไปใใชใ๏ผ
**็ตๆ**๏ผ5ใคใฎในใฏใชใใใ็ธๅใใๆ
ๅ ฑใ่ฆ้ใใใทใฐใใซใ้
ใใใฃใผใใ
**Trend Gazer v666**๏ผ5ใคใฎใณใณใใผใใณใ + ใทใฐใใซ็ๆใใในใฆ**็ตฑๅ**ใใใใใฏ้ไฟกใใ็ธไบใซๆค่จผใใๅไธใฎ็ตฑๅใใฅใผใๆ็คบใใพใใ
### ๆๅใจใฏใฉใฎใใใชใใฎใ
**1ใถๆ็ฎ**๏ผใทในใใ ใ็่งฃ
**2ใถๆ็ฎ**๏ผใใผใใผใงๅ็ๆงใใใ
**3ใถๆ็ฎ**๏ผๅฐ้กใฎๅฎใใฌใผใใ้ๅง
**4ใถๆ็ฎไปฅ้**๏ผไฟก้ ผใ้ซใพใใใตใคใบใๅขๅ
**็ฎๆจ**๏ผv666ใไฝฟ็จใใฆๆฉ้ขๆ่ณๅฎถใฎใชใผใใผใใญใผๆ่ใๅญฆใถใๆ็ต็ใซใฏใใคใณใธใฑใผใฟใธใฎไพๅญใๆธใใใใฟใผใณ่ช่ญใๅขใใพใใ
### ในใใผใใซใใฌใผใใๅฎๅ
จใซใใฌใผใใในใใฉใฏใใฃใผใงใใฌใผใใ
---
**ยฉ rasukaru666 | 2025 | Mozilla Public License 2.0**
*ใใฎใคใณใธใฑใผใฟใฏใใใฌใผใใฃใณใฐๆ่ฒใณใใฅใใใฃใซ่ฒข็ฎใใใใใซใชใผใใณใฝใผในใจใใฆๅ
ฌ้ใใใฆใใพใใๅฝน็ซใฃใๅ ดๅใฏใ็ต้จใๅ
ฑๆใใไปใฎไบบใฎๅญฆ็ฟใๆฏๆดใใฆใใ ใใใ*
ICT Macro Slot Algo Event๐ Overview
A powerful multi-timeframe trading indicator that combines Institutional Macro Session Tracking to identify optimal trading windows throughout the day. This tool helps traders align with institutional flow patterns and algorithmic activity across major sessions.
๐ฏ Key Features
1. Macro Algo Event Sessions
Tracks 6 key institutional time windows during NY Session:
NY Sweep (08:50-09:10) - Opening balance flows
Silver Bullet #1 (09:50-10:10) - First major macro move
Silver Bullet #2 (10:50-11:10) - Second chance/retest opportunity
Lunch Macro (11:50-12:10) - Mid-day repositioning
Post-Lunch Rebalance (13:10-13:40) - Post-lunch adjustments
NY Closing Macros (15:15-15:45) - End-of-day flows
Divergence Channels Indicator โ JudasBulletUnique Buy/Sell Indicator. Place stoploss above/below 18 EMA. Low risk/high reward. My No.1 indicator on every chart.
Renko 2-block entry, 1-block exit (signals EVERY block)Renko 2-block entry, 1-block exit (signals EVERY block)
Dioptra ~XYXCMy edited version of White Noise Indicator ( Normalized KAMA Oscillator ) by user IkkeOmar.
ParabolicSAR+EMA[TS_Indie]๐ EMA + Parabolic SAR Reversal Trading Strategy
This trading system effectively combines the use of Exponential Moving Averages (EMA) with the Parabolic SAR to identify both price trends and key reversal points. The EMA Fast is used to signal the primary short-term trend, while the EMA Slow acts as a filter for the long-term trend direction. The Parabolic SAR then helps to confirm the reversal signals.
๐ ๏ธ Tools Used
1. EMA Fast โ Primary Short-Term Trend
2. EMA Slow โ Long-Term Trend Filter
3. Parabolic SAR โ Reversal Confirmation
๐ฏ Entry Rules
๐ Buy Setup
1. Trend Filter: EMA Fast > EMA Slow โ Uptrend
2. Pullback: Price pulls back and closes below the EMA Fast line.
3. Reversal: Price reverses/pulls back up and closes above the EMA Fast line.
4. SAR Confirmation: The previous Parabolic SAR dot is above the high, and the dot in the current candle is below the low โ Reversal signal confirmed.
5. Entry: Enter Buy immediately.
๐ Sell Setup
1. Trend Filter: EMA Fast < EMA Slow โ Downtrend
2. Pullback: Price pulls back and closes above the EMA Fast line.
3. Reversal: Price reverses/pulls back down and closes below the EMA Fast line.
4. SAR Confirmation: The previous Parabolic SAR dot is below the low, and the dot in the current candle is above the high โ Reversal signal confirmed.
5. Entry: Enter Sell immediately.
๐ฐ Exit Management (Entry, Stop Loss, Take Profit)
1. Entry: Enter the order at the closing price of the signal candle.
2. Stop Loss (SL): Set the Stop Loss at the Parabolic SAR dot.
3. Take Profit (TP): Calculated from the Entry and Stop Loss points, multiplied by the Risk Reward Ratio.
โ๏ธ Optional Parameters
โญ Custom Risk/Reward Ratio for Take Profit.
โญ Option to add an ATR buffer to the Stop Loss.
โญ Adjustable EMA Fast period.
โญ Adjustable EMA Slow period.
โญ Adjustable Parabolic SAR parameters.
โญ Option to enable Long-only / Short-only positions.
โญ Customizable Backtest start and end date.
โญ Customizable trading session time.
๐ Alert Function
Alerts display:
โญ Entry Price
โญ Stop Loss Price
โญ Take Profit Price
๐ก This strategy allows for many parameter adjustments, such as the MA type, adding/subtracting from the Stop Loss using ATR, and selecting specific sessions for backtesting. If you find interesting or profitable results after adjusting the parameters, please share your comments with other traders!
โ ๏ธ Disclaimer
This indicator is designed for educational and research purposes only. It does not guarantee profits and should not be considered financial advice. Trading in financial markets involves significant risk , including the potential loss of capital.
FVG 3 Candle Detector with Liqui Levels# FVG 3 Candle Detector with Liqui Levels - TradingView Description
---
## ๐ฌ๐ง ENGLISH
### Short Description
Detects Fair Value Gaps (FVGs) after Liquidity Sweeps on multiple timeframes. Combines ICT concepts with Smart Money trading strategies.
### Full Description
**FVG 3 Candle Detector with Liqui Levels** automatically identifies high-probability trading setups by detecting Swing Highs/Lows across three customizable timeframes and drawing Fair Value Gaps after liquidity breaks.
#### ๐ฏ Key Features
**Multi-Timeframe Swing Detection**
- Real 3-candle swing formation detection (pivot surrounded by lower highs / higher lows)
- Three fully customizable timeframes (default: 5min, 15min, 60min)
- Automatic timeframe hierarchy: higher timeframe always takes priority
**Smart FVG Detection**
- Only draws FVGs in the correct direction after a liquidity sweep
- After High Break โ Only bearish FVGs
- After Low Break โ Only bullish FVGs
- Customizable number of FVGs per timeframe
**Visual Clarity**
- Color-coded by timeframe (default: Blue/Green/Orange)
- Lines extend until broken by price
- Mitigated levels shown transparently
#### โ๏ธ Settings
- **Timeframes:** Freely selectable (e.g., 1min, 5min, 15min, 1H, 4H)
- **Colors:** Customizable per timeframe
- **FVG Count:** Set how many FVGs to draw after each break
- **Mitigation:** Choose between Wick or Close
#### ๐ Best Used On
- Lower timeframes (30s, 1min) for precise entries
- Works on all instruments (Forex, Crypto, Stocks, Futures)
#### ๐ก Trading Logic
1. Wait for a swing level to be swept (liquidity grab)
2. Look for FVG formation in the opposite direction
3. Enter on FVG for reversal trade
---
VWAP + 4 MAs with RSI Overlay & VWAP Alignment1. Understand the components
VWAP (Volume Weighted Average Price)
Green: price is above VWAP โ bullish trend
Red: price is below VWAP โ bearish trend
Blue: price exactly at VWAP โ neutral
Acts as a dynamic trend line and support/resistance.
4 Moving Averages (MA1โMA4)
Customizable lengths and type (SMA or EMA).
Useful for trend confirmation and dynamic support/resistance.
Typically:
MA1 = fastest (short-term)
MA4 = slowest (long-term)
When price is above multiple MAs โ strong bullish trend; below โ bearish trend.
RSI Overlay with VWAP Alignment
RSI line normalized to price scale.
Background shading indicates momentum aligned with VWAP trend:
Green shading: RSI > 50 and price above VWAP โ bullish momentum
Red shading: RSI < 50 and price below VWAP โ bearish momentum
Gray areas: neutral or momentum does not align with VWAP.
2. Basic usage workflow
Trend Confirmation
Look at VWAP color: price above โ bullish, below โ bearish.
Check RSI + VWAP shading: green confirms bullish momentum, red confirms bearish momentum.
Check MA alignment: shorter MAs above longer MAs = stronger bullish trend; vice versa for bearish.
Entry Signals (Scalping)
Long (Buy) Setup
Price above VWAP (green)
RSI green shading (RSI > 50)
Shorter MAs above longer MAs (trend support)
Short (Sell) Setup
Price below VWAP (red)
RSI red shading (RSI < 50)
Shorter MAs below longer MAs
Exits / Stops
Exit if price closes against VWAP trend (e.g., price drops below VWAP during a bullish trade).
Use nearest MA support/resistance as stop-loss or take-profit zones.
3. Optional adjustments for scalping
RSI length / thresholds
Shorter RSI (7โ10) โ faster response for scalping.
Standard RSI (14) โ smoother, fewer false signals.
MA lengths
Short-term: 20โ50
Medium-term: 50โ100
Long-term: 100โ200
Can tweak for the timeframe you trade (1m, 5m, 15m).
Timeframe
VWAP works best on intraday charts (1m, 5m, 15m).
Use higher timeframe (e.g., 15m or 1h) for trend direction and lower timeframe (1mโ5m) for entries.
4. Example Scalping Setup
Bullish setup (buy):
Price above VWAP โ VWAP green
RSI > 50 and green shading
Shorter MAs above longer MAs
Enter on small pullback or breakout
Stop: below nearest MA or VWAP
Bearish setup (sell):
Price below VWAP โ VWAP red
RSI < 50 and red shading
Shorter MAs below longer MAs
Enter on minor bounce or breakdown
Stop: above nearest MA or VWAP
5. Visual cues summary
Element Interpretation
VWAP Green Price above VWAP โ bullish trend
VWAP Red Price below VWAP โ bearish trend
RSI Green Shading Bullish momentum aligns with VWAP
RSI Red Shading Bearish momentum aligns with VWAP
MA Alignment Trend strength (short above long = bullish, short below long = bearish)
Z Score k3x3// ===================================
// Z-Score Indicator with Enhanced Visualization
//
// Description:
// This indicator calculates the Z-Score (standard score) of price movements,
// highlighting extreme overbought and oversold conditions with visual alerts.
//
// Features:
// - Dynamic color gradients based on Z-Score values
// - Visual alerts for extreme zones (|Z| > 2)
// - Background highlighting for overbought/oversold areas
// - Shape markers for extreme conditions
// - Customizable period length and standard deviation levels
//
// Interpretation:
// Z > +2: Extreme overbought (red alert)
// Z < -2: Extreme oversold (green alert)
// |Z| < 1: Normal range (neutral colors)
// ===================================
SMI Color Red/Green๐ TradingView Description โ SMI Red/Green Momentum Line
๐ฅ Stochastics Momentum Index (SMI) โ Dynamic Red/Green Version
This indicator is an enhanced and modernized version of the Stochastic Momentum Index (SMI), designed to deliver a more visual, intuitive, and responsive view of trend momentum.
It includes:
โ๏ธ Smoothed SMI
โ๏ธ Dynamic Red/Green momentum coloring
โ๏ธ Signal EMA line
โ๏ธ Overbought/Oversold zones with shading
๐จ Dynamic Red/Green SMI Line
The main SMI line automatically changes color based on momentum direction:
Green โ Bullish momentum (SMI rising)
Red โ Bearish momentum (SMI falling)
This provides instant visual feedback and highlights early momentum changes even before traditional signal-line crossovers.
๐ Indicator Structure
1๏ธโฃ Smoothed SMI
The SMI is calculated using the priceโs position inside its range and then smoothed with an SMA to reduce noise.
2๏ธโฃ EMA Signal Line
A customizable EMA acts as a signal line, providing:
Clear bullish/bearish crossovers
Trend confirmation
Cleaner entry/exit signals
3๏ธโฃ Overbought / Oversold Zones
Extreme levels are highlighted using color-filled zones:
Red Zone (Overbought) โ potential bearish reversal
Green Zone (Oversold) โ potential bullish reversal
Levels are fully adjustable.
๐ก How to Use It
The indicator works exceptionally well across all timeframes.
The most powerful signals are:
โ๏ธ SMI crossing above/below the EMA
SMI crosses above EMA โ bullish signal
SMI crosses below EMA โ bearish signal
โ๏ธ Leaving Overbought/Oversold zones
SMI exits the oversold zone โ potential long setup
SMI exits the overbought zone โ potential short setup
โ๏ธ Color shifts (momentum direction)
Red โ Green : early bullish momentum
Green โ Red : early bearish momentum
Perfect for scalping, day trading, and swing trading.
๐ Why This Version Is Better
Extremely visual momentum reading
Noise reduction through smoothing
Instantly readable color-coded trend
Strong OB/OS zone visualization
Works on any market and timeframe
Great in combination with RSI, MACD, HMA, ALMA, and trend filters
If you'd like, I can also write:
๐น a SEO-optimized title,
๐น recommended TradingView tags,
๐น or a shorter promotional description.
Wick-RSI-CandleBody_SEZERthis strategy is ideal to recognize peaks for both long and short positions in 1h and 4h periods. for quick response and faster trade, please use 15m period but keep in mind targeting lower profits. otherwise you may lose your profit.
Institution Radar Institution Radar
Institution Radar compares Price RSI with Volume-Delta RSI to show when price moves are real (backed by volume) or fake (moving without volume).
This helps reveal two powerful concepts:
Absorption (Bullish or Bearish)
Absorption happens when a large limit order is sitting in the order book.
Market orders hit it over and over, but the level doesn't break.
This usually means:
Strong players are absorbing the aggressive orders
Price is likely to move in the opposite direction
The next candle often reacts immediately
Can lead to a full reversal or just a short 1โ2 candle move
Exhaustion (Bullish or Bearish)
Exhaustion happens when institutions pull their limit orders away.
There is no real volume behind the move, so price drifts up or down easily.
This usually means:
The current move is weak
A slowdown, pullback, or reversal is likely
Often shows up right before a flip in direction
๐ What the Signals Mean
Green signal โ next candles often push upward
Red signal โ next candles often push downward
These can mark trend reversals or temporary 1โ2 candle reactions
๐๏ธ Sensitivity Setting
You can adjust how strict the signals are:
Lower sensitivity = more signals, more noise
Higher sensitivity = fewer signals, but more accurate and stronger
A higher sensitivity is recommended if you only want the cleanest institutional moments.
Alchemist Ranges By KousickAlchemist Ranges By Kousick
A Indicator For Alchemist Ranges and How He Trades in time
Quadro v6This implement QUADRO strategy.
Finding divergences on corelated RSI and analyzing them in real time.
More description on it will come later...
RSI Ensemble Confidence [CHE]RSI Ensemble Confidence โ Measures RSI agreement across multiple lengths and price sources
Summary
This indicator does not just show you one RSI โ it shows you how strongly dozens of different RSI variants agree with each other right now.
The Confidence line (0โ100) is the core idea:
- High Confidence โ almost all RSIs see the same thing โ clean, reliable situation
- Low Confidence โ the RSIs contradict each other โ the market is messy, RSI signals are questionable
How it works (exactly as you wanted it described)
1. Multiple RSIs instead of just one
The indicator builds a true ensemble:
- 4 lengths (default 8, 14, 21, 34)
- 6 price sources (Close, Open, High, Low, HL2, OHLC4 โ individually switchable)
โ When everything is enabled, up to 24 different RSIs are calculated on every single bar.
These 24 opinions form a real โvoteโ about the current market state.
2. Mean and dispersion
From all active RSIs it calculates:
- rsiMean โ the average opinion of the entire ensemble (orange line)
- rsiStd โ how far the individual RSIs deviate from each other
Small rsiStd = they all lie close together โ strong agreement
Large rsiStd = they are all over the place โ contradiction
3. Confidence (0โ100)
The standard deviation is compared to the user parameter โMax expected StdDevโ (default 20):
- rsiStd = 0 โ Confidence โ 100
- rsiStd = maxStd โ Confidence โ 0
- Everything in between is scaled linearly
If only one RSI is active, Confidence is automatically set to ~80 for practicality.
What you see on the chart
1. Classic reference RSI โ blue line (Close, length 14) โ your familiar benchmark
2. Ensemble mean โ orange line โ the true consensus RSI
ยฑ1 StdDev band (optional) โ shows dispersion directly:
- narrow band = clean, consistent setup
- wide band = the RSIs disagree โ caution
3. Confidence line (aqua, 0โ100) โ your quality meter for any RSI signal
4. StdDev histogram (optional, fuchsia columns) โ raw dispersion if you prefer the unscaled value
5. Background coloring
- Greenish โฅ 80 โ high agreement
- Orange 60โ80 โ medium
- Reddish < 40 โ strong disagreement
- Transparent below that
6. Two built-in alerts
- High Confidence (crossover 80)
- Low Confidence (crossunder 40)
Why this indicator is practically useful
1. Perfect filter for all RSI strategies
Only trade overbought/oversold, divergences, or failures when Confidence โฅ 70. Skip or reduce size when Confidence < 40.
2. Protection against overinterpretation
You immediately see whether a โbeautifulโ RSI hook is confirmed by the other 23 variants โ or whether itโs just one outlier fooling you.
3. Excellent regime detector
Long periods of high Confidence = clean trends or clear overbought/oversold phases
Constantly low Confidence = choppy, noisy market โ RSI becomes almost useless
4. Turns gut feeling into numbers
We all sometimes think โthis setup somehow doesnโt feel rightโ. Now you have the exact number that says why.
Disclaimer
The content provided, including all code and materials, is strictly for educational and informational purposes only. It is not intended as, and should not be interpreted as, financial advice, a recommendation to buy or sell any financial instrument, or an offer of any financial product or service. All strategies, tools, and examples discussed are provided for illustrative purposes to demonstrate coding techniques and the functionality of Pine Script within a trading context.
Any results from strategies or tools provided are hypothetical, and past performance is not indicative of future results. Trading and investing involve high risk, including the potential loss of principal, and may not be suitable for all individuals. Before making any trading decisions, please consult with a qualified financial professional to understand the risks involved.
By using this script, you acknowledge and agree that any trading decisions are made solely at your discretion and risk.
Do not use this indicator on Heikin-Ashi, Renko, Kagi, Point-and-Figure, or Range charts, as these chart types can produce unrealistic results for signal markers and alerts.
Best regards and happy trading
Chervolino
Faraz Perfect Structure Scalper + Long Short (Indicator Alerts)XL/XS = Swing-quality trend continuation signals
Buy/Sell Scalp = TEMA+MACD-based fast scalp entries
Designed for MNQ/NQ but can be used on any instrument.
_______
What this script does
Plots structure-based levels (support/resistance, breakout, stop levels).
Marks perfect trend entries as XL (long) and XS (short) using structure + RSI + MACD + 200 EMA trend.
Marks base Long/Short signals as earlier, more aggressive entries.
Adds scalper signals (Buy Scalp / Sell Scalp) based on a TEMA + MACD momentum engine (inspired by ITG style logic) for fast inโout trades.
________
How I use it
I trade scalps primarily from the Buy/Sell Scalp triangles.
I use XL/XS and the structure bands to understand higher-quality swing entries and where price is likely to react.
I avoid trading when price is in the orange โno-add zoneโ between structure and breakout.
Warning
Futures are highly leveraged. Backtest and forward-test any setup first.
Scalper signals are designed for quick execution with tight risk management.
Mars Signals - Ultimate Institutional Suite v3.0(Joker)Comprehensive Trading Manual
Mars Signals โ Ultimate Institutional Suite v3.0 (Joker)
## Chapter 1 โ Philosophy & System Architecture
This script is not a simple โbuy/sellโ indicator.
Mars Signals โ UIS v3.0 (Joker) is designed as an institutional-style analytical assistant that layers several methodologies into a single, coherent framework.
The system is built on four core pillars:
1. Smart Money Concepts (SMC)
- Detection of Order Blocks (professional demand/supply zones).
- Detection of Fair Value Gaps (FVGs) (price imbalances).
2. Smart DCA Strategy
- Combination of RSI and Bollinger Bands
- Identifies statistically discounted zones for scaling into spot positions or exiting shorts.
3. Volume Profile (Visible Range Simulation)
- Distribution of volume by price, not by time.
- Identification of POC (Point of Control) and high-/low-volume areas.
4. Wyckoff Helper โ Spring
- Detection of bear traps, liquidity grabs, and sharp bullish reversals.
All four pillars feed into a Confluence Engine (Scoring System).
The final output is presented in the Dashboard, with a clear, human-readable signal:
- STRONG LONG ๐
- WEAK LONG โ
- NEUTRAL / WAIT
- WEAK SHORT โ
- STRONG SHORT ๐ฉธ
This allows the trader to see *how many* and *which* layers of the system support a bullish or bearish bias at any given time.
## Chapter 2 โ Settings Overview
### 2.1 General & Dashboard Group
- Show Dashboard Panel (`show_dash`)
Turns the dashboard table in the corner of the chart ON/OFF.
- Show Signal Recommendation (`show_rec`)
- If enabled, the textual signal (STRONG LONG, WEAK SHORT, etc.) is displayed.
- If disabled, you only see feature status (ON/OFF) and the current price.
- Dashboard Position (`dash_pos`)
Determines where the dashboard appears on the chart:
- `Top Right`
- `Bottom Right`
- `Top Left`
### 2.2 Smart Money (SMC) Group
- Enable SMC Strategy (`show_smc`)
Globally enables or disables the Order Block and FVG logic.
- Order Block Pivot Lookback (`ob_period`)
Main parameter for detecting key pivot highs/lows (swing points).
- Default value: 5
- Concept:
A bar is considered a pivot low if its low is lower than the lows of the previous 5 and the next 5 bars.
Similarly, a pivot high has a high higher than the previous 5 and the next 5 bars.
These pivots are used as anchors for Order Blocks.
- Increasing `ob_period`:
- Fewer levels.
- But levels tend to be more significant and reliable.
- In highly volatile markets (major news, war events, FOMC, etc.),
using values 7โ10 is recommended to filter out weak levels.
- Show Fair Value Gaps (`show_fvg`)
Enables/disables the drawing of FVG zones (imbalances).
- Bullish OB Color (`c_ob_bull`)
- Color of Bullish Order Blocks (Demand Zones).
- Default: semi-transparent green (transparency โ 80).
- Bearish OB Color (`c_ob_bear`)
- Color of Bearish Order Blocks (Supply Zones).
- Default: semi-transparent red.
- Bullish FVG Color (`c_fvg_bull`)
- Color of Bullish FVG (upward imbalance), typically yellow.
- Bearish FVG Color (`c_fvg_bear`)
- Color of Bearish FVG (downward imbalance), typically purple.
### 2.3 Smart DCA Strategy Group
- Enable DCA Zones (`show_dca`)
Enables the Smart DCA logic and visual labels.
- RSI Length (`rsi_len`)
Lookback period for RSI (default: 14).
- Shorter โ more sensitive, more noise.
- Longer โ fewer signals, higher reliability.
- Bollinger Bands Length (`bb_len`)
Moving average period for Bollinger Bands (default: 20).
- BB Multiplier (`bb_mult`)
Standard deviation multiplier for Bollinger Bands (default: 2.0).
- For extremely volatile markets, values like 2.5โ3.0 can be used so that only extreme deviations trigger a DCA signal.
### 2.4 Volume Profile (Visible Range Sim) Group
- Show Volume Profile (`show_vp`)
Enables the simulated Volume Profile bars on the right side of the chart.
- Volume Lookback Bars (`vp_lookback`)
Number of bars used to compute the Volume Profile (default: 150).
- Higher values โ broader historical context, heavier computation.
- Row Count (`vp_rows`)
Number of vertical price segments (rows) to divide the total price range into (default: 30).
- Width (%) (`vp_width`)
Relative width of each volume bar as a percentage.
In the code, bar widths are scaled relative to the row with the maximum volume.
> Technical note: Volume Profile calculations are executed only on the last bar (`barstate.islast`) to keep the script performant even on higher timeframes.
### 2.5 Wyckoff Helper Group
- Show Wyckoff Events (`show_wyc`)
Enables detection and plotting of Wyckoff Spring events.
- Volume MA Length (`vol_ma_len`)
Length of the moving average on volume.
A bar is considered to have Ultra Volume if its volume is more than 2ร the volume MA.
## Chapter 3 โ Smart Money Strategy (Order Blocks & FVG)
### 3.1 What Is an Order Block?
An Order Block (OB) represents the footprint of large institutional orders:
- Bullish Order Block (Demand Zone)
The last selling region (bearish candle/cluster) before a strong upward move.
- Bearish Order Block (Supply Zone)
The last buying region (bullish candle/cluster) before a strong downward move.
Institutions and large players place heavy orders in these regions. Typical price behavior:
- Price moves away from the zone.
- Later returns to the same zone to fill unfilled orders.
- Then continues the larger trend.
In the script:
- If `pl` (pivot low) forms โ a Bullish OB is created.
- If `ph` (pivot high) forms โ a Bearish OB is created.
The box is drawn:
- From `bar_index ` to `bar_index`.
- Between `low ` and `high `.
- `extend=extend.right` extends the OB into the future, so it acts as a dynamic support/resistance zone.
- Only the last 4 OB boxes are kept to avoid clutter.
### 3.2 Order Block Color Guide
- Semi-transparent Green (`c_ob_bull`)
- Represents a Bullish Order Block (Demand Zone).
- Interpretation: a price region with a high probability of bullish reaction.
- Semi-transparent Red (`c_ob_bear`)
- Represents a Bearish Order Block (Supply Zone).
- Interpretation: a price region with a high probability of bearish reaction.
Overlap (Multiple OBs in the Same Area)
When two or more Order Blocks overlap:
- The shared area appears visually denser/stronger.
- This suggests higher order density.
- Such zones can be treated as high-priority levels for entries, exits, and stop-loss placement.
### 3.3 Demand/Supply Logic in the Scoring Engine
is_in_demand = low <= ta.lowest(low, 20)
is_in_supply = high >= ta.highest(high, 20)
- If current price is near the lowest lows of the last 20 bars, it is considered in a Demand Zone โ positive impact on score.
- If current price is near the highest highs of the last 20 bars, it is considered in a Supply Zone โ negative impact on score.
This logic complements Order Blocks and helps the Dashboard distinguish whether:
- Market is currently in a statistically cheap (long-friendly) area, or
- In a statistically expensive (short-friendly) area.
### 3.4 Fair Value Gaps (FVG)
#### Concept
When the market moves aggressively:
- Some price levels are skipped and never traded.
- A gap between wicks/shadows of consecutive candles appears.
- These regions are called Fair Value Gaps (FVGs) or Imbalances.
The market generally โdislikesโ imbalance and often:
- Returns to these zones in the future.
- Fills the gap (rebalance).
- Then resumes its dominant direction.
#### Implementation in the Code
Bullish FVG (Yellow)
fvg_bull_cond = show_smc and show_fvg and low > high and close > high
if fvg_bull_cond
box.new(bar_index , high , bar_index, low, ...)
Core condition:
`low > high ` โ the current low is above the high of two bars ago; the space between them is an untraded gap.
Bearish FVG (Purple)
fvg_bear_cond = show_smc and show_fvg and high < low and close < low
if fvg_bear_cond
box.new(bar_index , low , bar_index, high, ...)
Core condition:
`high < low ` โ the current high is below the low of two bars ago; again a price gap exists.
#### FVG Color Guide
- Transparent Yellow (`c_fvg_bull`) โ Bullish FVG
Often acts like a magnet for price:
- Price tends to retrace into this zone,
- Fill the imbalance,
- And then continue higher.
- Transparent Purple (`c_fvg_bear`) โ Bearish FVG
Price tends to:
- Retrace upward into the purple area,
- Fill the imbalance,
- And then resume downward movement.
#### Trading with FVGs
- FVGs are *not* standalone entry signals.
They are best used as:
- Targets (take-profit zones), or
- Reaction areas where you expect a pause or reversal.
Examples:
- If you are long, a bearish FVG above is often an excellent take-profit zone.
- If you are short, a bullish FVG below is often a good cover/exit zone.
### 3.5 Core SMC Trading Templates
#### Reversal Long
1. Price trades down into a green Order Block (Demand Zone).
2. A bullish confirmation candle (Close > Open) forms inside or just above the OB.
3. If this zone is close to or aligned with a bullish FVG (yellow), the signal is reinforced.
4. Entry:
- At the close of the confirmation candle, or
- Using a limit order near the upper boundary of the OB.
5. Stop-loss:
- Slightly below the OB.
- If the OB is broken decisively and price consolidates below it, the zone loses validity.
6. Targets:
- The next FVG,
- Or the next red Order Block (Supply Zone) above.
#### Reversal Short
The mirror scenario:
- Price rallies into a red Order Block (Supply).
- A bearish confirmation candle forms (Close < Open).
- FVG/premium structure above can act as a confluence.
- Stop-loss goes above the OB.
- Targets: lower FVGs or subsequent green OBs below.
## Chapter 4 โ Smart DCA Strategy (RSI + Bollinger Bands)
### 4.1 Smart DCA Concept
- Classic DCA = buying at fixed time intervals regardless of price.
- Smart DCA = scaling in only when:
- Price is statistically cheaper than usual, and
- The market is in a clear oversold condition.
Code logic:
rsi_val = ta.rsi(close, rsi_len)
= ta.bb(close, bb_len, bb_mult)
dca_buy = show_dca and rsi_val < 30 and close < bb_lower
dca_sell = show_dca and rsi_val > 70 and close > bb_upper
Conditions:
- DCA Buy โ Smart Scale-In Zone
- RSI < 30 โ oversold.
- Close < lower Bollinger Band โ price has broken below its typical volatility envelope.
- DCA Sell โ Overbought/Distribution Zone
- RSI > 70 โ overbought.
- Close > upper Bollinger Band โ price is extended far above the mean.
### 4.2 Visual Representation on the Chart
- Green โDCAโ Label Below Candle
- Shape: `labelup`.
- Color: lime background, white text.
- Meaning: statistically attractive level for laddered spot entries or short exits.
- Red โSELLโ Label Above Candle
- Warning that the market is in an extended, overbought condition.
- Suitable for profit-taking on longs or considering short entries (with proper confluence and risk management).
- Light Green Background (`bgcolor`)
- When `dca_buy` is true, the candle background turns very light green (high transparency).
- This helps visually identify DCA Zones across the chart at a glance.
### 4.3 Practical Use in Trading
#### Spot Trading
Used to build a better average entry price:
- Every time a DCA label appears, allocate a fixed portion of capital (e.g., 2โ5%).
- Combining DCA signals with:
- Green OBs (Demand Zones), and/or
- The Volume Profile POC
makes the zone structurally more important.
#### Futures Trading
- Longs
- Use DCA Buy signals as low-risk zones for opening or adding to longs when:
- Price is inside a green OB, or
- The Dashboard already leans LONG.
- Shorts
- Use DCA Sell signals as:
- Exit zones for longs, or
- Areas to initiate shorts with stops above structural highs.
## Chapter 5 โ Volume Profile (Visible Range Simulation)
### 5.1 Concept
Traditional volume (histogram under the chart) shows volume over time.
Volume Profile shows volume by price level:
- At which prices has the highest trading activity occurred?
- Where did buyers and sellers agree the most (High Volume Nodes โ HVNs)?
- Where did price move quickly due to low participation (Low Volume Nodes โ LVNs)?
### 5.2 Implementation in the Script
Executed only when `show_vp` is enabled and on the last bar:
1. The last `vp_lookback` bars (default 150) are processed.
2. The minimum low and maximum high over this window define the price range.
3. This price range is divided into `vp_rows` segments (e.g., 30 rows).
4. For each row:
- All bars are scanned.
- If the mid-price `(high + low ) / 2` falls inside a row, that barโs volume is added to the row total.
5. The row with the greatest volume is stored as `max_vol_idx` (the POC row).
6. For each row, a volume box is drawn on the right side of the chart.
### 5.3 Color Scheme
- Semi-transparent Orange
- The row with the maximum volume โ the Point of Control (POC).
- Represents the strongest support/resistance level from a volume perspective.
- Semi-transparent Blue
- Other volume rows.
- The taller the bar โ the higher the volume โ the stronger the interest at that price band.
### 5.4 Trading Applications
- If price is above POC and retraces back into it:
โ POC often acts as support, suitable for long setups.
- If price is below POC and rallies into it:
โ POC often acts as resistance, suitable for short setups or profit-taking.
HVNs (Tall Blue Bars)
- Represent areas of equilibrium where the market has spent time and traded heavily.
- Price tends to consolidate here before choosing a direction.
LVNs (Short or Nearly Empty Bars)
- Represent low participation zones.
- Price often moves quickly through these areas โ useful for targeting fast moves.
## Chapter 6 โ Wyckoff Helper โ Spring
### 6.1 Spring Concept
In the Wyckoff framework:
- A Spring is a false break of support.
- The market briefly trades below a well-defined support level, triggers stop losses,
then sharply reverses upward as institutional buyers absorb liquidity.
This movement:
- Clears out weak hands (retail sellers).
- Provides large players with liquidity to enter long positions.
- Often initiates a new uptrend.
### 6.2 Code Logic
Conditions for a Spring:
1. The current low is lower than the lowest low of the previous 50 bars
โ apparent break of a long-standing support.
2. The bar closes bullish (Close > Open)
โ the breakdown was rejected.
3. Volume is significantly elevated:
โ `volume > 2 ร volume_MA` (Ultra Volume).
When all conditions are met and `show_wyc` is enabled:
- A pink diamond is plotted below the bar,
- With the label โSpringโ โ one of the strongest long signals in this system.
### 6.3 Trading Use
- After a valid Spring, markets frequently enter a meaningful bullish phase.
- The highest quality setups occur when:
- The Spring forms inside a green Order Block, and
- Near or on the Volume Profile POC.
Entries:
- At the close of the Spring bar, or
- On the first pullback into the mid-range of the Spring candle.
Stop-loss:
- Slightly below the Springโs lowest point (wick low plus a small buffer).
## Chapter 7 โ Confluence Engine & Dashboard
### 7.1 Scoring Logic
For each bar, the script:
1. Resets `score` to 0.
2. Adjusts the score based on different signals.
SMC Contribution
if show_smc
if is_in_demand
score += 1
if is_in_supply
score -= 1
- Being in Demand โ `+1`
- Being in Supply โ `-1`
DCA Contribution
if show_dca
if dca_buy
score += 2
if dca_sell
score -= 2
- DCA Buy โ `+2` (strong, statistically driven long signal)
- DCA Sell โ `-2`
Wyckoff Spring Contribution
if show_wyc
if wyc_spring
score += 2
- Spring โ `+2` (entry of strong money)
### 7.2 Mapping Score to Dashboard Signal
- score โฅ 2 โ STRONG LONG ๐
Multiple bullish conditions aligned.
- score = 1 โ WEAK LONG โ
Some bullish bias, but only one layer clearly positive.
- score = 0 โ NEUTRAL / WAIT
Rough balance between buying and selling forces; staying flat is usually preferable.
- score = -1 โ WEAK SHORT โ
Mild bearish bias, suited for cautious or short-term plays.
- score โค -2 โ STRONG SHORT ๐ฉธ
Convergence of several bearish signals.
### 7.3 Dashboard Structure
The dashboard is a two-column table:
- Row 0
- Column 0: `"Mars Signals"` โ black background, white text.
- Column 1: `"UIS v3.0"` โ black background, yellow text.
- Row 1
- Column 0: `"Price:"` (light grey background).
- Column 1: current closing price (`close`) with a semi-transparent blue background.
- Row 2
- Column 0: `"SMC:"`
- Column 1:
- `"ON"` (green) if `show_smc = true`
- `"OFF"` (grey) otherwise.
- Row 3
- Column 0: `"DCA:"`
- Column 1:
- `"ON"` (green) if `show_dca = true`
- `"OFF"` (grey) otherwise.
- Row 4
- Column 0: `"Signal:"`
- Column 1: signal text (`status_txt`) with background color `status_col`
(green, red, teal, maroon, etc.)
- If `show_rec = false`, these cells are cleared.
## Chapter 8 โ Visual Legend (Colors, Shapes & Actions)
For quick reading inside TradingView, the visual elements are described line by line instead of a table.
Chart Element: Green Box
Color / Shape: Transparent green rectangle
Core Meaning: Bullish Order Block (Demand Zone)
Suggested Trader Response: Look for longs, Smart DCA adds, closing or reducing shorts.
Chart Element: Red Box
Color / Shape: Transparent red rectangle
Core Meaning: Bearish Order Block (Supply Zone)
Suggested Trader Response: Look for shorts, or take profit on existing longs.
Chart Element: Yellow Area
Color / Shape: Transparent yellow zone
Core Meaning: Bullish FVG / upside imbalance
Suggested Trader Response: Short take-profit zone or expected rebalance area.
Chart Element: Purple Area
Color / Shape: Transparent purple zone
Core Meaning: Bearish FVG / downside imbalance
Suggested Trader Response: Long take-profit zone or temporary supply region.
Chart Element: Green "DCA" Label
Color / Shape: Green label with white text, plotted below the candle
Core Meaning: Smart ladder-in buy zone, DCA buy opportunity
Suggested Trader Response: Spot DCA entry, partial short exit.
Chart Element: Red "SELL" Label
Color / Shape: Red label with white text, plotted above the candle
Core Meaning: Overbought / distribution zone
Suggested Trader Response: Take profit on longs, consider initiating shorts.
Chart Element: Light Green Background (bgcolor)
Color / Shape: Very transparent light-green background behind bars
Core Meaning: Active DCA Buy zone
Suggested Trader Response: Treat as a discount zone on the chart.
Chart Element: Orange Bar on Right
Color / Shape: Transparent orange horizontal bar in the volume profile
Core Meaning: POC โ price with highest traded volume
Suggested Trader Response: Strong support or resistance; key reference level.
Chart Element: Blue Bars on Right
Color / Shape: Transparent blue horizontal bars in the volume profile
Core Meaning: Other volume levels, showing high-volume and low-volume nodes
Suggested Trader Response: Use to identify balance zones (HVN) and fast-move corridors (LVN).
Chart Element: Pink "Spring" Diamond
Color / Shape: Pink diamond with white text below the candle
Core Meaning: Wyckoff Spring โ liquidity grab and potential major bullish reversal
Suggested Trader Response: One of the strongest long signals in the suite; look for high-quality long setups with tight risk.
Chart Element: STRONG LONG in Dashboard
Color / Shape: Green background, white text in the Signal row
Core Meaning: Multiple bullish layers in confluence
Suggested Trader Response: Consider initiating or increasing longs with strict risk management.
Chart Element: STRONG SHORT in Dashboard
Color / Shape: Red background, white text in the Signal row
Core Meaning: Multiple bearish layers in confluence
Suggested Trader Response: Consider initiating or increasing shorts with a logical, well-placed stop.
## Chapter 9 โ Timeframe-Based Trading Playbook
### 9.1 Timeframe Selection
- Scalping
- Timeframes: 1M, 5M, 15M
- Objective: fast intraday moves (minutes to a few hours).
- Recommendation: focus on SMC + Wyckoff.
Smart DCA on very low timeframes may introduce excessive noise.
- Day Trading
- Timeframes: 15M, 1H, 4H
- Provides a good balance between signal quality and frequency.
- Recommendation: use the full stack โ SMC + DCA + Volume Profile + Wyckoff + Dashboard.
- Swing Trading & Position Investing
- Timeframes: Daily, Weekly
- Emphasis on Smart DCA + Volume Profile.
- SMC and Wyckoff are used mainly to fine-tune swing entries within larger trends.
### 9.2 Scenario A โ Scalping Long
Example: 5-Minute Chart
1. Price is declining into a green OB (Bullish Demand).
2. A candle with a long lower wick and bullish close (Pin Bar / Rejection) forms inside the OB.
3. A Spring diamond appears below the same candle โ very strong confluence.
4. The Dashboard shows at least WEAK LONG โ, ideally STRONG LONG ๐.
5. Entry:
- On the close of the confirmation candle, or
- On the first pullback into the mid-range of that candle.
6. Stop-loss:
- Slightly below the OB.
7. Targets:
- Nearby bearish FVG above, and/or
- The next red OB.
### 9.3 Scenario B โ Day-Trading Short
Recommended Timeframes: 1H or 4H
1. The market completes a strong impulsive move upward.
2. Price enters a red Order Block (Supply).
3. In the same zone, a purple FVG appears or remains unfilled.
4. On a lower timeframe (e.g., 15M), RSI enters overbought territory and a DCA Sell signal appears.
5. The main timeframe Dashboard (1H) shows WEAK SHORT โ or STRONG SHORT ๐ฉธ.
Trade Plan
- Open a short near the upper boundary of the red OB.
- Place the stop above the OB or above the last swing high.
- Targets:
- A yellow FVG lower on the chart, and/or
- The next green OB (Demand) below.
### 9.4 Scenario C โ Swing / Investment with Smart DCA
Timeframes: Daily / Weekly
1. On the daily or weekly chart, each time a green โDCAโ label appears:
- Allocate a fixed fraction of your capital (e.g., 3โ5%) to that asset.
2. Check whether this DCA zone aligns with the orange POC of the Volume Profile:
- If yes โ the quality of the entry zone is significantly higher.
3. If the DCA signal sits inside a daily green OB, the probability of a medium-term bottom increases.
4. Always build the position laddered, never all-in at a single price.
Exits for investors:
- Near weekly red OBs or large purple FVG zones.
- Ideally via partial profit-taking rather than closing 100% at once.
### 9.5 Case Study 1 โ BTCUSDT (15-Minute)
- Context: Price has sold off down towards 65,000 USD.
- A green OB had previously formed at that level.
- Near the lower boundary of this OB, a partially filled yellow FVG is present.
- As price returns to this region, a Spring appears.
- The Dashboard shifts from NEUTRAL / WAIT to WEAK LONG โ.
Plan
- Enter a long near the OB low.
- Place stop below the Spring low.
- First target: a purple FVG around 66,200.
- Second (optional) target: the first red OB above that level.
### 9.6 Case Study 2 โ Meme Coin (PEPE โ 4H)
- After a strong pump, price enters a corrective phase.
- On the 4H chart, RSI drops below 30; price breaks below the lower Bollinger Band โ a DCA label prints.
- The Volume Profile shows the POC at approximately the same level.
- The Dashboard displays STRONG LONG ๐.
Plan
- Execute laddered buys in the combined DCA + POC zone.
- Place a protective stop below the last significant swing low.
- Target: an expected 20โ30% upside move towards the next red OB or purple FVG.
## Chapter 10 โ Risk Management, Psychology & Advanced Tuning
### 10.1 Risk Management
No signal, regardless of its strength, replaces risk control.
Recommendations:
- In futures, do not expose more than 1โ3% of account equity to risk per trade.
- Adjust leverage to the volatility of the instrument (lower leverage for highly volatile altcoins).
- Place stop-losses in zones where the idea is clearly invalidated:
- Below/above the relevant Order Block or Spring, not randomly in the middle of the structure.
### 10.2 Market-Specific Parameter Tuning
- Calmer Markets (e.g., major FX pairs)
- `ob_period`: 3โ5.
- `bb_mult`: 2.0 is usually sufficient.
- Highly Volatile Markets (Crypto, news-driven assets)
- `ob_period`: 7โ10 to highlight only the most robust OBs.
- `bb_mult`: 2.5โ3.0 so that only extreme deviations trigger DCA.
- `vol_ma_len`: increase (e.g., to ~30) so that Spring triggers only on truly exceptional
volume spikes.
### 10.3 Trading Psychology
- STRONG LONG ๐ does not mean โrisk-freeโ.
It means the probability of a successful long, given the modelโs logic, is higher than average.
- Treat Mars Signals as a confirmation and context system, not a full replacement for your own decision-making.
- Example of disciplined thinking:
- The Dashboard prints STRONG LONG,
- But price is simultaneously testing a multi-month macro resistance or a major negative news event is imminent,
- In such cases, trade smaller, widen stops appropriately, or skip the trade.
## Chapter 11 โ Technical Notes & FAQ
### 11.1 Does the Script Repaint?
- Order Blocks and Springs are based on completed pivot structures and confirmed candles.
- Until a pivot is confirmed, an OB does not exist; after confirmation, behavior is stable under classic SMC assumptions.
- The script is designed to be structurally consistent rather than repainting signals arbitrarily.
### 11.2 Computational Load of Volume Profile
- On the last bar, the script processes up to `vp_lookback` bars ร `vp_rows` rows.
- On very low timeframes with heavy zooming, this can become demanding.
- If you experience performance issues:
- Reduce `vp_lookback` or `vp_rows`, or
- Temporarily disable Volume Profile (`show_vp = false`).
### 11.3 Multi-Timeframe Behavior
- This version of the script is not internally multi-timeframe.
All logic (OB, DCA, Spring, Volume Profile) is computed on the active timeframe only.
- Practical workflow:
- Analyze overall structure and key zones on higher timeframes (4H / Daily).
- Use lower timeframes (15M / 1H) with the same tool for timing entries and exits.
## Conclusion
Mars Signals โ Ultimate Institutional Suite v3.0 (Joker) is a multi-layer trading framework that unifies:
- Price structure (Order Blocks & FVG),
- Statistical behavior (Smart DCA via RSI + Bollinger),
- Volume distribution by price (Volume Profile with POC, HVN, LVN),
- Liquidity events (Wyckoff Spring),
into a single, coherent system driven by a transparent Confluence Scoring Engine.
The final output is presented in clear, actionable language:
> STRONG LONG / WEAK LONG / NEUTRAL / WEAK SHORT / STRONG SHORT
The system is designed to support professional decision-making, not to replace it.
Used together with strict risk management and disciplined execution,
Mars Signals โ UIS v3.0 (Joker) can serve as a central reference manual and operational guide
for your trading workflow, from scalping to swing and investment positioning.
ATH๋๋น ์ง์ ํ๋ฝ๋ฅ ์ ๋์ฐฉ ์ ๋งค์ - ์ฅ๊ธฐํ๋ฉ ์ ๋ฌผ ์ ๋ต(ATH Drawdown Re-Buy Long Only)๋ณธ ์คํฌ๋ฆฝํธ๋ ๊ณผ๊ฑฐ ํ๋ฝ ๋ฐ์ดํฐ๋ฅผ ์ด์ฉํ์ฌ, ์ ํด์ง ํ๋ฝ %๊ฐ ๋ฐ์ํ๋ ๊ฒฝ์ฐ ์๊ธฐ ์๋ณธ์ ์ ํด์ง %๋งํผ์ ์ง์
ํ๊ฒ ์ค๊ณ๋์ด์ง ์คํธ๋ ํฐ์ง์
๋๋ค.
๋ ๋ฒ๋ฆฌ์ง๋ฅผ ์ฌ์ฉํ ์ ์์ผ๋ฉฐ ๊ธฐ๋ณธ์ ์ผ๋ก ์
ํ
ํด๋ ๊ฐ์ด ๋ด์ฅ๋์ด์์ต๋๋ค.(์์ ๋กญ๊ฒ ๋ฐ๊ฟ์ ์ฐ์๋ฉด ๋ฉ๋๋ค.) ์ถ๊ฐ์ ์ผ๋ก 2๋ฒ์ ์ง์
์ธ์๋ ๋ค๋ฅธ ์ง์
๊ธฐ์ค, ์ง์
%๋ฅผ ์ค์ ํ์ค ์ ์์ผ๋ฉฐ - ChatGPT์๊ฒ ์์ฒญํ๋ฉด ์์ ํด์ค ๊ฒ์
๋๋ค.
์ค์ ์ฌ์ฉ์ฉ๋๋ก๋ KillSwitch ๊ธฐ๋ฅ์ ๊บผ์ฃผ์ธ์. ๋ฐ ๋๋ณด๊ธฐ ๊ธฐ๋ฅ์ ์ผ์ฃผ์ธ์.
ATH Drawdown Re-Buy Long Only ์ ๋ต ์ค๋ช
1. ์ ๋ต ๊ฐ์
ATH Drawdown Re-Buy Long Only ์ ๋ต์ ์์ฐ์ ์ญ๋ ์ต๊ณ ๊ฐ(ATH, All-Time High)๋ฅผ ๊ธฐ์ค์ผ๋ก ํ ํ๋ฝํญ(๋๋ก์ฐ๋ค์ด)์ ํ์ฉํ์ฌ,
ํน์ ๊ตฌ๊ฐ๋ง๋ค ๋จ๊ณ์ ์ผ๋ก ๋กฑ ํฌ์ง์
์ ๊ตฌ์ถํ๋ ์๋ ์ฌ๋งค์(Long Only) ์ ๋ต์
๋๋ค.
๋ณธ ์ ๋ต์ ๋ค์๊ณผ ๊ฐ์ ๋ชฉ์ ์ ๊ฐ์ง๊ณ ์ค๊ณ๋์์ต๋๋ค.
๊ธ๊ฒฉํ ์กฐ์ ๊ตฌ๊ฐ์์ ์ฒด๊ณ์ ์ธ ๋ถํ ๋งค์ ๋ฐ ๋ ๋ฒ๋ฆฌ์ง ํ์ฉ
ATH๋ฅผ ๊ธฐ์ค์ผ๋ก ํ ๋ช
ํํ ์ง์
๊ท์น ์ ๊ณต
์ค์๊ฐ์ผ๋ก
ํ๋จ๊ฐ
๋ ๋ฒ๋ฆฌ์ง
์ฒญ์ฐ๊ฐ ์ถ์
๊ณ์ข MDD
์์ต๋ฅ
๋ฑ์ ์๊ฐ์ ์ผ๋ก ์ ๊ณตํ์ฌ ๋ฆฌ์คํฌ์ ํฌ์ง์
์ํ๋ฅผ ์ง๊ด์ ์ผ๋ก ํ์ธํ ์ ์๋๋ก ์ง์
โป ๋ณธ ์ ๋ต์ ๊ต์กยท์ฐ๊ตฌยท๋ฐฑํ
์คํธ ์ฉ๋๋ก ์ ๊ณต๋๋ฉฐ,
์ด๋ ํ ํํ์ ํฌ์ ๊ถ์ ๋๋ ์์ต์ ๋ณด์ฅํ์ง ์์ต๋๋ค.
2. ์ ๋ต์ ํต์ฌ ๊ฐ๋
2-1. ATH(์ญ๋ ์ต๊ณ ๊ฐ) ๊ธฐ์ค ๋๋ก์ฐ๋ค์ด
์ ๋ต์ ์ฐจํธ ์์์ ํญ์ ๊ฐ์ฅ ๋์ ๊ณ ๊ฐ(High)๋ฅผ ATH๋ก ๊ธฐ๋กํฉ๋๋ค.
์๋ก์ด ๊ณ ์ ์ด ํ์ฑ๋ ๋๋ง๋ค ATH๋ฅผ ๊ฐฑ์ ํ๊ณ , ํด๋น ATH๋ฅผ ๊ธฐ์ค์ผ๋ก ๋ค์์ ๊ณ์ฐํฉ๋๋ค.
ํ์ฌ ๋ฐ์ ์ ๊ฐ(Low)๊ฐ ATH์์ ๋ช % ํ๋ฝํ๋์ง
ํ์ฌ ๋ฐ์ ์ข
๊ฐ(Close)๊ฐ ATH์์ ๋ช % ํ๋ฝํ๋์ง
๊ทธ๋ฆฌ๊ณ ์ฌ์ ์ ์ค์ ํ ๋ ๊ฐ์ ๋๋ก์ฐ๋ค์ด ๊ตฌ๊ฐ์์ ๋งค์๋ฅผ ์ํํฉ๋๋ค.
1์ฐจ ์ง์
๊ตฌ๊ฐ: ATH ๋๋น X% ํ๋ฝ ์
2์ฐจ ์ง์
๊ตฌ๊ฐ: ATH ๋๋น Y% ํ๋ฝ ์
๊ฐ ๊ตฌ๊ฐ์ ATH๊ฐ ์๋ก ๊ฐฑ์ ๋ ๋๋ง๋ค ํ ๋ฒ์ฉ๋ง ์๋ํ๋ฉฐ,
์๋ก์ด ATH๊ฐ ์์ฑ๋๋ฉด ๋ค์ โ1์ฐจ / 2์ฐจ ์ง์
๊ฐ๋ฅ ์ํโ๋ก ์ด๊ธฐํ๋ฉ๋๋ค.
2-2. ์ฒซ ํฌ์ง์
100% / 300% ํน์ ๊ท์น
์ด ์ ๋ต์ ์ค์ํ ํน์ง์ **โ์ฒซ ํฌ์ง์
์ง์
์์ ์์ธ ๊ท์นโ**์
๋๋ค.
์ ๋ต์ด ํ์ฌ ์ด๋ ํ ํฌ์ง์
๋ ๋ค๊ณ ์์ง ์์ ์ํ์์
์ต์ด๋ก ๋กฑ ํฌ์ง์
์ ์ง์
ํ๋ ์์ (์ฒซ ํฌ์ง์
)์ ๋ํด:
๊ธฐ๋ณธ์ ์ผ๋ก๋ **์์ฐ์ 100%**๋ฅผ ๊ธฐ์ค์ผ๋ก ํฌ์ง์
์ ๊ตฌ์ถํ์ง๋ง,
๋ง์ฝ ๊ทธ ์๊ฐ์ ๊ฐ๊ฒฉ์ด ATH ๋๋น ์ค์ ๊ฐ ์ด์(์: ์ฝ โ72.5% ์ด์ ํ๋ฝํ ์ํฉ) ์ด๋ผ๋ฉด
โ ์์ฐ์ 300% ๊ท๋ชจ๋ก ์ฒซ ํฌ์ง์
์ ์ง์
ํ๋๋ก ์ค๊ณ๋์ด ์์ต๋๋ค.
์ด ๊ท์น์ ๋ค์๊ณผ ๊ฐ์ด ๋์ํฉ๋๋ค.
์ฒซ ์ง์
์ด 1์ฐจ ๋๋ก์ฐ๋ค์ด ๊ตฌ๊ฐ์์ ๋ฐ์ํ๋ ,
์ฒซ ์ง์
์ด 2์ฐจ ๋๋ก์ฐ๋ค์ด ๊ตฌ๊ฐ์์ ๋ฐ์ํ๋ ,
ํ์ฌ ํ๋ฝํญ์ด ์ค์ ๋ ๊ธฐ์ค ์ด์(์: โ72.5% ์ด์) ์ด๋ผ๋ฉด
โ โ์ด ์ ๋ ํ๋ฝ์ด๋ฉด ์ฒซ ์ง์
๋ถํฐ ๋ ๊ณต๊ฒฉ์ ์ผ๋ก ๋ค์ด๊ฐ๋คโ๋ ์๋ฏธ๋ก 300% ๊ท๋ชจ๋ก ์ง์
๊ทธ ์ดํ์ ํ๋ฝํญ์ด๋ผ๋ฉด
โ ์ฒซ ์ง์
์ 100% ๊ท๋ชจ๋ก ์ ํ
์ฆ, ์ ๋ต์ ๋ค์ ๋ ๊ฐ์ง ๋ชจ๋๋ก ๋์ํฉ๋๋ค.
์ผ๋ฐ์ ์ธ ์ํฉ์ ์ฒซ ์ง์
: ์์ฐ์ 100%
์ฌ๊ฐํ ๋๋ก์ฐ๋ค์ด ๊ตฌ๊ฐ์์์ ์ฒซ ์ง์
: ์์ฐ์ 300%
์ด ํน์ ๊ท์น์ ๊น์ ํ๋ฝ์์๋ ๊ณต๊ฒฉ์ ์ผ๋ก, ํ์์๋ ์๋์ ์ผ๋ก ๋ณด์์ ์ผ๋ก ์ง์
ํ๋๋ก ์ค๊ณ๋ ๊ฒ์
๋๋ค.
3. ์ ๋ต ๋์ ๊ตฌ์กฐ
3-1. ๋งค์ ์กฐ๊ฑด
์ฐจํธ ์ High ๊ธฐ์ค์ผ๋ก ATH๋ฅผ ์ถ์ ํฉ๋๋ค.
๊ฐ ๋ฐ๋ง๋ค ํด๋น ATH์์์ ํ๋ฝ๋ฅ ์ ๊ณ์ฐํฉ๋๋ค.
์ฌ์ฉ์๊ฐ ์ค์ ํ ๋ ๊ฐ์ ๋๋ก์ฐ๋ค์ด ๊ตฌ๊ฐ(์์):
1์ฐจ ๊ตฌ๊ฐ: ์๋ฅผ ๋ค์ด ATH โ 50%
2์ฐจ ๊ตฌ๊ฐ: ์๋ฅผ ๋ค์ด ATH โ 72.5%
๊ฐ ๊ตฌ๊ฐ์ ๋ํด ๋ค์๊ณผ ๊ฐ์ ์กฐ๊ฑด์ ํ์ธํฉ๋๋ค.
โ์ด๋ฒ ATH ๊ตฌ๊ฐ์์ ์์ง ํด๋น ๊ตฌ๊ฐ ๋งค์๋ฅผ ํ ์ ์ด ์๋ ์ํโ์ด๊ณ ,
ํ์ฌ ๋ฐ์ ์ ๊ฐ(Low)๊ฐ ํด๋น ๊ตฌ๊ฐ ๊ฐ๊ฒฉ ์ดํ๋ฅผ ์ฐ๋ ์๊ฐ
โ ํด๋น ๋ฐ์์ ๋งค์ ์กฐ๊ฑด ์ถฉ์กฑ์ผ๋ก ๊ฐ์ฃผ
์ค์ ์ฃผ๋ฌธ์:
ํด๋น ๊ตฌ๊ฐ ๊ฐ๊ฒฉ์ ๋ง์ถฐ ๋กฑ ํฌ์ง์
์ง์
(๋ฆฌ๋ฐ/์์ฅ๊ฐ ๊ธฐ๋ฐ ์๋ฎฌ๋ ์ด์
) ์ผ๋ก ์ฒ๋ฆฌ๋ฉ๋๋ค.
3-2. ATH ๊ฐฑ์ ๊ณผ ์ง์
๊ธฐํ ๋ฆฌ์
์ฐจํธ ์์์ ์๋ก์ด ๊ณ ์ (High)์ด ๊ธฐ์กด ATH๋ฅผ ๋์ด์๋ ์๊ฐ,
ATH๊ฐ ๊ฐฑ์ ๋๊ณ ,
1์ฐจ / 2์ฐจ ์ง์
์ฌ๋ถ๋ฅผ ๋ํ๋ด๋ ๋ด๋ถ ํ๋๊ทธ๊ฐ ์ด๊ธฐํ๋ฉ๋๋ค.
์ด๋ฅผ ํตํด, ์์ฅ์ด ์๋ก์ด ๊ณ ์ ์ ๋ํํด ๋๊ฐ ๋๋ง๋ค,
ํด๋น ๊ตฌ๊ฐ์์ ๋ค์ ํ ๋ฒ์ฉ 1์ฐจยท2์ฐจ ๋๋ก์ฐ๋ค์ด ์ง์
๊ธฐํ๋ฅผ ๊ฐ๊ฒ ๋ฉ๋๋ค.
4. ํฌ์ง์
์ฌ์ด์ง ๋ฐ ๋ ๋ฒ๋ฆฌ์ง
4-1. ๊ณ์ข ์์ฐ(Equity) ๊ธฐ์ค ํฌ์ง์
ํฌ๊ธฐ ๊ฒฐ์
์ ๋ต์ ํ์ฌ ๊ณ์ข ์์ฐ์ ๋ค์๊ณผ ๊ฐ์ด ์ ์ํ์ฌ ์ฌ์ฉํฉ๋๋ค.
ํ์ฌ ์์ฐ = ์ด๊ธฐ ์๋ณธ + ์คํ ์์ต + ๋ฏธ์คํ ์์ต
๊ฐ ์ง์
๊ตฌ๊ฐ์์์ ํฌ์ง์
๊ฐ์น๋ ๋ค์๊ณผ ๊ฐ์ด ๊ฒฐ์ ๋ฉ๋๋ค.
1์ฐจ ์ง์
๊ตฌ๊ฐ:
โ์์ฐ์ ๋ช %๋ฅผ ์ฌ์ฉํ ์งโ๋ฅผ ์ค์ ๊ฐ์ผ๋ก ์
๋ ฅ
์ค์ ๋ ํผ์ผํธ๋ฅผ ๊ณ์ข ์์ฐ์ ๊ณฑํ ๋ค,
๋ค์ ์ ๋ต ๋ด ๋ ๋ฒ๋ฆฌ์ง ๋ฐฐ์(Leverage) ๋ฅผ ๊ณฑํ์ฌ ์ค์ ํฌ์ง์
๊ฐ์น๋ฅผ ๊ณ์ฐ
2์ฐจ ์ง์
๊ตฌ๊ฐ:
๋์ผํ ๋ฐฉ์์ผ๋ก, ๋
๋ฆฝ๋ ํผ์ผํธ ์ค์ ๊ฐ์ ์ฌ์ฉ
์ฆ, ํฌ์ง์
๊ฐ์น๋ ๋ค์๊ณผ ๊ฐ์ด ๊ณ์ฐ๋ฉ๋๋ค.
ํฌ์ง์
๊ฐ์น = ํ์ฌ ์์ฐ ร (ํด๋น ๊ตฌ๊ฐ ์ค์ % / 100) ร ๋ ๋ฒ๋ฆฌ์ง ๋ฐฐ์
๊ทธ๋ฆฌ๊ณ ์ด๋ฅผ ํด๋น ๊ตฌ๊ฐ์ ์ง์
๊ฐ๊ฒฉ์ผ๋ก ๋๋์ด ์ค์ ์๋(ํ ํฐ ๋จ์) ๋ฅผ ์ฐ์ถํฉ๋๋ค.
4-2. ์ฒซ ํฌ์ง์
์ ์์ธ ์ฒ๋ฆฌ (100% / 300%)
์ฒซ ํฌ์ง์
์ ๋ํด์๋ ์์ ์ผ๋ฐ์ ์ธ ํผ์ผํธ ์ค์ ๋์ ,
๋ค์๊ณผ ๊ฐ์ ๊ณ ์ ๋น์จ์ด ์ฌ์ฉ๋ฉ๋๋ค.
๊ธฐ๋ณธ: ์์ฐ์ 100% ๊ท๋ชจ๋ก ์ฒซ ํฌ์ง์
์ง์
๋จ, ์ง์
์์ ์ ATH ๋๋น ํ๋ฝ๋ฅ ์ด ์ค์ ๊ฐ ์ด์(์: โ72.5% ์ด์) ์ผ ๊ฒฝ์ฐ
โ ์์ฐ์ 300% ๊ท๋ชจ๋ก ์ฒซ ํฌ์ง์
์ง์
์ด๋ ์ญ์ ๋ค์ ๊ณต์์ ์ฌ์ฉํฉ๋๋ค.
ํฌ์ง์
๊ฐ์น = ํ์ฌ ์์ฐ ร (100% ๋๋ 300%) ร ๋ ๋ฒ๋ฆฌ์ง
๊ทธ๋ฆฌ๊ณ ์ด๋ฅผ ๊ฐ๊ฒฉ์ผ๋ก ๋๋์ด ์ค์ ์ง์
์๋์ ๊ณ์ฐํฉ๋๋ค.
์ด ๊ท์น์:
์ฒซ ์ง์
์ด 1์ฐจ ๊ตฌ๊ฐ์ด๋ 2์ฐจ ๊ตฌ๊ฐ์ด๋ ๋์ผํ๊ฒ ์ ์ฉ๋๋ฉฐ,
โ์ถฉ๋ถํ ๊น์ ํ๋ฝ ๊ตฌ๊ฐ์์๋ ์ฒซ ์ง์
๋ถํฐ ๋ ํฌ๊ฒ,
ํ์์๋ ๋น๊ต์ ๋ณด์์ ์ผ๋กโ ๋ผ๋ ์ด์ฉ ์ฒ ํ์ ๋ฐ์ํฉ๋๋ค.
4-3. ์ค๋ ๋ฒ๋ฆฌ์ง(Real Leverage)์ ์ถ์
์ ๋ต์ ๊ฐ ๋ฐ ๋จ์๋ก ๋ค์์ ์ถ์ ํฉ๋๋ค.
๋ฐ๊ฐ ์์ํ ๋์ ๊ธฐ์กด ํฌ์ง์
ํฌ๊ธฐ
ํด๋น ๋ฐ์์ ์๋ก ์ง์
ํ ์๋
์ด๋ฅผ ๋ฐํ์ผ๋ก, ์ง์
์ด ๋ฐ์ํ ์์ ์ ๋ค์์ ๊ณ์ฐํฉ๋๋ค.
์ค์ ๋ ๋ฒ๋ฆฌ์ง = (ํฌ์ง์
๊ฐ์น / ํ์ฌ ์์ฐ)
๊ทธ๋ฆฌ๊ณ ์ฐจํธ ์์ ์๋ฅผ ๋ค์ด:
Lev 2.53x ์ ๊ฐ์ ํ์์ ๋ ์ด๋ธ๋ก ํ์ํฉ๋๋ค.
์ด๋ฅผ ํตํด, ๋งค์ ์์ ๋ง๋ค ์ค์ ๊ณ์ข ๋ ๋ฒ๋ฆฌ์ง๊ฐ ์ด๋ ์ ๋์๋์ง๋ฅผ ์ง๊ด์ ์ผ๋ก ํ์ธํ ์ ์์ต๋๋ค.
5. ์๊ฐํ ๋ฐ ๋ชจ๋ํฐ๋ง ์์
5-1. ์ฐจํธ ์ ์๊ฐ ์์
์ ๋ต์ ์ฐจํธ ์์ ๋ค์๊ณผ ๊ฐ์ ์ ๋ณด๋ฅผ ์ง์ ํ์ํฉ๋๋ค.
ATH ๋ผ์ธ
High ๊ธฐ์ค์ผ๋ก ๊ณ์ฐ๋ ์ญ๋ ์ต๊ณ ๊ฐ๋ฅผ ์ฃผํฉ์ ์ ์ผ๋ก ํ์
ํ๋จ๊ฐ(ํ๊ท ์ง์
๊ฐ) ๋ผ์ธ
ํ์ฌ ๋ณด์ ํฌ์ง์
์ด ์์ ๋,
ํด๋น ํฌ์ง์
์ ํ๊ท ์ง์
๊ฐ๋ฅผ ๋
ธ๋์ ์ ์ผ๋ก ํ์
์ถ์ ์ฒญ์ฐ๊ฐ(๊ณ ์ ํ ์ฒญ์ฐ๊ฐ) ๋ผ์ธ
ํฌ์ง์
์๋์ด ๋ณํํ๋ ์์ ์ ๊ฐ์งํ์ฌ,
๋น์์ ํ๋จ๊ฐ์ ์ค์ ๋ ๋ฒ๋ฆฌ์ง๋ฅผ ์ด์ฉํด ๊ทผ์ฌ์ ์ธ ์ฒญ์ฐ๊ฐ๋ฅผ ๊ณ์ฐ
์ด๋ฅผ ๋นจ๊ฐ์ ์ ์ผ๋ก ์ฐจํธ์ ๊ณ ์ ํ์
ํฌ์ง์
์ด ์๊ฑฐ๋ ๋ ๋ฒ๋ฆฌ์ง๊ฐ 1๋ฐฐ ์ดํ์ธ ๊ฒฝ์ฐ์๋ ์ฒญ์ฐ๊ฐ ๋ผ์ธ์ ์ ๊ฑฐ
๋งค์ ๋ง์ปค ๋ฐ ๋ ์ด๋ธ
1์ฐจ/2์ฐจ ๋งค์ ์กฐ๊ฑด์ด ์ถฉ์กฑ๋ ๋๋ง๋ค ํด๋น ์ง์ ์ ๋งค์ ๋ง์ปค๋ฅผ ํ์
"Buy XX% @ ๊ฐ๊ฒฉ", "Lev XXx" ํํ์ ๋ผ๋ฒจ๋ก
์ง์
๋น์จ๊ณผ ๋น์ ๋ ๋ฒ๋ฆฌ์ง๋ฅผ ํจ๊ป ์๊ฐํ
๋ ์ด๋ธ์ ์์น๋ ์ค์ ์์ ์ ํ ๊ฐ๋ฅ:
๋ฐ ์๋ (Below Bar)
๋ฐ ์ (Above Bar)
์ค์ ๊ฐ๊ฒฉ ์์น (At Price)
5-2. ์ฐ์ธก ์๋จ ์ ๋ณด ํ
์ด๋ธ
์ฐจํธ ์ฐ์ธก ์๋จ์๋ ํ์ฌ ๊ณ์ขยทํฌ์ง์
์ํ๋ฅผ ์์ฝํ ์ ๋ณด ํ
์ด๋ธ์ด ํ์๋ฉ๋๋ค.
๋ํ์ ์ผ๋ก ๋ค์ ํญ๋ชฉ๋ค์ด ํฌํจ๋ฉ๋๋ค.
Pos Qty (Token)
ํ์ฌ ๋ณด์ ์ค์ธ ํฌ์ง์
์๋(ํ ํฐ ๊ธฐ์ค, ์ ๋๊ฐ ๊ธฐ์ค)
Pos Value (USDT)
ํ์ฌ ํฌ์ง์
์ ์์ฅ ๊ฐ์น (์๋ ร ํ์ฌ ๊ฐ๊ฒฉ)
Leverage (Now)
ํ์ฌ ์ค๋ ๋ฒ๋ฆฌ์ง (ํฌ์ง์
๊ฐ์น / ํ์ฌ ์์ฐ)
DD from ATH (%)
ํ์ฌ ๊ฐ๊ฒฉ ๊ธฐ์ค, ์ต๊ทผ ATH์์์ ํ๋ฝ๋ฅ (%)
Avg Entry
ํ์ฌ ํฌ์ง์
์ ํ๊ท ์ง์
๊ฐ๊ฒฉ
PnL (%)
ํ์ฌ ํฌ์ง์
๊ธฐ์ค ๋ฏธ์คํ ์์ต๋ฅ (%)
Max DD (Equity %)
์ ๋ต ์ ์ฒด ๊ธฐ๊ฐ ๋์ ๊ธฐ๋ก๋ ๊ณ์ข ๊ธฐ์ค ์ต๋ ์์ค(MDD, Max Drawdown)
Last Entry Price
๊ฐ์ฅ ์ต๊ทผ์ ํฌ์ง์
์ ์ถ๊ฐ๋ก ์ง์
ํ ์งํ์ ํ๊ท ์ง์
๊ฐ๊ฒฉ
Last Entry Lev
์ โLast Entry Priceโ ์์ ์์์ ์ค๋ ๋ฒ๋ฆฌ์ง
Liq Price (Fixed)
์์์ ์ค๋ช
ํ ๊ณ ์ ํ ์ถ์ ์ฒญ์ฐ๊ฐ
Return from Start (%)
์ ๋ต ์์ ์์ (์ด๊ธฐ ์๋ณธ) ๋๋น ํ์ฌ ๊ณ์ข ์์ฐ์ ์ด ์์ต๋ฅ (%)
์ด ํ
์ด๋ธ์ ํตํด ์ฌ์ฉ์๋:
ํ์ฌ ๊ณ์ข์ ํฌ์ง์
์ ์ํ
๋ฆฌ์คํฌ ์์ค
๋์ ์ฑ๊ณผ
๋ฅผ ์ง๊ด์ ์ผ๋ก ํ์
ํ ์ ์์ต๋๋ค.
6. ์๊ฐ ํํฐ ๋ฐ ๋ผ๋ฒจ ์ต์
6-1. ์ ๋ต ๋์ ๊ธฐ๊ฐ ์ค์
์ ๋ต์ ์ต์
์ผ๋ก ํน์ ๊ธฐ๊ฐ์๋ง ์ ๋ต์ ๋์์ํค๋ ์๊ฐ ํํฐ๋ฅผ ์ ๊ณตํฉ๋๋ค.
โUse Date Rangeโ ์ต์
์ ํ์ฑํํ๋ฉด:
์์ ์๊ฐ๊ณผ ์ข
๋ฃ ์๊ฐ์ ์ง์ ํ์ฌ
ํด๋น ๊ตฌ๊ฐ์ ํํด์๋ง ๋งค๋งค๊ฐ ๋ฐ์ํ๋๋ก ์ ํ
์ต์
์ ๋นํ์ฑํํ๋ฉด:
์ ๋ต์ ์ ์ฒด ์ฐจํธ ๊ตฌ๊ฐ์์ ์์ ๋กญ๊ฒ ๋์
6-2. ์ง์
๋ผ๋ฒจ ์์น ์ค์
์ฌ์ฉ์๋ ๋งค์/๋ ๋ฒ๋ฆฌ์ง ๋ผ๋ฒจ์ ์์น๋ฅผ ์ ํํ ์ ์์ต๋๋ค.
๋ฐ ์๋ (Below Bar)
๋ฐ ์ (Above Bar)
์ค์ ๊ฐ๊ฒฉ ์์น (At Price)
์ด๋ฅผ ํตํด ๊ฐ์ธ ์ทจํฅ ๋ฐ ์ฐจํธ ๊ฐ๋
์ฑ์ ๋ง์ถ์ด
์๊ฐํ ๋ฐฉ์์ ์ ์ฐํ๊ฒ ์กฐ์ ํ ์ ์์ต๋๋ค.
7. ํ์ฉ ๋์ ๋ฐ ์ฌ์ฉ ์์
๋ณธ ์ ๋ต์ ๋ค์๊ณผ ๊ฐ์ ๋ชฉ์ ์ ์ ํฉํฉ๋๋ค.
ํ๋ฌผ ๋๋ ์ ๋ฌผ ๋กฑ ํฌ์ง์
๊ธฐ์ค ์ฅ๊ธฐยท์ค์ ๊ด์ ์ถ๋งค ์ ๋ต ๋ฐฑํ
์คํธ
โ๊ณ ์ ๋๋น ํ๋ฝ๋ฅ โ์ ๊ธฐ์ค์ผ๋ก ํ ๊ท์น ๊ธฐ๋ฐ ์ด์ฉ ์์ด๋์ด ๊ฒ์ฆ
๋ ๋ฒ๋ฆฌ์ง ์ฌ์ฉ ์
๊ณ์ข ๋ ๋ฒ๋ฆฌ์งยท์ฒญ์ฐ๊ฐยทMDD๋ฅผ ๋์์ ๋ชจ๋ํฐ๋งํ๊ณ ์ ํ๋ ๊ฒฝ์ฐ
ํน์ ์์ฐ์ ๋ํด
โ์๋ก์ด ๊ณ ์ ์ด ํ์ฑ๋ ๋๋ง๋ค
์ผ์ ํ ๊ท์น์ผ๋ก ๊น์ ์กฐ์ ๊ตฌ๊ฐ์์๋ง ๋ถํ ์ง์
ํ๊ณ ์ ํ ๋โ
์ค๊ฑฐ๋์ ๊ทธ๋๋ก ์ ์ฉํ๊ธฐ๋ณด๋ค๋,
์ ๋ต ์์ด๋์ด ๊ฒ์ฆ ๋ฐ ๋ฆฌ์คํฌ ํ๋กํ์ผ ๋ถ์,
์์ ์ ์ฑํฅ์ ๋ง๋ ํ๋ผ๋ฏธํฐ ํ์ ์ฉ๋๋ก ์ฌ์ฉํ๋ ๊ฒ์ ๊ถ์ฅํฉ๋๋ค.
8. ํ๊ณ ๋ฐ ์ ์์ฌํญ
๋ฐฑํ
์คํธ ๊ฒฐ๊ณผ๋ ๋ฏธ๋ ์ฑ๊ณผ๋ฅผ ๋ณด์ฅํ์ง ์์ต๋๋ค.
๊ณผ๊ฑฐ ๋ฐ์ดํฐ์ ๊ธฐ๋ฐํ ์๋ฎฌ๋ ์ด์
์ผ ๋ฟ์ด๋ฉฐ,
์ค์ ์์ฅ์์๋
์ ๋์ฑ
์ฌ๋ฆฌํผ์ง
์์๋ฃ ์ฒด๊ณ
๊ฐ์ ์ฒญ์ฐ ๊ท์น
๋ฑ ๋ค์ํ ๋ณ์๊ฐ ์กด์ฌํฉ๋๋ค.
์ฒญ์ฐ๊ฐ๋ ๋จ์ํ๋ ๊ณต์์ ๋ฐ๋ฅธ ์ถ์ ์น์
๋๋ค.
๊ฑฐ๋์๋ณ ์ค์ ์ฒญ์ฐ ๊ท์น, ์ ์ง ์ฆ๊ฑฐ๊ธ, ์์๋ฃ, ํ๋ฉ๋น ๋ฑ์
๋ณธ ์ ๋ต์ ๊ณ์ฐ๊ณผ ๋ค๋ฅผ ์ ์์ผ๋ฉฐ,
์ฒญ์ฐ๊ฐ ์ถ์ ๋ผ์ธ์ ์ฐธ๊ณ ์ฉ ์งํ์ผ ๋ฟ์
๋๋ค.
๋ ๋ฒ๋ฆฌ์ง ๋ฐ ์ง์
๋น์จ ์ค์ ์ ๋ฐ๋ผ ์์ค ํญ์ด ๋งค์ฐ ์ปค์ง ์ ์์ต๋๋ค.
ํนํ **โ์ฒซ ํฌ์ง์
300% ์ง์
โ**๊ณผ ๊ฐ์ด ๋งค์ฐ ๊ณต๊ฒฉ์ ์ธ ์ค์ ์
์์ฅ ๊ธ๋ฝ ์ ๊ณ์ข ์์ค๊ณผ ์ฒญ์ฐ ๋ฆฌ์คํฌ๋ฅผ ํฌ๊ฒ ์ฆ๊ฐ์ํฌ ์ ์์ผ๋ฏ๋ก
์ ์คํ ๊ฒํ ๊ฐ ํ์ํฉ๋๋ค.
์ค๊ฑฐ๋ ์ฐ๋ ์์๋ ๋ณ๋์ ๋ฆฌ์คํฌ ๊ด๋ฆฌ๊ฐ ํ์์
๋๋ค.
๊ฐ๋ณ ์์ ๊ธฐ์ค
ํฌ์ง์
์ํ์
์ ์ฒด ํฌํธํด๋ฆฌ์ค ๋ด ๋น์ค ๊ด๋ฆฌ ๋ฑ
๋ณธ ์ ๋ต ์ธ๋ถ์์ ์ถ๊ฐ์ ์ธ ์์ ์ฅ์น๊ฐ ํ์ํฉ๋๋ค.
9. ๊ฒฐ๋ก
ATH Drawdown Re-Buy Long Only ์ ๋ต์ ๋จ์ํ โ์ ๊ฐ ๋งค์โ๋ฅผ ๋์ด์,
ATH ๊ธฐ์ค์ผ๋ก ๋๋ก์ฐ๋ค์ด์ ๊ตฌ์กฐ์ ์ผ๋ก ํ์ฉํ๊ณ ,
์ฒซ ํฌ์ง์
์ ๋ํ **ํน์ ๊ท์น(100% / 300%)**์ ์ ์ฉํ๋ฉฐ,
๋ ๋ฒ๋ฆฌ์งยท์ฒญ์ฐ๊ฐยทMDDยท์์ต๋ฅ ์ ํตํฉ์ ์ผ๋ก ์๊ฐํํจ์ผ๋ก์จ,
ํ๋ฝ ๊ตฌ๊ฐ์์์ ๊ท์น ๊ธฐ๋ฐ ๋กฑ ํฌ์ง์
๊ตฌ์ถ๊ณผ
๋ฆฌ์คํฌ ๋ชจ๋ํฐ๋ง์ ๋์์ ์ง์ํ๋ ์ ๋ต์
๋๋ค.
์ฌ์ฉ์๋ ๋ณธ ์ ๋ต์ ํตํด:
์์ ์ ์์ฅ ๊ด์ ๊ณผ ๋ฆฌ์คํฌ ํ์ฉ ๋ฒ์์ ๋ง๋
๋๋ก์ฐ๋ค์ด ๊ตฌ๊ฐ
์ง์
๋น์จ
๋ ๋ฒ๋ฆฌ์ง ์ค์
๋ค์ํ ์๋๋ฆฌ์ค์ ๋ํ ๋ฐฑํ
์คํธ์ ๋ถ์
์ ์ํํ ์ ์์ต๋๋ค.
๋ค์ ํ ๋ฒ ๊ฐ์กฐํ์ง๋ง,
๋ณธ ์ ๋ต์ ์ฐ๊ตฌยทํ์ตยท๋ฐฑํ
์คํธ๋ฅผ ์ํ ๋๊ตฌ์ด๋ฉฐ,
์ค์ ํฌ์ ํ๋จ๊ณผ ์ฑ
์์ ์ ์ ์ผ๋ก ์ฌ์ฉ์ ๋ณธ์ธ์๊ฒ ์์ต๋๋ค.
/ENG Version.
This script is designed to use historical drawdown data and automatically enter positions when a predefined percentage drop from the all-time high occurs, using a predefined percentage of your account equity.
You can use leverage, and default parameter values are provided out of the box (you can freely change them to suit your style).
In addition to the two main entry levels, you can add more entry conditions and custom entry percentages โ just ask ChatGPT to modify the script.
For actual/live usage, please turn OFF the KillSwitch function and turn ON the Bar Magnifier feature.
ATH Drawdown Re-Buy Long Only Strategy
1. Strategy Overview
The ATH Drawdown Re-Buy Long Only strategy is an automatic re-buy (Long Only) system that builds long positions step-by-step at specific drawdown levels, based on the assetโs all-time high (ATH) and its subsequent drawdown.
This strategy is designed with the following goals:
Systematic scaled buying and leverage usage during sharp correction periods
Clear, rule-based entry logic using drawdowns from ATH
Real-time visualization of:
Average entry price
Leverage
Estimated liquidation price
Account MDD (Max Drawdown)
Return / performance
This allows traders to intuitively monitor both risk and position status.
โป This strategy is provided for educational, research, and backtesting purposes only.
It does not constitute investment advice and does not guarantee any profits.
2. Core Concepts
2-1. Drawdown from ATH (All-Time High)
On the chart, the strategy always tracks the highest high as the ATH.
Whenever a new high is made, ATH is updated, and based on that ATH the following are calculated:
How many percent the current barโs Low is below the ATH
How many percent the current barโs Close is below the ATH
Using these, the strategy executes buys at two predefined drawdown zones:
1st entry zone: When price drops X% from ATH
2nd entry zone: When price drops Y% from ATH
Each zone is allowed to trigger only once per ATH cycle.
When a new ATH is created, the โ1st / 2nd entry possibleโ flags are reset, and new opportunities open up for that ATH leg.
2-2. Special Rule for the First Position (100% / 300%)
A key feature of this strategy is the special rule for the very first position.
When the strategy currently holds no position and is about to open the first long position:
Under normal conditions, it builds the position using 100% of account equity.
However, if at that moment the price has dropped by at least a predefined threshold from ATH (e.g. around โ72.5% or more),
โ the strategy will open the first position using 300% of account equity.
This rule works as follows:
Whether the first entry happens at the 1st drawdown zone or at the 2nd drawdown zone,
If the current drawdown from ATH is at or below the threshold (e.g. โ72.5% or worse),
โ the strategy interprets this as โa sufficiently deep crashโ and opens the initial position with 300% of equity.
If the drawdown is less severe than the threshold,
โ the first entry is capped at 100% of equity.
So the strategy has two modes for the first entry:
Normal market conditions: 100% of equity
Deep drawdown conditions: 300% of equity
This special rule is intended to be aggressive in extremely deep crashes while staying more conservative in normal corrections.
3. Strategy Logic & Execution
3-1. Entry Conditions
The strategy tracks the ATH using the High price.
For each bar, it calculates the drawdown from ATH.
The user defines two drawdown zones, for example:
1st zone: ATH โ 50%
2nd zone: ATH โ 72.5%
For each zone, the strategy checks:
If no buy has been executed yet for that zone in the current ATH leg, and
If the current barโs Low touches or falls below that zoneโs price level,
โ That bar is considered to have triggered a buy condition.
Order simulation:
The strategy simulates entering a long position at that zoneโs price level
(using a limit/market-like approximation for backtesting).
3-2. ATH Reset & Entry Opportunity Reset
When a new High goes above the previous ATH:
The ATH is updated to this new high.
Internal flags that track whether the 1st and 2nd entries have been used are reset.
This means:
Each time the market makes a new ATH,
The strategy once again has a fresh opportunity to execute 1st and 2nd drawdown entries for that new ATH leg.
4. Position Sizing & Leverage
4-1. Position Size Based on Account Equity
The strategy defines current equity as:
Current Equity = Initial Capital + Realized PnL + Unrealized PnL
For each entry zone, the position value is calculated as follows:
The user inputs:
โWhat % of equity to use at this zoneโ
The strategy:
Multiplies current equity by that percentage
Then multiplies by the strategyโs leverage factor
Thus:
Position Value = Current Equity ร (Zone % / 100) ร Leverage
Finally, this position value is divided by the entry price to determine the actual position size in tokens.
4-2. Exception for the First Position (100% / 300%)
For the very first position (when there is no open position),
the strategy does not use the zone % parameters. Instead, it uses fixed ratios:
Default: Enter the first position with 100% of equity.
If the drawdown from ATH at that moment is greater than or equal to a predefined threshold (e.g. โ72.5% or more)
โ Enter the first position with 300% of equity.
The position value is computed as:
Position Value = Current Equity ร (100% or 300%) ร Leverage
Then it is divided by the entry price to obtain the token quantity.
This rule:
Applies regardless of whether the first entry occurs at the 1st zone or 2nd zone.
Embeds the philosophy:
โIn very deep crashes, go much larger on the first entry; otherwise, stay more conservative.โ
4-3. Tracking Real Leverage
On each bar, the strategy tracks:
The existing position size at the start of the bar
The newly added size (if any) on that bar
When a new entry occurs, it calculates the real leverage at that moment:
Real Leverage = (Position Value / Current Equity)
This is then displayed on the chart as a label, for example:
Lev 2.53x
This makes it easy to see the actual leverage level at each entry point.
5. Visualization & Monitoring
5-1. On-Chart Visual Elements
The strategy plots the following directly on the chart:
ATH Line
The all-time high (based on High) is plotted as an orange line.
Average Entry Price Line
When a position is open, the average entry price of that position is plotted as a yellow line.
Estimated Liquidation Price (Fixed) Line
The strategy detects when the position size changes.
At each size change, it uses the current average entry price and real leverage to compute an approximate liquidation price.
This โfixed liquidation priceโ is then plotted as a red line on the chart.
If there is no position, or if leverage is 1x or lower, the liquidation line is removed.
Entry Markers & Labels
When 1st/2nd entry conditions are met, the strategy:
Marks the entry point on the chart.
Displays labels such as "Buy XX% @ Price" and "Lev XXx",
showing both entry percentage and real leverage at that time.
The label placement is configurable:
Below Bar
Above Bar
At Price
5-2. Information Table (Top-Right Panel)
In the top-right corner of the chart, the strategy displays a summary table of the current account and position status. It typically includes:
Pos Qty (Token)
Absolute size of the current position (in tokens)
Pos Value (USDT)
Market value of the current position (qty ร current price)
Leverage (Now)
Current real leverage (position value / current equity)
DD from ATH (%)
Current drawdown (%) from the latest ATH, based on current price
Avg Entry
Average entry price of the current position
PnL (%)
Unrealized profit/loss (%) of the current position
Max DD (Equity %)
The maximum equity drawdown (MDD) recorded over the entire backtest period
Last Entry Price
Average entry price immediately after the most recent add-on entry
Last Entry Lev
Real leverage at the time of the most recent entry
Liq Price (Fixed)
The fixed estimated liquidation price described above
Return from Start (%)
Total return (%) of equity compared to the initial capital
Through this table, users can quickly grasp:
Current account and position status
Current risk level
Cumulative performance
6. Time Filters & Label Options
6-1. Strategy Date Range Filter
The strategy provides an option to restrict trading to a specific time range.
When โUse Date Rangeโ is enabled:
You can specify start and end timestamps.
The strategy will only execute trades within that range.
When this option is disabled:
The strategy operates over the entire chart history.
6-2. Entry Label Placement
Users can customize where entry/leverage labels are drawn:
Below Bar (Below Bar)
Above Bar (Above Bar)
At the actual price level (At Price)
This allows you to adjust visualization according to personal preference and chart readability.
7. Use Cases & Applications
This strategy is suitable for the following purposes:
Long-term / swing-style re-buy strategies for spot or futures long positions
Testing rule-based strategies that rely on โdrawdown from ATHโ as a main signal
Monitoring account leverage, liquidation price, and MDD when using leverage
Handling situations where, for a given asset:
โEvery time a new ATH is formed,
you want to wait for deep corrections and enter only at specific drawdown zonesโ
It is generally recommended to use this strategy not as a direct plug-and-play live system, but as a tool for:
Strategy idea validation
Risk profile analysis
Parameter exploration to match your personal risk tolerance and style
8. Limitations & Warnings
Backtest results do not guarantee future performance.
They are based on historical data only.
In live markets, additional factors exist:
Liquidity
Slippage
Fee structures
Exchange-specific liquidation rules
Funding fees, etc.
The liquidation price is only an approximate estimate, derived from a simplified formula.
Actual liquidation rules, maintenance margin requirements, fees, and other details differ by exchange.
The liquidation line should be treated as a reference indicator, not an exact guarantee.
Depending on the configured leverage and entry percentages, losses can be very large.
In particular, extremely aggressive settings such as โfirst position 300% of equityโ can greatly increase the risk of large account drawdowns and liquidation during sharp market crashes.
Use such settings with extreme caution.
For live trading, additional risk management is essential:
Your own stop-loss rules
Maximum position size limits
Portfolio-level exposure controls
And other external safety mechanisms beyond this strategy
9. Conclusion
The ATH Drawdown Re-Buy Long Only strategy goes beyond simple โbuy the dipโ logic. It:
Systematically utilizes drawdowns from ATH as a structural signal
Applies a special first-position rule (100% / 300%)
Integrates visualization of leverage, liquidation price, MDD, and returns
All of this supports rule-based long position building in drawdown phases and comprehensive risk monitoring.
With this strategy, users can:
Explore different:
Drawdown zones
Entry percentages
Leverage levels
Run various backtests and scenario analyses
Better understand the risk/return profile that fits their own market view and risk tolerance
Once again, this strategy is intended for research, learning, and backtesting only.
All real trading decisions and their consequences are solely the responsibility of the user.
920 Order Flow SATY ATR//@version=6
indicator("Order-Flow / Volume Signals (No L2)", overlay=true)
//======================
// Inputs
//======================
rvolLen = input.int(20, "Relative Volume Lookback", minval=5)
rvolMin = input.float(1.1, "Min Relative Volume (ร avg)", step=0.1)
wrbLen = input.int(20, "Wide-Range Lookback", minval=5)
wrbMult = input.float(1, "Wide-Range Multiplier", step=0.1)
upperCloseQ = input.float(0.60, "Close near High (0-1)", minval=0.0, maxval=1.0)
lowerCloseQ = input.float(0.40, "Close near Low (0-1)", minval=0.0, maxval=1.0)
cdLen = input.int(25, "Rolling CumDelta Window", minval=5)
useVWAP = input.bool(true, "Use VWAP Bias Filter")
showSignals = input.bool(true, "Show Long/Short OF Triangles")
//======================
// Core helpers
//======================
rng = high - low
tr = ta.tr(true)
avgTR = ta.sma(tr, wrbLen)
wrb = rng > wrbMult * avgTR
// Relative Volume
volAvg = ta.sma(volume, rvolLen)
rvol = volAvg > 0 ? volume / volAvg : 0.0
// Close location in bar (0..1)
clo = rng > 0 ? (close - low) / rng : 0.5
// VWAP (session) + SMAs
vwap = ta.vwap(close)
sma9 = ta.sma(close, 9)
sma20 = ta.sma(close, 20)
sma200= ta.sma(close, 200)
// CumDelta proxy (uptick/downtick signed volume)
tickSign = close > close ? 1.0 : close < close ? -1.0 : 0.0
delta = volume * tickSign
cumDelta = ta.cum(delta)
rollCD = cumDelta - cumDelta
//======================
// Signal conditions
//======================
volActive = rvol >= rvolMin
effortBuy = wrb and clo >= upperCloseQ
effortSell = wrb and clo <= lowerCloseQ
cdUp = ta.crossover(rollCD, 0)
cdDown = ta.crossunder(rollCD, 0)
biasBuy = not useVWAP or close > vwap
biasSell = not useVWAP or close < vwap
longOF = barstate.isconfirmed and volActive and effortBuy and cdUp and biasBuy
shortOF = barstate.isconfirmed and volActive and effortSell and cdDown and biasSell
//======================
// Plot ONLY on price chart
//======================
// SMAs & VWAP
plot(sma9, title="9 SMA", color=color.orange, linewidth=3)
plot(sma20, title="20 SMA", color=color.white, linewidth=3)
plot(sma200, title="200 SMA", color=color.black, linewidth=3)
plot(vwap, title="VWAP", color=color.new(color.aqua, 0), linewidth=3)
// Triangles with const text (no extra pane)
plotshape(showSignals and longOF, title="LONG OF",
style=shape.triangleup, location=location.belowbar, size=size.tiny,
color=color.new(color.green, 0), text="LONG OF")
plotshape(showSignals and shortOF, title="SHORT OF",
style=shape.triangledown, location=location.abovebar, size=size.tiny,
color=color.new(color.red, 0), text="SHORT OF")
// Alerts
alertcondition(longOF, title="LONG OF confirmed", message="LONG OF confirmed")
alertcondition(shortOF, title="SHORT OF confirmed", message="SHORT OF confirmed")
//โโโโโโโโโโโโโโโโโโโโโโโโโโโโ
// End-of-line labels (offset to the right)
//โโโโโโโโโโโโโโโโโโโโโโโโโโโโ
var label label9 = na
var label label20 = na
var label label200 = na
var label labelVW = na
if barstate.islast
// delete old labels before drawing new ones
label.delete(label9)
label.delete(label20)
label.delete(label200)
label.delete(labelVW)
// how far to move the labels rightward (increase if needed)
offsetBars = input.int(3)
label9 := label.new(bar_index + offsetBars, sma9, "9 SMA", style=label.style_label_left, textcolor=color.white, color=color.new(color.orange, 0))
label20 := label.new(bar_index + offsetBars, sma20, "20 SMA", style=label.style_label_left, textcolor=color.black, color=color.new(color.white, 0))
label200 := label.new(bar_index + offsetBars, sma200, "200 SMA", style=label.style_label_left, textcolor=color.white, color=color.new(color.black, 0))
labelVW := label.new(bar_index + offsetBars, vwap, "VWAP", style=label.style_label_left, textcolor=color.black, color=color.new(color.aqua, 0))
//โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
//โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
// Overnight High/Low + HOD/LOD (no POC)
//โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
sessionRTH = input.session("0930-1600", "RTH Session (exchange tz)")
levelWidth = input.int(2, "HL line width", minval=1, maxval=5)
labelOffsetH = input.int(10, "HL label offset (bars to right)", minval=0)
isRTH = not na(time(timeframe.period, sessionRTH))
rthOpen = isRTH and not isRTH
// --- Track Overnight High/Low during NON-RTH; freeze at RTH open
// --- Track Overnight High/Low during NON-RTH; freeze at RTH open
var float onHigh = na
var float onLow = na
var int onHighBar = na
var int onLowBar = na
var float onHighFix = na
var float onLowFix = na
var int onHighFixBar = na
var int onLowFixBar = na
if not isRTH
if na(onHigh) or high > onHigh
onHigh := high
onHighBar := bar_index
if na(onLow) or low < onLow
onLow := low
onLowBar := bar_index
if rthOpen
onHighFix := onHigh
onLowFix := onLow
onHighFixBar := onHighBar
onLowFixBar := onLowBar
onHigh := na, onLow := na
onHighBar := na, onLowBar := na
// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
// Candle coloring + labels for 9/20/VWAP crosses
// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
showCrossLabels = input.bool(true, "Show cross labels")
// Helpers
minAll = math.min(math.min(sma9, sma20), vwap)
maxAll = math.max(math.max(sma9, sma20), vwap)
// All three lines
goldenAll = open <= minAll and close >= maxAll
deathAll = open >= maxAll and close <= minAll
// 9/20 only (exclude cases that also crossed VWAP)
dcUpOnly = open <= math.min(sma9, sma20) and close >= math.max(sma9, sma20) and not goldenAll
dcDownOnly = open >= math.max(sma9, sma20) and close <= math.min(sma9, sma20) and not deathAll
// Candle colors (priority: all three > 9/20 only)
var color cCol = na
cCol := goldenAll ? color.yellow : deathAll ? color.black :dcUpOnly ? color.lime :dcDownOnly ? color.red : na
barcolor(cCol)
// Labels
plotshape(showCrossLabels and barstate.isconfirmed and goldenAll, title="GOLDEN CROSS",
style=shape.labelup, location=location.belowbar, text="GOLDEN CROSS",
color=color.new(color.yellow, 0), textcolor=color.black, size=size.tiny)
plotshape(showCrossLabels and barstate.isconfirmed and deathAll, title="DEATH CROSS",
style=shape.labeldown, location=location.abovebar, text="DEATH CROSS",
color=color.new(color.black, 0), textcolor=color.white, size=size.tiny)
plotshape(showCrossLabels and barstate.isconfirmed and dcUpOnly, title="DC UP",
style=shape.labelup, location=location.belowbar, text="DC UP",
color=color.new(color.lime, 0), textcolor=color.black, size=size.tiny)
plotshape(showCrossLabels and barstate.isconfirmed and dcDownOnly, title="DC DOWN",
style=shape.labeldown, location=location.abovebar, text="DC DOWN",
color=color.new(color.red, 0), textcolor=color.white, size=size.tiny)
// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
// Audible + alert conditions
// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
alertcondition(goldenAll, title="GOLDEN CROSS", message="GOLDEN CROSS detected")
alertcondition(deathAll, title="DEATH CROSS", message="DEATH CROSS detected")
alertcondition(dcUpOnly, title="DC UP", message="Dual Cross UP detected")
alertcondition(dcDownOnly,title="DC DOWN", message="Dual Cross DOWN detected")
Stochastic Pro+ Suite๐ What Is the Stochastic Oscillator?
The stochastic oscillator is a momentum indicator comparing a security's closing price to its price range over a set number of periods. The %K line represents the raw stochastic value, while the %D line is a smoothed moving average of %K.
Stochastic helps identify:
Overbought and oversold conditions
Bullish and bearish crossovers
Momentum shifts before price reversals
It is widely used in both trending and ranging markets.
๐ก What Makes This Suite Different?
This script supercharges the traditional stochastic with a multi-timeframe engine , divergence detection , and a highly customizable visual suite , including:
โ
Core Features:
- Multi-Timeframe (%K, %D, Spread): Pulls stochastic data from any higher timeframe for improved signal quality.
- Custom Overbought/Oversold Levels: Fully adjustable OB/OS thresholds (default: 80/20).
- %K-%D Spread Histogram: View the difference between %K and %D visually as a histogram.
- Color-coded Cross Highlights: Optional background shading for key crossover events in OB/OS zones (high probability reversal areas).
๐ Divergence Detection (Optional):
- Bullish Divergence: Price makes lower lows while %K makes higher lows.
- Bearish Divergence: Price makes higher highs while %K makes lower highs.
- Customizable pivot lookbacks and range filters to control divergence strictness.
- Visual divergence labels plotted directly on the oscillator.
๐๏ธ Fully Toggleable Visuals:
Show/hide %K, %D, OB/OS lines, spread histogram, background highlight, and divergence โ all via simple checkboxes.
๐ Alerts:
Set alerts for both bullish and bearish divergences โ ideal for swing, day, or trend reversal strategies.
โ๏ธ Use Cases
- Spot exhaustion in overbought/oversold zones
- Confirm or filter entries with divergence signals
- Monitor multiple timeframes without switching charts
- Use as a signal tool in confluence with price action or volume indicators
โ ๏ธ Disclaimer
This tool is for educational and informational purposes only. It does not constitute financial advice, trading advice, or investment guidance. Always do your own research and consult a qualified financial advisor before making trading decisions.
Important Cracked Levels This indicator shows you all the levels from the previous day and the premarket. This is all you really need
Otomatik Trend รizgileriOtomatik Trend รizgileri รงizen bu indikatรถrle zahmetsizce trendleri gรถrebilirisiniz






















