Intraday SmartVWAP + Double EMA + 15 min High & Low
The indicator is for intraday, shows the below.
1. VWAP
2. EMA's
3. First 15 mins High and Low
Recommended time frame is 3 minutes.
Indicators and strategies
Kaufman Efficiency Ratio (Directional)Kaufman Indicator with negative and positive, i use 30 and negative 30 as trend indicators, some can use it as counter trend...a lot of other kaufman efficiency indicators are only at the positive level so even a short trend has a positive 30 value can be confusing.
Gracias mi Dios Sammy IndicadorNASDAQ:QQQ //@version=5
indicator("Gracias mi Dios Sammy Indicador", overlay=true, max_labels_count=500)
// Cálculo de condiciones de velas
isBullish = close > open
isBearish = close < open
prevBullish = close > open
prevBearish = close < open
// Patrón Alcista (A): vela verde envuelve completamente a la roja previa
bullishEngulfing = isBullish and prevBearish and close > open and open < close
// Patrón Bajista (B): vela roja envuelve completamente a la verde previa
bearishEngulfing = isBearish and prevBullish and close < open and open > close
// Marcar con “A” (alcista) y “B” (bajista)
plotshape(bullishEngulfing, title="Alcista", style=shape.labelup, color=color.green, text="A", size=size.tiny, location=location.belowbar, textcolor=color.white)
plotshape(bearishEngulfing, title="Bajista", style=shape.labeldown, color=color.red, text="B", size=size.tiny, location=location.abovebar, textcolor=color.white)
// Alertas
alertcondition(bullishEngulfing, title="Alerta Alcista", message="Patrón Alcista (A) detectado")
alertcondition(bearishEngulfing, title="Alerta Bajista", message="Patrón Bajista (B) detectado")
BTC 1m Chop Top/Bottom Reversal (Stable Entries)Strategy Description: BTC 5m Chop Top/Bottom Reversal (Stable Entries)
This strategy is engineered to capture precise reversal points during Bitcoin’s choppy or sideways price action on the 5-minute timeframe. It identifies short-term tops and bottoms using a confluence of volatility bands, momentum indicators, and price structure, optimized for high-probability scalping and intraday reversals.
Core Logic:
Volatility Filter: Uses an EMA with ATR bands to define overextended price zones.
Momentum Divergence: Confirms reversals using RSI and MACD histogram shifts.
Price Action Filter: Requires candle confirmation in the direction of the trade.
Locked Signal Logic: Prevents repaints and disappearing trades by confirming signals only once per bar.
Trade Parameters:
Short Entry: Above upper band + overbought RSI + weakening MACD + bearish candle
Long Entry: Below lower band + oversold RSI + strengthening MACD + bullish candle
Take Profit: ±0.75%
Stop Loss: ±0.4%
This setup is tuned for traders using tight risk control and leverage, where execution precision and minimal drawdown tolerance are critical.
Ratio-Adjusted McClellan Summation Index RASI NASIRatio-Adjusted McClellan Summation Index (RASI NASI)
In Book "The Complete Guide to Market Breadth Indicators" Author Gregory L. Morris states
"It is the author’s opinion that the McClellan indicators, and in particular, the McClellan Summation Index, is the single best breadth indicator available. If you had to pick just one, this would be it."
What It Does: The Ratio-Adjusted McClellan Summation Index (RASI) is a market breadth indicator that tracks the cumulative strength of advancing versus declining issues for a user-selected exchange (NASDAQ, NYSE, or AMEX). Derived from the McClellan Oscillator, it calculates ratio-adjusted net advances, applies 19-day and 39-day EMAs, and sums the oscillator values to produce the RASI. This indicator helps traders assess market health, identify bullish or bearish trends, and detect potential reversals through divergences.
Key features:
Exchange Selection : Choose NASDAQ (USI:ADVN.NQ, USI:DECL.NQ), NYSE (USI:ADVN.NY, USI:DECL.NY), or AMEX (USI:ADVN.AM, USI:DECL.AM) data.
Trend-Based Coloring : RASI line displays user-defined colors (default: black for uptrend, red for downtrend) based on its direction.
Customizable Moving Average: Add a moving average (SMA, EMA, WMA, VWMA, or RMA) with user-defined length and color (default: EMA, 21, green).
Neutral Line at Zero: Marks the neutral level for trend interpretation.
Alerts: Six custom alert conditions for trend changes, MA crosses, and zero-line crosses.
How to Use
Add to Chart: Apply the indicator to any TradingView chart. Ensure access to advancing and declining issues data for the selected exchange.
Select Exchange: Choose NASDAQ, NYSE, or AMEX in the input settings.
Customize Settings: Adjust EMA lengths, RASI colors, MA type, length, and color to match your trading style.
Interpret the Indicator :
RASI Line: Black (default) indicates an uptrend (RASI rising); red indicates a downtrend (RASI falling).
Above Zero: Suggests bullish market breadth (more advancing issues).
Below Zero : Indicates bearish breadth (more declining issues).
MA Crosses: RASI crossing above its MA signals bullish momentum; crossing below signals bearish momentum.
Divergences: Compare RASI with the market index (e.g., NASDAQ Composite) to identify potential reversals.
Large Moves : A +3,600-point move from a low (e.g., -1,550 to +1,950) may signal a significant bull run.
Set Alerts:
Add the indicator to your chart, open the TradingView alert panel, and select from six conditions (see Alerts section).
Configure notifications (e.g., email, webhook, or popup) for each condition.
Settings
Market Selection:
Exchange: Select NASDAQ, NYSE, or AMEX for advancing/declining issues data.
EMA Settings:
19-day EMA Length: Period for the shorter EMA (default: 19).
39-day EMA Length: Period for the longer EMA (default: 39).
RASI Settings:
RASI Uptrend Color: Color for rising RASI (default: black).
RASI Downtrend Color: Color for falling RASI (default: red).
RASI MA Settings:
MA Type: Choose SMA, EMA, WMA, VWMA, or RMA (default: EMA).
MA Length: Set the MA period (default: 21).
MA Color: Color for the MA line (default: green).
Alerts
The indicator uses alertcondition() to create custom alerts. Available conditions:
RASI Trend Up: RASI starts rising (based on RASI > previous RASI, shown as black line).
RASI Trend Down: RASI starts falling (based on RASI ≤ previous RASI, shown as red line).
RASI Above MA: RASI crosses above its moving average.
RASI Below MA: RASI crosses below its moving average.
RASI Bullish: RASI crosses above zero (bullish market breadth).
RASI Bearish: RASI crosses below zero (bearish market breadth).
To set alerts, add the indicator to your chart, open the TradingView alert panel, and select the desired condition.
Notes
Data Requirements: Requires access to advancing/declining issues data (e.g., USI:ADVN.NQ, USI:DECL.NQ for NASDAQ). Some symbols may require a TradingView premium subscription.
Limitations: RASI is a medium- to long-term indicator and may lag in volatile or range-bound markets. Use alongside other technical tools for confirmation.
Data Reliability : Verify the selected exchange’s data accuracy, as inconsistencies can affect results.
Debugging: If no data appears, check symbol validity (e.g., try $ADVN/Q, $DECN/Q for NASDAQ) or contact TradingView support.
Credits
Based on the Ratio-Adjusted McClellan Summation Index methodology by McClellan Financial Publications. No external code was used; the implementation is original, inspired by standard market breadth concepts.
Disclaimer
This indicator is for informational purposes only and does not constitute financial advice. Past performance is not indicative of future results. Conduct your own research and combine with other tools for informed trading decisions.
Global Liquidity Sentiment (US / Europe / Asia) # Global Liquidity Sentiment Dashboard (US / Europe / Asia) with Alerts
## Summary
Aggregates broad liquidity (M2 or proxies) from the **U.S., Europe, and Asia** into a normalized global index, compares it to Bitcoin price, and derives a heuristic **market sentiment** (Optimistic / Neutral / Pessimistic). Highlights imbalances via divergence detection and surfaces regime shifts with visual cues and alerts.
## Key Features
- Weighted composite **Global Liquidity Index** (US M2 + Europe + Asia).
- **BTC / Liquidity ratio** showing how stretched Bitcoin is relative to available liquidity.
- **Sentiment signal** combining liquidity trend and price-to-liquidity momentum.
- **Divergence detection** when BTC moves disproportionately vs liquidity.
- Colored summary table with metrics, regional weight breakdown, and trend emphasis.
- Alert conditions for sentiment flips and strong divergence events.
## Visual Output
- **Top-right table** displaying:
- Global Liquidity Index (normalized)
- BTC / Liquidity ratio
- Ratio momentum
- Divergence (%) from recent baseline
- Sentiment (Optimistic / Neutral / Pessimistic) with translucent color background
- Regional weights (US / EU / Asia)
- **Line plots**:
- Blue: Global Liquidity Index
- Orange: BTC / Liquidity
- Gray: Smoothed ratio baseline for divergence context
## Inputs
- **US M2 Money Stock:** Real US broad money (via `FRED:WM2NS`).
- **Europe / Asia:** Optionally use live symbol proxies (if available) or manual values.
- **FX rates:** Convert non-USD regional series into USD for aggregation.
- **Weights:** Adjust the relative contribution of US, Europe, and Asia to the composite index.
- **Liquidity SMA length:** Short-term smoothing for trend detection on liquidity.
- **Price/Liquidity momentum length:** Lookback for momentum of BTC-to-liquidity relationship.
- **Divergence SMA & threshold:** Baseline and sensitivity for flagging strong deviations.
## Interpretation
- **Optimistic:** Liquidity expanding and BTC gaining relative strength—risk-friendly environment.
- **Pessimistic:** Liquidity contracting while BTC weakens vs liquidity—potential fragility or correction risk.
- **Neutral:** Mixed or inconclusive signals.
- **High BTC / Liquidity ratio:** Bitcoin may be overextended relative to global liquidity support.
- **Strong Divergence:** Significant dislocation between BTC price and liquidity trend—possible precursor to mean reversion or continuation depending on context.
## Alerts
Built-in alert conditions:
- **Sentiment to Optimistic / Pessimistic / Neutral** — triggers when regime shifts.
- **Strong Divergence** — triggers when BTC/liquidity ratio deviates beyond the configured threshold from its recent smoothed average.
Suggested alert messages (preconfigured):
- “Sentiment changed to Optimistic”
- “Sentiment changed to Pessimistic”
- “Sentiment changed to Neutral”
- “Strong divergence between BTC and global liquidity detected”
## Usage Tips
- Use the sentiment as a macro liquidity backdrop to contextualize BTC moves.
- Monitor divergence to catch overextensions or early signs of trend exhaustion.
- Tweak regional weights to reflect evolving global liquidity influence (e.g., give more weight to Asia as its footprint grows).
- If regional proxies aren’t available, regularly update manual values from official sources (ECB, BOJ, PBOC) to keep the index relevant.
## Limitations
- Europe/Asia liquidity may rely on manual inputs or imperfect proxies (TradingView may not expose official M2 for all regions).
- Heuristic sentiment and divergence are not standalone trade signals—validate with price structure / other confirmations.
- Does not replace high-fidelity on-chain, order book, or institutional flow data.
## Example Scenario
Bitcoin rallies sharply while the Global Liquidity Index flattens. The BTC / Liquidity ratio spikes, divergence crosses threshold, and sentiment shifts toward **Pessimistic**—indicating the move may be running ahead of underlying liquidity support, signaling caution or a possible retracement.
Kairi Trend Oscillator [T3][T69]📌 Overview
The Kairi Trend Oscillator is a Japanese-inspired hybrid oscillator combining Heikin-Ashi trend clarity with the Kairi (乖離率) indicator — a measure of price deviation from a moving average. This dual-layer system gives you both trend direction and trend strength/health, designed to highlight trend maturity and avoid overextended entries.
✨ Features
Heikin-Ashi or normal candlestick input modes
Multiple moving average options: SMA, EMA, DEMA, VWMA, and Kijun
Visual color-coded trend zones: overbought, oversold, healthy, weak, and reversal conditions
Full Kairi column plot with dynamic coloring
Adaptive logic for trend detection (linear regression or Heikin-Ashi structure)
Built-in reversal detection based on divergence between Kairi and trend direction
⚙️ How to Use
Choose Candle Type: Select Heiken Ashi or Normal Candlesticks via the Candle Mode dropdown.
Select Source: Choose open, high, low, or close as the input for Kairi computation.
Set MA Type & Length: Configure the moving average mode and its length under Moving Average Settings.
Interpret the Plot:
Green/Red bars: Show Kairi oscillator values above/below 0
Background color: Shows current trend (green = uptrend, red = downtrend)
Candle color overlays:
🟩 Teal = Overextended Bulls
🟥 Maroon = Overextended Bears
✅ Green = Healthy Uptrend
🔻 Red = Healthy Downtrend
🟨 Light tones = Weak trends
🔄 Blue/Fuchsia = Possible reversal detected
🔧 Configuration
Inputs:
Candle Mode: Heiken Ashi or Normal Candle Sticks
Source: Open, High, Low, Close
MA Mode: SMA, EMA, DEMA, VWMA, or Kijun
MA Length: Default is 29
🧪 Advanced Tips
Use Heikin-Ashi mode for better trend smoothing.
Kairi divergence (e.g., bullish Kairi in a downtrend) may signal upcoming reversal — watch for blue or fuchsia bars.
Combine with momentum indicators (e.g. RSI or MACD) for confluence-based setups.
For mean reversion strategies, fade extreme Kairi readings (> ±5%).
⚠️ Limitations
Not suited for ranging markets without trend.
Kairi extremes may remain elevated in strong trends — avoid early counter-trend entries.
Reversal logic is not a confirmation signal; use with caution.
📌 Disclaimer
This script is educational and illustrative. Always backtest thoroughly before using in live markets.
Power candle_v3.......Power candle_v3................Power candle_v3................Power candle_v3................Power candle_v3................Power candle_v3................Power candle_v3................Power candle_v3................Power candle_v3................Power candle_v3................Power candle_v3................Power candle_v3................Power candle_v3................Power candle_v3................Power candle_v3................Power candle_v3.........
Central Pivot Range DWMCentral pivot range with camarilla cpr along with previous day high low
you can use the indicator for daily weekly monthly and future ranges
change the setting to get your desire ranges
Srini B - Zero Lag Trend SignalsFinal version with minor changes. This indicator displays buy & sell alerts as per settings defined and comes out really well. Just my own personal indicator for own use.
RISK MANAGEMENT CALCULATOR📊 RISK MANAGEMENT CALCULATOR – Lot Size, Profit & R:R Tool
This script is designed to help traders instantly calculate lot size, expected profit, and risk/reward ratio based on their trade plan.
✅ Features:
Input your Risk Amount ($), Entry, Stop Loss, and up to 3 Take Profits
Calculates:
✅ Lot Size based on risk
✅ Split profits per TP level (equally weighted)
✅ Total Profit & Risk/Reward (R:R)
Displays everything in a clean bottom-right table
Optimized for both:
🖥️ Desktop mode (larger layout)
📱 Mobile mode (toggle compact view)
💡 How to Use:
Enter your planned Entry, Stop Loss, and Risk Amount
Set any TP1, TP2, or TP3 prices (set TP to 0 if not used)
The system will auto-compute your ideal lot size and show estimated profits
🔧 Parameters:
Risk Amount ($) – how much you’re willing to lose
Entry Price – your trade entry
Stop Loss Price – your SL level
Take Profit 1/2/3 – optional TP targets
Pip Value – profit/loss per point for 1 standard lot
📱 Mobile Mode – compact the table for small screens
🔐 Notes:
No trades are executed – this is a risk planning tool only
Designed for all markets (forex, gold, indices, crypto)
TP profits are equally split (e.g. 2 TP = 50% / 50%)
Triple MA Buy & Sell SignalsTriple MA Buy & Sell Signals Indicator
This indicator is designed to help traders identify high-probability entry points based on the combination of three moving averages (8, 50, and 200) while filtering signals in the direction of the main trend.
How It Works
Trend Filter (200 MA)
If the price is above the 200 MA, only BUY signals are displayed.
If the price is below the 200 MA, only SELL signals are displayed.
8 MA and 50 MA Cross (Regular Signals)
BUY (Green): When the 8 MA crosses above the 50 MA, and the price is above the 200 MA.
SELL (Red): When the 8 MA crosses below the 50 MA, and the price is below the 200 MA.
8 MA and 200 MA Cross (Major Trend Signals)
BUY (Yellow): When the 8 MA crosses above the 200 MA.
SELL (Yellow): When the 8 MA crosses below the 200 MA.
Purpose
This indicator is particularly useful for traders who follow Smart Money Concepts (SMC) or ICT-based strategies, as it helps:
Identify trend direction with the 200 MA.
Spot short-term trade entries using the 8/50 MA cross.
Highlight major trend reversals using the 8/200 MA cross.
Wx2 Treasure Box – Enter like Institutional Wx2 Treasure Box – Enter like Institutional
✅ Green Treasure Box- Institutional Entry Logic
The core entry signal is based on institutional price action—detecting strong bullish or bearish momentum using custom volume and candle structure logic, revealing when smart money steps into the market.
✅ Orange Treasure Box – Missed Move Entry
Missed the main entry (Green Treasure Box- Institutional Entry Logic)?
Don't worry—this strategy intelligently marks late entry opportunities using the Orange Treasure Box, allowing you to catch high-probability trades even after the initial impulse.
• Designed for retracement-based entries
• Still offers favorable RRR (Risk-Reward Ratio)
• Ideal for traders who miss the first trigger
Note: If you miss the main move, you can enter via the Orange Treasure Box after the market confirms continuation.
🔍 Core Logic
• Identifies Institutional Entry with Institutional Bars (IBs) based on wide-body candles with high momentum
• Detects ideal entry zones where Triggers a Green / Orange Treasure Box for high-probability entries
🎯 Entry Rules
• Buy / Long entry
Plan : Above the Treasure Box (green / orange Box) and bullish candle appears
• Sell /Short entry
Plan : Below the Treasure Box (green / orange Box) and bearish candle appears
• Enter1: (2Lot Size)
Entry with 2 lots: Above Treasure Box (Green / Orange)
• Risk-to-Reward Ratio (RRR):
Target RRR of 1:2 is recommended
Stop Entries are placed using stop orders slightly above / below the Treasure Box
🎯 Add-On Entry on First Pullback
(Optional for Beginners / Compulsory for experienced)
After the first entry, the strategy allows one intelligent add-on position on the first valid pullback, defined by a color change candle followed by a continuation of the trend.
• Detects pullbacks dynamically
• Add-on only triggers once per original entry
• Improves position sizing with trend continuation
💰 Exit Strategy
o TP1 : 1:2
Exit 50% of position (1.5Lot)
Trail SL to entry
o TP2 : 1:3
50% of Remaining Quantity (0.75Lot)
Remaining 25% is trailed
Trailing Stop Loss (SL) using:
8 SMA trailing OR
Bar-by-Bar logic
(whichever is tighter, ensuring maximum profit protection without sacrificing momentum.)
✅ Use Cases
⚙ Best For:
• Scalpers and intraday traders
• Traders who follow Smart Money Concepts (SMC)
• Anyone looking to automate structured trade management
• Works well on crypto, stocks, indices, Forex.
• Works well on any time frame
Square-root Decay Volume ProfileThis indicator displays a custom price profile that mimics a volume profile using occurrence-based weighting rather than actual volume. It counts how often the selected price source (e.g., close) falls within each price bin over a lookback period. What makes it unique is the use of square-root time decay: more recent price occurrences are given greater importance, while older data is discounted proportionally to the inverse square root of its age.
Each bin's relative weight is visualized as a horizontal bar aligned to the right edge of the chart, showing where price has "spent time" more recently. This allows traders to identify areas of interest, balance zones, and potential support/resistance levels based on decayed price density.
Key Features:
Square-root decay weighting favors recent price action
Adjustable lookback period, bin count, and histogram width
Works with any price source (close, hl2, etc.)
Plots boxes directly on the chart for clear visualization
This tool is especially useful for discretionary traders seeking a price-centric alternative to traditional volume profiles, with an added emphasis on recency.
TOT Strategy, The ORB Titan (Configurable)This is a strategy script adapted from Deniscr 's indicator script found here:
All feedback welcome!
HMA Strategy HMA Strat (Hull Moving Average Strategy) Indicator Description
The HMA Strat is a trend-following strategy that uses a dual Hull Moving Average system. It helps identify continuation and high-probability reversal signals in both bullish and bearish market conditions. The strategy aims to reduce noise while maintaining sensitivity to changes in price momentum by comparing the standard Hull Moving Average (HMA) to a smoothed version.
This strategy is ideal for traders who focus on systematic backtesting, momentum entry, and simple charts. It features integrated plotting, color-zoning, and strategic actions based on TradingView's strategy engine. The system provides dynamic long and short signals based on crossover logic.
Key Features
Dual HMA Framework: To improve signal quality and reduce choppy trend identification, it compares a regular HMA with a smoothed version (HMA3).
Entries Based on Crossover
London Breakout + FVG Strategy [GBPJPY] - with SL/TPMarks the London open high and low on 15 min time frame, ads fvg on 5 min for orders
HF Crypto Scalping BotHigh-Frequency Crypto Scalping Bot for ETHUSDT
This bot is designed for scalping ETHUSDT on a 1-minute chart using a blend of technical indicators and market structure logic.
🔍 Strategy Highlights:
Range Mode: Uses RSI and MFI to identify overbought/oversold zones near support/resistance.
Trend Mode: Detects MACD momentum combined with confirmed S/R breakouts.
Smart Risk Management: Dynamic stop loss and take profit based on risk:reward ratio.
Adaptive Market Logic: Automatically switches between trend and range conditions.
Real-Time Table: Displays RSI, MFI, MACD trend, market mode, entry/exit prices, and stop/target levels.
Visual Cues: Buy/Sell/Exit signals plotted directly on the chart with color-coded levels.
Alerts: Integrated long/short entry and exit alerts with live price and indicator values.
Customize the input parameters to fit your risk profile and asset volatility. Ideal for fast-paced scalping with dynamic conditions.
Fraktály a Trendovkyal shlash dlka sklhsda hasd klnasdnlkcalknacs 654 as64asd 65ads 156as 13ads 32asd 165as
Buy Sell Sniper Entry Background (based on EP Script by RedK)
Is this one of the most precise Buy Sell Indicators?
Only you can tell!
Based on the EP script by RedK EVEREX this indicator will color your background directly in your chart. Clean, easy, simple.
I did not alter any of their logic, nothing.
Looking for an even more precise entry option?
How about combining it with my first Background Indicator based on Williams Alligator.
The Candle coloring is based on this TUE ADX script
Happy Sniper Trading!