Net Change Anchored• Sets reference price to the opening price of your chosen anchor period.
• Generates Normalized Change by dividing the scaled net move by the weighted average absolute one-bar move across current + N past spans.
• Computes Net Change %: (close – period-open) ÷ period-open × 100, and Log Return %: log(close ÷ period-open) × 100.
• Toggle Net Change %, Log Return % and Normalized Change on or off.
Medie mobili
50/100 EMA Crossover with Candle Confirmation📘 **50/100 EMA Crossover with Candle Confirmation – Strategy Description**
The **50/100 EMA Crossover with Candle Confirmation** is a trend-following strategy designed to filter high-probability entries by combining exponential moving average (EMA) crossovers with strong price action confirmation. This strategy aims to reduce false signals commonly associated with EMA-only systems by requiring a **candle close confirmation in the direction of the trend**, making it more reliable for intraday or swing trading across Forex, crypto, and stock markets.
---
### 🔍 **Core Logic**
* The strategy is based on the interaction of the **50 EMA** (fast-moving average) and the **100 EMA** (slow-moving average).
* **Trend direction** is determined by the crossover:
* **Bullish Trend**: When the 50 EMA crosses **above** the 100 EMA.
* **Bearish Trend**: When the 50 EMA crosses **below** the 100 EMA.
* To **filter out false breakouts**, a **candle confirmation** is used:
* For a **Buy signal**: After a bullish crossover, wait for a strong bullish candle (e.g., full-body green candle) to **close above both EMAs**.
* For a **Sell signal**: After a bearish crossover, wait for a strong bearish candle to **close below both EMAs**.
---
### ✅ **Entry Conditions**
**Buy Entry:**
* 50 EMA crosses above 100 EMA.
* Latest candle closes **above both EMAs**.
* Candle must be bullish (green/full body preferred).
**Sell Entry:**
* 50 EMA crosses below 100 EMA.
* Latest candle closes **below both EMAs**.
* Candle must be bearish (red/full body preferred).
---
### 🛑 **Exit or Take-Profit Options**
* **Fixed TP/SL**: 1:2 or 1:3 risk-reward.
* **Trailing Stop**: Based on recent swing highs/lows or ATR.
* **EMA Exit**: Exit trade when the candle closes on the opposite side of 50 EMA.
---
### ⚙️ **Best Settings**
* **Timeframes**: 5M, 15M, 1H, 4H (works well on most).
* **Markets**: Forex, Crypto (e.g., BTC/ETH), Indices (e.g., NASDAQ, NIFTY50).
* **Recommended filters**:
* Use with RSI divergence or volume confirmation.
* Avoid using during high-impact news (especially on lower timeframes).
---
### 🧠 **Why This Works**
The 50/100 EMA crossover provides a **medium-term trend signal**, reducing noise seen in fast EMAs (like 9 or 21). The candle confirmation adds a **momentum filter**, ensuring price supports the directional bias. This makes it suitable for traders who want a balance of trend and entry precision without overcomplicating with too many indicators.
---
### 📈 **Advantages**
* Simple yet effective for identifying trends.
* Filters out fakeouts using candle confirmation.
* Easy to automate in Pine Script or other trading bots.
* Can be combined with support/resistance or SMC zones for better confluence.
---
### ⚠️ **Limitations**
* May lag slightly in ranging markets.
* Late entries possible due to confirmation candle.
* Works best with additional volume or volatility filter.
PK's Buffer Zones with Extra Zone + EMA + VWAPuse as support and resistance. for any market and stocks.
Jitendra: MTF AIO Technical Indicators with Trend ▲▼🧠 Indicator Name:
Jitendra: Multi Timeframe All In One Technical Indicators with Trend ▲▼
📌 Purpose :
A multi-timeframe technical analysis dashboard that visualizes a wide set of technical indicators in a table, supporting up to 6 timeframes (current + 5 custom), along with chart plots of EMA, VWAP, Bollinger Bands, and Supertrend
✅ Use Cases
Multi-timeframe swing or intraday trading
Quick decision dashboard for:
Momentum
Volume strength
Trend direction
Overbought/oversold detection
EMA crossovers and trend filters
How to Use & Change Setting
Complete Details of every Toggle
drive.google.com
==========================================
📊 Logic & Presentation
Uses request.security() to fetch indicator values for each selected timeframe.
Calculates RSI/ADX/DI/MACD/Stochastic values per TF.
Plots a table dynamically with headers and rows built at runtime.
Applies conditional coloring to indicate direction/momentum visually.
Uses arrays and string splitting to manage multiple EMA values per timeframe.
Super efficient get_vals() and fill_row() modular functions.
📋 Key Features Overview :
1. Chart Plots (Overlay)
VWAP line
4 EMAs (custom lengths, color-coded)
2 Supertrend lines with different ATR multipliers and lengths
Bollinger Bands with configurable length and deviation
2. Multi-Timeframe Table
A dashboard showing indicator values across:
Current TF
Custom TF1 → TF5 (e.g., 1H, 4H, D, W, M)
3. Indicators Displayed in Table (Toggle ON/OFF)
VWAP position (Above/Below)
MACD (value + trend arrow + optional histogram)
RSI (value + trend arrow)
ADX and DI+ / DI- (values + trend arrows)
Stochastic K value
EMA Status (EMA1, EMA2, EMA3 with up/down based on price)
EMA Crossovers (symbol ▲▼ for EMA1 vs EMA2)
RSI Divergence (Regular + Hidden: Bullish/Bearish)
Volume Matrix:
Raw Volume
20 SMA of Volume
Volume % Change
4. Divergence Detection (RSI)
Uses pivot highs/lows to detect:
Bullish/Bearish divergence
Hidden Bullish/Bearish divergence
5. Color Coding
Trend direction is visualized using:
Green (Bullish), Red (Bearish), Gray (Neutral)
Dynamic table cell background for easy interpretation
6. Customizations & UI
Table Position: 9 options (top/bottom/center, left/right)
Text size options: tiny to huge
Modular toggle system: selectively enable indicators and TFs
⚙️ Inputs (Grouped by Functionality)
🔹 Moving Averages / VWAP / Bollinger Bands
Show/hide toggles
Custom EMA lengths (5, 21, 50, 200)
Bollinger Band length and deviation
🔹 Supertrend Settings
Two independent Supertrend inputs
ATR Period & Multiplier
🔹 RSI Divergence Settings
Pivot lookback bars for left/right swing point detection
🔹 Stochastic
%K Length, %K & %D smoothing
🔹 MACD
Histogram and trend arrow toggle
🔹 ADX/DI
ADX Smoothing and DI period
🔹 Volume
Toggles for:
Raw Volume
Volume SMA (20)
Volume % Rise
🎨 Color Coding Logic Summary
The script uses dynamic background and text colors in the table and plots to highlight trend direction, strength, and conditions visually:
RSI Coloring
val > 60 → Aqua (Strong / Overbought)
val 40–60 → Green (Neutral/Healthy)
val < 40 → Red (Weak / Oversold)
ADX / +DI / -DI Coloring
val > 25 → Aqua (Strong trend)
val 18–25 → Green (Moderate trend)
val < 18 → Red (Weak trend)
VWAP Position
Close > VWAP → Green (Bullish)
Close < VWAP → Red (Bearish)
Close = VWAP → Gray (Neutral)
Direction Arrows
▲ Green (Bullish) ▼ Red (Bearish)
EMA Background Color
Close > EMA → Green background (Price above EMA)
Close < EMA → Red background (Price below EMA)
EMA Cross Symbol
EMA1 > EMA2 → ▲ Green
EMA1 < EMA2 → ▼ Red
Equal → - Gray
Stochastic %K Coloring
K > D → Green (Bullish crossover)
K < D → Red (Bearish crossover)
K = D → Gray (Neutral)
📊 Volume % Change Coloring
volPct > 0 → Green (Increased volume)
volPct < 0 → Red (Decreased volume)
volPct = 0 → Gray
Thanks Happy Trading / Comment for Any Query or More Information about Setting
KVS-MA VadeliEnglish Description
KVS-MA Futures: Smart Moving Averages and Automated Analysis
The KVS-MA Futures indicator is designed to support your trading decisions by combining multi-timeframe moving average analysis, popular EMA combinations, Esma (EMA/SMMA) crossovers, and automatic Fibonacci levels into a single, comprehensive tool.
With this versatile indicator, you can:
Flexible Timeframe Selection: Choose from predefined EMA combinations like Short-Term (12-26 EMA), Long-Term (13-21-34-55-89-144 EMA), "5-8-13-34", or "9-21" from a single menu to display on your chart.
Esma Strategy: Visualize crossovers of EMA21, SMMA21, and SMMA55 moving averages to follow signals from this specific strategy.
Automatic Fibonacci Levels: Easily identify potential support and resistance levels by viewing automatically drawn Fibonacci retracement and extension levels based on price movement over a specified length.
Visual Crossover Signals: The indicator displays numerous popular EMA crossovers (Golden Cross / Death Cross) on the chart with arrows and labels, ensuring you don't miss trend changes. You can adjust the visibility of these signals.
Live Information Table: A dynamic table provides a quick overview of the market by showing all significant EMA crossovers (as Buy/Sell signals), along with RSI and MACD Histogram values. The table's position is customizable.
KVS-MA Futures offers a comprehensive solution for traders looking to evaluate price action from a broader perspective and capture strong buy/sell signals.
Trend Continuation IndicatorTrend Continuation Indicator
The Trend Continuation Indicator is designed to assist traders in identifying potential continuation setups within established market trends. It is particularly suited for use in strong trending environments and is optimized for lower timeframes, with a recommended chart setting of 5-minute candles and an EMA timeframe set to 1 hour.
The indicator combines multiple technical elements:
RSI (Relative Strength Index): Used to assess potential overbought and oversold conditions relative to the trend.
EMA (Exponential Moving Average): A multi-timeframe EMA is used as a directional filter, helping to align entries with the broader trend.
Candle Structure and Momentum Filters: The logic includes real-time candle analysis and volume dynamics to identify momentum-driven signals.
Buy signals are generated when price action shows bullish momentum and RSI confirms potential oversold conditions within an uptrend. Conversely, sell signals are triggered when bearish momentum aligns with overbought RSI levels in a downtrend.
This tool is intended for use as part of a broader trading strategy and is best applied in trending markets where continuation patterns are more likely to follow through.
THE INDICATOR ITSELF IS NO FINANCIAL ADVISE!
Here are some usecase examples:
Momentum-Reversal System Signals Pro
Momentum-Reversal System Signals Pro
Overview
A sophisticated signaling system designed to identify high-probability trend-following entries after a price pullback. This indicator is optimized for index futures like the S&P 500 (ES/SPX) on a 5-minute timeframe .
It performs best during periods of established trends and lower volatility. To aid in this, the indicator includes a customizable "No-Trade Zone" highlighter, which is pre-set to the often volatile 8:30 AM - 11:30 AM EST market open. While the default settings are robust and effective in most conditions, the indicator is fully customizable to suit your specific trading style.
How It Works
The core logic is based on a three-step process to filter for high-quality setups:
Trend Confirmation: The script first establishes the overall market direction using an EMA on a higher timeframe (15-minute by default). This ensures you are only looking for trades that align with the dominant trend.
Pullback Detection: Once the trend is confirmed, the script waits for the price to pull back to a dynamic area of value on the main chart (5-minute by default). This "pullback zone" is defined by the 5m EMA and an ATR-based channel around it, which adapts to current market volatility.
Momentum Entry: After a valid pullback occurs, the script waits for a clear sign that momentum is returning in the direction of the primary trend. This is confirmed by a combination of a MACD crossover and a strong RSI reading, signaling that the pullback has likely ended and the trend is ready to resume.
Advanced Quality Filters
What makes this indicator powerful is its multi-layered filtering system designed to weed out low-probability signals and avoid choppy market conditions.
Trend Strength: It doesn't just check the trend direction; it measures the slope of the 15m EMA to ensure the trend has sufficient strength. This is a key filter for avoiding flat, sideways markets.
Momentum Confirmation: An RSI "Dead Zone" around the 50-level ensures that the RSI shows decisive momentum before a signal is generated.
Signal Cooldown: A built-in timer ( Min Bars Between Signals ) prevents the same signal from firing repeatedly in a short period, reducing noise and over-trading.
RSI Volatility: The script checks that the RSI itself is not flat, which is often a sign of market indecision and a precursor to chop.
Pullback Quality: An optional filter ensures that by the time the signal fires, the price has already moved back to the "correct" side of the 5m EMA, confirming the reversal's strength.
Volatility Filter: A crucial risk management filter that blocks signals on abnormally large, high-risk "gasoline" bars that could lead to immediate stops.
How To Use
For Long Signals (Green 'Long' Tag):
Look for the 15m EMA to be green and trending upwards.
Wait for price to pull back towards the orange 5m EMA.
A "Long" signal appears when momentum indicators confirm a reversal back in the direction of the trend.
For Short Signals (Red 'Short' Tag):
Look for the 15m EMA to be red and trending downwards.
Wait for price to pull back towards the orange 5m EMA.
A "Short" signal appears when momentum indicators confirm a reversal back in the direction of the trend.
This tool provides high-probability signals, not guarantees. It is designed to be a core component of a complete trading plan. Always use proper risk management and confluence from your own analysis.
Fine-Tuning & Customization
All settings are fully adjustable in the script's "Inputs" tab to match your risk tolerance and market conditions.
Timeframe & EMA Settings: Adjust the core moving averages that define the trend and pullback zones.
Pullback Settings: Define what constitutes a valid pullback by adjusting the lookback period and the size of the ATR-based "near" zone.
Quality Filters: This is the most important section for tailoring the script's strictness. Increase the EMA Slope, RSI Dead Zone, or Signal Cooldown to receive fewer but potentially higher-quality signals.
Advanced Filters: Enable or disable the Pullback Quality and Volatility filters for an extra layer of confirmation or risk management.
No-Trade Zone Highlighter: Adjust the session and timezone to highlight periods you wish to avoid, such as news events or low-liquidity hours.
Happy trading, and please use this tool responsibly.
52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix====== 52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix ======
◆ Overview
52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix is an advanced multi-band indicator that integrates Bollinger Bands, Fibonacci levels, and ATR-based Spike signals (for detecting bullish/bearish pressure and volatility surges).
Built on a VWMA (Volume-Weighted Moving Average) foundation, it displays standard deviation bands, Fibonacci extension zones, multi-level expansions, and real-time bullish/bearish spike alerts alongside price labeling and color gradation.
This tool is designed to help traders visually analyze and react to:
- Key support/resistance zones
- Overbought/oversold boundaries
- Sudden directional volatility shifts (spikes)
All parameters are customizable to suit a wide variety of trading strategies and styles.
====== ◆ Key Features ======
- Multi-structured Bollinger Bands: VWMA-based center line with ± standard deviation bands and multiple levels of outer extension (+10% to +50%)
- Integrated Fibonacci Bands: Levels at 23.6%, 38.2%, 50%, 61.8%, and 78.6% above and below the center line
- ATR-based Spike Signal Alerts: Automatically detects sudden bullish/bearish volatility surges and triggers directional warning labels (“Bullish Spike Warning” or “Bearish Spike Warning”)
- Real-Time Price Labels & Visual Gradation: Each important band and level includes live price labeling and color-coded zone visualization
- Fully Adjustable Parameters & Panel Display Options: All inputs and visual elements can be toggled or customized
====== ◆ Technical Basis ======
■ Bollinger Bands & Multi-Extension
- Center Line: VWMA (Volume-Weighted Moving Average)
- Bands: ± Standard deviation (default 2.5), with extensions in +10% increments up to +50%
- Extension Zones: Reveal reactions to high volatility or trend continuation
■ Fibonacci Bands
- Symmetrical expansion from center line using Fibonacci ratios
- Visually highlights layered historical retracement zones and price clustering
■ ATR-Based Spike Signal
- Adaptive to chart timeframe (ATR Length & Multiplier auto-adjusted)
- Spike alerts triggered when price exceeds upper/lower ATR bands
- One signal per X bars to filter noise (interval adjustable)
■ Live Visual Labeling & Color Gradients
- Intelligently labeled bands with dynamic color shading between levels
- Helps clarify price geometry and zone importance
====== ◆ Practical Applications ======
■ Spike Signal Interpretation
- Bullish Spike Warning — Market plunged below ATR range → Potential oversold rebound signal
- Bearish Spike Warning — Market surged above ATR range → Potential overbought reversal signal
■ Band & Level Interaction
- Ripple behavior between Fibonacci levels signals trend momentum/weakness
- Penetration through outer expansion bands flags possible trend strength or volatility spikes
■ Integrated Trading Strategies
- Reversal Trades: Bounces between extension and Fibonacci levels
- Breakout Confirmation: Spike signals backing breakout moves
- Directional Bias: Trend-following confirmation when price exceeds multiple zones
====== ◆ Advanced Setting Options ======
All parameters can be fine-tuned for your trading strategy, market, and timeframe.
■ Bollinger Band Period
_Default:_ 20
_Description:_ Number of bars for VWMA and standard deviation. Shorter (10–14): faster but noisier. Longer (30–50): smoother, better for trend analysis.
■ Standard Deviation Multiplier
_Default:_ 2.5
_Description:_ Controls main band width. Lower values (1.5–2.0): More signals, higher sensitivity. Higher values (2.5–3.0): Fewer signals, higher reliability.
■ Band Extension Ratios
_Default:_ +10%, +20%, +30%, +40%, +50%
_Description:_ Amount to expand beyond standard bands. Used for detecting extended zones or extreme price movement areas.
■ ATR Length
_Default:_ Auto depending on timeframe (typically 14–30)
_Description:_ Period for calculating ATR. Shorter: Reacts faster, more sensitive. Longer: Smoother, filters short noise.
■ ATR Multiplier
_Default:_ Auto (1.75 to 2.8)
_Description:_ Sets the threshold for Spike signals. Lower: More frequent but smaller spikes. Higher: Triggers fewer but stronger signals.
■ Fibonacci Levels
_Default:_ 0.236, 0.382, 0.5, 0.618, 0.786
_Description:_ Determines how far Fibonacci bands extend from the center. Aids in identifying key retracement and reaction points.
■ Spike Signal Interval
_Default:_ 7 bars
_Description:_ Minimum bar separation between consecutive spike signals. Prevents signal overflooding from consecutive candles.
■ Labels & Coloring Display
_Toggle ON/OFF_
Show/hide all price labels and visual zone shading. Useful for decluttering or focusing on strategy testing.
Try adjusting these inputs based on your strategy and market conditions. Optimize for scalping, swing trading, day trading, or investing by testing different lengths, bands, and spike sensitivities.
====== ◆ Indicator Synergies ======
- Combine with moving averages, RSI, or MACD for breakout filters
- Use with support/resistance lines or Fibonacci retracements to validate critical zones
- Pair with Keltner Channels, ATR Bands, or volume-based tools for enhanced volatility tracking
====== ◆ Conclusion ======
52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix offers a cohesive framework that connects price level analysis, trend structure, and volatility-driven directional signals—all in one indicator. It’s not just a visualization tool, but a decision-support system for both reactive trade entries and proactive risk management. With full parameter adjustability and a clear structural layout, it empowers traders to adapt across assets, timeframes, and strategies—efficiently and confidently.
====== ◆ Disclaimer ======
This indicator is for informational and educational purposes only.
Past performance does not guarantee future results. Always apply proper risk management.
====== 52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix ======
◆ 개요
52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix는 볼린저 밴드, 피보나치 레벨, ATR 기반 스파이크 신호(상방/하방 압력 감지)를 결합한 고급 멀티 밴드 인디케이터입니다.
VWMA(거래량 가중 이동평균) 기반 중심선 위에 표준편차 밴드, 피보나치 확장 레벨, 다중 확장 밴드, 실시간 상·하방 스파이크 경고(라벨)와 가격 레이블·컬러 그라데이션이 동시에 제공됩니다.
트레이더가 주요 지지/저항, 과매수·과매도, 급격한 변동성 스파이크(방향성 돌파)를 한눈에 시각적으로 분석할 수 있도록 디자인되었습니다.
모든 설정값은 트레이딩 스타일에 맞춰 자유롭게 조절 가능합니다.
====== ◆ 주요 특징 ======
- VWMA 기반 중심선과 표준편차 밴드(±), 10~50% 단계별 외곽 확장
- 피보나치 밴드: 중심선 기준 23.6%, 38.2%, 50%, 61.8%, 78.6% 상·하단 동시 표기
- ATR 기반 스파이크 신호: 강한 상·하방 변동성 구간 실시간 감지(‘Bullish Spike Warning’, ‘Bearish Spike Warning’ 라벨)
- 실시간 가격 레이블 & 컬러 구간 구분
- 밴드/변동성/피보나치/시각 옵션 등 설정 완전 자유화
====== ◆ 기술적 기반 ======
■ 볼린저 밴드/확장
- VWMA 중심선, ± 표준편차 밴드(기본 2.5), 단계별 외곽 확장(10~50%)
■ 피보나치 밴드
- 중심선 기준 대칭 배치(0.236, 0.382, 0.5, 0.618, 0.786)
■ ATR 기반 스파이크 신호
- 차트 주기에 자동 최적화(ATR 기간/배수), 상단·하단 ATR 밴드 돌파 시 스파이크 라벨
- 반복 신호 방지(신호 간격 조정 가능)
■ 실시간 레이블 & 컬러 그라데이션
- 주요 밴드, 피보나치, 확장 레벨별 가격 표시 및 구간 별도 색상
====== ◆ 실용적 응용 ======
■ 스파이크 신호 해석
- Bullish Spike Warning: 과매도 구간(강한 하락 후 단기 반등 가능성)
- Bearish Spike Warning: 과매수 구간(급등 이후 단기 되돌림 가능성)
■ 밴드 & 레벨 시그널
- 피보나치 레벨 간 파동/추세 강도 진단
- 외곽 확장 밴드 돌파 시 강한 추세 혹은 변동성 집중 구간 인식
■ 통합 트레이딩 전략
- 주요 밴드·피보나치 간 바운스, 전환 패턴 기반 반전매매
- 스파이크 신호와 결합한 돌파 추종·추세 확정 대응
- 다중 구간 통과 시 방향성 강화 신호 등급별 분할 대응
====== ◆ 고급 설정 옵션 ======
트레이딩 스타일, 차트 주기, 시장 환경에 따라 모든 항목을 직접 조정할 수 있습니다.
■ 볼린저 밴드 기간 (Bollinger Band Period)
기본값: 20
VWMA 및 표준편차 산출에 적용할 캔들 수
짧게(10~14): 신호 빠르며 노이즈 많음
길게(30~50): 깔끔한 추세 중시
■ 표준편차 계수 (Standard Deviation Multiplier)
기본값: 2.5
밴드 폭 조절
1.5~2.0: 민감, 많이 신호
2.5~3.0: 신뢰도 높고 드문 신호
■ 밴드 확장 비율 (Band Extension Ratios)
기본값: 10%, 20%, 30%, 40%, 50%
기본 밴드에서 외곽 확장 단계
극단 변동성, 피로구간 등 감지
■ ATR 기간 (ATR Length)
기본값: 자동(보통 14~30)
ATR 산출 캔들 수
짧을수록 민감, 길수록 부드러움
■ ATR 배수 (ATR Multiplier)
기본값: 자동(1.75~2.8)
스파이크 신호 감지 문턱값
낮게: 잦고 약한 신호
높게: 드문 강한 신호
■ 피보나치 레벨 (Fibonacci Levels)
기본값: 0.236, 0.382, 0.5, 0.618, 0.786
중심선으로부터 각 밴드 거리
주요 지지/저항, 파동구조 세분화
■ 스파이크 신호 간격 (Spike Signal Interval)
기본값: 7
연속적 신호 과다 방지용 최소 캔들 수
높을수록 과발생 차단
■ 레이블/채색 표시 (Labels & Coloring)
On/Off
가격 레이블·영역 컬러 표시 ON/OFF
시장/전략별로 세부 세팅을 바꿔가며 직접 테스트 해보세요!
====== ◆ 시너지 활용 ======
- 이동평균, RSI, MACD 등과 조합시 신호 필터링
- 기존 수평 지지/저항, 피보나치 리트레이스먼트 등과 병용
- ATR, 켈트너밴드, 거래량 등과 복합 분석 가능
====== ◆ 결론 ======
52SIGNAL RECIPE Bollinger Bands & Fibonacci Spike Signal Matrix는 가격 구조, 변동성 이벤트, 방향성 신호를 하나로 통합한 고급 매매 지원 시스템입니다.
스캘핑, 스윙, 포지션 트레이딩 등 다양한 전략에 맞게 모든 파라미터를 세밀하게 조율할 수 있습니다.
현대 트레이딩 환경에 최적화된 정밀 결정 지원 도구로 활용하세요.
====== ◆ 면책 조항 ======
본 지표는 정보 제공 및 교육 목적입니다.
과거 실적이 미래의 수익을 보장하지 않으므로 반드시 철저한 리스크 관리를 병행하세요.
HA 21-EMA Crossover • compute Heikin-Ashi values in the background,
• overlay the 21-EMA (orange line) on those HA closes,
• mark bar-close crossovers with green BUY / red SELL arrows, and
20-Day SMA BIAS%20-day Bias is a commonly used indicator in technical analysis. It is used to measure the gap between the stock price and its 20-day moving average to determine whether the stock price deviates from the normal state and whether there is an overbought or oversold phenomenon.
How to calculate the 20-day deviation value:
The calculation formula of the deviation rate is: ((closing price of the day - 20-day moving average price) / 20-day moving average price) * 100%.
Interpretation of 20-day deviation value:
Positive deviation rate:
Indicates that the stock price is higher than the 20-day moving average, which means that the stock price is high and may face correction pressure.
Negative deviation rate:
Indicates that the stock price is lower than the 20-day moving average, which means that the stock price is low and there may be a rebound opportunity.
Absolute value of the deviation rate:
The larger the absolute value, the higher the deviation of the stock price, and the higher the degree of overbought or oversold.
Apply the deviation rate to determine the buying and selling opportunities:
Positive deviation rate is too large:
When the positive deviation rate of the stock price from the 20-day moving average is too large, and the stock price is already at a high level, this may be a sell signal.
Negative deviation rate is too large:
When the negative deviation rate of the stock price from the 20-day moving average is too large, and the stock price is already at a low level, this may be a buy signal.
Stock price fluctuates around the moving average:
Stock price usually fluctuates around the moving average and adjusts after over-rising or over-falling.
Practical operation suggestions:
The standards of the market and individual stocks are different:
When the positive and negative deviation rate of the market and the quarterly line is greater than 5%, there is a greater chance of correction; large-cap stocks are between 5% and 10%; small and medium-sized stocks may be above 15% to 20%.
Combined with other indicators:
The deviation rate is only one of the technical analysis indicators. It is recommended to combine it with other indicators, such as KD indicators, RSI, etc., to make a comprehensive judgment and improve accuracy.
Reference to historical experience:
You can refer to the situation where the deviation rate of the stock was too large in the past to determine whether the current deviation rate is also too large.
Summary:
The 20-day deviation value is an indicator to determine whether the stock price is overbought or oversold, which can help investors determine the timing of buying and selling, but it needs to be combined with other indicators and historical data, and adjusted according to market conditions.
Algolution Multiple MAsCombining multiple moving averages. You could modify and personalize every signal moving average for your own use.
📊 TREND Indicator by Yogesh Mandloi 📊This custom-built TradingView indicator provides a visual and logic-based trend analysis dashboard using 4-hour RSI and EMA/SMA conditions, combined with entry/exit signals, alerts, and a toggle-controlled condition table.
🔍 Core Logic
The strategy uses 4-hour timeframe data to identify potential bullish or bearish trends based on:
RSI (14):
Buy: RSI > 48
Sell: RSI < 52
EMA/SMA (Trend Filters):
Buy: EMA 21 > SMA 55 High → uptrend confirmation
Sell: EMA 21 < SMA 55 Low → downtrend confirmation
Buy Signal = RSI > 48 AND EMA21 > SMA55 High
Sell Signal = RSI < 52 AND EMA21 < SMA55 Low
It only signals on first bar of condition (no repetitive signals) and gives exit alerts when the condition ends.
📈 Features
✅ Signal Plotting
Green "BUY" arrows below bars when buy setup forms
Red "SELL" arrows above bars when sell setup forms
Gray "EXIT" markers when the trend condition invalidates
✅ Real-Time Alerts
Entry alerts for both BUY and SELL signals
Exit alerts to close positions
✅ Dynamic Visual Table
An on-screen signal table shows the live status of each condition with color-coded clarity:
✅ Green: Condition met
❌ Red: Condition not met
🟧 Orange: Warning (bearish potential forming)
✅ Toggle Switches for Sections
Users can control the visibility of each table section:
Buy Conditions ✔️
Sell Conditions 🔻
Signal Summary 📌
Indicator Values 📊
This makes it easier to focus on relevant sections or declutter the chart view.
✅ Customizable Table Position
You can change the table location:
top_left, top_right, bottom_left, bottom_right
✅ Background Highlights
Light Green background when buy conditions are active
Light Red background when sell conditions are active
GALAXY INDICATOR v2✅ Features:
📊 Entry Signal: RTI contraction followed by RTI = 100 breakout (high momentum)
🛑 Stoploss: Based on breakout candle low
🎯 Target: Risk–Reward based (customizable RR ratio)
🔁 Trailing Stoploss: Optional SL trail below 50 EMA
🔎 EMA Alignment Check: 10 EMA > 20 EMA > 50 EMA required for trade
📈 Real-time Trade Table: Entry, SL, Target, Quantity, Profit/Loss shown on chart
🔔 Entry/Exit Alerts (ready-to-use for automation or notifications)
🟠 Orange Dot Detection: Identifies RTI contraction zones (low volatility buildup)
💡 Optimized for intraday & swing trading across all segments
📌 Ideal For:
Traders who prefer confirmation-based breakouts
Those looking for volume-backed entries
Trend followers who avoid noise and false signals
Strategy with DI+/DI-, ADX, RSI, MACD, EMA + Time Stop [EXP. 1]Strategy Overview
This is an experimental trend-following strategy combining directional movement indicators, momentum filters, and time-based exits. Built for low timeframes like BTCUSDT 5m, it aims to detect clean directional setups while managing risk tightly.
Indicator Components
• DI+/DI- + ADX – Confirms trend direction and strength
• RSI (14) – Momentum filter (entries only if RSI > 55 or < 45)
• MACD Histogram – Confirms momentum shift in signal direction
• Candle Body % Filter – Screens for strong price commitment bars
• EMA 600 & EMA 2400 – Defines long-term trend alignment
• Time-Based Stop – Closes trade if it doesn’t move 0.75% in 85 bars
• Reward:Risk – 1% stop-loss, 7.5:1 reward-to-risk
• One Trade per EMA Cross – Only trades first valid signal per trend shift
Entry Logic
Long Entry:
• DI+ crosses above DI−
• RSI > 55
• MACD histogram > 0
• Strong bullish candle
• EMA600 > EMA2400
• Occurs within 25 bars of an EMA crossover
Short Entry:
• DI+ crosses below DI−
• RSI < 45
• MACD histogram < 0
• Strong bearish candle
• EMA2400 > EMA600
• Occurs within 25 bars of an EMA crossover
Exit Logic
• Stop-loss: 1% from entry
• Take-profit: 7.5x risk
• Time-stop: Trade closed if price doesn’t move 0.75% in 85 bars
Testing Parameters
• Initial Capital: $10,000
• Commission: 0.04% per trade
• Timeframe: 5-minute
• Tested on: BTCUSDT
• ⚠️ Early-stage strategy — trade count may be low depending on market context. This is shared for educational use and community feedback.
Notes
• This script is experimental and educational
• Please forward-test in a demo environment before using it live
• Open-source for learning and improvement — contributions welcome!
10/20 MA Coil: Progressive Colors & Multi-Day BreakoutThis indicator detects price “coil” setups and highlights potential breakout or breakdown opportunities using moving average alignment and volatility compression.
Features:
• Coil Detection:
• Identifies consolidation when:
• The 10 and 20 MAs are tightly aligned (within user-defined tolerance)
• Price is above both MAs and within 1.5x ADR of them
• The 50 MA is rising
• Progressive Coil Coloring:
• Coil candles are colored in progressively darker orange as the streak continues
• Bullish Breakout Signal:
• Triggers when a green candle follows a coiled bar
• The candle’s body must be greater than or equal to 1 ATR
• Colored lime green
• Bearish Breakdown Signal:
• Triggers when a red candle follows a coiled bar
• The candle’s body must be greater than or equal to 1 ATR to the downside
• Colored black
• Custom Candle Rendering:
• Candle body color represents coil or breakout state
• Wick and border are red or green to reflect price direction
• Optional Debug Tools:
• Coil streak, ATR, and distance from MAs can be plotted for deeper analysis
This script is designed for traders looking to spot price compression and prepare for high-probability moves following low-volatility setups.
Multi-EMA Bullish Crossover alertAlert on EMA crossovers
10 above 20 - first sign of bullishness
20 above 50 - second
50 above 200 - stage 2 stock
Hybrid Strategy with Position Control//@version=6
indicator('Hybrid Strategy with Position Control', overlay=true)
// === INPUTS ===
emaFastLen = input.int(8, 'Fast EMA')
emaSlowLen = input.int(21, 'Slow EMA')
rsiLen = input.int(14, 'RSI Length')
rsiOverbought = input.int(70, 'RSI Overbought')
rsiOversold = input.int(30, 'RSI Oversold')
macdFast = input.int(12, 'MACD Fast')
macdSlow = input.int(26, 'MACD Slow')
macdSignal = input.int(9, 'MACD Signal')
// === CALCULATIONS ===
emaFast = ta.ema(close, emaFastLen)
emaSlow = ta.ema(close, emaSlowLen)
rsi = ta.rsi(close, rsiLen)
= ta.macd(close, macdFast, macdSlow, macdSignal)
// === POSITION TRACKING ===
var int position = 0 // 0 = no position, 1 = long, -1 = short
// === ENTRY CONDITIONS ===
longCondition = ta.crossover(emaFast, emaSlow) and rsi < rsiOverbought and macdLine > signalLine and position != 1
shortCondition = ta.crossunder(emaFast, emaSlow) and rsi > rsiOversold and macdLine < signalLine and position != -1
// === EXIT CONDITIONS (Optional logic for reset) ===
exitLong = ta.crossunder(emaFast, emaSlow)
exitShort = ta.crossover(emaFast, emaSlow)
// === SIGNAL PLOTS ===
buySignal = longCondition
sellSignal = shortCondition
plotshape(buySignal, title='Buy Signal', location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small, text='BUY')
plotshape(sellSignal, title='Sell Signal', location=location.abovebar, color=color.red, style=shape.triangledown, size=size.small, text='SELL')
// === STATE MANAGEMENT ===
if (longCondition)
position := 1
if (shortCondition)
position := -1
// Reset position if trend reverses
if (exitLong and position == 1)
position := 0
if (exitShort and position == -1)
position := 0
// === PLOT EMAs ===
plot(emaFast, color=color.orange, title='Fast EMA')
plot(emaSlow, color=color.blue, title='Slow EMA')
CerberusFX Midnight Line UTC+2Daily Vertical Line UTC+2
Plots a vertical blue line spanning the full chart height at the start of each day at 00:00 UTC+2 (or the next available candle). Includes a label ("00:00 UTC+2") above the candle for clarity. Ideal for separating trading days on intraday charts in the UTC+2 timezone.
Crypto Trend StrengthCrypto Trend Strength Dashboard (11-Point System)
Description:
This indicator is a visually enhanced dashboard that evaluates 11 key technical signals to assess bullish momentum for crypto. Each condition is displayed in a easy reading table for quick interpretation and visual appeal.
Signals include:
Higher highs and higher lows
Price above SMA18 and SMA365
SMA180 > SMA365
Positive slope on SMA180 and SMA365
RSI trending upward
Ideal for traders who want a clean, at-a-glance summary of market strength without scanning multiple charts or indicators.
EMA Curl Strength+EMA Curl Strength+
Description:
This indicator provides a statistically normalized view of EMA slope momentum using Z-score transformation. By evaluating the rate of change of an EMA and comparing it against its historical behavior, the script highlights momentum shifts in a dynamic, adaptive way.
⸻
How It Works:
• Calculates the slope (percentage change) of a chosen EMA.
• Normalizes the slope using Z-score over a custom lookback period.
• Smooths the resulting signal and computes two signal lines for comparison.
• Assigns dynamic colors based on user-defined Z-score thresholds for mild, moderate, and strong momentum in both directions.
⸻
Visual Features:
• Gradient fill between the Z Curl Line and Signal 1 to highlight slope acceleration.
• Histogram showing the difference between the Z Curl Line and its signal.
• Optional signal crossover shapes between configurable pairs (e.g., Z Curl vs. Signal).
• Background highlights when the Z Curl Line exceeds ±2, indicating strong trending behavior.
⸻
Customization:
• Adjustable EMA length, smoothing lengths, signal lengths, histogram smoothing, and Z-score lookback.
• Separate color controls for:
• Z-score strength bands (mild/moderate/strong up/down)
• Histogram bars
• Signal lines
• Background highlight zones
• Crossover shapes
⸻
Use Cases:
• Momentum Confirmation: Confirm strength when Z Curl exceeds ±2 with matching background highlights.
• Trend Entry Timing: Look for trades when Z Curl crosses above or below the 0-line.
• Scalping: Capture quick directional moves when momentum accelerates.
• Trend Following: Use strong Z Curl values to confirm trade direction and filter sideways action.
• Divergence Detection: Spot divergences between price and Z Curl movement to anticipate reversals.
AI Breakout Bands (Zeiierman)█ Overview
AI Breakout Bands (Zeiierman) is an adaptive trend and breakout detection system that combines Kalman filtering with advanced K-Nearest Neighbor (KNN) smoothing. The result is a smart, self-adjusting band structure that adapts to dynamic market behavior, identifying breakout conditions with precision and visual clarity.
At its core, this indicator estimates price behavior using a two-dimensional Kalman filter (position + velocity), then enhances the smoothing process with a nonlinear, similarity-based KNN filter. This unique blend enables it to handle noisy markets and directional shifts with both speed and stability — providing breakout traders and trend followers a reliable framework to act on.
Whether you're identifying volatility expansions, capturing trend continuations, or spotting early breakout conditions, AI Breakout Bands gives you a mathematically grounded, visually adaptive roadmap of real-time market structure.
█ How It Works
⚪ Kalman Filter Engine
The Kalman filter models price movement as a state system with two components:
Position (price)
Velocity (trend direction)
It recursively updates predictions using real-time price as a noisy observation, balancing responsiveness with smoothness.
Process Noise (Position) controls sensitivity to sudden moves.
Process Noise (Velocity) controls smoothing of directional flow.
Measurement Noise (R) defines how much the filter "trusts" live price data.
This component alone creates a responsive yet stable estimate of the market’s center of gravity.
⚪ Advanced K-Neighbor Smoothing
After the Kalman estimate is computed, the script applies a custom K-Nearest Neighbor (KNN) smoother.
Rather than averaging raw values, this method:
Finds K most similar past Kalman values
Weighs them by similarity (inverse of absolute distance)
Produces a smoother that emphasizes structural similarity
This nonlinear approach gives the indicator an AI feature — reacting fast when needed, yet staying calm in consolidation.
█ How to Use
⚪ Trend Recognition
The line color shifts dynamically based on slope direction and breakout confirmation.
Bullish conditions: price above the mid band with positive slope
Bearish conditions: price below the mid band with negative slope
⚪ Breakout Signals
Price breaking above or below the bands may signal momentum acceleration.
Combine with your own volume or momentum confirmation for stronger entries.
Bands adapt to market noise, helping filter out low-quality whipsaws.
█ Settings
Process Noise (Position): Controls Kalman filter’s sensitivity to price changes.
Process Noise (Velocity): Controls smoothing of directional component.
Measurement Noise (R): Defines how much trust is placed in price data.
K-Neighbor Length: Number of historical Kalman values considered for smoothing.
Slope Calculation Window: Number of bars used to compute trend slope of the smoothed Kalman.
Band Lookback (MAE): Rolling period for average absolute error.
Band Multiplier: Multiplies MAE to determine band width.
-----------------
Disclaimer
The content provided in my scripts, indicators, ideas, algorithms, and systems is for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.