Heiken Ashi Supertrend ATR-SL StrategyThis indicator combines Heikin Ashi candle pattern analysis with Supertrend to generate high-probability trading signals with built-in risk management. It identifies potential entries and exits based on specific Heikin Ashi candlestick formations while providing automated ATR-based stop loss management.
Trading Logic:
The system generates long signals when a green Heikin Ashi candle forms with no bottom wick (indicating strong bullish momentum). Short signals appear when a red Heikin Ashi candle forms with no top wick (showing strong bearish momentum). The absence of wicks on these candles signals a high-conviction market move in the respective direction.
Exit signals are triggered when:
1. An opposite pattern forms (red candle with no top wick exits longs; green candle with no bottom wick exits shorts)
2. The ATR-based stop loss is hit
3. The break-even stop is activated and then hit
Technical Approach:
- Select Heiken Ashi Canldes on your Trading View chart. Entried are based on HA prices.
- Supertrend and ATR-based stop losses use real price data (not HA values) for trend determination
- ATR-based stop losses automatically adjust to market volatility
- Break-even functionality moves the stop to entry price once price moves a specified ATR multiple in your favor
Risk Management:
- Default starting capital: 1000 units
- Default risk per trade: 10% of equity (customizable in strategy settings)
- Hard Stop Loss: Set ATR multiplier (default: 2.0) for automatic stop placement
- Break Even: Configure ATR threshold (default: 1.0) to activate break-even stops
- Appropriate position sizing relative to equity and stop distance
Customization Options:
- Supertrend Settings:
- Enable/disable Supertrend filtering (trade only in confirmed trend direction)
- Adjust Factor (default: 3.0) to change sensitivity
- Modify ATR Period (default: 10) to adapt to different timeframes
Visual Elements:
- Green triangles for long entries, blue triangles for short entries
- X-marks for exits and stop loss hits
- Color-coded position background (green for long, blue for short)
- Clearly visible stop loss lines (red for hard stop, white for break-even)
- Comprehensive position information label with entry price and stop details
Implementation Notes:
The indicator tracks positions internally and maintains state across bars to properly manage stop levels. All calculations use confirmed bars only, with no repainting or lookahead bias. The system is designed for swing trading on timeframes from 1-hour and above, where Heikin Ashi patterns tend to be more reliable.
This indicator is best suited for traders looking to combine the pattern recognition strengths of Heikin Ashi candles with the trend-following capabilities of Supertrend, all while maintaining disciplined risk management through automated stops.
Moving Averages
Smart MA CrossoverThe Smart MA Crossover indicator is a trend-following tool designed to help traders identify high-probability buy and sell signals based on a dynamic moving average and volume confirmation.
This indicator allows traders to customize the moving average type (SMA, EMA, HMA, WMA, VWMA, SMMA, or VWAP) while incorporating an ATR-based filter for better signal clarity.
How It Works
The script analyzes price movements in relation to a selected moving average and volume conditions to generate trend-based trade signals:
🟢 Buy Signal:
- Price is trading above the moving average for at least two bars.
- A sudden upward momentum is detected (price > open * 1.005).
- Volume is higher than the 50-period SMA of volume.
- The price was trading below the moving average three bars ago.
🔴 Sell Signal:
- Price is trading below the moving average for at least two bars.
- A sudden downward movement is detected (price < open * 0.995).
- Volume is higher than the 50-period SMA of volume.
- The price was trading above the moving average three bars ago.
- When these conditions are met, a label appears on the chart, marking the potential trade signal.
Key Features
- Customizable Moving Averages – Choose between SMA, EMA, HMA, WMA, VWMA, SMMA, or VWAP.
- Dynamic Trend Detection – Moving average color changes based on trend direction.
- Volume Confirmation – Avoid false signals by filtering trades using SMA-based volume analysis.
- ATR-Based Signal Placement – Labels are positioned dynamically based on ATR values to improve visibility.
- Background Trend Highlighting – The background changes color depending on whether price is above (green) or below (red) the moving average.
- Alerts for Buy & Sell Signals – Get real-time notifications when a trade signal is generated.
How to Use
- This indicator is best suited for trend-following strategies and works across different markets, including stocks, forex, and crypto.
- It can be used on multiple timeframes, but traders should combine it with additional analysis to refine trade decisions.
- ATR-based signal placement ensures that buy/sell labels do not clutter the chart.
Important Notes
- This indicator does not predict future price movements—it is a trend-based tool meant to assist with trade decisions.
- No financial advice – Always use risk management when trading.
- TradingView users who do not read Pine Script can still fully utilize this script thanks to clear labels and alerts.
Best MA Pair Finder (Crossover Strategy)This indicator automatically identifies the optimal pair of moving averages (MAs) for a crossover strategy using all available historical data. It offers several MA options—including SMA, EMA, and TEMA—allowing users to select the desired type in the settings. The indicator supports two strategy modes: “Long Only” and “Buy & Sell”, which can be chosen via the options.
For each MA pair combination, the indicator performs a backtest and calculates the profit factor, considering only those pairs where the total number of trades meets or exceeds the user-defined "Minimum Trades" threshold. This parameter ensures that the selected optimal pair is based on a statistically meaningful sample rather than on a limited number of trades.
The results provided by this indicator are based on historical data and backtests, which may not guarantee future performance. Users should conduct their own analysis and use proper risk management before making trading decisions.
20 Day Moving Average with Profit TargetsThis Pine Script indicator plots a 20-day simple moving average (SMA) on the chart and displays profit target labels relative to an initial buy price.
The script allows the user to input a custom buy price and calculates profit levels at 10%, 20%, 30%, and 50% above the buy price. Labels are shown on the last bar of the chart for each profit level and the buy price, with the labels offset to the right to avoid overlapping with the price action.
The labels are color-coded based on the profit levels, and the buy price label is blue.
ROC + SMI Auto Adjust
This indicator combines the Rate of Change (ROC) and the Stochastic Momentum Index (SMI) with automatically adjusted parameters for different time frames (short, medium, long). It normalizes the ROC to match the SMI levels, displays the ROC as a histogram and the SMI as lines, highlights overbought/oversold zones and includes a settings table. Ideal for analyzing momentum on different time frames.
Key Features:
Automatic Parameter Adjustment:
The script detects the current chart time frame (e.g. 1-minute, 1-hour, daily) and adjusts the parameters for the ROC and SMI accordingly.
Parameters such as ROC length, SMI length and smoothing periods are optimized for short, medium and long term time frames.
Rate of Change (ROC):
ROC measures the percentage change in price over a specified period.
The script normalizes the ROC values to match the SMI range, making it easier to compare the two indicators on the same scale.
The ROC is displayed as a histogram, where positive values are colored green and negative values are colored red.
Stochastic Momentum Index (SMI):
SMI is a momentum oscillator that identifies overbought and oversold conditions.
The script calculates the SMI and its signal line, plotting them on the chart.
Overbought and oversold levels are displayed as dotted lines for convenience.
SMI and SMI Signal Crossover:
When the main SMI crosses the signal line from below upwards, it may be a buy signal (bullish signal).
When the SMI crosses the signal line from above downwards, it may be a sell signal (bearish signal).
Configurable Inputs:
Users can use the automatically adjusted settings or manually override the parameters (e.g. ROC length, SMI length, smoothing periods).
Overbought and oversold levels for SMI are also configurable.
Parameter Table:
A table is displayed on the chart showing the current parameters (e.g. timeframe, ROC length, SMI length) for transparency and debugging.
The position of the table is configurable (e.g. top left, bottom right).
How it works:
The script first detects the chart timeframe and classifies it as short-term (e.g. 1M, 5M), medium-term (e.g. 1H, 4H) or long-term (e.g. D1, W1).
Based on the timeframe, it sets default values for the ROC and SMI parameters.
ROC and SMI are calculated and normalized so that they can be compared on the same scale.
ROC is displayed as a histogram, while SMI and its signal line are displayed as lines.
Overbought and oversold levels are displayed as horizontal lines.
Use cases:
Trend identification: ROC helps to identify the strength of the trend, while SMI indicates overbought/oversold conditions.
Momentum analysis: The combination of ROC and SMI provides insight into both price momentum and potential reversals.
Time frame flexibility: The auto-adjustment feature makes the script suitable for scalping (short-term), swing trading (medium-term) and long-term investing.
Bayesian AverageThis indicator calculates a statistically informed average of the price data using the Bayesian update rule. It overlays directly on the price chart of the trading instrument.
Inputs:
* Length: An integer input (default is 20) that determines the period over which the rolling mean and variance of the closing prices are calculated. This essentially sets the lookback window for recent price action.
* Prior Mean: A floating-point number input (default is 0.0) representing the initial guess or prior belief about the average price of the asset before observing any price data within the specified Length.
* Prior Variance: A floating-point number input (default is 1.0) that quantifies the uncertainty associated with the Prior Mean. A higher value indicates less confidence in the initial guess.
Calculations:
* Rolling Mean and Variance: The script first computes the simple moving average (rollingMean) and the sample variance (rollingVariance) of the closing price using the ta.sma and ta.variance functions over the length period.
* Bayesian Update: The indicator then applies the Bayesian update formulas to combine the prior beliefs with the information extracted from the recent price data:
* Posterior Variance: This value represents the updated uncertainty about the average price after considering the recent price fluctuations. It is calculated by combining the inverse of the Prior Variance with the precision of the data (number of observations divided by the Rolling Variance).
* Posterior Mean (Bayesian Average): This is the main output of the indicator. It represents the refined estimate of the average price, taking into account both the initial Prior Mean and the information from the Rolling Mean and Rolling Variance. The formula weights the Prior Mean and the Rolling Mean based on their respective precisions (inverse of their variances).
Plotting:
* Bayesian Average (Blue Line): The indicator plots the calculated posteriorMean, which is the Bayesian average of the price, as a blue line on the chart.
* Rolling Mean (Gray Line - Optional): For comparison, the script optionally plots the traditional simple moving average (rollingMean) as a gray line.
* Prior Mean (Dotted Red Line - Optional): A horizontal line representing the initial priorMean is optionally drawn on the chart as a red dotted line, serving as a reference.
* Posterior Variance (Orange Line - Optional): The posteriorVariance, representing the uncertainty, is also optionally plotted as an orange line.
In essence, this indicator attempts to provide a more statistically sound and potentially smoother representation of the average price by blending an initial belief with observed market data. The Prior Mean and Prior Variance allow users to incorporate their existing knowledge or assumptions into the calculation, while the Bayesian update mechanism adjusts these beliefs based on the recent price action.
Support & Resistance + EMA + Swing SL (3 Min)### **📌 Brief Description of the Script**
This **Pine Script indicator** for TradingView displays **Support & Resistance levels, EMAs (21 & 26), and Swing High/Low-based Stop-Loss (SL) points** on a **3-minute timeframe**.
---
### **🔹 Key Features & Functionality**
1️⃣ **🟥 Support & Resistance Calculation:**
- Finds the **highest & lowest price over the last 50 candles**
- Plots **Resistance (Red) & Support (Green) levels**
2️⃣ **📈 EMA (Exponential Moving Averages):**
- **21 EMA (Blue)** and **26 EMA (Orange)** for trend direction
- Helps in identifying bullish or bearish momentum
3️⃣ **📊 Swing High & Swing Low Detection:**
- Identifies **Swing Highs (Higher than last 5 candles) as SL for Short trades**
- Identifies **Swing Lows (Lower than last 5 candles) as SL for Long trades**
- Plots these levels as **Purple (Swing High SL) & Yellow (Swing Low SL) dotted lines**
4️⃣ **📌 Labels on Swing Points:**
- **"HH SL"** is placed on Swing Highs
- **"LL SL"** is placed on Swing Lows
5️⃣ **⚡ Breakout Detection:**
- Detects if **price crosses above Resistance** (Bullish Breakout)
- Detects if **price crosses below Support** (Bearish Breakout)
- Background color changes to **Green (Bullish)** or **Red (Bearish)**
6️⃣ **🚨 Alerts for Breakouts:**
- Sends alerts when **price breaks above Resistance or below Support**
---
### **🎯 How to Use This Indicator?**
- **Trade with Trend:** Follow **EMA crossovers** and Support/Resistance levels
- **Set Stop-Loss:** Use **Swing High as SL for Shorts** & **Swing Low as SL for Longs**
- **Look for Breakouts:** Enter trades when price **crosses Resistance or Support**
This script is **ideal for scalping & intraday trading** in a **3-minute timeframe** 🚀🔥
Let me know if you need **any modifications or improvements!** 📊💹
iD EMARSI on ChartSCRIPT OVERVIEW
The EMARSI indicator is an advanced technical analysis tool that maps RSI values directly onto price charts. With adaptive scaling capabilities, it provides a unique visualization of momentum that flows naturally with price action, making it particularly valuable for FOREX and low-priced securities trading.
KEY FEATURES
1 PRICE MAPPED RSI VISUALIZATION
Unlike traditional RSI that displays in a separate window, EMARSI plots the RSI directly on the price chart, creating a flowing line that identifies momentum shifts within the context of price action:
// Map RSI to price chart with better scaling
mappedRsi = useAdaptiveScaling ?
median + ((rsi - 50) / 50 * (pQH - pQL) / 2 * math.min(1.0, 1/scalingFactor)) :
down == pQL ? pQH : up == pQL ? pQL : median - (median / (1 + up / down))
2 ADAPTIVE SCALING SYSTEM
The script features an intelligent scaling system that automatically adjusts to different market conditions and price levels:
// Calculate adaptive scaling factor based on selected method
scalingFactor = if scalingMethod == "ATR-Based"
math.min(maxScalingFactor, math.max(1.0, minTickSize / (atrValue/avgPrice)))
else if scalingMethod == "Price-Based"
math.min(maxScalingFactor, math.max(1.0, math.sqrt(100 / math.max(avgPrice, 0.01))))
else // Volume-Based
math.min(maxScalingFactor, math.max(1.0, math.sqrt(1000000 / math.max(volume, 100))))
3 MODIFIED RSI CALCULATION
EMARSI uses a specially formulated RSI calculation that works with an adaptive base value to maintain consistency across different price ranges:
// Adaptive RSI Base based on price levels to improve flow
adaptiveRsiBase = useAdaptiveScaling ? rsiBase * scalingFactor : rsiBase
// Calculate RSI components with adaptivity
up = ta.rma(math.max(ta.change(rsiSourceInput), adaptiveRsiBase), emaSlowLength)
down = ta.rma(-math.min(ta.change(rsiSourceInput), adaptiveRsiBase), rsiLengthInput)
// Improved RSI calculation with value constraint
rsi = down == 0 ? 100 : up == 0 ? 0 : 100 - (100 / (1 + up / down))
4 MOVING AVERAGE CROSSOVER SYSTEM
The indicator creates a smooth moving average of the RSI line, enabling a crossover system that generates trading signals:
// Calculate MA of mapped RSI
rsiMA = ma(mappedRsi, emaSlowLength, maTypeInput)
// Strategy entries
if ta.crossover(mappedRsi, rsiMA)
strategy.entry("RSI Long", strategy.long)
if ta.crossunder(mappedRsi, rsiMA)
strategy.entry("RSI Short", strategy.short)
5 VISUAL REFERENCE FRAMEWORK
The script includes visual guides that help interpret the RSI movement within the context of recent price action:
// Calculate pivot high and low
pQH = ta.highest(high, hlLen)
pQL = ta.lowest(low, hlLen)
median = (pQH + pQL) / 2
// Plotting
plot(pQH, "Pivot High", color=color.rgb(82, 228, 102, 90))
plot(pQL, "Pivot Low", color=color.rgb(231, 65, 65, 90))
med = plot(median, style=plot.style_steplinebr, linewidth=1, color=color.rgb(238, 101, 59, 90))
6 DYNAMIC COLOR SYSTEM
The indicator uses color fills to clearly visualize the relationship between the RSI and its moving average:
// Color fills based on RSI vs MA
colUp = mappedRsi > rsiMA ? input.color(color.rgb(128, 255, 0), '', group= 'RSI > EMA', inline= 'up') :
input.color(color.rgb(240, 9, 9, 95), '', group= 'RSI < EMA', inline= 'dn')
colDn = mappedRsi > rsiMA ? input.color(color.rgb(0, 230, 35, 95), '', group= 'RSI > EMA', inline= 'up') :
input.color(color.rgb(255, 47, 0), '', group= 'RSI < EMA', inline= 'dn')
fill(rsiPlot, emarsi, mappedRsi > rsiMA ? pQH : rsiMA, mappedRsi > rsiMA ? rsiMA : pQL, colUp, colDn)
7 REAL TIME PARAMETER MONITORING
A transparent information panel provides real-time feedback on the adaptive parameters being applied:
// Information display
var table infoPanel = table.new(position.top_right, 2, 3, bgcolor=color.rgb(0, 0, 0, 80))
if barstate.islast
table.cell(infoPanel, 0, 0, "Current Scaling Factor", text_color=color.white)
table.cell(infoPanel, 1, 0, str.tostring(scalingFactor, "#.###"), text_color=color.white)
table.cell(infoPanel, 0, 1, "Adaptive RSI Base", text_color=color.white)
table.cell(infoPanel, 1, 1, str.tostring(adaptiveRsiBase, "#.####"), text_color=color.white)
BENEFITS FOR TRADERS
INTUITIVE MOMENTUM VISUALIZATION
By mapping RSI directly onto the price chart, traders can immediately see the relationship between momentum and price without switching between different indicator windows.
ADAPTIVE TO ANY MARKET CONDITION
The three scaling methods (ATR-Based, Price-Based, and Volume-Based) ensure the indicator performs consistently across different market conditions, volatility regimes, and price levels.
PREVENTS EXTREME VALUES
The adaptive scaling system prevents the RSI from generating extreme values that exceed chart boundaries when trading low-priced securities or during high volatility periods.
CLEAR TRADING SIGNALS
The RSI and moving average crossover system provides clear entry signals that are visually reinforced through color changes, making it easy to identify potential trading opportunities.
SUITABLE FOR MULTIPLE TIMEFRAMES
The indicator works effectively across multiple timeframes, from intraday to daily charts, making it versatile for different trading styles and strategies.
TRANSPARENT PARAMETER ADJUSTMENT
The information panel provides real-time feedback on how the adaptive system is adjusting to current market conditions, helping traders understand why the indicator is behaving as it is.
CUSTOMIZABLE VISUALIZATION
Multiple visualization options including Bollinger Bands, different moving average types, and customizable colors allow traders to adapt the indicator to their personal preferences.
CONCLUSION
The EMARSI indicator represents a significant advancement in RSI visualization by directly mapping momentum onto price charts with adaptive scaling. This approach makes momentum shifts more intuitive to identify and helps prevent the scaling issues that commonly affect RSI-based indicators when applied to low-priced securities or volatile markets.
EZ_Algo Copyright label
This script overlays a fully adjustable watermark on your chart, featuring:
A bold Main Title (e.g., your brand or name) and Subtitle (e.g., a tagline or ID).
Optional extras like a copyright notice, logo symbol, warning message, and chart info (symbol, timeframe, timestamp, or close price).
A subtle repeating overlay pattern to deter theft.
Flexible positioning, sizing, and color options to match your vib
e
It’s built for traders who want to protect their charts and make them stand out, all in a few clicks.
How to Use It
Add to Chart: Click "Add to Chart" and watch the default watermark appear (e.g., "EZ ALGO" at the top).
Customize It:
Main Title: Set your brand (e.g., "EZ ALGO") under "Main Title". Tweak color, size, and alignment.
Subtitle: Add a tagline (e.g., "Algo Trading") and trader ID (e.g., "@EZ_Algo
") with matching style options.
Text Opacity: Adjust "Text Opacity" in "Appearance" to control title and subtitle transparency (0 = solid, 100 = invisible).
Chart Info: Toggle "Show Chart Info" to display symbol and timestamp, or add "Show Close Price" for extra data.
Extras: Enable "Show Copyright" for a © notice, "Show Logo" for a symbol (e.g., ★), or "Show Warning" to shout "DO NOT COPY".
Overlay Pattern: Turn on "Show Overlay Pattern" to repeat a phrase (e.g., "EZ Algo") across the chart.
Positioning: Pick vertical/horizontal spots (top, middle, bottom; left, center, right) or try "Randomize Main Position" for a surprise placement.
Appearance: Set a "Background Color" and "Background Opacity" for the watermark’s backdrop.
Cell Size: Adjust "Cell Width (%)" and "Cell Height (%)" to resize the watermark (0 = auto-fit).
Apply & Share: Hit "OK" to save settings, then screenshot or share your branded chart with confidence!
Tips
Use a semi-transparent background (e.g., 50 opacity) to keep the chart readable.
Experiment with "Randomize Main Position" for a dynamic look.
Pair a bold logo with a faint overlay pattern for max branding power.
Credits
Inspired by @KristaKT
thanks for the great ideas!
Enjoy marking your charts with flair and protection! Questions? Drop a comment below.
[F.B]_ZLEMA MACD ZLEMA MACD – A Zero-Lag Variant of the Classic MACD
Introduction & Motivation
The Moving Average Convergence Divergence (MACD) is a standard indicator for measuring trend strength and momentum. However, it suffers from the latency of traditional Exponential Moving Averages (EMAs).
This variant replaces EMAs with Zero Lag Exponential Moving Averages (ZLEMA), reducing delay and increasing the indicator’s responsiveness. This can potentially lead to earlier trend change detection, especially in highly volatile markets.
Calculation Methodology
2.1 Zero-Lag Exponential Moving Average (ZLEMA)
The classic EMA formula is extended with a correction factor:
ZLEMA_t = EMA(2 * P_t - EMA(P_t, L), L)
where:
P_t is the closing price,
L is the smoothing period length.
2.2 MACD Calculation Using ZLEMA
MACD_t = ZLEMA_short,t - ZLEMA_long,t
with standard parameters of 12 and 26 periods.
2.3 Signal Line with Adaptive Methodology
The signal line can be calculated using ZLEMA, EMA, or SMA:
Signal_t = f(MACD, S)
where f is the chosen smoothing function and S is the period length.
2.4 Histogram as a Measure of Momentum Changes
Histogram_t = MACD_t - Signal_t
An increasing histogram indicates a relative acceleration in trend strength.
Potential Applications in Data Analysis
Since the indicator is based solely on price time series, its effectiveness as a standalone trading signal is limited. However, in quantitative models, it can be used as a feature for trend quantification or for filtering market phases with strong trend dynamics.
Potential use cases include:
Trend Classification: Segmenting market phases into "trend" vs. "mean reversion."
Momentum Regime Identification: Analyzing histogram dynamics to detect increasing or decreasing trend strength.
Signal Smoothing: An alternative to classic EMA smoothing in more complex multi-factor models.
Important: Using this as a standalone trading indicator without additional confirmation mechanisms is not recommended, as it does not demonstrate statistical superiority over other momentum indicators.
Evaluation & Limitations
✅ Advantages:
Reduced lag compared to the classic MACD.
Customizable signal line smoothing for different applications.
Easy integration into existing analytical pipelines.
⚠️ Limitations:
Not a standalone trading system: Like any moving average, this indicator is susceptible to noise and false signals in sideways markets.
Parameter sensitivity: Small changes in period lengths can lead to significant signal deviations, requiring robust optimization.
Conclusion
The ZLEMA MACD is a variant of the classic MACD with reduced latency, making it particularly useful for analytical purposes where faster adaptation to price movements is required.
Its application in trading strategies should be limited to multi-factor models with rigorous evaluation. Backtests and out-of-sample analyses are essential to avoid overfitting to past market data.
Disclaimer: This indicator is provided for informational and educational purposes only and does not constitute financial advice. The author assumes no responsibility for any trading decisions made based on this indicator. Trading involves significant risk, and past performance is not indicative of future results.
Uptrick: Universal Market ValuationIntroduction
Uptrick: Universal Market Valuation is created for traders who seek an analytical tool that brings together multiple signals in one place. Whether you focus on intraday scalping or long-term portfolio management, the indicator merges various well-known technical indicators to help gauge potential overvaluation, undervaluation, and trend direction. It is engineered to highlight different market dimensions, from immediate price momentum to extended cyclical trends.
Overview
The indicator categorizes market conditions into short-term, long-term, or a classic Z-Score style reading. Additionally, it draws on a unified trend line for directional bias. By fusing elements from traditionally separate indicators, the indicator aims to reduce “false positives” while giving a multidimensional view of price behavior. The indicator works best on cryptocurrency markets while remaining a universal valuation indicator that performs well across all timeframes. However, on lower timeframes, the Long-Term Combo input may be too long-term, so it's recommended to select the Short-Term Combo in the inputs for better adaptability.
Originality and Value
The Uptrick: Universal Market Valuation indicator is not just a simple combination of existing technical indicators—it introduces a multi-layered, adaptive valuation model that enhances signal clarity, reduces false positives, and provides traders with a more refined assessment of market conditions.
Rather than treating each included indicator as an independent signal, this script normalizes and synthesizes multiple indicators into a unified composite score, ensuring that short-term and long-term momentum, mean reversion, and trend strength are all dynamically weighted based on market behavior. It employs a proprietary weighting system that adjusts how each component contributes to the final valuation output. Instead of static threshold-based signals, the indicator integrates adaptive filtering mechanisms that account for volatility fluctuations, drawdowns, and momentum shifts, ensuring more reliable overbought/oversold readings.
Additionally, the script applies Z-Score-based deviation modeling, which refines price valuation by filtering out extreme readings that are statistically insignificant. This enhances the detection of true overvaluation and undervaluation points by comparing price behavior against a dynamically calculated standard deviation threshold rather than relying solely on traditional fixed oscillator bands. The MVRV-inspired ratio provides a unique valuation layer by incorporating historical fair-value estimations, offering deeper insight into market overextension.
The Universal Trend Line within the indicator is designed to smooth trend direction while maintaining responsiveness to market shifts. Unlike conventional trend indicators that may lag significantly or produce excessive false signals, this trend-following mechanism dynamically adjusts to changing price structures, helping traders confirm directional bias with reduced noise. This approach enables clearer trend recognition and assists in distinguishing between short-lived pullbacks and sustained market movements.
By merging momentum oscillators, trend strength indicators, volume-driven metrics, statistical deviation models, and long-term valuation principles into a single framework, this indicator eliminates the need for juggling multiple individual indicators, helping traders achieve a holistic market perspective while maintaining customization flexibility. The combination of real-time alerts, dynamic color-based valuation visualization, and customizable trend-following modes further enhances usability, making it a comprehensive tool for traders across different timeframes and asset classes.
Inputs and Features
• Calculation Window (Short-Term and Long-Term)
Defines how much historical data the indicator uses to evaluate the market. A smaller window makes the indicator more reactive, benefiting high-frequency traders. A larger window provides a steadier perspective for longer-term holders.
• Smoothing Period (Short-Term and Long-Term)
Controls how much the raw indicator outputs are “smoothed out.” Lower values reveal subtle intraday fluctuations, while higher values aim to present more robust, stable signals.
• Valuation Mechanism (Short Term Combo, Long Term Combo, Classic Z-Score)
Allows you to pick how the indicator evaluates overvaluation or undervaluation. Short Term Combo focuses on rapid oscillations, Long Term Combo assesses market health over more extended periods, and the Classic Z-Score approach highlights statistically unusual price levels.
Short-Term
• Determination Mechanism (Strict or Loose)
Governs the tolerance for labeling a market as overvalued or undervalued. Strict requires stronger confirmation; Loose begins labeling sooner, potentially catching moves earlier but risking more false signals.
Strict
Loose
• Select Color Scheme
Lets you choose the aesthetic style for your charts. Visual clarity can significantly improve reaction time, especially when multiple indicators are combined.
• Z-Score Coloring Mode (Heat or Slope)
Determines how the Classic Z-Score line and bars are colored. In Heat mode, the indicator intensifies color as readings move further from a baseline average. Slope mode changes color based on the direction of movement, making turning points more evident.
Classic Z-Score - Heat
Classic Z-Score - Slope
• Trend Following Mode (Short, Long, Extra Long, Filtered Long)
Offers various ways to compute and smooth the universal trend line. Short is more sensitive, Long and Extra Long are meant for extended time horizons, and Filtered Long applies an extra smoothing layer to help you see overarching trends rather than smaller fluctuations.
Short Term
Long Term
Extra Long Term
Filtered Long Term
• Table Display
An optional feature that places a concise summary table on the chart. It shows valuation states, trend direction, volatility condition, and other metrics, letting you observe multi-angle readings at a glance.
• Alerts
Multiple alert triggers can be set up—for crossing into overvaluation zones, for abrupt changes in trend, or for high volatility detection. Traders can stay informed without needing to watch charts continuously.
Why These Indicators Were Merged
• RSI (Relative Strength Index)
RSI is a cornerstone momentum oscillator that interprets speed and change of price movements. It has widespread recognition among traders for detecting potential overbought or oversold conditions. Including RSI provides a tried-and-tested layer of momentum insight.
• Stochastic Oscillator
This oscillator evaluates the closing price relative to its recent price range. Its responsiveness makes it valuable for pinpointing near-term price fluctuations. Where RSI offers a broader momentum picture, Stochastic adds fine-tuned detection of short-lived rallies or pullbacks.
• MFI (Money Flow Index)
MFI assesses buying and selling pressure by incorporating volume data. Many technical tools are purely price-based, but MFI’s volume component helps address questions of liquidity and actual money flow, offering a glimpse of how robust or weak a current move might be.
• CCI (Commodity Channel Index)
CCI shows how far price lies from its statistically “typical” trend. It can spot emerging trends or warn of overextension. Using CCI alongside RSI and Stochastic further refines the valuation layer by capturing price deviation from its underlying trajectory.
• ADX (Average Directional Index)
ADX reveals the strength of a trend but does not specify its direction. This is especially useful in combination with other oscillators that focus on bullish or bearish momentum. ADX can clarify whether a market is truly trending or just moving sideways, lending deeper context to the indicator's broader signals.
• MACD (Moving Average Convergence Divergence)
MACD is known for detecting momentum shifts via the interaction of two moving averages. Its inclusion ensures the indicator can capture transitional phases in market momentum. Where RSI and Stochastic concentrate on shorter-term changes, MACD has a slightly longer horizon for identifying robust directional changes.
• Momentum and ROC (Rate of Change)
Momentum and ROC specifically measure the velocity of price moves. By indicating how quickly (or slowly) price is changing compared to previous bars, they help confirm whether a trend is gathering steam, losing it, or is in a transitional stage.
• MVRV-Inspired Ratio
Drawn loosely from the concept of comparing market value to some underlying historical or fair-value metric, an MVRV-style ratio can help identify if an asset is trading above or below a considered norm. This additional viewpoint on valuation goes beyond simple price-based oscillations.
• Z-Score
Z-Score interprets how many standard deviations current prices deviate from a central mean. This statistical measure is often used to identify extreme conditions—either overly high or abnormally low. Z-Score helps highlight potential mean reversion setups by showing when price strays far from typical levels.
By merging these distinct viewpoints—momentum oscillators, trend strength gauges, volume flow, standard deviation extremes, and fundamental-style valuation measures—the indicator aims to create a well-rounded, carefully balanced final readout. Each component serves a specialized function, and together they can mitigate the weaknesses of a single metric acting alone.
Summary
This indicator simplifies multi-indicator analysis by fusing numerous popular technical signals into one tool. You can switch between short-term and long-term valuation perspectives or adopt a classic Z-Score approach for spotting price extremes. The universal trend line clarifies direction, while user-friendly color schemes, optional tabular summaries, and customizable alerts empower traders to maintain awareness without constantly monitoring every market tick.
Disclaimer
The indicator is made for educational and informational use only, with no claims of guaranteed profitability. Past data patterns, regardless of the indicators used, never ensure future results. Always maintain diligent risk management and consider the broader market context when making trading decisions. This indicator is not personal financial advice, and Uptrick disclaims responsibility for any trading outcomes arising from its use.
RSI + Stochastic + WMA StrategyThis script is designed for TradingView and serves as a trading strategy (not just a visual indicator). It's intended for backtesting, strategy optimization, or live trading signal generation using a combination of popular technical indicators.
📊 Indicators Used in the Strategy:
Indicator Description
RSI (Relative Strength Index) Measures momentum; identifies overbought (>70) or oversold (<30) conditions.
Stochastic Oscillator (%K & %D) Detects momentum reversal points via crossovers. Useful for timing entries.
WMA (Weighted Moving Average) Identifies the trend direction (used as a trend filter).
📈 Trading Logic / Strategy Rules:
📌 Long Entry Condition (Buy Signal):
All 3 conditions must be true:
RSI is Oversold → RSI < 30
Stochastic Crossover Upward → %K crosses above %D
Price is above WMA → Confirms uptrend direction
👉 Interpretation: Market was oversold, momentum is turning up, and price confirms uptrend — bullish entry.
📌 Short Entry Condition (Sell Signal):
All 3 conditions must be true:
RSI is Overbought → RSI > 70
Stochastic Crossover Downward → %K crosses below %D
Price is below WMA → Confirms downtrend direction
👉 Interpretation: Market is overbought, momentum is turning down, and price confirms downtrend — bearish entry.
🔄 Strategy Execution (Backtesting Logic):
The script uses:
pinescript
Copy
Edit
strategy.entry("LONG", strategy.long)
strategy.entry("SHORT", strategy.short)
These are Pine Script functions to place buy and sell orders automatically when the above conditions are met. This allows you to:
Backtest the strategy
Measure win/loss ratio, drawdown, and profitability
Optimize indicator settings using TradingView Strategy Tester
📊 Visual Aids (Charts):
Plots WMA Line: Orange line for trend direction
Overbought/Oversold Zones: Horizontal lines at 70 (red) and 30 (green) for RSI visualization
⚡ Strategy Type Summary:
Category Setting
Strategy Type Momentum Reversal + Trend Filter
Timeframe Flexible (Works best on 1H, 4H, Daily)
Trading Style Swing/Intraday
Risk Profile Medium to High (due to momentum triggers)
Uses Leverage Possible (adjust risk accordingly)
Enhanced HHLL Time Confirmation with EMAStrong recommendation , remove the green and red circle , or leave it how it is ;)
To be used on 1 minute chart MSTR , Stock
other time frames are good , ;)
How to Use
HHLL Signals: Look for green triangles (buy) below bars or red triangles (sell) above bars to identify confirmed HH/LL setups with trend alignment.
EMA Signals: Watch for lime circles (buy) below bars or maroon circles (sell) above bars when price crosses the EMA 400 in a trending market.
Trend Context: Use the EMA 400 as a dynamic support/resistance level and the SMA trend filter to gauge market direction.
Enable alerts to get notified of signals in real-time.
Best Practices
Adjust the Lookback Period and Confirmation Minutes to suit your timeframe (e.g., shorter for scalping, longer for swing trading).
Combine with other indicators (e.g., volume, RSI) for additional confirmation.
Test on your preferred market and timeframe to optimize settings.
Indicator Description: Enhanced HHLL Time Confirmation with EMA
Overview
The "Enhanced HHLL Time Confirmation with EMA" is a versatile trading indicator designed to identify key reversal and continuation signals based on Higher Highs (HH), Lower Lows (LL), and a 400-period Exponential Moving Average (EMA). It incorporates time-based confirmation and trend filters to reduce noise and improve signal reliability. This indicator is ideal for traders looking to spot trend shifts or confirm momentum with a combination of price structure and moving average crossovers.
Key Features
Higher High / Lower Low Detection:
Identifies HH and LL based on a customizable lookback period (default: 30 bars).
Signals are confirmed only after a user-defined time period (in minutes, default: 60) has passed since the last HH or LL, ensuring stability.
Trend Filter:
Uses a fast (10-period) and slow (30-period) Simple Moving Average (SMA) crossover to confirm bullish or bearish trends.
Buy signals require a bullish trend (Fast SMA > Slow SMA), and sell signals require a bearish trend (Fast SMA < Slow SMA).
EMA 400 Integration:
Plots a 400-period EMA (customizable) as a long-term trend reference.
Generates additional buy/sell signals when price crosses above (buy) or below (sell) the EMA 400, filtered by trend direction.
Visualizations:
Optional dashed lines for HH and LL levels (toggleable).
Debug markers (diamonds) to visualize HH/LL detection points.
Distinct signal shapes: triangles for HHLL signals (green/red) and circles for EMA signals (lime/maroon).
Alerts:
Built-in alert conditions for HHLL Buy/Sell and EMA Buy/Sell signals, making it easy to stay informed of key events.
Input Parameters
Lookback Period (default: 30): Number of bars to look back for HH/LL detection.
Confirmation Minutes (default: 60): Time (in minutes) required to confirm HH/LL signals.
High/Low Source: Select the price source for HH (default: high) and LL (default: low).
Show HH/LL Lines (default: true): Toggle visibility of HH/LL dashed lines.
Show Debug Markers (default: true): Toggle HH/LL detection markers.
EMA Period (default: 400): Adjust the EMA length.
TradZoo - EMA Crossover IndicatorDescription:
This EMA Crossover Trading Strategy is designed to provide precise Buy and Sell signals with confirmation, defined targets, and stop-loss levels, ensuring strong risk management. Additionally, a 30-candle gap rule is implemented to avoid frequent signals and enhance trade accuracy.
📌 Strategy Logic
✅ Exponential Moving Averages (EMAs):
Uses EMA 50 & EMA 200 for trend direction.
Buy signals occur when price action confirms EMA crossovers.
✅ Entry Confirmation:
Buy Signal: Occurs when either the current or previous candle touches the 200 EMA, and the next candle closes above the previous candle’s close.
Sell Signal: Occurs when either the current or previous candle touches the 200 EMA, and the next candle closes below the previous candle’s close.
✅ 30-Candle Gap Rule:
Prevents frequent entries by ensuring at least 30 candles pass before the next trade.
Improves signal quality and prevents excessive trading.
🎯 Target & Stop-Loss Calculation
✅ Buy Position:
Target: 2X the difference between the last candle’s close and the lowest low of the last 2 candles.
Stop Loss: The lowest low of the last 2 candles.
✅ Sell Position:
Target: 2X the difference between the last candle’s close and the highest high of the last 2 candles.
Stop Loss: The highest high of the last 2 candles.
📊 Visual Features
✅ Buy & Sell Signals:
Green Upward Arrow → Buy Signal
Red Downward Arrow → Sell Signal
✅ Target Levels:
Green Dotted Line: Buy Target
Red Dotted Line: Sell Target
✅ Stop Loss Levels:
Dark Red Solid Line: Stop Loss for Buy/Sell
💡 How to Use
🔹 Ideal for trend-following traders using EMAs.
🔹 Works best in volatile & trending markets (avoid sideways ranges).
🔹 Can be combined with RSI, MACD, or price action levels for added confluence.
🔹 Recommended timeframes: 1M, 5M, 15m, 1H, 4H, Daily (for best results).
🚀 Try this strategy and enhance your trading decisions with structured risk management!
Quantum Moving Average - QMA (TechnoBlooms)The Quantum Moving Average (QMA) is an innovative and advanced Moving Average model designed for traders seeking a more adaptive and precise trend analysis. Unlike traditional moving averages, it integrates a multi-timeframe approach, dynamically selecting and weighting four different timeframes to provide traders with more accurate and reliable trend prediction.
Key Features
Multi-Timeframe averaging
QMA calculates its value based on four different timeframes, offering a broader perspective on market trends.
Dynamic Weighting Mechanism
Unlike fixed weight Moving Averages, QMA assigns adaptive weightage to the selected timeframes, enhancing its responsiveness.
Superior Trend Detection
Provides a smoother and more reliable trend curve reducing noise or false signals.
Enhanced Market Analysis
QMA helps traders identify trend shifts earlier by incorporating multi-timeframe confluence.
Triple Differential Moving Average BraidThe Triple Differential Moving Average Braid weaves together three distinct layers of moving averages—short-term, medium-term, and long-term—providing a structured view of market trends across multiple time horizons. It is an integrated construct optimized exclusively for the 1D timeframe. For multi-timeframe analysis and/or trading the lower 1h and 15m charts, it pairs well the Granular Daily Moving Average Ribbon ... adjust the visibility settings accordingly.
Unlike traditional moving average indicators that use a single moving average crossover, this braid-style system incorporates both SMAs and EMAs. The dual-layer approach offers stability and responsiveness, allowing traders to detect trend shifts with greater confidence.
Users can, of course, specify their own color scheme. The indicator consists of three layered moving average pairs. These are named per their default colors:
1. Silver Thread – Tracks immediate price momentum.
2. Royal Guard – Captures market structure and developing trends.
3. Golden Section – Defines major market cycles and overall trend direction.
Each layer is color-coded and dynamically shaded based on whether the faster-moving average is above or below its slower counterpart, providing a visual representation of market strength and trend alignment.
🧵 Silver Thread
The Silver Thread is the fastest-moving layer, comprising the 21D SMA and a 21D EMA. The choice of 21 is intentional, as it corresponds to approximately one full month of trading days in a 5-day-per-week market and is also a Fibonacci number, reinforcing its use in technical analysis.
· The 21D SMA smooths out recent price action, offering a baseline for short-term structure.
· The 21D EMA reacts more quickly to price changes, highlighting shifts in momentum.
· When the SMA is above the EMA, price action remains stable.
· When the SMA falls below the EMA, short-term momentum weakens.
The Silver Thread is a leading indicator within the system, often flipping direction before the medium- and long-term layers follow suit. If the Silver Thread shifts bearish while the Royal Guard remains bullish, this can signal a temporary pullback rather than a full trend reversal.
👑 Royal Guard
The Royal Guard provides a broader perspective on market momentum by using a 50D EMA and a 200D EMA. EMAs prioritize recent price data, making this layer faster-reacting than the Golden Section while still offering a level of stability.
· When the 50D EMA is above the 200D EMA, the market is in a confirmed uptrend.
· When the 50D EMA crosses below the 200D EMA, momentum has shifted bearish.
This layer confirms medium-term trend structure and reacts more quickly to price changes than traditional SMAs, making it especially useful for trend-following traders who need faster confirmation than the Golden Section provides.
If the Silver Thread flips bearish while the Royal Guard remains bullish, traders may be seeing a momentary dip in an otherwise intact uptrend. Conversely, if both the Silver Thread and Royal Guard shift bearish, this suggests a deeper pullback or possible trend reversal.
📜 Golden Section
The Golden Section is the slowest and most stable layer of the system, utilizing a 50D SMA and a 200D SMA—a classic combination used by long-term traders and institutions.
· When the 50D SMA is above the 200D SMA the market is in a strong, sustained uptrend.
· When the 50D SMA falls below the 200D SMA the market is structurally bearish.
Because SMAs give equal weight to past price data, this layer moves slowly and deliberately, ensuring that false breakouts or temporary swings do not distort the bigger picture.
Traders can use the Golden Section to confirm major market trends—when all three layers are bullish, the market is strongly trending upward. If the Golden Section remains bullish while the Royal Guard turns bearish, this may indicate a medium-term correction within a larger uptrend rather than a full reversal.
🎯 Swing Trade Setups
Swing traders can benefit from the multi-layered approach of this indicator by aligning their trades with the overall market structure while capturing short-term momentum shifts.
· Bullish: Look for Silver Thread and Royal Guard alignment before entering. If the Silver Thread flips bullish first, anticipate a momentum shift. If the Royal Guard follows, this confirms a strong medium-term move.
· Bearish: If the Silver Thread turns bearish first, it may signal an upcoming reversal. Waiting for the Royal Guard to follow adds confirmation.
· Confirmation: If the Golden Section remains bullish, a pullback may be an opportunity to enter a trend continuation trade rather than exit prematurely.
🚨 Momentum Shifts
· If the Silver Thread flips bearish but the Royal Guard remains bullish, traders may opt to buy the dip rather than exit their positions.
· If both the Silver Thread and Royal Guard turn bearish, traders should exercise caution, as this suggests a more significant correction.
· When all three layers align in the same direction the market is in a strong trending phase, making swing trades higher probability.
⚠️ Risk Management
· A narrowing of the shaded areas suggests trend exhaustion—consider tightening stop losses.
· When the Golden Section remains bullish, but the other two layers weaken, potential support zones to enter or re-enter positions.
· If all three layers flip bearish, this may indicate a larger trend reversal, prompting an exit from long positions and/or consideration of short setups.
The Triple Differential Moving Average Braid is layered, structured tool for trend analysis, offering insights across multiple timeframes without requiring traders to manually compare different moving averages. It provides a powerful and intuitive way to read the market. Swing traders, trend-followers, and position traders alike can use it to align their trades with dominant market trends, time pullbacks, and anticipate momentum shifts.
By understanding how these three moving average layers interact, traders gain a deeper, more holistic perspective of market structure—one that adapts to both momentum-driven opportunities and longer-term trend positioning.
EMAsShow up to 5 EMAs on the chart at the same time.
This only shows the current price of the EMA.
You can use any timeframe you like, but it only works for EMAs on higher timeframe.
NOTE: The script will break if you set an EMA to 0 even if it is disabled.
Dynamic Probability Bands (Historical Bands)Dynamic Probability Bands (Blended/Original Modes)
This indicator displays dynamic probability bands that estimate the likelihood (on a 0–100 scale) for a stock to move within certain price zones relative to a dynamically calculated center. It combines state‐of‐the‐art volatility scaling with customizable center calculation methods, allowing traders to analyze both current and historical price probability levels.
Key Features:
Dual Center Modes:
Original Mode: Uses either an EMA or yesterday’s pivot (average of high, low, and close) as the center.
Blended Mode: Inspired by HPDR Bands, it calculates the center by blending a long-term “visible” range (expanded by custom multipliers) with recent price extremes. This blending makes the center both robust and responsive.
Volatility Scaling with Exponential Factor: The script measures volatility using ATR and expands the forecast range over a user-defined number of bars. An exponent factor lets you adjust the dynamic expansion—from the familiar square-root behavior (with a factor of 0.5) to more aggressive widening.
Probability Levels via Inverse Normal Function: Custom inverse error and inverse-normal functions convert cumulative probability inputs (ranging from near 0% to almost 100%) into z-scores. The resulting band levels are computed as: Band Level = Center + (Scaled Volatility × z-score) Separate series are generated for upward (above the center) and downward (below the center) bands.
Historical Analysis & Visualization: The bands are plotted as continuous series, with fill colors between adjacent bands for clear visual separation. This lets you analyze how the probability zones have evolved over time.
Fully Customizable: Users can adjust key parameters including the choice of center method, lookback periods, multipliers, forecast horizon, and expansion dynamics to suit various markets and strategies.
Use This Indicator To:
Assess potential future price zones based on statistical probability.
Monitor the dynamic evolution of price ranges as market conditions change.
Customize your analysis through blended or traditional center calculations and variable volatility scaling.
Big Boss Order Detector by GSK-VIZAG-AP-INDIABig Boss Order Detector by GSK-VIZAG-AP-INDIA
Overview
The Big Boss Order Detector is designed to help traders identify significant buying and selling activity based on volume and price action. It filters out normal transactions and highlights large institutional orders, helping traders spot potential smart money movements.
This indicator classifies large orders into two categories:
Large Orders – These are detected when the volume exceeds a predefined multiple of the volume SMA, with minimal price movement between open and close.
High Volume Orders – Stricter conditions apply, where volume is even higher, and the price movement remains within a tighter threshold.
By tracking these key market activities, traders can gain insights into potential reversals, breakouts, or the presence of institutional buying and selling.
How It Works
The indicator calculates a Simple Moving Average (SMA) of volume over a user-defined period (default: 50 candles). It then sets two volume-based thresholds:
Large Orders: When the volume is greater than a multiple (default: 2×) of the SMA and price movement between open and close is within a certain percentage threshold (default: 0.05%).
High Volume Orders: When the volume surpasses an even higher threshold (default: 3× the SMA) with stricter price movement (default: 0.02%).
Key Conditions for Order Detection
Large Buy Order: Volume exceeds the threshold, and the closing price is greater than the opening price.
Large Sell Order: Volume exceeds the threshold, and the closing price is lower than the opening price.
High Volume Buy Order: A stricter volume condition is met, and the price closes higher than it opened.
High Volume Sell Order: A stricter volume condition is met, and the price closes lower than it opened.
Indicator Features
🔹 Visual Signals on Chart
Orange Up Arrow (▲) → Large Buy Order
Purple Down Arrow (▼) → Large Sell Order
"Big🐂" (Blue Label Up) → High Volume Buy Order
"Big🐻" (Red Label Down) → High Volume Sell Order
🔹 Alerts for Trading Opportunities
Large Orders Alerts: Notifies when a large buy or sell order is detected.
High Volume Orders Alerts: Identifies potential high volume buy or sell orders.
Traders can set up these alerts in TradingView for real-time notifications.
Use Cases & Trading Insights
Detect High-Impact Trades: Large orders often indicate activity from big market participants who can influence price movements.
Confirm Trend Strength: When large buy orders appear in an uptrend, it may signal trend continuation. Similarly, large sell orders in a downtrend could confirm further weakness.
Spot Potential Reversals: High-volume orders with limited price movement may suggest accumulation (bullish) or distribution (bearish).
🔹 ⚠️ Important Note:
Not every large buy represents fresh buying; some could be short covering. Similarly, large selling could be long liquidation rather than fresh shorting. Always use this indicator with other technical tools and risk management strategies.
Additional Tip: Using This Indicator on Heikin-Ashi Charts
While this indicator is designed for standard candlestick charts, traders who use Heikin-Ashi candles may find it helpful for smoother trend visualization. Since Heikin-Ashi modifies price calculations, volume-based signals may appear slightly different compared to regular candles. Use it as a complementary tool rather than a strict signal generator.
Customization Options
Volume SMA Length (default: 50 candles) – Adjust the sensitivity of volume detection.
Volume Multipliers – Change the thresholds for detecting large and high-volume orders.
Price Difference Thresholds – Modify how strictly price movements are considered for filtering orders.
This flexibility allows traders to fine-tune the indicator to match different trading styles and asset classes.
Importance of Input Settings.
Setting Recommended Values Purpose
Volume SMA Length 20, 30, 50 Defines the baseline average volume for comparison. A shorter SMA (20) reacts faster, while a longer SMA (50) smooths out fluctuations.
Large Order Multiplier 1, 2, 3 Determines how much higher the volume should be compared to the SMA to qualify as a large order. A lower value captures more signals; a higher value filters out noise.
High Volume Order Multiplier 1.5, 2, 2.5 Stricter volume threshold for detecting high-impact trades. Use higher values for highly liquid markets.
Price Difference Threshold (Points) 5, 10, or more Defines the max allowed difference between open and close for large orders. Higher values capture more trades but may include noise.
High Volume Price Threshold (Points) 20 or based on price Stricter price movement condition for high-volume orders. For low-priced stocks, 20 points may be too much—adjust based on asset volatility.
The effectiveness of this indicator depends on its input settings, as they allow traders to fine-tune the detection of high-impact trades based on market conditions. Adjusting parameters like Volume SMA Length, Volume Multipliers, and Price Difference Thresholds can help optimize signals for different assets, timeframes, and volatility levels.
For best results, experiment with these settings and adapt them to suit your trading strategy.
Final Thoughts
The Big Boss Order Detector is a powerful tool for tracking institutional activity and understanding volume dynamics in the market. However, it should be used alongside other indicators and price action analysis to make informed trading decisions.
Give it a try and enhance your market insights! 🚀📈
📢 Share Your Experience!
Your feedback is valuable! If you find this indicator useful, leave a comment with your experience—how it worked for you, any improvements you suggest, or the best settings you discovered.
Let’s build a community of traders refining strategies together! 🚀📊
Disclaimer:
This indicator is for educational and informational purposes only. It does not guarantee profitable trades and should be used with proper risk management. Always conduct your own research before making trading decisions.
Trend Zone Moving Averages📈 Trend Zone Moving Averages
The Trend Zone Moving Averages indicator helps traders quickly identify market trends using the 50SMA, 100SMA, and 200SMA. With dynamic background colors, customizable settings, and real-time alerts, this tool provides a clear view of bullish, bearish, and extreme trend conditions.
🔹 Features:
Trend Zones with Dynamic Background Colors
Green → Bullish Trend (50SMA > 100SMA > 200SMA, price above 50SMA)
Red → Bearish Trend (50SMA < 100SMA < 200SMA, price below 50SMA)
Yellow → Neutral Trend (Mixed signals)
Dark Green → Extreme Bullish (Price above all three SMAs)
Dark Red → Extreme Bearish (Price below all three SMAs)
Customizable Moving Averages
Toggle 50SMA, 100SMA, and 200SMA on/off from the settings.
Perfect for traders who prefer a cleaner chart.
Real-Time Trend Alerts
Get instant notifications when the trend changes:
🟢 Bullish Zone Alert – When price enters a bullish trend.
🔴 Bearish Zone Alert – When price enters a bearish trend.
🟡 Neutral Zone Alert – When trend shifts to neutral.
🌟 Extreme Bullish Alert – When price moves above all SMAs.
⚠️ Extreme Bearish Alert – When price drops below all SMAs.
✅ Perfect for Any Market
Works on stocks, forex, crypto, and commodities.
Adaptable for day traders, swing traders, and investors.
⚙️ How to Use: Trend Zone Moving Averages Strategy
This strategy helps traders identify and trade with the trend using the Trend Zone Moving Averages indicator. It works across stocks, forex, crypto, and commodities.
🟢 Bullish Trend Strategy (Green Background)
Objective: Look for buying opportunities when the market is in an uptrend.
Entry Conditions:
✅ Background is Green (Bullish Zone).
✅ Price is above the 50SMA (confirming strength).
✅ Price pulls back to the 50SMA and bounces OR breaks above a key resistance level.
Stop Loss:
🔹 Place below the most recent swing low or just under the 50SMA.
Take Profit:
🔹 First target at the next resistance level or recent swing high.
🔹 Second target if price continues higher—trail stops to lock in profits.
🔴 Bearish Trend Strategy (Red Background)
Objective: Look for shorting opportunities when the market is in a downtrend.
Entry Conditions:
✅ Background is Red (Bearish Zone).
✅ Price is below the 50SMA (confirming weakness).
✅ Price pulls back to the 50SMA and rejects OR breaks below a key support level.
Stop Loss:
🔹 Place above the most recent swing high or just above the 50SMA.
Take Profit:
🔹 First target at the next support level or recent swing low.
🔹 Second target if price keeps falling—trail stops to secure profits.
🌟 Extreme Trend Strategy (Dark Green / Dark Red Background)
Objective: Trade with momentum when the market is in a strong trend.
Entry Conditions:
✅ Dark Green Background → Extreme Bullish: Price is above all three SMAs (strong uptrend).
✅ Dark Red Background → Extreme Bearish: Price is below all three SMAs (strong downtrend).
Trade Execution:
🔹 For longs (Dark Green): Look for breakout entries above resistance or pullbacks to the 50SMA.
🔹 For shorts (Dark Red): Look for breakdown entries below support or rejections at the 50SMA.
Risk Management:
🔹 Use tighter stop losses and trail profits aggressively to maximize gains.
🟡 Neutral Trend Strategy (Yellow Background)
Objective: Avoid trading or wait for a breakout.
What to Do:
🔹 Avoid trading in this zone—price is indecisive.
🔹 Wait for confirmation (background turns green/red) before taking a trade.
🔹 Use alerts to notify you when the trend resumes.
📌 Final Tips
Use this strategy with price action for extra confirmation.
Combine with support/resistance levels to improve accuracy.
Set alerts for trend changes so you never miss an opportunity.
Enjoy!
Maxima MAX1📌 Overview:
This strategy is a Simple Moving Average (SMA) Crossover system with an optional Relative Strength Index (RSI) filter for better trade confirmation. It allows traders to customize key parameters and backtest results within a specific date range.
📊 How It Works:
✅ Entry Conditions:
The closing price must be above both the Fast SMA and Slow SMA.
(Optional) RSI must be above a threshold (default: 50) for additional confirmation.
❌ Exit Condition:
The closing price drops below the Fast SMA, signaling an exit.
🔧 Customizable Inputs:
SMA Lengths: Adjust both Fast and Slow SMA values.
RSI Filter: Enable/disable RSI confirmation with a custom length & threshold.
Backtest Date Range: Choose a start and end date for testing historical performance.
🚀 Why Use This Strategy?
✔ Ideal for trend-following traders looking for momentum-based entries.
✔ Provides an additional RSI filter to reduce false signals.
✔ Helps traders refine their strategy by testing different parameters.
📢 How to Use:
1️⃣ Customize the SMA lengths, RSI settings, and date range.
2️⃣ Enable/Disable the RSI filter as needed.
3️⃣ Analyze historical performance and optimize for different markets.
⚠ Disclaimer:
This strategy is for educational purposes only. Always backtest thoroughly before using it in live trading.
Advanced Momentum Scanner [QuantAlgo]Introducing the Advanced Momentum Scanner by QuantAlgo , a sophisticated technical indicator that leverages multiple EMA combinations, momentum metrics, and adaptive visualization techniques to provide deep insights into market trends and momentum shifts. It is particularly valuable for those looking to identify high-probability trading and investing opportunities based on trend changes and momentum shifts across any market and timeframe.
🟢 Technical Foundation
The Advanced Momentum Scanner utilizes sophisticated trend analysis techniques to identify market momentum and trend direction. The core strategy employs a multi-layered approach with four different EMA periods:
Ultra-Fast EMA for quick trend changes detection
Fast EMA for short-term trend analysis
Mid EMA for intermediate confirmation
Slow EMA for long-term trend identification
For momentum detection, the indicator implements a Rate of Change (RoC) calculation to measure price momentum over a specified period. It further enhances analysis by incorporating RSI readings, volatility measurements through ATR, and optional volume confirmation. When these elements align, the indicator generates various trading signals based on the selected sensitivity mode.
🟢 Key Features & Signals
1. Multi-Period Trend Identification
The indicator combines multiple EMAs of different lengths to provide comprehensive trend analysis within the same timeframe, displaying the information through color-coded visual elements on the chart.
When an uptrend is detected, chart elements are colored with the bullish theme color (default: green/teal).
Similarly, when a downtrend is detected, chart elements are colored with the bearish theme color (default: red).
During neutral or indecisive periods, chart elements are colored with a neutral gray color, providing clear visual distinction between trending and non-trending market conditions.
This visualization provides immediate insights into underlying trend direction without requiring separate indicators, helping traders and investors quickly identify the market's current state.
2. Trend Strength Information Panel
The trend panel operates in three different sensitivity modes (Conservative, Aggressive, and Balanced), each affecting how the indicator processes and displays market information.
The Conservative mode prioritizes signal reliability over frequency, showing only strong trend movements with high conviction levels.
The Aggressive mode detects early trend changes, providing more frequent signals but potentially more false positives.
The Balanced mode offers a middle ground with moderate signal frequency and reliability.
Regardless of the selected mode, the panel displays:
Current trend direction (UPTREND, DOWNTREND, or NEUTRAL)
Trend strength percentage (0-100%)
Early detection signals when applicable
The active sensitivity mode
This comprehensive approach helps traders and investors:
→ Assess the strength and reliability of current market trends
→ Identify early potential trend changes before full confirmation
→ Make more informed trading and investing decisions based on trend context
3. Customizable Visualization Settings
This indicator offers extensive visual customization options to suit different trading/investing styles and preferences:
Display options:
→ Fully customizable uptrend, downtrend, and neutral colors
→ Color-coded price bars showing trend direction
→ Dynamic gradient bands visualizing potential trend channels
→ Optional background coloring based on trend intensity
→ Adjustable transparency levels for all visual elements
These visualization settings can be fine-tuned through the indicator's interface, allowing traders and investors to create a personalized chart environment that emphasizes the most relevant information for their strategy.
The indicator also features a comprehensive alert system with notifications for:
New trend formations (uptrend, downtrend, neutral)
Early trend change signals
Momentum threshold crossovers
Other significant market conditions
Alerts can be delivered through TradingView's notification system, making it easy to stay informed of important market developments even when you are away from the charts.
🟢 Practical Usage Tips
→ Trend Analysis and Interpretation: The indicator visualizes trend direction and strength directly on the chart through color-coding and the information panel, allowing traders and investors to immediately identify the current market context. This information helps in assessing the potential for continuation or reversal.
→ Signal Generation Strategies: The indicator generates potential trading signals based on trend direction, momentum confirmation, and selected sensitivity mode. Users can choose between Conservative (fewer but more reliable signals), Balanced (moderate approach), or Aggressive (more frequent but potentially less reliable signals).
→ Multi-Period Trend Assessment: Through its layered EMA approach, the indicator enables users to understand trend conditions across different lookback periods within the same timeframe. This helps in identifying the dominant trend and potential turning points.
🟢 Pro Tips
Adjust EMA periods based on your timeframe:
→ Lower values for shorter timeframes and more frequent signals
→ Higher values for higher timeframes and more reliable signals
Fine-tune sensitivity mode based on your trading style:
→ "Conservative" for position trading/long-term investing and fewer false signals
→ "Balanced" for swing trading/medium-term investing with moderate signal frequency
→ "Aggressive" for scalping/day trading and catching early trend changes
Look for confluence between components:
→ Strong trend strength percentage and direction in the information panel
→ Overall market context aligning with the expected direction
Use for multiple trading approaches:
→ Trend following during strong momentum periods
→ Counter-trend trading at band extremes during overextension
→ Early trend change detection with sensitivity adjustments
→ Stop loss placement using dynamic bands
Combine with:
→ Volume indicators like the Volume Delta & Order Block Suite for additional confirmation
→ Support/resistance analysis for strategic entry/exit points
→ Multiple timeframe analysis for broader market context
Volume Weighted Sign ChangeThe VWSCI measures the relationship between price reversals and volume. Specifically, it calculates the proportion of total volume in a given window that occurs at bars where the price changes direction—i.e., where the price difference switches from positive to negative or vice versa, indicating a local maximum or minimum.
• Low VWSCI values (close to 0) suggest that little volume is associated with price reversals, which typically occurs in strong trending markets where price moves consistently in one direction with high volume, and pullbacks (if any) occur on low volume.
• High VWSCI values (closer to 100) indicate that a significant portion of the volume is tied to price turning points, which is characteristic of a ranging or choppy market with frequent reversals.
This approach combines price action (via sign changes in price differences) and volume, offering a novel twist on traditional momentum or volume-based indicators like RSI, OBV, or the Volume-Price Trend.