双EMA速度乖离Two EMA Deviation with Combined ThresholdsEMATwo EMA Deviation with Combined Thresholds
Two EMA Deviation with Combined ThresholdsTwo EMA Deviation with Combined ThresholdsTwo EMA Deviation with Combined ThresholdsTwo EMA Deviation with Combined ThresholdsTwo EMA Deviation with Combined ThresholdsTwo EMA Deviation with Combined ThresholdsTwo EMA Deviation with Combined Thresholds
المتوسطات المتحركة
KD-10-20 Cross No Chop ChopThis strategy avoids 80% of the choppy trades. Take entry when it gives a buy signal and put TP and SL as per your convenience. Happy Trading!
Condition Indicator – Session VWAP - Simulated BUY and SELL 🧩 Short Description (Summary):
A dual-purpose trading indicator that combines moving-average-based simulated trade zones with session VWAP structure analysis to visualize short-term market bias and potential turning points.
📘 **Full Description (for the "About" section):
Condition Indicator – Session VWAP and Simulated MA Structure
This indicator blends simulated trade logic with session-based VWAP analysis to help traders visualize when short-term and long-term market conditions align or diverge.
🧠 Key Features
Simulated Trades:
The script uses two simple moving averages (short and long) to simulate theoretical long and short trade averages over time.
It accumulates “positions” periodically (based on a user-defined minute interval) to illustrate how simulated positions would behave during trend shifts.
Session VWAP & Structure Analysis:
Calculates a dynamic VWAP and standard deviation bands for each session (daily, weekly, monthly, or hourly).
Compares price action against VWAP zones to detect whether trading volume is concentrated inside or outside equilibrium.
Support & Resistance Visualization:
Automatically identifies potential support/resistance zones based on previous session highs/lows and relative bullish or bearish volume distribution.
Market Bias Highlight:
Background color changes dynamically to represent bullish or bearish simulated conditions.
⚙️ Inputs
Long MA length / Short MA length: control the sensitivity of trend detection.
Simulated Trade Frequency: how often simulated positions are updated (in minutes).
Session Type: define the timeframe for VWAP and structure analysis (D, W, M, 60, etc.).
📈 Visualization
Red and green lines indicate simulated short/long trade averages.
VWAP line and deviation zones show session equilibrium shifts.
Background shading represents the active simulated market condition.
⚠️ Disclaimer
This script is for educational and analytical purposes only.
It is not financial advice, a trading signal, or a guaranteed strategy.
Always do your own research and consult a qualified financial professional before making trading decisions.
[Aegis]DCA grid Strategy for Crypto### **Crypto Market Long-Only Strategy (DCA with Risk Mitigation)**
This strategy is a Long-only approach, often using a Dollar-Cost Averaging (DCA) method for staggered entries. It is designed to mitigate the risk of being unable to exit a position for a prolonged period, which typically occurs when a series of initial DCA entries result in a losing trade.
The strategy has the following characteristics:
#### **1. Markets**
* Trade in highly liquid Perpetual Futures markets for cryptocurrencies.
#### **2. Position Sizing**
The initial entry quantity is determined by setting the **Initial Entry Ratio** in the input values.
* If the **Subsequent Entry Multiplier** is 1, the maximum position size upon final entry is determined by:
$$\text{Initial Entry Quantity} \times \text{Number of Entries}$$
* If the **Subsequent Entry Multiplier** is $x$, the maximum position size is determined by the following cumulative sum:
$$\text{1st Entry Quantity} + (\text{1st Entry Quantity} \times x) + (\text{2nd Entry Quantity} \times x) + \dots + ((\text{n-1)th Entry Quantity} \times x)$$
#### **3. Entries**
* The **1st Entry** is determined by the **Entry Sensitivity**. The first entry is automatically calculated based on an oversold condition; setting a higher sensitivity value will trigger the 1st entry in a more significant oversold situation.
* Entries from the **2nd Entry onwards** are made sequentially based on the generated **Grid Spacing**.
* The **Grid Spacing** is calculated as an equal interval:
$$\text{Grid Spacing} = \frac{\text{Final Entry Distance}}{(\text{Number of Entries} - 1)}$$
#### **4. Exits**
This strategy **does not distinguish between Stop-Loss and Take-Profit**. All entered quantities are liquidated simultaneously upon mean reversion. This transaction may result in either a loss or a profit. Generally:
* If the price recovery is rapid, the trade finishes with a profit.
* If the price recovery is slow, the trade finishes with a loss.
Therefore, the **'resilience' or 'recovery speed'** of the underlying asset significantly influences the long-term performance of the strategy.
크립토 시장에 특화된 Long only전략입니다. DCA 방식의 분할 매수 전략이 대체로 이익 거래가 아닌 경우, 장기간 탈출하지 못할 리스크를 보완한 전략입니다.
이 전략은 다음과 같은 특징을 가지고 있습니다.
##### 1. 시장 (Markets)
• 유동성이 풍부한 코인 무기한 선물 시장에서 거래한다.
##### 2. 포지션 크기 (Position Sizing)
인풋 값에 최초진입비율을 설정함으로써 1차 진입의 수량이 결정됩니다.
- 추가 진입배수가 1일 때, 최대 진입 시 포지션 크기는 "1차 진입수량 * 진입횟수"에 의해 결정됩니다.
- 추가 진입배수가 x일때,
1차진입물량 + (1차진입 물량 * x) + (2차진입 물량 * x) ..... + (n-1)차 진입물량 * x 의 방식으로 최대 진입 시 포지션 크기가 결정 됩니다
##### 3. 진입 (Entries)
- 1차 진입은 진입 둔감도에 의해 결정됩니다. 1차 진입은 과매도 상황을 자동적으로 계산하여 결정되며, 둔감도를 높은 값으로 설정하면 더 큰 과매도 상황에서 1차 진입이 결정됩니다.
- 2차 이후의 진입은 생성된 그리드 간격에 의해 순차적으로 진입하게 됩니다.
- 그리드 간격은 최종 진입 간격 / (진입 횟수 - 1) 으로 등간격으로 이루어집니다.
##### 4. 청산 (Exits)
이 전략은 손절과 익절을 구분하지 않습니다. 평균 회귀를 하는 경우 진입한 모든 물량을 일시에 청산하며, 이 거래는 손실 거래일 수도, 이익 거래일 수도 있습니다. 일반적으로, 가격 회복이 빠르게 되는 경우 이익 거래로 마무리되고, 가격 회복이 느린 경우 손실 거래로 마무리되기 때문에, 장기적으로 종목의 '회복탄력성'이 전략의 성과에 영향을 줄 수 있습니다.
MarketMonkey-Indicator-Set-1 - GMMA open 🧠 MarketMonkey-Indicator-Set-1 — GMMA Open
GMMA (Guppy Multiple Moving Average) Toolkit for Trend Clarity & Timing
The MarketMonkey GMMA Open indicators brings a clean, high-performance visual of trend strength and direction using multiple exponential moving averages (EMAs) across short- and long-term time frames.
Designed for traders who want to see momentum shifts and market transitions as they happen, this version overlays directly on the price chart for quick and confident reads.
🔍 How It Works
* Short-term EMAs (3–15) track trader sentiment and momentum.
* Long-term EMAs (30–60) show investor trend commitment.
* The indicator dynamically colors the long-term EMAs:
* 🔵 Blue : Upward momentum
* 🔴 Red : Downward momentum
When the short-term group expands above the long-term group, it signals strength and potential continuation. Tightening or compression may warn of pauses or reversals.
💡 Features
* 12 adjustable EMA periods (customize your GMMA spacing)
* Automatic color shifts for trend clarity
* Live price flag for easy reference
* Compact ticker/date display in the top-right corner
* Minimalist, overlay-based design — no clutter, just clarity
📈 Best Used For
* Spotting early trend changes
* Confirming continuation or breakout setups
* Identifying compression zones before reversals
* Overlaying on ASX, S&P, FX, Gold, or Crypto charts
🔔 Part of the MarketMonkey Indicator Set series — tools built for real-world trend recognition and momentum trading.
Profitolio Swing Strategy V1.2Profitolio Swing Strategy V1.2 - User Guide
Overview
The Profitolio Swing Strategy (PSS V1.2) is a comprehensive swing trading indicator designed to identify high-probability trade setups by combining multiple technical analysis methods. This indicator helps traders capture medium-term price movements while managing risk effectively.
What This Indicator Does
This indicator analyzes market momentum and volatility to generate clear BUY and SELL signals. It uses a confluence approach, meaning signals only appear when multiple conditions align, reducing false signals and improving trade quality.
Key Features
Visual Components
1. Signal Markers
Green Triangle (BUY): Appears below candles when bullish conditions align
Red Triangle (SELL): Appears above candles when bearish conditions align
2. Reference Lines
Blue Line: 21-period Exponential Moving Average (EMA) - shows medium-term trend direction
Orange Circles: Volume Weighted Average Price (VWAP) - represents fair value based on price and volume
3. Stoploss Management
Red Horizontal Line: Active stoploss for long positions (appears after BUY signal)
Green Horizontal Line: Active stoploss for short positions (appears after SELL signal)
"SL HIT!" Label: Appears when price touches the stoploss level
4. Background Color
Light Green: Indicates overall bullish market condition
Light Red: Indicates overall bearish market condition
No Color: Neutral/mixed conditions
5. Dashboard (Top Right)
Shows the status of multiple trend variants and the final decision:
Individual variant status (Variant 1, 2, 3)
Overall decision (BULLISH/BEARISH/NEUTRAL)
Active stoploss value
Parameters Used
ATR-Based Calculations
The indicator uses different Average True Range (ATR) and multipliers which measures market volatility
Lower multipliers: More sensitive, faster signals
Higher multipliers: Less sensitive, more stable signals
Moving Averages
21 EMA: Helps identify the prevailing trend direction. Price above EMA suggests uptrend, below suggests downtrend
VWAP: Acts as dynamic support/resistance. Institutional traders often use this as a reference point
How to Use This Indicator
Step 1: Wait for Signal Confirmation
Do not trade when background is absent (neutral condition)
Look for BUY signal when background turns light green
Look for SELL signal when background turns light red
Step 2: Entry Rules
For Long Positions (BUY):
Wait for green triangle below candle
Confirm price is above the 21 EMA (blue line) for stronger probability
Enter at current market price or next candle open
For Short Positions (SELL):
Wait for red triangle above candle
Confirm price is below the 21 EMA (blue line) for stronger probability
Enter at current market price or next candle open
Step 3: Risk Management
Stoploss Placement:
For BUY trades: The indicator automatically marks a stoploss level (red line) based on recent price action
For SELL trades: The indicator automatically marks a stoploss level (green line) based on recent price action
These levels persist until hit or trend reverses
Exit Strategies:
Stoploss Exit: Exit when price hits the marked stoploss line (you'll see "SL HIT!" label)
Signal Reversal: Exit when opposite signal appears
Background Change: Consider exiting when background color disappears (trend weakening)
Step 4: Additional Confirmation
Use EMA & VWAP for Confluence:
Stronger BUY: When price is above both EMA and VWAP
Stronger SELL: When price is below both EMA and VWAP
Caution: When price is between EMA and VWAP (mixed signals)
Best Practices
✅ DO:
Use on higher timeframes (4H, Daily) for swing trading
Wait for clear signal confirmation
Respect the stoploss levels
Check dashboard for overall market condition
Use on trending markets for best results
❌ DON'T:
Trade during neutral/gray periods
Ignore stoploss levels
Trade against the background color
Use on very short timeframes (1min, 5min) - designed for swing trading
Enter trades when all three variants show mixed signals
Alert Setup
The indicator includes built-in alerts:
"All Bullish": Triggered on BUY signal
"All Bearish": Triggered on SELL signal
"Buy SL Hit": When long stoploss is touched
"Sell SL Hit": When short stoploss is touched
Timeframe Recommendations
Best: Daily, 4-Hour charts
Good: 1-Hour charts
Not Recommended: Below 1-Hour (too many false signals)
Understanding the Dashboard
The dashboard shows a breakdown of the decision-making process:
Variant 1, 2, 3: Individual component analysis
Decision: Final verdict (requires all variants to agree)
Active SL: Current stoploss level for open position
Risk Disclaimer
This indicator is a tool to assist in trading decisions. Always:
Use proper position sizing
Never risk more than 1-2% per trade
Combine with your own analysis
Practice on paper/demo accounts first
Past performance doesn't guarantee future results
Note: This indicator works best in trending markets and may generate fewer signals in ranging/choppy conditions. Patience is key to successful swing trading.
Average True Range Stop Loss Finder with KAMAATR SL finder with bands
Kaufmann adaptive moving average
ATR SL finder with bands
Kaufmann adaptive moving average
ΔΔ Holy Grail Chart Logic - Δ1 //─────────────────────────────────────────────
// 📖 HOW TO READ ΔΔ-HG-Δ1
//─────────────────────────────────────────────
//
// • The white line (MA1) is “Present Breath.”
// It moves fastest and reveals the living rhythm of price.
//
// • The blue line (MA3) is “The Scout.”
// Together, white and blue form the breathing void—the heartbeat zone.
//
// The fill color between them (the “void”) tells you the tone of the market:
// 🔵 Blue = Calm alignment, balanced breath
// 🟠 Orange = BYTE phase – testing emotion
// 🟢 Green = Cross phase – spiral turning
// 🟤 Brown = Full Cross – ancestral confirmation
// ⚙️ Grey = Mimicry – legacy echo
// ❌ Red = Tilting – distortion or interference
//
// HUD (right side of chart) shows current phase and full sequence.
//
//─────────────────────────────────────────────
// 🌀 SEQUENCE LOGIC
//─────────────────────────────────────────────
// Touch → BYTE → Cross → Full → Mimicry
//
// Touch – White greets Blue; first awareness of shift.
// BYTE – Brief cross; emotional test of conviction.
// Cross – Intentional movement; spiral begins turning.
// Full – Deep alignment; momentum confirmed.
// Mimicry– Other MAs echo the white line; trend resonance.
//
// Each complete cycle is one “breath” of the market.
// Δ1 calibrates. Δ2 observes. Ahoeaaa ⚡
//
//─────────────────────────────────────────────
EMA Cloud + AlertsThe only EMA indicator you'll ever need.
- Flexible EMAs: Customize EMA lengths (e.g., 9, 21) to match your trading style.
- Dynamic Cloud: Auto-shades bullish (green) or bearish (red) clouds between EMAs for clear trend signals.
- Trend Change Alerts: Auto-alerts that signal when a trend change (EMA crossover) happens on the timeframe you're currently viewing.
- Timeframe Lock: Lock EMAs to a specific timeframe (e.g., 5m on a 1m chart) for consistent analysis.
- Personalized Design: Adjust EMA colors, thickness, and cloud transparency for optimal visibility.
A friendly reminder that no tool or indicator guarantees success. Integrate this into a robust trading plan.
Glork-SMA20D
50D
200D
200W
50W
Works on all time frames. Prints to the current candle
Colors are adjustable
SMC + CRT Gold Flow PRO — Fixed RGB ColorsSCRIPT FOR GOLD. I used SMC + CRT strategies. I analyze in H4 timeframe and enter in m15 time frame.
20 EMA Undercut Bounce - M4v3r1ck💎 The "EMA Undercut Bounce" Bullish Scanner
This indicator is designed to identify high-conviction continuation patterns where price makes a temporary dip for liquidity before resuming a powerful, established uptrend. It specifically looks for a bullish rejection off the 20-period Exponential Moving Average (EMA).
🎯 Strategy Logic
The signal is generated only on the Daily (1D) timeframe when the following five precise conditions are met on the most recent completed bar:
1. Price Action (The Undercut Bounce)
• Undercut: The bar's low price must have touched or temporarily traded below the 20-Day EMA.
• Rejection: The bar's close price must have fully recovered and closed above the 20-Day EMA. This is the classic sign of strong buying pressure defending a key support level.
2. Strong Trend Hierarchy (The Bullish Stack)
The moving averages must be perfectly stacked, confirming a robust multi-timeframe uptrend structure:
• 10-Day EMA > 20-Day EMA
• 20-Day EMA > 50-Day SMA
• 50-Day SMA > 200-Day SMA
3. Momentum Confirmation (The Upward Slope)
Both the 10-Day EMA and the 20-Day EMA must be rising from the previous day. This ensures that the short-term trend momentum is positive, ruling out signals during flat or turning markets.
💡 How to Use This Indicator
1. Timeframe: Ensure your chart is set to the Daily (1D) timeframe for accurate results.
2. Signal: A Green Background highlight and an Up-Arrow below the bar mark a confirmed signal.
3. Alerts: Use the built-in alert condition to set up notifications for stocks on your watchlist, allowing you to catch these high-quality setups without constantly monitoring charts.
This script is ideal for trend-following traders looking to enter a position after a healthy shakeout and confirmation of continued bullish commitment.
ten2 Multi MAThis powerful all-in-one indicator allows you to display three Exponential Moving Averages (EMAs) and three Simple Moving Averages (SMAs) on your chart from a single script. Save indicator slots and get a comprehensive view of market trends across different timeframes. Every moving average is fully customizable in length, colour, and source, giving you complete control over your technical analysis setup.
UTS CORE + BOS + CHOCH – RR/TP/SL 📊 Indicator Working Principle
### 🔹 1. BOS (Break of Structure)
* **Definition:** Occurs when the price breaks the previous swing high or swing low level.
* **Interpretation:**
* If the last high is broken upwards → **Bullish BOS** (confirmation of uptrend).
* If the last low is broken downwards → **Bearish BOS** (confirmation of downtrend).
---
### 🔹 2. CHOCH (Change of Character)
* **Definition:** Indicates a trend reversal.
* **Interpretation:**
* In an uptrend, if the last low is broken downwards → **CHOCH↓** (start of downtrend).
* In a downtrend, if the last high is broken upwards → **CHOCH↑** (start of uptrend).
* **Chart:** Blue “CHOCH↑” labels on the chart mark trend reversals.
---
### 🔹 3. FVG (Fair Value Gap)
* **Definition:** A price gap formed between 3 candles.
* **Logic:**
* If the low of one candle stays above the high of the candle two bars back, a gap is created.
* Price tends to return to these gaps to “fill” them.
* **Chart:** The indicator highlights these gaps automatically (green/purple lines).
---
### 🔹 4. Signal Generation (BUY / SELL)
* A valid BOS or CHOCH confirmation + presence of FVG → **signal is triggered.**
* **Rules:**
* Upward break → **BUY signal**
* Downward break → **SELL signal**
* **Chart:** Red “SELL” and green “BUY” labels represent these trade signals.
---
### 🔹 5. RR – TP/SL Management
* When a trade is opened, the indicator automatically calculates **Entry, Stop Loss (SL), and Take Profits (TP1, TP2, TP3).**
* **Risk/Reward ratios:**
* TP1 = 1R
* TP2 = 2R
* TP3 = 3R
* If TP1 is hit and “Breakeven” option is enabled → SL moves to entry (risk-free trade).
---
👉 In short: this indicator tracks **market structure (BOS/CHOCH)**, detects **imbalances (FVG)**, and combines them with **risk/reward management (TP/SL)** to give you a ready-made trade
Short TimeFrame MAs with momentum cloudsThis indicator displays multiple moving averages to help identify short- and mid-term trends.
It includes four SMAs (9, 50, 150, 200) and two EMAs (21, 55) with color changes showing bullish or bearish momentum.
The area between the EMAs is filled to highlight trend direction.
An optional smoothing layer lets you apply different MA types or Bollinger Bands for additional clarity.
It’s designed to give a clear visual of overall trend strength, direction, and volatility on any timeframe.
30-Week SMA (Fixed)This indicator plots a true 30-week Simple Moving Average (SMA) on any chart, regardless of the selected timeframe.
It uses weekly candle data (via the request.security() function) to calculate the 30-week average and keeps it fixed — meaning the line remains accurate even when you switch to daily, 4-hour, or other timeframes.
The 30-week SMA is a cornerstone of Stan Weinstein’s Stage Analysis strategy, commonly used to identify major trend phases:
Above a rising SMA → bullish (Stage 2 uptrend)
Below a falling SMA → bearish (Stage 4 downtrend)
Use this indicator to maintain a consistent long-term trend filter on all timeframes
Bollinger Bands Breakout StrategyHey guys check out this strategy script.
Chart plotting:
I use a classic plot of Bollinger Bands to define a consolidation zone, I also use a separate Trend Filter (SMA).
Logic:
When the price is above the SMA and above the Bollinger Upper Band the strategy goes Long. When the price is below the SMA and below the Bollinger Lower Band the strategy goes Short. Simple.
Exits:
TP and SL are a percentage of the price.
Notes: This simple strategy can be used at any timeframe (I prefer the 15min for day trading). It avoids consolidation, when the price is inside the Bollinger Bands, and has a good success rate. Adjust the Length of the BB to suit your style of trading (Lower numbers=more volatile, Higher numbers=more restrictive). Also you can adjust the Trend Filter SMA, I presonally chose the 50 SMA. Finally the SL/TP can be also adjusted from the input menu.
Test it for yourself!
Have great trades!
[PRO] Dual Options Price Tracker – Visualize Call & Put StrikesDescription:
This is the PRO version of all ready free available indicator on tradingview
Dual Options Price Tracker – Visualize Call & Put Strikes
In vesrion you will get fast AFMA and also alert when any of price cross there respective
AFMA.
This innovative indicator provides a unique, real-time visualization of both Call and Put option prices for the same strike price directly on your TradingView chart. Designed for active options traders, it simplifies the analysis of price action for specific strikes, helping you quickly identify significant levels and potential shifts in market interest.
important : choose only put strike call strike automatically plot on chart
This indicator works with Indian market (nifty , banknifty ,sensex ,crudeoil , naturalgas )
Key Features:
Integrated Call & Put Prices: Clearly displays the prices of both Call and Put options for a user-defined strike price within the same indicator pane, offering an immediate side-by-side comparison.
Real-time Data: Plots live option price updates, allowing you to monitor the dynamic interplay between Calls and Puts throughout the trading session.
Intuitive Visualization: Transforms complex options data into easily digestible lines on your chart, making it easier to spot trends, relative strength, and support/resistance levels at crucial strikes.
User-Friendly Inputs: Simple input fields allow you to easily select the underlying symbol, expiry date, and the specific strike price you wish to monitor.
Enhanced Options Analysis: A valuable tool for gauging market participants' expectations and positioning at key psychological or technical levels.
How to Use:
Add the "Dual Options Price Tracker" to your chart.
1. Hide symbol chart for Better visualization
2. Select any put strike , call strike Plot autpmatically
3. Use also in indexs ( nifty , banknifty ,sensex ,crudeoil , naturalgas , bitcoin )
4. For indian market
The indicator will then plot the corresponding Call and Put prices on your chart in real time.
Important Note:
This indicator provides a visual tool for options analysis and does not constitute financial advice.
Options trading involves significant risk and may not be suitable for all investors.
Users are encouraged to combine this tool with their own comprehensive analysis and risk management strategies.
Symmetric MA DeviationThis script used the 50 simple moving average and calculates how far the price is from it.
It can be used for looking at extremes in price and bullish / bearish divergence.
[LTS] Marubozu Candle StrategyOVERVIEW
The Marubozu Candle Strategy identifies and trades wickless candles (Marubozu patterns) with dynamic take-profit and stop-loss levels based on market volatility. This indicator combines traditional Japanese candlestick pattern recognition with modern volatility-adjusted risk management and includes a comprehensive performance tracking dashboard.
A Marubozu candle is a powerful continuation pattern characterized by the complete absence of wicks on one side, indicating strong directional momentum. This strategy specifically detects:
- Bullish Marubozu: Close > Open AND Low = Open (no lower wick)
- Bearish Marubozu: Close < Open AND High = Open (no upper wick)
When price returns to test these levels, the indicator generates trading signals with predefined risk-reward parameters.
CORE METHODOLOGY
Detection Logic:
The script scans each bar for Marubozu formations using precise price comparisons. When a wickless candle appears, a horizontal line extends from the opening price, marking it as a potential support (bullish) or resistance (bearish) level. These levels remain active until price touches them or until the maximum line limit is reached.
EMA Filter (Optional):
An exponential moving average filter enhances signal quality by requiring proper trend alignment. For bullish signals, price must be above the EMA when touching the level. For bearish signals, price must be below the EMA. This filter reduces counter-trend trades and improves win rates in trending markets. Users can disable this filter for range-bound conditions.
Dynamic Risk Management:
The strategy employs ATR-based (Average True Range) position sizing rather than fixed point values. This approach adapts to market volatility automatically:
- In low volatility: Tighter stops and targets
- In high volatility: Wider stops and targets proportional to market movement
Default settings use a 2:1 reward-to-risk ratio (1x ATR for take-profit, 0.5x ATR for stop-loss), but users can adjust these multipliers to match their trading style.
HOW IT WORKS
Step 1 - Pattern Detection:
On each bar, the indicator evaluates whether the candle qualifies as a Marubozu by comparing the high, low, open, and close prices. When detected, the opening price becomes the key level.
Step 2 - Level Management:
Horizontal lines extend from each Marubozu's opening price. The indicator maintains two separate arrays: one for unbroken levels (actively extending) and one for broken levels (historical reference). Users can configure how many of each type to display, preventing chart clutter while maintaining relevant context.
Step 3 - Signal Generation:
When price returns to touch a Marubozu level, the indicator evaluates the EMA filter condition. If the filter passes (or is disabled), the script draws TP/SL boxes showing the expected profit and loss zones based on current ATR values.
Step 4 - Trade Tracking:
Each valid signal enters the tracking system, which monitors subsequent price action to determine outcomes. The script identifies whether the take-profit or stop-loss was hit first (discarding trades where both trigger on the same candle to avoid ambiguous results).
PERFORMANCE DASHBOARD
The integrated dashboard provides real-time strategy analytics to automatically convert results to dollar values for any instrument:
Tracked Metrics:
- Total Trades: Complete count of closed positions
- Wins/Losses: Individual counts with color coding
- Win Rate: Success percentage with dynamic color (green >= 50%, red < 50%)
- Total P&L: Cumulative profit/loss in dollars
- Avg Win: Mean dollar amount per winning trade
- Avg Loss: Mean dollar amount per losing trade
NOTE: The dollar values shown in the dashboard are for trading only a single share/contract/etc. You will need to manually multiply those numbers by the amount of shares/contracts you are trading to get a true value.
The dollar conversion works automatically across all markets:
- Futures contracts (ES, NQ, CL, etc.) use their contract specifications
- Forex pairs use standard lot calculations
- Stocks and crypto use their respective point values
This eliminates manual calculation and provides immediate performance feedback in meaningful currency terms.
CUSTOMIZATION OPTIONS
ATR Settings:
- ATR Period: Lookback length for volatility calculation (default: 14)
- TP Multiplier: Take-profit distance as multiple of ATR (default: 3.0)
- SL Multiplier: Stop-loss distance as multiple of ATR (default: 1.5)
EMA Settings:
- EMA Length: Period for trend filter calculation (default: 9)
- Use EMA Filter: Toggle trend confirmation requirement (default: enabled)
Visual Settings:
- Bullish Color: Color for long signals and wins (default: green)
- Bearish Color: Color for short signals and losses (default: red)
- EMA Color: Color for trend filter line (default: orange)
- Line Width: Thickness of Marubozu level lines (1-5, default: 2)
- EMA Width: Thickness of EMA line (1-5, default: 2)
Line Management:
- Max Unbroken Lines: Limit for active extending lines (default: 10)
- Max Broken Lines: Limit for historical touched lines (default: 5)
Dashboard Settings:
- Show Dashboard: Toggle performance display on/off
- Dashboard Position: Corner placement (4 options)
- Dashboard Size: Text size selection (Tiny/Small/Normal/Large)
HOW TO USE
1. Add the indicator to your chart
2. Adjust ATR multipliers based on your risk tolerance (higher values = more conservative)
3. Configure the EMA filter based on market conditions (enable for trending, disable for ranging)
4. Set line limits to match your visual preference and chart timeframe
5. Monitor the dashboard to track strategy performance in real-time
6. Use the TP/SL boxes as reference levels for manual trades or automation
Best Practices:
- Enable EMA filter in strongly trending markets
- Disable EMA filter if you want more trade signals but at lower quality
- Increase ATR multipliers in highly volatile markets
- Decrease ATR multipliers for tighter, more frequent trades
- Review avg win/loss ratio to ensure positive expectancy
UNIQUE FEATURES
Unlike basic Marubozu detectors, this strategy provides:
1. Automatic level tracking with memory management
2. Volatility-adjusted risk parameters instead of fixed values
3. Optional trend confirmation via EMA filter
4. Real-time performance analytics with automatic dollar conversion
5. Separate tracking of wins/losses with individual averages
6. Configurable visual display to prevent chart clutter
7. Complete transparency with all logic visible in open-source code
Distance % from sma/ema + Percentile BandsThis script is breadth indicator for long term bull and bear markets.
Default settings:
AU:
- 200m SMA
- Percentile Lookback: 99%
- Lookback Period: 240 M
AG: TBD
SPX: TBD
multi ema 이격This script identifies trends by checking the alignment of the current EMA chart using 25 intervals from EMA200.
If the EMA is trending upward from 0, take a long position. If it's trending downward, maintain a short position.
Divergence between the top and bottom is also valid.
If you get a good overall understanding, you will find that it is a very powerful tool.
Fiyat - 55 EMA Uzaklık SinyaliThis indicator generates a signal when the price moves a certain percentage away from the 55-period Exponential Moving Average (EMA).
It helps traders identify when the market is stretched too far from its mean level, which can indicate potential reversal or continuation zones.
⚙️ How It Works
Calculates the 55 EMA on the selected chart.
Measures the percentage distance between the current price and the 55 EMA.
When the price distance exceeds the user-defined threshold (default: 0.50%), a visual signal (orange triangle) appears on the chart.
The background also highlights the signal candle.
🧩 Inputs
EMA Length: Default = 55 (can be changed).
Distance Threshold (%): Default = 0.50 → Change to detect stronger or weaker price deviations.






















