Burr ORB MomentumShows momentum in seperate pane. Useful when trading ORB breakout to determine strength of trend and probability of continuation or reversal.
Analisi trend
Liquidity and S&R Zones╔══════════════════════════════════════════════════════════════════════╗
║ Description ║
╚══════════════════════════════════════════════════════════════════════╝
This indicator identifies liquidity zones and support/resistance (S&R) levels
using pivot points and volume analysis. Liquidity zones highlight areas of high
trading activity, while S&R levels mark key price levels where price may reverse
or break. Breakouts are confirmed with a volume oscillator and visualized with
shapes. Alerts are provided for significant S&R breakouts.
╔══════════════════════════════════════════════════════════════════════╗
║ User Guide ║
╚══════════════════════════════════════════════════════════════════════╝
#### Overview
This indicator detects liquidity zones and support/resistance (S&R) levels
using pivot points and volume analysis. Liquidity zones highlight areas of
high trading activity, often targeted by institutional traders. S&R levels
indicate key price levels where price may reverse or break, with breakouts
confirmed by a volume oscillator. The indicator is designed for traders
seeking to trade breakouts or reversals at critical levels.
#### Features
- **Liquidity Zones**: Identifies pivot highs/lows with high-volume confirmation.
- **Support/Resistance Levels**: Plots dynamic S&R lines based on pivot points.
- **Breakout Signals**: Displays shapes for price crossing S&R levels with volume confirmation.
- **Volume Oscillator**: Uses short/long EMA difference to confirm breakouts.
- **Alerts**: Notifies users of support/resistance breakouts.
#### Input Parameters
- **Liquidity Settings**:
- *Liquidity Lookback Period*: Bars for average volume (default: 50).
- *Liquidity Volume Threshold Multiplier*: Volume multiplier for liquidity zones (default: 1.5).
- *Liquidity Pivot Lookback*: Bars for pivot detection (default: 5).
- **S&R Settings**:
- *Show Breaks*: Toggle breakout shapes (default: true).
- *Left/Right Bars*: Bars for S&R pivot detection (default: 15).
- *S&R Volume Threshold*: Minimum oscillator value for breakouts (default: 20).
- **Style Settings**: Predefined colors for liquidity and S&R visualization.
#### Usage
1. Apply the indicator to a chart (e.g., 1H, 4H, or D timeframes recommended).
2. Adjust input parameters to suit the instrument and timeframe:
- Increase `liqLookback` for smoother volume averages on lower timeframes.
- Adjust `leftBars` and `rightBars` for more/less sensitive S&R levels.
- Set `srVolumeThresh` based on typical oscillator values (plot `osc` to calibrate).
3. Monitor liquidity zones (red/green/yellow crosses) and S&R lines (red/green).
4. Watch for breakout signals (shapes) when price crosses S&R levels with volume confirmation.
5. Set up alerts for "Support Broken" or "Resistance Broken" to receive notifications.
#### Recommended Settings
- **Timeframes**: 1H, 4H, or D for reliable signals.
- **Instruments**: Assets with good volume (e.g., crypto, forex, indices).
- **Liquidity**: Increase `liqVolumeThreshold` (e.g., 2.0) for stricter zones.
- **S&R**: Use `leftBars = rightBars = 10` for faster markets.
#### Cautions
- Ensure sufficient chart history for pivot and volume calculations.
- High `liqLookback` or `leftBars` may delay signals on lower timeframes.
- Volume oscillator requires accurate volume data; test on reliable instruments.
- Backtest breakout signals, as false breakouts can occur in choppy markets.
#### Customization Ideas
- Add Fibonacci levels to complement S&R zones.
- Integrate with trend indicators (e.g., EMA) to filter breakouts.
- Visualize volume oscillator as a histogram for calibration.
- Extend liquidity zones with boxes to highlight price ranges.
#### Notes
- Combine with other analysis for a complete trading system.
- Test thoroughly in a demo account before live trading.
- Contact the author for support or feature requests.
Happy trading, and may your trades align with the market’s key levels! 🚀
Burr Orb VolumeVolume Histogram used to confirm strong Breakouts of the ORB. Highlights Volume Spikes for added confirmation.
Burr ORBMarks the ORB on desired timeframe. Also marks the previous days High and Low for reference during Session
Burr MTFA ORBMarks the high and low of the Opening Range Candle across multiple timeframes. Extends these lines through the entirety of NY Session
Kijun-Sen Filter for ScalpingThis is designed to assist lower time framed trading strategies with general trend sentiment. The baseline indicator used in this script is the trust Kijun-Sen. The baseline is best to be used on the daily timeframe however you can select whichever you prefer the same applies to the period as well.
You will see a table in the top right of the screen letting you know the trend direction.
Bullish
Bearish
MA14-28-57The 142857 number sequence is used to explain and visualize the dynamics of the interaction between the two great laws of the Universe: the Law of Three and the Law of Seven. I believe that the periods 14-28-57 also work for Stock prices.
Vortex SMA StrategyThere are two components to this script:
- Vortex Indicator (This will signal the long and short entries)
- SMA (This acts as a filter when price is above the SMA it only signals longs, when the price is below the SMA it only signals shorts)
Examples of longs and shorts
It's best to use a volume indicator paired with this to further filter losing trades.
If you have any ideas send me a message please!
BURR ORB CONFIRMATIONVWAP, 50 EMA, 200 EMA. Provides 3 points of confirmation before taking ORB Breakout. Reduces fakeouts and liquidity traps and ensures strong trend. Pair with Volume Histogram, MACD, RSI
Marubozu + Clean Wick Edge (Toggleable)📊 Marubozu + Wickless Edge Highlighter (w/ Toggles & Alerts)
This indicator identifies and visually highlights strong momentum candles using a combination of classic candlestick logic and precision wick analysis:
🔹 Features:
✅ Bullish Marubozu (green): Candles that open near their low and close near their high, indicating strong buying pressure
✅ Bearish Marubozu (red): Candles that open near their high and close near their low, signaling aggressive selling
🟪 Wickless Edge Candles (purple): Any candle with a flat top or bottom (no wick on at least one end), often representing clean institutional activity or high conviction
🛠️ Fully Customizable:
Toggle each candle type on/off (Bullish, Bearish, Wickless)
Adjust detection tolerances for wick length precision
Color-coded bars for easy visual scanning
🔔 Built-In Alerts:
Receive alerts the moment a Bullish or Bearish Marubozu prints
📈 Ideal For:
Momentum traders
Breakout or breakdown entries
Spotting institutional-style candles with clean conviction
Market ForcastCore Concept:
It analyzes a recent segment of price data (user-defined length).
It searches backwards in historical data for similar sequences using one of several similarity methods (e.g., Pearson, Cosine, Euclidean, etc.).
Once a match is found, it projects the future movement from that past pattern onto the present, visualizing how the price may move next.
⚙️ How It Works:
1. Data Preparation:
Gathers historical price or percent change data into arrays.
Defines the "recent" segment (length = Correlation Length) as the pattern to match.
Searches backward over Bars Back To Search length to find a matching sequence.
2. Similarity Matching:
Compares each past sequence to the current one using the selected similarity method:
Cosine Similarity (default): Angle between vectors.
Pearson / Spearman / Kendall: Statistical correlation.
Euclidean: Distance between points.
MSE (Mean Squared Error): Variance difference.
3. Forecasting:
Once the most similar historical sequence is found, the price movement that followed it is used as a forecast.
Forecast is drawn as:
A dotted line (ponly) showing projected price direction.
An optional ZigZag (zonly) drawn using projected highs and lows.
Optionally, a linear regression channel around the projected line.
4. Visualization:
Draws:
Two boxes: One around the original pattern found in history, and one for the forecasted period.
Optional ZigZag projections connecting the high/low points of the forecast.
Optional Linear Regression Channel with standard deviation bounds.
Forecast line via dotted segments.
📊 User Inputs Include:
Correlation Length: Size of the recent pattern to match.
Forecast Length: How far into the future to project.
Similarity Method: Choice of similarity algorithm.
Search Range: How many past bars to search through.
Visual toggles for ZigZag, price line, and regression channel.
📈 Use Case:
This script is intended for pattern forecasting or cycle recognition, useful in markets with repetitive behavior. It’s experimental and not for blind execution, but can offer visual guidance for anticipating movement based on historical patterns.
FVG Alerts (Vortus)Fair Value Gaps (FVGs) represent price inefficiencies where buying and selling volumes are imbalanced, creating gaps between the wicks of consecutive candles. These gaps often act as magnets for price, as markets tend to "fill" these gaps before resuming their trend.
FVGs can signal potential entry or exit points, making them a valuable tool for traders looking to exploit these price inefficiencies.
Custom Cloud Tops & BottomsThe Custom Cloud Tops & Bottoms Indicator is an Ichimoku-inspired tool designed to help traders identify market trends, reversals, and optimal trading opportunities. It plots a dynamic cloud using fast (9) and slow (26) Exponential Moving Averages (EMAs), marks market tops and bottoms with pivot-based signals, and generates buy/sell signals based on cloud breakouts confirmed by RSI momentum. This versatile indicator is suitable for swing trading, day trading, or trend following across various markets (e.g., stocks, forex, crypto) and timeframes.
Features
• Cloud: A forward-shifted cloud (default: 9 bars) that acts as dynamic support/resistance. Green indicates a bullish trend (fast EMA > slow EMA), and red indicates a bearish trend (fast EMA < slow EMA).
• Tops and Bottoms: Pivot points mark potential market reversals, confirmed by cloud rejections. Tops are shown with red triangles and diamonds, bottoms with green triangles and diamonds.
• Buy/Sell Signals: Generated when price breaks above (buy) or below (sell) the cloud, with RSI confirming momentum. Buy signals appear as green circles and squares, sell signals as red circles and squares.
• Customizable Parameters: Adjust EMA lengths, cloud offset, pivot lookback, and RSI settings to suit your trading style.
Setup Instructions
1. Add the Indicator to TradingView:
• Open TradingView and navigate to the Pine Editor (bottom panel).
• Copy and paste the indicator’s script into the editor.
• Click Save and name the script (e.g., “Custom Cloud Indicator”).
• Click Add to Chart to apply the indicator to your active chart.
2. Configure Settings:
• Click the gear icon next to the indicator’s name in the chart’s legend to open the settings.
• Adjust the following inputs as needed:
• Fast EMA Length (default: 9): Controls the sensitivity of the fast EMA. Lower values make the cloud more responsive to price changes.
• Slow EMA Length (default: 26): Controls the smoothness of the slow EMA. Higher values create a broader cloud.
• Cloud Offset (default: 9): Number of bars to shift the cloud forward, similar to Ichimoku’s projection. Increase for longer-term projections.
• Pivot Lookback (default: 5): Number of bars to look back for detecting tops and bottoms. Smaller values detect more frequent pivots; larger values detect major reversals.
• RSI Length (default: 14): Period for RSI calculation. Adjust for more or less sensitivity to momentum.
• RSI Overbought (default: 70): RSI level above which buy signals are filtered out to avoid overbought conditions.
• RSI Oversold (default: 30): RSI level below which sell signals are filtered out to avoid oversold conditions.
• Click OK to apply changes.
3. Choose a Timeframe:
• The indicator works on any timeframe. Use:
• Lower timeframes (e.g., 5m, 15m) for day trading or scalping (expect more signals but potential noise).
• Higher timeframes (e.g., 1h, 4h, daily) for swing trading or trend following (fewer but more reliable signals).
• Test the indicator on your preferred asset (e.g., BTC/USD, AAPL, EUR/USD) to ensure compatibility.
4. Set Alerts (Optional):
• To receive notifications for tops, bottoms, or buy/sell signals:
• Right-click on the chart and select Create Alert.
• Choose the indicator from the dropdown and select conditions (e.g., “Buy Signal” or “Market Top”).
• Configure the alert (e.g., email, SMS, or popup) and save.
Interpreting Signals
The indicator provides visual cues to guide your trading decisions. Here’s how to interpret each component:
1. Cloud:
• Green Cloud: Indicates a bullish trend (fast EMA > slow EMA). Price above the cloud suggests strong bullish momentum; consider long positions.
• Red Cloud: Indicates a bearish trend (fast EMA < slow EMA). Price below the cloud suggests strong bearish momentum; consider short positions or exiting longs.
• Cloud as Support/Resistance: The cloud’s edges act as dynamic levels. Price approaching the cloud may bounce (support/resistance) or break through (trend change).
2. Tops and Bottoms:
• Red Triangles/Diamonds (Tops): Mark potential market peaks where price is above the cloud, indicating a pivot high. Use these as signals to:
• Sell or take profits on long positions.
• Enter short positions if bearish confirmation (e.g., price breaks below cloud).
• Green Triangles/Diamonds (Bottoms): Mark potential market lows where price is below the cloud, indicating a pivot low. Use these as signals to:
• Buy or enter long positions if bullish confirmation (e.g., price breaks above cloud).
• Close short positions.
• Confirmation: Tops and bottoms are more reliable when confirmed by other indicators (e.g., volume spikes, support/resistance levels).
3. Buy/Sell Signals:
• Green Circles/Squares (Buy Signals): Triggered when price crosses above the cloud, RSI is not overbought (<70), and RSI crosses above 50 (bullish momentum). Actions:
• Enter long positions.
• Place stop-loss below the cloud or recent low.
• Red Circles/Squares (Sell Signals): Triggered when price crosses below the cloud, RSI is not oversold (>30), and RSI crosses below 50 (bearish momentum). Actions:
• Enter short positions or exit longs.
• Place stop-loss above the cloud or recent high.
• Context: Signals are stronger when aligned with the cloud’s trend (e.g., buy signals in a green cloud, sell signals in a red cloud).
Trading Tips
To maximize the indicator’s effectiveness, follow these best practices:
1. Confirm Signals with Other Tools:
• Use additional indicators like MACD, Bollinger Bands, or volume to validate tops, bottoms, and signals.
• Check key support/resistance levels or Fibonacci retracements to confirm entry/exit points.
2. Align with Trend:
• In a green cloud (bullish), prioritize buy signals and be cautious with sell signals.
• In a red cloud (bearish), prioritize sell signals and be cautious with buy signals.
3. Manage Risk:
• Always use a stop-loss to protect against false signals (e.g., below the cloud for longs, above the cloud for shorts).
• Apply proper position sizing based on your risk tolerance (e.g., risk 1-2% of account per trade).
4. Avoid Choppy Markets:
• In sideways markets, the cloud may produce frequent false signals. Look for low volatility (e.g., narrow cloud) and avoid trading until a clear trend emerges.
• Use higher timeframes (e.g., 4h, daily) to filter out noise.
5. Backtest First:
• Test the indicator on your chosen asset and timeframe using TradingView’s Strategy Tester or manual backtesting.
• Evaluate win rate, risk/reward ratio, and signal frequency to ensure it fits your strategy.
6. Timeframe Selection:
• Day Trading: Use 5m, 15m, or 1h charts for frequent signals, but confirm with higher timeframes (e.g., 4h) for trend direction.
• Swing Trading: Use 4h, daily, or weekly charts for reliable signals and longer-term trades.
Customization
The indicator is highly customizable to adapt to different markets, timeframes, or trading styles:
1. Adjust Input Parameters:
• EMA Lengths: Shorten (e.g., 5/13) for faster markets (crypto), lengthen (e.g., 12/36) for slower markets (stocks).
• Cloud Offset: Increase (e.g., 12) for longer-term projections, decrease (e.g., 5) for shorter-term analysis.
• Pivot Lookback: Decrease (e.g., 3) for more frequent tops/bottoms, increase (e.g., 7) for major reversals.
• RSI Settings: Tighten overbought/oversold levels (e.g., 80/20) for conservative signals, loosen (e.g., 65/35) for more signals.
2. Modify Visuals:
• Edit the script to change colors (e.g., replace color.green with color.blue for buy signals).
• Adjust shape sizes (e.g., change size.tiny to size.small) or styles (e.g., shape.circle to shape.cross) in plotshape calls.
3. Add Alerts:
• Customize alerts for specific signals (e.g., “Buy Signal” or “Market Top”) to automate notifications.
4. Extend Functionality:
• Contact the script’s author or a Pine Script developer to add features like:
• Text labels for signals (if compatible with your TradingView version).
• Additional momentum indicators (e.g., MACD, Stochastic).
• Automated trading strategies based on signals.
Limitations
While powerful, the indicator has some limitations to be aware of:
1. Lagging Signals:
• EMAs and RSI are lagging indicators, so signals may appear after price has already moved. Use in trending markets for best results.
2. False Signals in Choppy Markets:
• Sideways or low-volatility markets can produce frequent false signals. Confirm with other tools or wait for a breakout.
3. Timeframe Sensitivity:
• Lower timeframes (e.g., 1m, 5m) generate more signals but are noisier. Higher timeframes (e.g., 4h, daily) are more reliable but slower.
4. Market Dependency:
• Performance varies by asset. Backtest on your specific market (e.g., forex, stocks, crypto) to optimize settings.
5. No Guarantee of Profits:
• The indicator is a tool, not a crystal ball. Combine it with a solid trading plan, risk management, and market analysis.
Example Trading Scenario
Asset: BTC/USD on a 4h chart
Setup:
• Fast EMA: 9, Slow EMA: 26, Cloud Offset: 9, Pivot Lookback: 5, RSI: 14 (70/30).
• Price is below a red cloud, indicating a bearish trend.
Steps:
1. Spot a Bottom: A green triangle and diamond appear below a candle, indicating a pivot low below the cloud (potential reversal).
2. Wait for Confirmation: Price moves toward the cloud. RSI rises but stays below 70 (not overbought).
3. Enter on Buy Signal: A green circle and square appear when price crosses above the cloud, and RSI crosses above 50. Enter a long position at the close of the signal candle.
4. Set Risk Management:
• Stop-Loss: Place below the recent low or cloud bottom (e.g., 5% below entry).
• Take-Profit: Target the next resistance level or a 2:1 risk/reward ratio.
5. Monitor: If a red triangle/diamond (top) appears, consider taking partial profits. Exit if a sell signal (red circle/square) occurs.
Outcome: The trade captures a bullish move as price stays above the green cloud, confirmed by RSI momentum.
Getting Started
1. Apply the Indicator: Follow the setup instructions to add it to your chart.
2. Test on a Demo Account: Use TradingView’s paper trading or a broker’s demo account to practice with the indicator.
3. Join the Community: Share your experience or ask questions in TradingView’s comments section (if published) or relevant trading forums.
4. Provide Feedback: If you have suggestions (e.g., adding alerts, modifying visuals), contact the script’s author for updates.
Why Use This Indicator?
The Custom Cloud Tops & Bottoms Indicator simplifies complex market analysis with a clear, Ichimoku-inspired cloud, precise reversal signals, and momentum-driven entries. Whether you’re a beginner or an experienced trader, it provides actionable insights to catch trends and reversals with confidence.
Happy Trading!
For support, customization, or questions, leave a comment (if published on TradingView) or contact the script’s author. Enjoy using the indicator, and trade wisely!
Volume Peak Bars 3.0Indicator highlights the range starting at the highest volume bar. Customizable to your desired time frame. High volume bars tend to give good levels of liquidity ie. Support/Resistance. This indicator follows the same idea as Opening Range Breakout theories - Break Outs of this area with retests or entries into this range tend to give good trade ideas.
Multi-Timeframe Golden CrossOverview
The Multi-Timeframe Golden Cross Indicator is a powerful tool for traders seeking to identify trend changes using the classic Golden Cross and Death Cross strategy. It tracks the 50-period Exponential Moving Average (EMA) crossing the 200-period EMA across three timeframes—4-hour (4h), 1-hour (1h), and 15-minute (15m)—all displayed on your chosen chart. Bullish crosses (50 EMA above 200 EMA) are marked with green shapes, while bearish crosses (50 EMA below 200 EMA) are marked with red shapes, making it easy to spot potential buy and sell signals.
Designed for swing traders, day traders, and long-term investors, this indicator helps you confirm trends across multiple timeframes, enhancing your trading decisions with clear, visual cues.
How It Works
• Golden Cross (Bullish): When the 50 EMA crosses above the 200 EMA, a green shape appears below the price bar, signaling a potential uptrend.
• Death Cross (Bearish): When the 50 EMA crosses below the 200 EMA, a red shape appears above the price bar, signaling a potential downtrend.
• Multi-Timeframe Signals:
• 4h Timeframe: Green/red triangles indicate stronger, longer-term trends.
• 1h Timeframe: Green/red circles highlight medium-term trends.
• 15m Timeframe: Green/red diamonds show short-term trends.
• Chart EMAs: The indicator plots the 50 EMA (blue) and 200 EMA (orange) on your chart’s native timeframe for trend context.
Key Features
• Displays 4h, 1h, and 15m Golden/Death Cross signals on any chart timeframe.
• Distinct shapes (triangle, circle, diamond) and colors (green for bullish, red for bearish) for easy timeframe identification.
• Customizable EMA periods (default: 50 and 200) to suit your trading style.
• Overlays the 50 EMA and 200 EMA on your chart for visual trend confirmation.
Setup Instructions
1. Add the Indicator:
• Open TradingView’s Pine Editor (bottom panel).
• Copy and paste the script provided below.
• Click Save, name the indicator (e.g., “MTF Golden Cross”), and click Add to Chart.
2. Check the Chart:
• Green/red shapes will appear for crosses on 4h, 1h, and 15m timeframes.
• Blue (50 EMA) and orange (200 EMA) lines will show on your chart’s timeframe.
3. Customize (Optional):
• Click the indicator’s Settings (gear icon) in the chart legend.
• Adjust EMA 50 Length (default: 50) or EMA 200 Length (default: 200).
4. Choose a Timeframe:
• Use any chart timeframe (e.g., 5m, 1h, 1D). For best results, align the chart timeframe with your trading horizon (e.g., 1h for swing trading).
Interpreting Signals
• Bullish (Green Shapes):
• 4h Triangle: Strong buy signal for longer-term trends.
• 1h Circle: Buy signal for swing trading.
• 15m Diamond: Short-term buy signal for scalping or day trading.
• Action: Consider entering a long position, especially if multiple timeframes align (e.g., 4h and 1h bullish).
• Bearish (Red Shapes):
• 4h Triangle: Strong sell signal for longer-term trends.
• 1h Circle: Sell signal for swing trading.
• 15m Diamond: Short-term sell signal.
• Action: Consider exiting longs or entering shorts, with confirmation from higher timeframes.
• Trend Confirmation: Use the chart’s 50 EMA (blue) and 200 EMA (orange) to verify the trend direction. Stronger signals occur when multiple timeframes show the same cross direction.
Trading Tips
• Confirm with Other Tools: Pair the indicator with support/resistance, RSI, or volume for better accuracy.
• Focus on Trends: The Golden Cross works best in trending markets. Avoid relying on signals in choppy or sideways conditions.
• Use Multi-Timeframe Alignment: A 4h bullish cross combined with a 1h or 15m bullish cross is a stronger buy signal.
• Backtest First: Test the indicator on your asset and timeframe to understand its performance.
• Risk Management: Always use stop-loss orders and proper position sizing to protect your capital.
Customization Options
• Adjust EMA Periods: Change the 50 EMA or 200 EMA lengths in the settings to make signals more sensitive (shorter periods) or smoother (longer periods).
• Set Alerts:
• Click the Alert icon (bell) in TradingView.
• Select the indicator and create alerts for specific crosses (e.g., “4h Bullish Cross”).
• Modify Visuals: Edit the script’s plotshape lines to change shapes (e.g., shape.square) or colors (e.g., color.blue).
Limitations
• Lagging Nature: EMAs are lagging indicators, so signals may delay in fast markets.
• False Signals: Crosses in choppy markets can lead to false positives. Confirm with other indicators.
• Timeframe Noise: 15m signals are noisier than 4h signals, so prioritize higher timeframes for reliability.
Why Use This Indicator?
This indicator simplifies multi-timeframe analysis, allowing you to monitor short-term and long-term trends without switching charts. Whether you’re a day trader chasing 15m signals or a swing trader focusing on 4h trends, the clear visual cues and customizable settings make it a versatile addition to your trading toolkit.
Feedback Welcome
I’d love to hear your thoughts! Leave a comment with suggestions or share how you’re using the indicator. If you encounter issues or need a Pine Script v5 version for compatibility, let me know in the comments. Happy trading!
ConeCastConeCast is a forward-looking projection indicator that visualizes a future price range (or "cone") based on recent trend momentum and adaptive volatility. Unlike lagging bands or reactive channels, this tool plots a predictive zone 3–50 bars ahead, allowing traders to anticipate potential price behavior rather than merely react to it.
How It Works
The core of ConeCast is a dynamic trend-slope engine derived from a Linear Regression line fitted over a user-defined lookback window. The slope of this trend is projected forward, and the cone’s width adapts based on real-time market volatility. In calm markets, the cone is narrow and focused. In volatile regimes, it expands proportionally, using an ATR-based % of price to scale.
Key Features
📈 Predictive Cone Zone: Visualizes a forward range using trend slope × volatility width.
🔄 Auto-Adaptive Volatility Scaling: Expands or contracts based on market quiet/chaotic states.
📊 Regime Detection: Identifies Bull, Bear, or Neutral states using a tunable slope threshold.
🧭 Multi-Timeframe Compatible: Slope and volatility can be calculated from higher timeframes.
🔔 Smart Alerts: Detects price entering the cone, and signals trend regime changes in real time.
🖼️ Clean Visual Output: Optionally includes outer cones, trend-trail marker, and dashboard label.
How to Use It
Use on 15m–4H charts for best forward visibility.
Look for price entering the cone as a potential trend continuation setup.
Monitor regime changes and volatility expansion to filter choppy market zones.
Tune the slope sensitivity and ATR multiplier to match your symbol's behavior.
Use outer cones to anticipate aggressive swings and wick traps.
What Makes It Unique
ConeCast doesn’t follow price — it predicts a possible future price envelope using trend + volatility math, without relying on lagging indicators or repainting logic. It's a hybrid of regression-based forecasting and dynamic risk zoning, designed for swing traders, scalpers, and algo developers alike.
Limitations
ConeCast projects based on current trend and volatility — it does not "know" future price. Like all projection tools, accuracy depends on trend persistence and market conditions. Use this in combination with confirmation signals and risk management.
MA Crossover with Adaptive Trend Strength📘 MA Crossover with Adaptive Trend Strength —
📌 Overview
This TradingView indicator plots two moving averages (Fast & Slow) with user-selected types (T3, EMA, SMA, HMA), visual crossovers, and dynamically calculates an adaptive trend strength score using Z-scores of multiple features. Optional higher timeframe (HTF) confirmation is supported. A color-filled region between the MAs visually indicates momentum direction.
⚙️ Inputs & Controls
📈 Moving Average Settings
Fast MA Length: Length of the fast-moving average (default: 9).
Slow MA Length: Length of the slow-moving average (default: 21).
MA Type: Type of moving average used (T3, EMA, SMA, HMA).
Source: Input data source (default: close).
T3 Volume Factor: Only used when T3 is selected, controls smoothing (range: 0–1).
🎨 Visual Controls
Bullish Fill Color: Fill color when Fast MA is above Slow MA.
Bearish Fill Color: Fill color when Fast MA is below Slow MA.
Show Gradient Fill: Enable or disable the colored area between Fast & Slow MAs.
Trend Label Position: Choose where the trend strength label appears (top or bottom).
Label Update Interval: Number of bars between label updates (reduces clutter).
⏱ Multi-Timeframe Support
Higher Timeframe: Timeframe used for confirmation (default: 60 min).
Use HTF Confirmation: Enables filtering of trend score by higher timeframe trend direction.
📊 Lookback Configuration
Auto Lookback Based on Timeframe: Dynamically adapts scoring lookback period per chart timeframe.
Manual Lookback: Manual fallback lookback length when auto is off.
🧮 MA Calculation Options
T3 MA: Custom T3 function with exponential moving averages and volume factor.
EMA/SMA: Built-in Pine functions (ta.ema, ta.sma).
HMA: Hull Moving Average using WMA calculations.
📉 Trend Strength Calculation
🧠 Z-Score Inputs
Distance between MAs (zDist)
Slope of the Fast MA (zSlope)
Volume (zVol)
ATR (zATR)
📏 Choppiness & Adaptive Weighting
A Choppiness Index (based on ATR & price range) reduces score impact in sideways markets.
Dynamically adjusts Z-score weights:
W1: Distance
W2: Slope
W3: Volume
W4: ATR
🔁 HTF Confirmation
Optionally multiplies the trend score by the direction of the higher timeframe trend to filter noise.
🟩 Plot & Visual Elements
📊 MA Lines
Plots Fast and Slow MA lines in colors based on selected MA type.
🌈 Gradient Fill
Fills the area between Fast and Slow MAs with opacity proportional to their difference.
Colors based on bullish/bearish condition.
🏷️ Trend Strength Label
Updates every n bars (Label Update Interval).
Shows:
Trend Classification: Weak, Moderate, Strong
Numerical Score
Label position (top or bottom) is configurable.
🔔 Crossover Signals
Bullish Crossover ("B"): Fast MA crosses above Slow MA.
Bearish Crossover ("S"): Fast MA crosses below Slow MA.
Labels are plotted at crossover points.
Old labels are removed after a threshold (100) to reduce chart clutter.
📋 Score Summary Table
A table showing:
Max Score within the lookback period
Min Score
HTF Confirmation Status (ON / OFF)
Updates on the same user-defined interval as the trend label.
🚨 Alerts
Condition Description
Bullish MA Cross Fast MA crosses above Slow MA
Bearish MA Cross Fast MA crosses below Slow MA
These are provided via alertcondition() for use in alert creation.
📌 Customization Tips
Turn off the gradient fill for a cleaner chart.
Use HTF confirmation to reduce false positives in ranging markets.
Adjust label update frequency to prevent visual clutter on faster timeframes.
Use T3 MA with volume factor for smoother signals in volatile markets.
🧬 DNA Ribbon --Adaptive Trend WaveThe DNA Ribbon – Adaptive Trend Wave is an advanced trend-following indicator designed to visualize market momentum, trend direction, and reversals through a dynamic EMA ribbon that adapts in real time to market conditions. Unlike traditional moving average-based indicators that rely on fixed-length inputs, the DNA Ribbon leverages volatility, momentum, and trend strength to intelligently recalibrate its internal logic, allowing it to remain responsive during fast-moving conditions and stable during periods of market noise or consolidation. It was created to provide traders with a smoother, cleaner trend-following experience without the need for manual tuning or constant parameter adjustment.
At its core, the DNA Ribbon uses two exponential moving averages—a fast and a slow EMA—as the structural basis for its ribbon. However, these moving averages are not static. Instead, they are adaptively adjusted based on several dynamic market signals: price velocity, the average directional index (ADX), the relative strength index (RSI), and the average true range (ATR). These inputs feed into a multi-phase adaptive logic system that alters the effective lengths of both EMAs on-the-fly. This allows the ribbon to become more sensitive during breakout conditions or during high-momentum scalping scenarios, while becoming more conservative during choppy or sideways markets.
The first phase of the indicator is market state detection. This is achieved by calculating the ADX over a length of 14 bars (or 7 if scalping mode is enabled), as well as measuring price volatility using ATR. The fast and slow temporary EMAs are used to estimate the slope of the trend using an angular calculation: the arctangent of the difference between the EMAs, converted into degrees. This slope is used in conjunction with ATR-based distance between the EMAs to determine whether the market is trending, ranging, or reversing. If ADX is above 20 and the EMAs are sufficiently separated, the market is considered to be trending. If ADX is low and the EMA distance is small, the market is flagged as ranging. If the slope angle changes dramatically from the previous bar (greater than 20 degrees), the market is considered to be reversing.
In the second phase, adaptive EMA lengths are calculated based on the detected market state. If trending conditions are active, both the fast and slow EMAs are lengthened slightly to reduce noise and avoid premature reactions. If reversal conditions are detected, the EMAs are shortened to become more sensitive and reactive. These adaptive lengths are then used to calculate new EMAs through a custom exponential smoothing function that simulates a true adaptive EMA without using fixed lengths. The formula used is a traditional EMA with a dynamic alpha value: alpha = 2 / (length + 1), where the length is modified based on the market state.
Once the adaptive EMAs are calculated, the indicator proceeds to a third phase: slope recalibration. Here, the difference between the EMAs is again measured, and the slope is adjusted by weighting it with a combination of volatility and momentum factors. The ATR is used to normalize volatility, and RSI deviation from 50 is used as a proxy for directional momentum. This slope weighting ensures that during strong directional moves, the ribbon's slope becomes steeper and more expressive, while during low-volatility drifts it flattens and fades.
A key innovation of this indicator is its AI-based noise filtering and memory retention system. This is implemented through a recursive slope memory variable, which blends the current slope with its historical state based on market velocity and noise. The velocity is defined as the normalized absolute change in price, while the noise level is calculated as the standard deviation of the candle body size relative to ATR. The final slope memory is calculated using a weighted formula that increases responsiveness during fast markets and dampens volatility during chop. This intelligent slope memory acts as a kind of synthetic neural layer, helping the ribbon adapt over time without becoming erratic.
Visually, the indicator plots the fast and slow adaptive EMAs as semi-transparent lines, and fills the space between them with a color-coded ribbon that reflects the slope direction and trend confidence. When slope is positive, the ribbon turns green. When it is negative, it turns red. The strength of the fill is modulated by the current trend state: strong trends are solid, reversals are semi-transparent, and ranges are more faded. This gives the trader a visual cue of both direction and conviction in a single glance.
The indicator includes optional signal labels that mark trend reversals and transitions. These are generated from two primary triggers: when the slope memory crosses above or below zero (indicating a change in trend direction), and when the fast EMA crosses the slow EMA (a traditional moving average crossover). Additionally, a third trigger occurs when ADX crosses above 25, signifying the start of a high-momentum trend environment. Each of these events can trigger alerts, which are preconfigured using `alertcondition()` statements for integration into TradingView's alert system.
An optional scalping mode can be enabled to enhance sensitivity on lower timeframes like the 1-minute or 3-minute charts. This mode shortens the ADX period, increases velocity impact, and decreases the smoothing factor in the slope memory logic. The result is a faster, more agile ribbon ideal for rapid entries and exits in fast markets.
In summary, the DNA Ribbon is a comprehensive, AI-assisted trend visualization system built to adapt in real time to ever-changing market conditions. It integrates classic trend logic with modern enhancements like volatility-weighted slope calibration, dynamic length adjustment, and momentum-aware smoothing. It is suitable for all timeframes and trading styles, including swing trading, intraday scalping, and trend confirmation in confluence systems. It was built with clean visuals, minimal noise, and actionable signals in mind, and is designed to integrate seamlessly into multi-indicator strategies as both a directional bias anchor and a standalone trend engine.
MA Trendline with Angle LockThis indicator is just white line in screenshot (and will show the MA it is using).... This grabs the slope of the MA and makes a trendline out of it until the angle changes by x percentage then it recalculates. Mimics what a 2x sma envelope does to a smaller sma envelope... carves out the impulses just with straight rather than curved edges if that makes sense. Envelopes are shown as an example.
QuantumTrend SwiftEdgeQuantumTrend SwiftEdge - A Trend-Following Indicator for TradingView
Overview:
QuantumTrend SwiftEdge is a visually engaging and customizable trend-following indicator that combines the power of Supertrend, Keltner Channels, and a 100-period EMA to generate precise buy and sell signals. Designed to help traders identify trends and breakouts, this indicator offers a unique blend of technical tools with a modern gradient color effect, making it both functional and visually appealing.
What It Does:
This indicator identifies trend directions and potential entry/exit points:
- Supertrend determines the overall trend direction, showing a green line below the price during uptrends and a red line above the price during downtrends. The line only appears when the price is close to it, indicating an active trend.
- Keltner Channels highlight volatility and breakouts, with the upper and lower bands dynamically adjusting to market conditions.
- A 100-period EMA provides a longer-term trend perspective, helping to filter out noise.
- Buy and sell signals are generated when specific conditions align across these indicators, ensuring robust trade setups.
How It Works:
The indicator uses three components to generate signals:
1. **Supertrend**: Calculates trend direction using the Average True Range (ATR) and a multiplier. It switches between uptrend (green) and downtrend (red) based on price movements relative to the Supertrend line.
2. **Keltner Channels**: Consists of an EMA (default 20 periods) with upper and lower bands based on ATR. A breakout above the upper band signals potential buying opportunities, while a breakout below the lower band signals potential selling opportunities.
3. **100-period EMA**: Acts as a trend filter, ensuring signals align with the broader market direction.
**Buy Signal**:
- Price is above the 100-period EMA (bullish market).
- Price breaks above the Keltner Channel upper band (indicating a breakout).
- Supertrend switches to an uptrend (trend changes from down to up).
**Sell Signal**:
- Price is below the 100-period EMA (bearish market).
- Price breaks below the Keltner Channel lower band (indicating a breakout).
- Supertrend switches to a downtrend (trend changes from up to down).
Visual Features:
- **Gradient Colors**: Supertrend lines and Keltner Channels use a smooth gradient color transition between green (uptrend) and red (downtrend), reflecting the trend's strength. The gradient is based on a smoothed trend value, creating a visually appealing effect.
- **Keltner Channel Fill**: The area between the upper and lower Keltner Channels is filled with a transparent gradient, enhancing the trend visualization.
- **Dynamic Supertrend Visibility**: Supertrend lines only appear when the price is close to the line (within an ATR-based threshold), indicating an active trend.
How to Use:
1. Add the "QuantumTrend SwiftEdge" indicator to your chart in TradingView.
2. Customize the settings:
- **Signal Sensitivity (1=Low, 5=High)**: Default is 3. Lower values (e.g., 1) make signals less frequent by using wider parameters, while higher values (e.g., 5) make signals more frequent by tightening parameters.
- **Use Manual Settings**: If enabled, you can manually adjust all parameters (ATR Period, ATR Multiplier, Keltner Channel Length, Keltner Channel Multiplier, Keltner ATR Length, EMA Length) to fine-tune the indicator.
- **Change ATR Calculation Method**: Toggle between standard ATR calculation and a simple moving average of true range.
- **Show Buy/Sell Signals**: Toggle to show or hide buy (green "Buy" label) and sell (red "Sell" label) signals.
- **Highlighter On/Off**: Toggle to show or hide the gradient fill between the price and Supertrend line when the line is visible.
3. Interpret the signals:
- A green "Buy" label below the price indicates a potential buying opportunity.
- A red "Sell" label above the price indicates a potential selling opportunity.
- Use the Keltner Channel gradient fill and Supertrend lines to confirm the trend direction and strength.
Why This Combination?
- **Supertrend** provides a robust trend-following mechanism, ensuring signals align with the market direction.
- **Keltner Channels** add a volatility component, identifying breakouts that often precede significant price movements.
- **100-period EMA** filters out noise, ensuring signals are generated in the context of the broader trend.
Together, these indicators create a balanced approach: Supertrend and EMA confirm the trend, while Keltner Channels pinpoint actionable entry and exit points. The gradient visuals and dynamic visibility make it easier to focus on active trends.
Originality:
QuantumTrend SwiftEdge stands out with its unique features:
- Gradient color transitions for a modern, dynamic look.
- A filled gradient between Keltner Channels, visually emphasizing the trend.
- Supertrend lines that only appear when the price is close, reducing clutter and focusing on active trends.
- Flexible settings with both sensitivity-based and manual adjustments for maximum customization.
Default Settings:
The default sensitivity is set to 3, providing a balanced approach for most markets and timeframes (e.g., 5-minute charts for crypto like BTC/USD). This setting uses moderate parameters (ATR Period=10, ATR Multiplier=3.0, Keltner Channel Length=20, Keltner Channel Multiplier=1.5, Keltner ATR Length=10, EMA Length=100). Users can adjust the sensitivity or switch to manual settings for more control.
Important Notes:
- This indicator is a tool to assist in identifying trends and potential entry/exit points. It does not guarantee profits and should be used in conjunction with other analysis and risk management practices.
- The signals are based on historical price data and do not predict future performance. Always test the indicator on a demo account before using it in live trading.
- The gradient effect is purely visual and does not affect the signal logic.
Ai Trend Lines & Channels - [Ai Whales]Introducing our latest innovation: the AI Trend Lines and Channels script from .
This powerful tool is designed to enhance your trading strategy by accurately identifying Pivot Highs (PH) and Pivot Lows (PL).
The methodology begins with the detection of Pivot Highs. If the current PH is lower than the previous PH, it indicates a potential downtrend, prompting the script to draw a trend line connecting these points. Additionally, it evaluates any existing trend lines; if the angle of the current trend line is less steep than its predecessor, it refrains from extending the previous line, ensuring clarity in your analysis.
Conversely, when analyzing Pivot Lows, if the current PL exceeds the previous PL, this suggests a possible uptrend. The script will then draw a corresponding trend line while also checking existing lines for angle consistency before making any extensions.
For enhanced visual clarity, older trend lines can be displayed as dotted lines, allowing you to easily differentiate between current and historical trends.
This indicator serves as an invaluable tool for visualizing underlying price trends over time. It simplifies the process of utilizing drawing tools by connecting points where price movements deviate significantly from established maximums and minimums, effectively linking local peaks and troughs.
You have the flexibility to adjust the length settings according to your trading preferences.
Important Note: Please be aware that certain aspects of this indicator inherently backpaint by default. This means that some displayed components may appear offset in relation to past price action.
📊 Prophet Profits SMC Scanner 2.0This scanner is jam packed with features:
Lightning Bolts - Shows Futures Market Open for Forex
Stars Show Market Open for London & NewYork
The Red Smart Candles - Based of the 15 Minute shows major liquidity zones the banks use to shift volume
The Pink candles - Show 5 minute Liquidity blocks
The EMA's help identify price direction (200 is based off the 15)
The background helps identify price direction
The Poop emoji and Cash bag show price momentum trading for swing traders
The Pinks arrows are to identify volume metrics for direction shift in orders
This scanner has a lot of customization in the settings that needs to be done in order for it to appear properly and is part of a free trading community on Telegram. If you would like to learn how to implement this strategy connect with me on social media with the same username as here.
New updates lets toggle on and off emoji indicators