ATR with Dual EMAI want to determine whether the market is currently in a sideway (range-bound) or trending condition. To achieve this, I use the ATR (Average True Range) as an indicator. However, ATR alone does not clearly define the market condition.
To improve accuracy, I calculate two EMAs (Exponential Moving Averages) of ATR as a reference:
A fast EMA (shorter period)
A slow EMA (longer period)
If the fast EMA is above the slow EMA → The market is in a trend.
If the fast EMA is below the slow EMA → The market is in a sideway (range-bound) phase.
This is my definition of market conditions.
Volatilitas
EMA of ATRI want to identify whether the market is currently in a sideway or trending condition. To achieve this, I use the ATR (Average True Range) as an indicator. However, ATR alone does not clearly define the market condition.
To improve accuracy, I calculate an EMA (Exponential Moving Average) of ATR as a reference.
If ATR is above the EMA → The market is in a trend.
If ATR is below the EMA → The market is in a sideway phase.
This is my definition of market conditions.
Acceleration Bands HTF
This version gives you the ability to see the indicator from the HIGHER timeframes when you are on the timeframes. Please note that this is not the original formula, but a factored one that I found effective for identifying market trends. Thanks to @capissimo who provided the base open-code.
Acceleration Bands are designed to capture potential price breakouts or reversals in an asset. They are calculated based on a stock's price movements over a specified period, typically using the high, low, and closing prices. The idea is to identify moments when the price is accelerating (hence the name) beyond its normal range, which might indicate the beginning of a new trend.
Calculation
Acceleration Bands consist of three lines:
Upper Band (AB Upper): This is calculated by adding a certain percentage of the simple moving average (SMA) to the highest high over a given period.
Middle Band: This is typically the SMA of the stock's price.
Lower Band (AB Lower): This is calculated by subtracting the same percentage of the SMA from the lowest low over a given period.
Mathematically :
AB Upper = SMA + (Highest High * Percentage)
AB Lower = SMA - (Lowest Low * Percentage)
OR
Upper Band = SMA x (1 + (High - Low) / SMA)
Lower Band = SMA x (1 - (High - Low) / SMA)
Interpretation
The bands are used to identify periods when the price of a security is accelerating or decelerating:
Breakout Above Upper Band: This is usually considered a bullish signal, suggesting that the price is accelerating upwards and a new uptrend may be starting.
Breakdown Below Lower Band: This is usually considered a bearish signal, suggesting that the price is accelerating downwards and a new downtrend may be starting.
Reversal Between Bands: When the price re-enters the region between the bands after breaking out, it can be seen as a potential reversal signal.
Trading Strategy
Entry Signals:
Buy when the price breaks above the upper band.
Sell or short when the price breaks below the lower band.
Exit Signals:
Close a long position when the price falls back into the area between the bands.
Close a short position when the price rises back into the area between the bands.
Advantages
Helps capture early trends.
Can be used across various time frames and assets.
Provides clear entry and exit signals.
MACD, PSAR, Bollinger Bands, Stochastic RSI, VWAP, VWMA StrategyFor Long position, i have considered multiple indicators
Dynamic Timeframe Trend AnalyzerThe Dynamic Timeframe Trend Analyzer is an advanced trading indicator designed to dynamically adjust key trading metrics based on the selected timeframe. It identifies market regimes, trends, and mean reversion conditions, making it a powerful tool for traders looking to adapt to changing market dynamics.
🔍 Key Features
✅ Timeframe-Aware Calculations – Automatically scales indicators (ADX, EMA, RSI, ATR) based on the selected timeframe for improved adaptability.
✅ Market Regime Detection – Classifies the market as Strong Uptrend, Strong Downtrend, Choppy, or Mean Reversion based on ADX, DI, RSI, and volatility factors.
✅ Mean Reversion Signals – Detects extreme price deviations and RSI extremes, indicating potential reversal zones.
✅ Dynamic Stop Loss & Take Profit – Adapts SL/TP levels based on volatility, trend strength, and regime conditions.
✅ Visual Signals & Alerts – Provides buy/sell signals with color-coded background changes, persistence settings, and alerts for key trading opportunities.
✅ Status Table Display – A real-time dashboard showing the current trend, ADX strength, RSI levels, volatility, and market conditions.
📈 How It Works
Uses ADX and DI to determine trend strength and classify the market.
EMA Alignment helps identify strong or weak trends.
Volatility Adjustments dynamically modify stop-loss and take-profit levels.
Mean Reversion Detection finds extreme price deviations for potential reversals.
Custom Alerts notify traders about trend changes, buy/sell opportunities, and stop loss hits.
🛠️ How to Use
Apply the indicator to your chart.
Choose your preferred timeframe – the script automatically adjusts indicator settings for optimal performance.
Watch for trend changes and reversal signals to refine your entries and exits.
Use the status table for real-time insights into the current market regime.
🚀 Perfect for traders who want a dynamic and intelligent trend-following system with built-in risk management!
XRP/USD Binance 1h Signals Pro+Only to be Used on Specific 1h Chart of XRP/USD (Preference on binance)
Dynamic signals for the 1h XRP USD Chart.
Based on 1:2 Ratio
Sl = 5%
TP = 10%
No Break even or Trailing stops attacked which means if you follow your trades closely you can potentially maximize your total Equity.
Table adjusted so you can see previous resaults.
The most important thing. No repainting on signals.
All signals are triggered on the opening of the new bar based on the previous closed bar value. This means, price cannot change anymore its value thus signals once triggered, they are in place and stay there.
About 60-65% winrate in combination to the 1:2 ratio the final resaults will amawe you !
Attention! Only to be used on the 1 XRP/USD chart. The indicator is made for this specific pair on this specific timeframe.
Please do not mess up with the settings onless you are an advanced Pine Script Editor.
* Trade with care, let's all make money together
* This indicator is and always will be free
Coinbase Premium ($)The script prints the difference between Coinbase spot and Binance spot price in dollars
Weighted SD Bands | QuantEdgeBIntroducing Weighted SD Bands by QuantEdgeB
Overview
The Weighted SD Bands is a valuation and mean-reversion analysis tool that dynamically adjusts to price movements, helping traders identify potential overbought and oversold conditions. Built on a Weighted Moving Average (WMA), this indicator plots Standard Deviation (SD) bands around price action, highlighting extremes and potential reversal zones.
_____
Key Features
✅ Adaptive Valuation Model – Uses weighted price action to determine key valuation zones.
✅ Mean Reversion Analysis – Identifies extended deviations from fair value to spot reversal opportunities.
✅ Multi-Tier SD Bands – Provides multiple deviation levels to assess varying degrees of price stretch.
✅ Dynamic Color Coding – Highlights areas of extreme overvaluation or undervaluation.
✅ Reversal Signals – Generates Buy/Sell signals when price crosses the outer bands.
_____
How It Works
- A Weighted Moving Average (WMA) serves as the baseline (fair value).
- Standard Deviation Bands expand dynamically based on historical volatility.
- Extreme levels (±2 SD) signal potential trend exhaustion/reversal.
- Buy signals appear when price crosses below the lower 2 SD band.
- Sell signals appear when price crosses above the upper 2 SD band.
_____
Visual Representation
🔹 Gradient-filled bands help visualize price stretching beyond typical fluctuations.
🔹 Triangular markers indicate potential reversal points at extreme SD levels.
🔹 Background highlights mark high-risk valuation zones.
_____
Settings & Customization
- Lookback Length (WMA): Adjust the moving average period to control sensitivity. (default: 20)
- Source : Select the base source for the calculation. (default: close)
- SD Length: Modify the standard deviation period to fine-tune band width. (default: 30)
- Color Mode: Choose from multiple visualization themes.
_____
Who Should Use It?
📌 Mean-Reversion Traders – Spot high-probability reversal zones.
📌 Valuation-Based Investors – Identify fair value and extended price levels.
📌 Trend-Following Traders – Use SD bands to manage risk and spot potential pullbacks.
_____
Conclusion
The Weighted SD Bands indicator is a powerful tool for valuation and mean-reversion trading, providing dynamic fair value zones, extreme-level signals, and customizable SD bands to refine market timing. Whether you're trading pullbacks, rebalancing positions, or spotting reversals, this model helps you stay ahead of market inefficiencies.
🔹 Disclaimer: This tool is for educational purposes only and is not financial advice. Always conduct your own research before making investing decisions
Candle Size Compared to ATRThe "Candle Size Compared to ATR" indicator compares each candle's range to the ATR and colors it based on the strength of its close. Key features include:
Strong Candles & ATR Comparison: If a candle's range exceeds the ATR threshold, it is highlighted to indicate potential significant price movement.
Double Candle Covering Previous Plot: This feature identifies cases where a two-candle formation covers the previous range and meets ATR conditions, helping spot potential trend continuation or reversal signals.
Continuous Reversing Patterns: The indicator tracks reversal attempts by monitoring whether recent strong bullish or bearish candles are reversing previous highs or lows. If a reversal is in progress, it is marked with a colored circle, and an arrow appears when a new reversal starts.
This indicator helps traders quickly spot strong price moves, reversals, and trend continuations based on ATR dynamics.
Dollar Difference (High-Low)This script shows the difference between the High and Low - indicating the complete range of movement of each candle, in all time frames. This enables you to get a birds eye view of the movement without having to see the values on the Chart top for each candle mouseover.
PAULS DOG HOUSEThe **3 EMA (Exponential Moving Average) Smooth Moving Average** is a technical indicator used in trading to identify trends and potential market reversals with greater accuracy. Unlike a simple moving average (SMA), the **Exponential Moving Average (EMA)** gives more weight to recent price data, making it more responsive to current market conditions. A **3 EMA smooth moving average** applies three EMAs in succession, further refining the signal by reducing noise and smoothing out fluctuations. This method helps traders recognize short-term price movements while filtering out false signals, making it a valuable tool for identifying trends in volatile markets. It is commonly used in forex, stocks, and cryptocurrency trading to enhance decision-making and improve entry and exit strategies.
Enhanced Keltner Channels [victhoreb]The Enhanced Keltner Channels indicator is a dynamic, volatility-based tool designed to adapt to changing market conditions. It uses a combination of linear regression and a refined volatility measurement to generate a smooth central trend line and adaptive channel boundaries.
Central Basis Line:
The indicator computes a basis line using a linear regression of the mid-price (hl2) over a user-defined period. This provides a more stable and trend-sensitive central reference compared to traditional moving averages.
Adaptive Channel:
Instead of using the typical Average True Range (ATR) to calculate the bands, this version uses the average distance between the price and the basis.
Use the Enhanced Keltner Channels to help identify potential breakout opportunities, assess market volatility, and refine your entry and exit strategies based on dynamically changing price behavior.
E9 UK/US/ASIA-SessionE9 Multi-Session Indicator: Purpose & Importance
This PineScript indicator highlights three key trading sessions (US, Asia, UK) on your chart, color-coding their active hours and tracking price extremes (highs/lows) during these periods.
What It Does:
Session Timings (GMT):
US: 13:00–22:00 (Blue)
Asia: 23:00–06:00 (Yellow)
UK: 09:00–16:00 (White)
Marks session starts/ends with circles.
Plots session-specific high/low lines.
Customizable times and colors for flexibility.
Why It Matters:
Volatility Awareness:
Major markets drive price action during their sessions. The US session (13:00–22:00 GMT) often overlaps with other regions, increasing volatility.
Strategic Timing: Align trades with peak liquidity (e.g., during the US session) or prepare for quieter periods (e.g., Asia session).
Key Levels: Session highs/lows often act as support/resistance. Tracking these helps identify breakout or reversal opportunities.
By visualizing session activity, traders can optimize entry/exit timing and adapt strategies to market rhythms.
POC-Candle-EMA-ATR-LongShadow-50percCandleThis is a script for those who trade based on volume and smart money strategies.
Some of the features of this script:
- Display "Time Price Opportunity Chart". These points help traders to identify price opportunities over time and have a better analysis of the market.
- Mark candles that have traded more volume than previous candles.
- Mark candles whose body is at least and not more than 50% of the total candle size, these candles can be found more easily in smart money strategies.
- Mark spike candles to find FVG faster
- Mark candles that have a shadow of at least more than 380 points and can be good reversal points.
- EMA indicator to check the market trend
- DonchianChannel indicator to check the price trend on the chart
Regards
Profit Guard Short Strategy with Time Delay & Stop Loss"Profit Guard Short Strategy" Explanation
This script, named "Profit Guard Short Strategy," is designed to identify and execute short-selling opportunities in financial markets, aiming to profit from price declines. It incorporates adaptive filtering, a time-based exit mechanism, and a stop-loss to manage risk.
Profit-Making Mechanisms:
Trend Following (Short Direction):
The core profit strategy is to identify and capitalize on downtrends.
It uses two Simple Moving Averages (SMAs): a faster one (FMA) and a slower one (SMA).
When the FMA crosses below the SMA, it signals a potential shift from an uptrend to a downtrend.
The script further confirms this with a price crossover below the FMA, indicating a strong likelihood of a continuing downtrend.
Adaptive Filtering:
Volatility Filter (ATR): The script uses the Average True Range (ATR) to ensure sufficient market volatility. It only enters short positions when the ATR is above a certain threshold, avoiding trades in stagnant or low-volatility conditions.
Range Filter: The script calculates the price range over a specified lookback period and avoids entering trades when the range is too narrow, indicating a range-bound market. This helps to focus on trending markets.
Time-Based Exit:
The script implements a time delay before considering the crossover exit signal. This allows the trade to run for a predetermined period, giving it a chance to reach its profit potential.
After the time delay, the script closes the short position when the price or the FMA crosses back above the SMA, indicating a potential trend reversal.
Stop-Loss Mechanism:
Risk Management: The stop-loss is a crucial risk management tool.
Percentage-Based: The script uses a percentage-based stop-loss, calculated from the entry price.
Protection: If the price moves against the short position and reaches the stop-loss level, the position is automatically closed, limiting potential losses.
Lookback (Range Filter):
Range Calculation: The "lookback" period (rangeLookback) determines the number of past bars the script uses to calculate the highest high and lowest low prices.
Purpose: This calculation is used to determine the price range and filter out range-bound markets.
Impact: A larger lookback period considers a wider historical range, while a smaller lookback period focuses on recent price action.
Default Settings and Market Considerations:
Default Settings: The default settings of this script are optimized for the BTCUSDT market.
Market Sensitivity: Different markets have varying volatility, price ranges, and trading characteristics.
Resetting Settings: It is crucial to reset the script's settings when trading other markets. This includes:
Moving Average Lengths: Adjusting fastMA_length and slowMA_length based on the market's volatility and trend characteristics.
ATR Sensitivity: Modifying atrSensitivity to match the market's typical volatility.
Range Percent: Adjusting rangePercent to reflect the market's typical price ranges.
Time Delay: Modifying delayMinutes based on the market's typical trend duration.
Stop Loss Percent: Adjusting stopLossPercent based on the market's volatility and your risk tolerance.
TTM Squeeze (TOS Style)The TTM Squeeze is a popular technical analysis indicator used to identify periods of low volatility that could potentially lead to a significant breakout or breakdown in price. It was developed by John Carter of TradeTheMarkets.com.
FX_0930-1700_ET Session H/L Point Movement AlertThis indicator automatically registers the session H/L (0930-1700ET) and fires up an alert once it moves pasts a certain points away from the H/L.
The H/L of the session is dynamic which means that it is constantly updating whenever price makes a new H/L.
Trendline Break + Sentiment OscillatorFrank Batista Oscilator, trendline breaking buying and selling zones
BTC/Gold RatioThis Indicator displays the ratio between Bitcoin and Gold.
Grok was the writer, I, Felipe Robayo, was the prompter, tester and reporter to Grok to emit a new script, and now the publisher.
We also wrote the BTC/Gold Ratio Price Chart as well as the Gold/BTC Ratio.
You can find those as well.
Enhanced BarUpDn StrategyEnhanced BarUpDn Strategy
The Enhanced BarUpDn Strategy is a refined price action-based trading approach that identifies market trends and reversals using bar formations. It focuses on detecting bullish and bearish momentum by analyzing consecutive price bars and key support/resistance levels.
Key Features:
✅ Trend Confirmation – Uses a combination of bar patterns and indicators (e.g., moving averages, RSI) to confirm momentum shifts.
✅ Entry Signals – A buy signal is triggered when an "Up Bar" (higher high, higher low) follows a bullish setup; a sell signal when a "Down Bar" (lower high, lower low) confirms bearish momentum.
✅ Enhanced Filters – Incorporates volume analysis and additional conditions to reduce false signals.
✅ Stop-Loss & Risk Management – Uses recent swing highs/lows for stop placement and dynamic trailing stops for maximizing gains.
Shavarie's MCV IndicatorShavarie's MCV Indicator (MACD + CCI + Volume Delta) is a custom-built trend-following and volume-based indicator that helps traders confirm market direction with high accuracy. It combines the MACD (Moving Average Convergence Divergence), CCI (Commodity Channel Index), and Volume Delta, ensuring that all three indicators align before making a trading decision. The goal is to filter out false signals and provide high-probability trade setups.
History & Development
Shavarie's MCV Indicator was developed by Shavarie Gordon, an experienced swing trader, to improve trend confirmation on Gold (XAUUSD) and other markets. After testing various indicators, Shavarie discovered that MACD, CCI, and Volume Delta together provide the best combination of trend strength, momentum, and real-time volume flow. This indicator was designed to eliminate lagging signals, improve win rates, and enhance market timing for both swing and scalping strategies.
How It Works & Calculations
MACD (Moving Average Convergence Divergence)
Measures momentum and trend strength using the difference between a 12-period EMA and a 26-period EMA.
The MACD line and Signal line crossover confirms buy/sell signals.
A rising MACD histogram confirms bullish strength, while a falling histogram confirms bearish strength.
CCI (Commodity Channel Index)
Measures how far the price is from its statistical average.
Above +100 → Overbought (strong trend continuation or reversal).
Below -100 → Oversold (strong trend continuation or reversal).
When CCI aligns with MACD, it confirms momentum strength.
Volume Delta
Measures the difference between buying and selling volume in real time.
A positive delta means more aggressive buying (bullish).
A negative delta means more aggressive selling (bearish).
Helps confirm MACD and CCI trends by showing real volume strength.
Key Takeaways & Features
✅ No false signals: All three indicators must align before entering a trade.
✅ Trend confirmation: Ensures momentum and volume agree before trading.
✅ Works on multiple timeframes: Designed for swing trading on the daily and scalping on 45 min + 5 min.
✅ Great for Gold & Metals: Optimized for XAUUSD, XAUJPY, XAU/AUD, and possibly Palladium (XPDUSD).
✅ Custom-built by a professional trader: Developed by Shavarie Gordon after extensive testing.
Summary
Shavarie’s MCV Indicator is a powerful and reliable trading tool that combines momentum, trend, and volume analysis. By ensuring that MACD, CCI, and Volume Delta align, it eliminates false signals and increases trade accuracy. Whether used for swing trading or scalping, this indicator helps traders enter high-probability trades with confidence.