Indicatori e strategie
RTB - Momentum Breakout Strategy V3
📈 RTB - Momentum Breakout Strategy V3 is a directional breakout strategy based on momentum. It combines exponential moving averages (EMAs), RSI, and recent support/resistance levels to detect breakout entries with trend confirmation. The system includes dynamic risk management using ATR-based stop-loss and trailing stop levels. Webhook alerts are supported for external automated trading integrations.
🔎 The strategy was backtested using default parameters on BTCUSDT Futures (Bybit) with 4-hour timeframe and a 0.05% commission per trade.
⚠️ This script is for educational purposes only and does not constitute financial advice. Always do your own research before trading.
ZLEMA + Custom Momentum Cross v6.6 [CP Base]This script uses Zema for 9, 20, 50 which can be configured. Also, displays Zema of 15 min to show the 15min trend.
Also, uses Momentum code from ChartPrime.
When both momentum and zema alignment is there, we can trade.
SK System Buy/Sell Signals with TargetsCreated by Gamal Asela
will help you to find the buy and sell signals with targets .
Sk system have two alerts for buy and sell notifications
Accurate Swing Trading System - Strategy//@version=5
strategy("Accurate Swing Trading System - Strategy", overlay=true)
// Inputs
no = input.int(3, title="Swing")
Barcolor = input.bool(true, title="Barcolor")
Bgcolor = input.bool(false, title="Bgcolor")
// Logic
res = ta.highest(high, no)
sup = ta.lowest(low, no)
avd = close > res ? 1 : close < sup ? -1 : 0
avn = ta.valuewhen(avd != 0, avd, 0)
tsl = avn == 1 ? sup : res
Buy = ta.crossover(close, tsl)
Sell = ta.crossunder(close, tsl)
// Plotting
plotshape(Buy, title="BUY", style=shape.labelup, location=location.belowbar, color=color.green, text="BUY", textcolor=color.black)
plotshape(Sell, title="SELL", style=shape.labeldown, location=location.abovebar, color=color.red, text="SELL", textcolor=color.black)
colr = close >= tsl ? color.green : close <= tsl ? color.red : na
plot(tsl, color=colr, linewidth=3, title="TSL")
barcolor(Barcolor ? colr : na)
bgcolor(Bgcolor ? colr : na)
// Alerts
alertcondition(Buy, title="Buy Signal", message="Buy")
alertcondition(Sell, title="Sell Signal", message="Sell")
// Strategy Orders
if Buy
strategy.entry("Buy", strategy.long)
if Sell
strategy.close("Buy")
DECODE M2 Global Liquidity IndexThe most comprehensive M2 indicator on Trading View.
- Custom lead setting (days)
- Data sources for the 20 largest economies
- Only selected sources are loaded for efficiency
- Automatic multi-timeframe recalculation
Liquidity Levels Clone - Smart Money v2Smart Money Liquidity Levels indicator, now live in your canvas.
💡 Features:
Detects equal highs/lows (stop clusters)
Plots dashed liquidity lines
Highlights sweeps (when price grabs that liquidity)
Quater PointsThis is my personal indicator that marks the quater points and also the 100 points. These are all valuable and strong support and resistance levels for NQ not tested on any other ticker.
Daily Target & Consistency Tracker (Fixed)This allows you to add in your consistency and profit goals for any prop firm.
Enhanced TotT Heuristics Inspired IndicatorTrend analysis with emas that showws break and structure change
RVOL Relative Volume – Intraday (v5 with Zones)RVOL Relative Volume – Intraday (v4)
Traffic light colour system allows Trade/No trade decision making at a glance!
Quickly spot the volume spikes that matter on your intraday charts
What it is
This indicator measures the current bar’s volume against its historical average for the same minute-of-day over the past N_ days. It helps you see at a glance whether today’s volume is below average, “cautionary,” or truly elevated—so you can focus only on the bars that matter for high-probability setups.
How it works
1.Historical buffer
Collects cumulative volume for each minute-of-day across the last N_ full trading days (plus the current session).
2.Relative Volume (rvol)
rvol = (volume so far this minute) / (average volume seen at this minute over prior N days).
3.Color coding
-Red (bar skipped) = rvol < 0.60 × average
-Yellow (caution) = 0.60 ≤ rvol < 1.25 × average
-Green (go) = rvol ≥ 1.25 × average
How to use
-Green bars are your actionable volume spikes—ideal for entries on breakouts, reversals, or key levels.
-Yellow bars flag mild pickup in activity—treat them as “watch and wait.”
-Red bars indicate low-interest periods; best to sit out until volume returns.
Inputs
Lookback Days (N) – how many prior full trading days to average (1–60).
DST Adjustment – ±1 if daylight-saving shift occurred last weekend (usually 0).
Display
Plots a histogram of rvol in its own pane.
Horizontal guides at 1.0× (average) and 2.0×.
Why it’s useful
Filters out noise during thin volume periods.
Highlights true “fuel injection” moments.
Works on any intraday timeframe (1 min–<1 day).
Entropy Bands (TechnoBlooms)Entropy Bands — A New Era of Volatility and Trend Analysis
Entropy Bands is our next indicator as a part of the Quantum Price Theory (QPT) Series of indicators.
🧠 Overview
Entropy Bands are an advanced volatility-based indicator that reimagines traditional banded systems like Bollinger Bands.
Built on entropy theory, adaptive moving averages, and dynamic volatility measurement, Entropy Bands provide deeper insights into market randomness, trend strength, and breakout potential.
Instead of only relying on price deviation (like Bollinger Bands), Entropy Bands integrate chaos theory principles to create smarter, more responsive dynamic bands that adapt to real market behavior.
🚀Why is Entropy Bands Different — and Better
Dynamic Band Width : Adjusts using both entropy and ATR, creating smarter expansion/contraction.
Multi-Moving Average Core : Choose between SMA, EMA, or WMA for optimal centerline behavior.
Noise and Breakout Filtering : Filters fake breakouts by analyzing candle body size and entropy conditions.
Visual Clarity : Background and candle coloring highlight chaotic/noisy zones, trend zones, and breakout moments.
Entropy Bands don't just react to price — they analyze the underlying market behavior, offering superior decision-making signals.
📚 Watch Band Behavior:
Bands expand during volatility spikes or chaotic conditions.
Bands contract during low volatility or tight consolidation zones.
📚 Analyze Candle Coloring:
Green = Bullish breakout (closing above upper band).
Pink = Bearish breakout (closing below lower band).
Gray = Inside bands (neutral/random noise).
✨ Key Features of Entropy Bands:
Entropy-Based Band Width Calculation: A scientific edge over pure price deviation methods.
Dynamic Background Coloring: Highlights high entropy areas where randomness dominates.
Candle Breakout Coloring: Easy-to-spot trend breakouts and strength moves.
Multi-MA Flexibility: Adapt the bands’ core to trending, ranging, or volatile markets.
Body Size Filter: Protects against fake breakouts by requiring meaningful candle body moves.
Custom Time Session Background (Amsterdam Time, DST Safe)This indicator highlights two custom intraday time ranges with background colors on your chart. The times are set based on your local Amsterdam time and automatically adjust for Daylight Saving Time (DST).
📌 Features:
- Define two separate time ranges (Start & End) in local Amsterdam time
- Background color highlighting for each range
- Fully DST-aware using the "Europe/Amsterdam" timezone
- Works across all intraday timeframes
🎯 Use Cases:
- Highlight key market sessions (e.g., EU open, NY overlap)
- Visually segment your trading hours
- Eliminate manual DST adjustments
Developed with Pine Script v5.
Made for traders who want clarity during specific time zones, without worrying about time shifts across the year.
Equity Hedge AlertFind momentum stocks, and use options to hedge. Best in high volatility scenarios.
3 Candle Rules -PJThis script is to identify the change in trend by simply applying 3 rules on candle sticks. These three rules are applied by comparing HLC of current candle with previous candle.
[blackcat] L3 Cloud PioneerOVERVIEW
The L3 Cloud Pioneer indicator combines elements of the Ichimoku Kinko Hyo system with Donchian Channels to provide a robust trend-following tool. This enhanced version includes detailed trade signal labels and alerts, helping traders identify potential entry and exit points more clearly. By plotting dynamic cloud areas and providing visual cues, this indicator aids in making informed trading decisions 📊📉↗️.
FEATURES
Calculates key Ichimoku components using custom Donchian Channel logic:
Conversion Line (based on highest/highest values over specified periods).
Base Line.
Leading Spans.
Lagging Span 2.
Plots a dynamic cloud area between Leading Span 1 and Leading Span 2, colored based on trend direction 🎨.
Identifies trend changes and provides clear entry/exit signals:
LE: Long Entry (when trend turns bullish).
SE: Short Entry (when trend turns bearish).
XL: Exit Long (price crosses below Leading Span 1 during an uptrend).
RL: Re-enter Long (price crosses above Leading Span 1 during an uptrend).
XS: Exit Short (price crosses above Leading Span 1 during a downtrend).
RS: Re-enter Short (price crosses below Leading Span 1 during a downtrend).
Displays corresponding labels on the chart for easy visualization, complete with tooltips for additional information 🏷️.
Generates alerts for each signal event to keep users informed about potential trades 🔔.
Supports customizable input parameters for conversion line, base line, and lagging span periods ⚙️.
HOW TO USE
Add the indicator to your TradingView chart by selecting it from the indicators list.
Adjust the input parameters (Conversion Line Periods, Base Line Periods, Lagging Span 2 Periods) to fit your preferences.
Observe the plotted cloud and labels for trend direction and potential trade opportunities.
Set up alerts based on the generated signals to receive notifications when conditions are met 📲.
Combine this indicator with other tools for confirmation before making trading decisions.
DETAILED SIGNAL LOGIC
Trend Determination:
The script determines the trend direction by comparing leading_line1 and leading_line2.
If leading_line1 is above leading_line2, the trend is considered bullish (isBullish). Otherwise, it's bearish (isBearish).
Signal Conditions:
Long Entry (LE): Triggered when the trend turns bullish from bearish.
Short Entry (SE): Triggered when the trend turns bearish from bullish.
Exit Long (XL): Triggered when the price crosses below leading_line1 during an uptrend.
Re-enter Long (RL): Triggered when the price crosses above leading_line1 during an uptrend.
Exit Short (XS): Triggered when the price crosses above leading_line1 during a downtrend.
Re-enter Short (RS): Triggered when the price crosses below leading_line1 during a downtrend.
Label Styling:
Labels are color-coded for quick identification:
Green for long entries and re-entries.
Red for short entries and exits.
Blue for exiting long positions.
Orange for re-entering short positions.
Tooltips provide additional context for each label.
Alert Configuration:
Alerts are generated for each signal condition, ensuring traders are notified promptly.
Users can set up these alerts within TradingView by creating new alerts and selecting the appropriate conditions.
LIMITATIONS
The indicator may lag behind price action due to its use of moving averages and channel calculations 🕒.
False signals can occur in choppy or sideways markets 🌪️.
Users should always confirm signals with other forms of analysis.
NOTES
Ensure that you have sufficient historical data available for accurate calculations.
Test the indicator thoroughly on demo accounts before applying it to live trading 🔍.
Customize the appearance and parameters as needed to fit your trading strategy.
For better risk management, consider integrating stop-loss and take-profit levels into your trading plan.
To optimize performance, manage old labels by deleting them after a certain period to avoid clutter on the chart.
Key Levels and EMAs StrategyThis script plots the following lines on the chart:
1. Previous day highs, mids and lows
2. Pre-market high, mids and lows
3. Current day high, mids and lows
3 Key EMAs (13, 48, 200)
Alpha Breakout Dashboard™This script identifies intraday breakout trading opportunities on the Nifty (or any other instrument), using technical indicators like EMA, VWAP, and recent highs/lows, and displays clean buy/sell signals along with a top-right dashboard showing live trade status and Risk:Reward (RR).
Core Logic
1. Breakout Detection
A Bullish Breakout occurs when:
Price breaks above the highest high of the past N bars (excluding the current bar).
Price is above the 20 EMA and VWAP.
A Bearish Breakout occurs when:
Price breaks below the lowest low of the past N bars.
Price is below the 20 EMA and VWAP.
These conditions are configurable via inputs.
2. Trend Filter (Optional)
When enabled, long entries are only allowed if the price is above EMA and VWAP, and short entries if it's below.
This helps align trades with the dominant market trend.
3. Trade Entry & Tracking
Once a breakout is detected:
A Buy/Sell signal is plotted on the chart.
The script sets an entry price , a stoploss (with a buffer), and a target based on a fixed Risk:Reward Ratio (default 2:1).
The script keeps track of whether a long or short trade is currently active.
4. Live Risk:Reward Calculation
While in a trade:
The Live RR is updated on each candle.
RR is calculated dynamically using the latest close, stoploss, and target.
If no trade is active, RR shows “Waiting...”.
5. Dashboard Panel (Top-Right Corner)
Shows:
Current Trend: Bullish 🟢 / Bearish 🔴 / Neutral ⚪
Entry Price: Shows real-time entry or "Waiting..."
Live RR: Dynamic Risk:Reward ratio or "Waiting..."
6. Visuals
Signals: Clearly marked BUY (green label) or SELL (red label).
EMA & VWAP: Plotted for trend context.
No SL/TP lines: Chart remains clean.
7. Alerts
Alerts are triggered on new Buy/Sell signals.
Alert conditions are also defined for use in TradingView alert setup.
Customization Options
EMA Length
Breakout Lookback Bars
Stoploss Buffer (in points)
Risk:Reward Ratio
Trend Filter On/Off
Ideal Use
For intraday traders looking to catch strong breakouts in trending conditions.
Best used on 5min to 15min charts.
Can be paired with volume or momentum indicators.
WaveTrend Matrix (1m-1w) – Custom ThresholdsA visual control panel for momentum exhaustion across ten key time-frames.
—
🧬 DNA
This is a fork of LazyBear’s original WaveTrend Oscillator .
The oscillator logic is 100 % intact; I simply stream the values into a compact table so that day- and swing-traders can see the “bigger picture” at a glance.
📈 What does it do?
Calculates WaveTrend on ten granularities: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 1d, 1w.
Displays the current oscillator print in a color-coded matrix.
• Red = overbought (≥ high threshold)
• Green = oversold (≤ low threshold)
• Gray = neutral / in-range
All thresholds are user-adjustable.
Built on Pine v5, zero repainting, works on any symbol.
🛠 Parameters
Channel Length – WT “n1” (default 10)
Average Length – WT “n2” (default 21)
Red from – overbought cut-off (default +60)
Green under – oversold cut-off (default –60)
🚀 How to use it
1. Apply the indicator to your chart – no extra setup required.
2. Read the matrix top-down before every entry:
• Multiple deep-green rows → market broadly oversold → watch for longs.
• Multiple deep-red rows → market broadly overbought → watch for shorts or stay flat.
3. Combine with your trend filter (EMA-stack, VWAP, structure) to avoid counter-trend trades.
EMA Crossover Strategy with AlertsEMA Crossover Strategy with Alerts
Overview
The EMA Crossover Strategy is a popular trend-following trading strategy that utilizes two Exponential Moving Averages (EMAs) to identify potential buy and sell signals. This strategy is designed to help traders capture significant market trends by generating alerts when a crossover or crossunder occurs between the short-term and long-term EMAs.
Strategy Details
Short EMA Length: 9 periods
Long EMA Length: 21 periods
How It Works
Calculation of EMAs:
The strategy calculates two EMAs: a short-term EMA (9 periods) and a long-term EMA (21 periods).
Crossover and Crossunder Conditions:
Crossover Condition: A buy signal is generated when the short-term EMA crosses above the long-term EMA.
Crossunder Condition: A sell signal is generated when the short-term EMA crosses below the long-term EMA.
Buy and Sell Signals:
Buy Signal: Plotted below the bar with a green label when the crossover condition is met.
Sell Signal: Plotted above the bar with a red label when the crossunder condition is met.
Alerts:
Alerts are set up to notify traders when a buy or sell signal is generated:
Buy Alert: Triggered when the short-term EMA crosses above the long-term EMA.
Sell Alert: Triggered when the short-term EMA crosses below the long-term EMA.
Strategy Execution:
Buy Entry: The strategy enters a long position when the buy condition is met.
Sell Entry: The strategy enters a short position when the sell condition is met.
Benefits
Trend Identification: Helps traders identify and follow strong market trends.
Clear Signals: Provides clear buy and sell signals based on EMA crossovers.
Alerts: Keeps traders informed with real-time alerts for buy and sell signals.
Usage
This strategy is suitable for various markets and timeframes. Traders can customize the EMA lengths to fit their specific trading style and market conditions.
COT3 - Flip Strength Index - Invincible3This indicator uses the TradingView COT library to visualize institutional positioning and potential sentiment or trend shifts. It compares the long% vs short% of commercial and non-commercial traders for both Pair A and Pair B, helping traders identify trend strength, market overextension, and early reversal signals.
🔷 COT RSI
The COT RSI normalizes the net positioning difference between non-commercial and commercial traders over (N=13, 26, and 52)-week periods. It ranges from 0 to 100, highlighting when sentiment is at bullish or bearish extremes.
COT RSI (N)= ((NC - C)−min)/(max-min) x100
🟡 COT Index
The COT Index tracks where the current non-commercial net position lies within its 1-year and 3-year historical range. It reflects institutional accumulation or distribution phases.
Strength represents the magnitude of that positioning bias, visualized through normalized RSI-style metrics.
COT Index (N)= (NC net)/(max-min) x100
🔁 Flip Detection
Flip refers to the crossovers between long% and short%, indicating a change in directional bias among trader groups. When long positions exceed shorts (or vice versa), it signals a possible market flip in sentiment or trend.
For example, Pair B commercial flip is calculated as:
Long% = (Long/Open Interest)×100
Short% = (Short/Open Interest)×100
Flip = Long%−Short%
A bullish flip occurs when long% overtakes short%, and vice versa for a bearish flip. These flips often precede price trend changes or confirm sentiment breakouts.
Flip captures how far current positioning deviates from historical norms — highlighting periods of institutional overconfidence or exhaustion, often leading to significant market turns.
This combination offers a multi-layered edge for identifying when smart money is flipping direction, and whether that flip has strong conviction or is likely to fade.
..........................................................................................................................................................
Multi Candle Engulfing Detector🔍 Multi Candle Engulfing Detector
This indicator identifies powerful engulfing candles that consume three or more previous candles — a signal often tied to strong market reversals or continuation moves.
🧠 Features
Detects candles that fully engulf the previous 3 or more candles
Optional filtering: only trigger when the engulfed candles are of the opposite color
Customizable engulf count for greater pattern control
Clear bullish and bearish signal labels on the chart
Alerts integrated: get notified the moment a setup forms
Background highlighting for enhanced visibility
⚙️ Settings
Minimum Number of Candles to Engulf: Default is 3, but can be adjusted
Require Opposite Color: When enabled, the engulfing candle must be opposite in color to the engulfed ones (e.g., green engulfing red)
📈 Use Cases
Spot strong reversal signals at tops and bottoms
Confirm breakout momentum on trend continuation
Use in confluence with other tools like volume or support/resistance
🚨 Alerts
Alerts fire when a bullish or bearish engulfing pattern is detected, allowing for mobile, email, or webhook notifications.
✅ Notes
This script is fully customizable and can be extended into a strategy or scanning tool. Feedback and suggestions are always welcome!