EMA 20–55 + SMMA50 (20↔55 Band, Alerts, Color Controls)This script plots a customizable EMA ribbon and a smoothed moving average (SMMA).
Key features:
EMA 20 (blue) and EMA 55 (yellow) highlighted with a green/red background ribbon depending on trend.
Optional middle EMAs (25, 30, 35, 40, 45, 50) can be shown or hidden.
SMMA (50) plotted in white as a trend smoother.
Customizable line colors, band colors, and transparency.
Alerts for EMA20/EMA55 bullish or bearish crossovers.
Optional candle bar coloring based on trend.
This is useful for quickly spotting medium-term trend shifts when EMA20 crosses EMA55, while still tracking the broader EMA ribbon context.
Penunjuk dan strategi
NSE: N50, BN, MIDCAP, FINNIFTY Gainers/Losers JitendraSummary of This Indicator
I Have Created This Gainers/Losers dashboard for selected NSE Indices
It is Divided in to symbol groups
1. Nifty Top 39 -High Weight Stocks
2. Nifty Rest 11-Remaining 11 Nifty stocks Low Weightage
3. Bank Nifty,
4. Financial Services,
5. Midcap Select
All Stock Used in Script is As per Latest Data Published by NSE, you can also check buy clicking below link
www.niftyindices.com
Main Features of Indicator
It Has Two Display Modes
Full Table → Shows each stock’s name and its daily % change, sorted from top gainer to top loser.
Compact Count Table → Shows just total number of gainers vs losers.
Customizable Inputs
Choose symbol list (High-weight Nifty, Bank Nifty, etc.).
Select table size (tiny → large).
Control table position (Top/Bottom/Middle, Left/Right/Center).
Customize gainer/loser colors.
Option to toggle full table or compact table on/off.
Data Handling
Fetches each stock’s close price vs previous day using request.security().
Calculates % change for all symbols.
Uses a bubble sort function to arrange stocks in descending order of % change.
Outputs
Full Gainers/Losers Table (sorted, detailed).
Compact Summary Table (just counts).
After Selecting Nifty Indices
Data Fetch Command Summary
Symbol Loop & Data Fetch
for i = 0 to array.size(symbolList)-1
sym = array.get(symbolList, i)
= request.security(sym, 'D', [close, close ])
chg = na(y) ? na : (c - y) / y * 100
if not na(chg)
array.push(chgList, chg) // store % change
array.push(nameList, sym) // store symbol name
gainers += chg > 0 ? 1 : 0
losers += chg < 0 ? 1 : 0
Sorting Function (Bubble Sort, Descending by % Change)
f_sortDesc(_a, _b) =>
len = array.size(_a)
if len > 1
for i = 0 to len - 2
for j = i + 1 to len - 1
if array.get(_a, j) > array.get(_a, i)
tempVal = array.get(_a, i)
tempSym = array.get(_b, i)
array.set(_a, i, array.get(_a, j))
array.set(_b, i, array.get(_b, j))
array.set(_a, j, tempVal)
array.set(_b, j, tempSym)
Thanks
Long-Only Trailing Stop Loss Strategy by Ravi PrasadSimple & Eligant way to make money. As the profit % increases, the trailing stop loss follows tightly !
Reversal Triggers + 200 EMA + Prior D1 + Bias TableKeep it simple stupid.
D1 bias
H1 bias
H1 ORB (momentum)
Order Block Finder# Day Trading GPS Order Block Finder
## Description
The Day Trading GPS Order Block Finder indicator is a powerful tool designed to identify and visualize key supply and demand zones in the market. This indicator stands out by offering unparalleled customization and control over the display of order blocks, allowing traders to fine-tune their analysis based on specific market conditions and trading sessions.
## Key Features
1. **Selective Order Block Display**: Unique ability to show only unmitigated order blocks, providing a cleaner and more relevant view of potential support and resistance areas.
2. **Time-Based Filtering**: Customize the indicator to display order blocks only during specific trading sessions or periods of high liquidity. This feature allows traders to focus on the most significant order blocks that occur when market participation is at its peak.
3. **Liquidity-Focused Analysis**: By coupling order block detection with customizable time windows, traders can highlight only those order blocks that coincide with periods of high market activity, potentially increasing the reliability of the signals.
4. **Flexible Reference Points**: Choose between using candle wicks or body for order block calculations, adapting to different trading styles and preferences.
5. **Dynamic Proximity Factor**: Automatically adjust the visibility of order blocks based on their proximity to the current price, ensuring focus on the most relevant zones.
6. **Customizable Visuals**: Full control over the appearance of order blocks, including colors, label styles, and midline display options.
7. **Multi-Session Support**: Define up to four different trading sessions with unique colors, perfect for multi-market analysis or focusing on specific trading windows.
8. **Comprehensive Dashboard**: Optional dashboard display providing real-time information on active order blocks, enhancing your market overview at a glance.
## How It Enhances Your Trading
- Identify potential reversal zones with precision
- Filter out noise by focusing on unmitigated order blocks
- Tailor your analysis to specific trading sessions or high liquidity periods
- Gain a clear visual representation of supply and demand dynamics
- Enhance your trading decisions with a customizable, data-rich dashboard
- Focus on the most significant order blocks by aligning with periods of high market participation
## Videos on setting up the Day Trading GPS Order Block Finder Indicator & its features - make sure you watch both videos
- Video #1 is a short video (about 4 minutes): youtu.be
- Video #2 is much longer (about 20 minutes) and goes into more detail: youtu.be
Whether you're a day trader focusing on specific market hours or a swing trader looking for key levels, the Day Trading GPS Order Block Finder Indicator adapts to your strategy, providing valuable insights into market structure and potential turning points. By allowing you to filter order blocks based on time and potential market liquidity, this indicator helps you focus on the most impactful price levels for your trading decisions.
## Note
This indicator is a visual tool to aid in your trading decisions. Always combine its signals with other forms of analysis and adhere to proper risk management practices. The ability to filter order blocks based on time windows is particularly useful for traders who want to focus on periods of high liquidity, but remember that market conditions can vary, and past performance doesn't guarantee future results.
Volume Spikes + Daily VWAP SD BandsVolume Spikes + Daily VWAP SD Bands
This indicator combines volume spike detection to help traders identify potential absorption zones with daily VWAP and standard deviation bands , key price levels, continuation opportunities, and possible institutional bias.
Features:
Volume Spike Detection
Highlights candles with unusually high volume relative to a configurable SMA.
Optional filters:
Local highs/lows only (Only Use Valid Highs & Lows)
Candle shapes: Hammer / Shooter only
Candle color match: bullish spikes on green, bearish on red
Plots small circles above/below bars for bullish and bearish volume spikes.
Alerts available for both bullish and bearish spikes.
Interpretation: Volume spikes at local highs/lows can indicate absorption, where one side absorbs aggressive buying/selling pressure.
Daily VWAP
Calculates volume-weighted average price (VWAP) for the current day.
Optionally shows previous day’s VWAP for reference.
Plot lines are customizable with optional circles on lines for visual clarity.
Labels on the last bar show exact VWAP values.
Institutional Bias Insight: Price above both current and previous VWAPs may indicate bullish positioning; price below both VWAPs may indicate bearish positioning. Many professional traders consider this a clue to institutional bias, but it’s not guaranteed. Always confirm with volume, delta, or orderflow analysis.
Standard Deviation Bands
Optional x1 and x2 SD bands around the daily VWAP.
Visual fill between bands shows price volatility zones.
Can be used to identify potential support/resistance or absorption zones.
Use Case: Price bounces off first SD band may indicate continuation signals, especially when volume spikes occur at those levels.
Customizable Visuals
Colors for bullish and bearish volume spikes
VWAP and SD band colors and thickness
Optional circles and filled bands for better readability
Alerts
Bullish / Bearish Volume Spikes
Supports TradingView alert system for automated notifications
Advanced Use Cases:
Combine with Cumulative Delta or Orderflow tools to confirm true absorption zones.
Identify high-volume rejection candles signaling possible trend continuation.
Use VWAP positioning relative to price to assess potential institutional bias, keeping in mind it is probabilistic, not guaranteed.
Visualize intraday VWAP levels and volatility with SD bands for better trade timing.
Settings: Fully customizable, including volume multiplier, SMA length, session filter, candle shape, color options, and VWAP/SD display preferences.
Elliott Wave Universal PRO ImpulseElliott Wave Universal PRO Impulse
Elliott Wave Universal PRO Impulse is a powerful and versatile Pine Script indicator designed for traders who utilize Elliott Wave theory to analyze market trends and forecast price movements. This indicator automates the plotting of various impulse wave patterns, enabling users to visualize and analyze market structures with precision and ease.
Key Features
Multiple Impulse Patterns: Choose from a wide range of impulse wave patterns, including Classic Impulse, Leading and Ending Diagonals, Extended Waves, Truncated Waves, and more, catering to diverse market scenarios.
Customizable Ratios: Supports Standard, Minimal, and Maximal Fibonacci-based ratios for wave projections, allowing traders to adapt to different market conditions.
Interactive Inputs: Define key points (0 and A) by selecting time and price directly on the chart, ensuring accurate wave construction tailored to your analysis.
Visual Customization: Adjust line styles (Solid/Dotted) and colors for Standard, Minimal, and Maximal patterns to enhance chart clarity and align with your trading preferences.
Overlay Display: Plots wave patterns directly on the price chart with labeled points and color-coded lines, making it easy to interpret wave structures.
How It Works
Select an impulse pattern from the dropdown menu (e.g., "Classic Impulse (5-3-5)", "Extended 3rd Wave Impulse").
Set the starting point (0) and wave 1 endpoint (A) using time and price inputs.
The indicator calculates and plots the subsequent waves (2, 3, 4, and 5) based on Fibonacci ratios and the selected pattern.
Toggle Standard, Minimal, and Maximal projections to visualize potential wave targets with distinct styles and colors.
Use Cases
Trend Analysis: Identify and confirm impulse wave structures to anticipate market trends and reversals.
Trade Planning: Use projected wave targets to set entry, exit, and stop-loss levels.
Risk Management: Assess wave validity and potential failure points (e.g., Truncated or Failed Waves) to refine trading strategies.
Settings
Impulse Pattern: Select from over 30 predefined Elliott Wave patterns.
Build Points: Input time and price for points 0 and A to anchor the wave structure.
Display Options: Enable/disable Standard, Minimal, and Maximal projections.
Style Options: Customize line styles (Solid/Dotted) and colors for each projection type.
Notes
Ensure proper placement of points 0 and A to align with significant market highs/lows for accurate projections.
Best used in conjunction with other technical tools to confirm wave patterns and market signals.
Optimized for all timeframes and asset classes, including stocks, forex, crypto, and commodities.
Elevate your Elliott Wave analysis with Elliott Wave Universal PRO Impulse and gain a deeper understanding of market dynamics!
Complete catalog of Elliott impulse patterns:
Classic Impulse (5-3-5) - Sequential - Классический импульс с последовательной структурой.
Classic Impulse (5-3-5) - Template - Классический импульс с шаблонными пропорциями.
Extended 1st Wave Impulse - Импульс с удлиненной первой волной.
Extended 3rd Wave Impulse - Импульс с удлиненной третьей волной.
Extended 5th Wave Impulse - Импульс с удлиненной пятой волной.
Symmetrical Impulse - Симметричный импульс.
Leading Diagonal (5-3-5-3-5) - Ведущая диагональ с подволнами 5-3-5-3-5.
Leading Diagonal (3-3-3-3-3) - Ведущая диагональ с подволнами 3-3-3-3-3.
Ending Diagonal (3-3-3-3-3) - Завершающая диагональ с подволнами 3-3-3-3-3.
Expanding Diagonal (3-3-3-3-3) - Расширяющаяся диагональ.
Expanding Impulse - Расширяющийся импульс.
Truncated Impulse - Усеченный импульс.
Failed 5th Wave Impulse - Импульс с неудачной пятой волной.
Extended 1st and 3rd Waves Impulse - Импульс с удлиненными первой и третьей волнами.
Running Correction Wave 2 Impulse - Импульс с бегущей коррекцией во второй волне.
Running Correction Wave 4 Impulse - Импульс с бегущей коррекцией в четвертой волне.
Extended 1st and 5th Waves Impulse - Импульс с удлиненными первой и пятой волнами.
Extended 2nd Wave Impulse - Импульс с удлиненной второй волной.
Double Truncated 5th Wave Impulse - Импульс с дважды усеченной пятой волной.
Converging Diagonal - Сходящаяся диагональ.
Running Flat Wave 2 Impulse - Импульс с плоской бегущей коррекцией во второй волне.
Running Flat Wave 4 Impulse - Импульс с плоской бегущей коррекцией в четвертой волне.
Double Extended 1st and 3rd Waves Impulse - Импульс с двойным удлинением первой и третьей волн.
Double Extended 3rd and 5th Waves Impulse - Импульс с двойным удлинением третьей и пятой волн.
Leading Diagonal with Failed 5th Wave - Ведущая диагональ с неудачной пятой волной.
Complex Correction Wave 2 (Double Zigzag) Impulse - Импульс с комплексной коррекцией во второй волне (двойной зигзаг).
Complex Correction Wave 4 (Triangle) Impulse - Импульс с комплексной коррекцией в четвертой волне (треугольник).
Terminal Impulse - Терминальный импульс.
Extended 4th Wave Impulse - Импульс с удлиненной четвертой волной.
Diagonal with Overlap - Диагональ с перекрытием.
Nested Extension Wave 3 Impulse - Импульс с вложенным удлинением третьей волны.
Failed Wave 1 Impulse - Импульс с неудачной первой волной.
Double Running Correction Impulse - Импульс с двойной бегущей коррекцией.
Converging Impulse - Сходящийся импульс.
Expanding Leading Diagonal - Расширяющаяся ведущая диагональ.
Truncated Ending Diagonal - Усеченная завершающая диагональ.
Irregular Wave 2 Impulse - Импульс с нерегулярной второй волной.
Sharp Wave 4 Impulse - Импульс с резкой четвертой волной.
Diagonal Impulse Variant - Вариант диагонального импульса.
Extended Symmetrical Impulse - Удлиненный симметричный импульс.
Supply-Demand & Equilibrium Zones# Day Trading GPS Supply-Demand & Equilibrium Zones Indicator
## Overview
The Day Trading GPS Supply-Demand & Equilibrium Zones Indicator is an advanced tool designed to identify and visualize key supply and demand areas in the market. This indicator stands out by offering unparalleled customization options and a unique approach to detecting potential reversal zones.
## Key Features
1. **Comprehensive Zone Detection**:
- Identifies both main and additional supply and demand zones
- Uses sophisticated algorithms to detect potential reversal areas
2. **Highly Customizable Visuals**:
- Separate color settings for main and additional zones
- Adjustable line styles, widths, and colors for all elements
- Option to show or hide various components independently
3. **Advanced Equilibrium Levels**:
- Calculates and displays standard and weighted equilibrium levels between main supply and demand zones
- Customizable equilibrium line appearance and labeling
4. **Multi-Timeframe Analysis**:
- Adapts to any chart timeframe, providing consistent analysis across different time scales
5. **Interactive Dashboard**:
- Optional on-chart dashboard displaying real-time zone information
- Customizable dashboard position, size, and color scheme
## Unique Aspects
1. **Volume-Weighted Zone Calculation**:
Utilizes volume data to weigh the significance of supply and demand zones, providing a more accurate representation of market dynamics.
2. **Dual Equilibrium System**:
Offers both standard and weighted equilibrium levels, allowing traders to gauge market balance with greater precision.
3. **Adaptive Zone Drawing**:
Dynamically adjusts zone visibility based on recent price action, focusing on the most relevant levels.
## Customization Options
- Toggle visibility of main and additional supply/demand zones
- Adjust colors, styles, and widths for all lines and zones
- Customize equilibrium level calculations and display
- Fine-tune dashboard appearance and content
- Set specific session times for targeted analysis
## How It Enhances Your Trading
- Identify potential reversal zones with greater accuracy
- Understand the balance between supply and demand forces in the market
- Recognize significant market imbalances and potential turning points
- Adjust your analysis to specific trading sessions or market conditions
- Make more informed decisions with a comprehensive view of market structure
## Videos on setting up the Day Trading GPS Supply Demand & Equilibrium Zones Indicator & its features - make sure you watch both videos
- Video #1 is a short video (about 4 minutes): youtu.be
- Video #2 is much longer (about 25 minutes) and goes into much more detail on the Supply-Demand Zones indicator and it is at: youtu.be
## Note
While this indicator provides valuable insights into market dynamics, it should be used in conjunction with other forms of analysis and proper risk management strategies. The DayTradingGPS Supply/Demand Zones Indicator is a powerful tool designed to enhance your trading decisions, not to replace sound trading practices.
Buy/sell EMA Crossover with 5 ema RibbonThe indicator has 2 indicators in 1, based all on customizable ema's. The main ema signal indicator is customizable for the length , at the ema crossover the indicator will plot the main (biggerarrow )buy or sell signal when the crossover happens and plot(smaller) directional arrows on all the following candles after the crossover, this helps with the visuals for the main trend. The 2nd indicator is a also customizable ema ribbon that will help in the trend direction.(ex: you can plot larger length ema's for better visual of the main on any timeframe. The indicator is designed for easy ema visuals with background trend color change, and color change on the main 2 ema crossover for easy detection of the price trend.
Golden Cross Strategy & BacktesterGolden Cross Strategy & Backtester 📈🚀
Overview
This script provides a complete backtesting environment for the classic Golden Cross trend-following strategy. It is designed to be simple, visual, and easy to use. 💪
The strategy operates on the following logic:
🔼 Long Entry: A "Buy" signal is generated when the short-term moving average (Short MA) crosses above the long-term moving average (Long MA).
🔽 Exit: The position is closed when the short-term moving average crosses back below the long-term moving average (a "Death Cross").
The background of the chart will be shaded green 🎨 during periods when the strategy is holding an active position.
How to Use for Backtesting 🔬
This is a strategy script, which means its main purpose is to test the historical performance of this trading idea.
Add this script to your chart.
Open the "Strategy Tester" panel at the bottom of your chart.
In the "Overview" and "Performance" tabs, you can see detailed results 📊, such as the Net Profit and Max Drawdown, to evaluate the strategy's effectiveness.
Customization ⚙️
You can easily customize the strategy's parameters without editing the code.
Click the Settings/Gear icon (⚙️) next to the script's name on your chart.
In the "Inputs" tab, you can change:
📏 Short MA Length: The period for the fast-moving average (default is 50).
📏 Long MA Length: The period for the slow-moving average (default is 200).
In the "Properties" tab, you can change:
💰 Initial Capital: The starting balance for the backtest.
Feel free to test different settings to find what works best for your preferred asset and timeframe! Happy testing! 🎉
Multi-Timeframe Buy/Sell Volume Dashboard (Highlight)🔹 Results:
✅ M5, M15, H1, Daily in one dashboard
✅ Buy/Sell/Difference/Buy% vs Sell% are all clear
✅ The dominance box will change color according to who is dominant:
Green → Strong buyer
Red → Strong seller
Yellow → Balanced
BINANCE Top40 USDT Spot Breadth The crypto price is affected by the market whether bullish or bearish, that's why this indicator gives you the overall idea about the crypto market in general, and the price action that you monitor is following the market.
Auto S/R Zones — Pivots + MA Bands + Trendline Channels (No ExtWhat it is
An auto-updating Support/Resistance indicator that builds zones from:
Swing Pivots: clusters historical highs/lows into meaningful zones.
Dynamic MA Bands: 20/50/100/200 SMA with ATR-based bands that often act as S/R.
Trendline Channels: lightweight bands projected from the latest lower-highs (resistance) and higher-lows (support).
No external feeds needed. Works on any symbol/timeframe, designed with crypto intraday (e.g., BTCUSDT 5–15m) in mind.
How it works (tl;dr):
Detects pivot highs/lows (left/right = 5 by default).
Clusters nearby pivots using either ATR distance or % of price → forms zone centers.
Builds zone width from ATR (or %) and draws filled bands that extend right.
Plots 4 SMAs (20/50/100/200) and paints thin ATR bands around them (potential dynamic S/R).
Finds recent lower-high and higher-low structures and draws trendline bands with ATR padding.
Inputs you can tune
Pivot Left/Right: sensitivity of swing detection. Lower = more zones (noisier), higher = fewer/stronger zones.
Cluster Merge Distance: choose ATR-based or %-price merging; higher values = fewer but stronger zones.
Zone Width: ATR-based or %-price half-width.
Max Zones: cap how many zones show above/below current price.
MA Bands: toggle on/off; change SMA lengths; adjust ATR half-width.
Trendline Bands: toggle on/off; adjust ATR padding.
Suggested starting points
Scalping (5–15m):
Pivot L/R = 4–6
Merge = ATR × 0.5–0.7
Zone half-width = ATR × 0.25–0.4
MAs = 20/50/100/200, MA band = ATR × 0.2–0.3
Swing (1h–4h):
Pivot L/R = 6–10
Merge = ATR × 0.8–1.2
Zone half-width = ATR × 0.35–0.6
How to use
Look for reaction at the nearest zone(s): rejection, absorption, or clean break & retest.
Use MA bands for dynamic S/R in trend; trendline bands help frame channels.
Combine with your entry logic (momentum/structure) and clear risk management.
Notes & limitations
Indicator only (no orders). No repainting beyond the inherent pivot lookback.
The first few bars may show fewer zones until pivots accumulate.
Trendline bands are intentionally simple to stay light and real-time.
Changelog
v1.0: Initial public release (no external levels; defensive logic to avoid out-of-bounds on first bars).
Disclaimer
For educational purposes only. Not financial advice. Always test on your instrument/timeframe and use appropriate risk controls.
Buy Sell Volume Dashboard (Conditional Colors)Display all data in the box (dashboard) on the top right chart.
✅ Data output:
Buy Volume
Sell Volume
Volume Difference (Buy – Sell)
Buy % / Sell % Dominance
✅ Auto according to the timeframe we open (for example if open 5m, data follows 5m; if daily, follow daily).
PSP Gyani Baba 9 Number [Good for all types of trading]The PSP Gyani Baba 9 Number indicator is a powerful tool based on the Gann Square of 9 methodology, designed to identify key support and resistance levels on your chart. This indicator calculates dynamic price levels using the square root of the current price, incorporating Gann's incremental adjustments to plot up to 10 customizable support and resistance lines. It features:
Support/Resistance Levels: Automatically displays bullish (green) and bearish (red) levels with adjustable line styles (solid, dashed, or dotted).
Cardinal Points: Highlights critical North, South, East, and West cardinal levels in orange for high-impact trading zones.
Trading Signals: Generates buy and sell signals based on price crossing cardinal East and West levels, with visual alerts and optional notifications.
Info Table: Provides a real-time summary of current price, square root, and next support/resistance levels.
Customization: Offers adjustable inputs for level count, colors, and alert preferences.
Ideal for traders seeking Gann-based insights, this indicator enhances decision-making with clear visual cues and actionable alerts. Perfect for all timeframes and markets!
VT - Dashboard04🚀Overview
The VT - Dashboard04 is an all-in-one technical analysis powerhouse designed for traders who demand clarity and confluence. This tool eliminates the need to flip between timeframes by providing a real-time snapshot of trend, momentum, and RSI conditions across five key timeframes (H1, M30, M15, M5, M1) in a single, sleek dashboard. Simultaneously, it scans the current chart for high-probability candlestick rejection patterns, generating precise buy and sell signals when confirmed by the underlying trend structure. It's your ultimate multi-timeframe trading assistant.
✨ Key Features
📊 Multi-Timeframe Dashboard: Instantly view Trend, RSI State, and RSM Momentum for H1, M30, M15, M5, and M1.
🎯 Smart Pattern Recognition: Advanced algorithm detects three types of rejection patterns (Type 1, Type 2, Pin Bars) for high-quality entry signals.
⚡ Confluence-Based Logic: Signals only trigger when rejection patterns are confirmed by the EMA trend (cross or alignment), ensuring higher-probability setups.
⚙️ Full Customization: Adjust the dashboard's position, toggle compact mode, and fine-tune all strategy parameters (EMA lengths, RSI levels) to fit your style.
🔔 Built-In Alert Conditions: Pre-configured alerts for "Buy Alert" and "Sell Alert" mean you never miss a trading opportunity.
🛠How to Use
Apply the indicator to any chart.
Glance at the dashboard to assess multi-timeframe momentum alignment (e.g., all timeframes in "UP" trend).
Watch for "B" (Bullish Rejection) or "S" (Bearish Rejection) labels printed on the chart.
A full Buy Signal (green arrow) appears for a confirmed bullish setup. A Sell Signal (red arrow) appears for a confirmed bearish setup.
Use the provided alerts to get notified of new signals automatically.
⚙️ Settings
Dashboard Settings: Choose from 4 screen positions and enable 50% smaller compact mode.
EMA Logic: Adjust the lengths of the Fast and Slow EMAs.
RSI Logic: Customize the RSI Length and Overbought/Oversold levels.
RSM Logic: Tune the RSI Length and EMA Smoothing for the momentum oscillator.
📈Trading Concepts
This indicator synthesizes several powerful concepts:
Multi-Timeframe Analysis: Confirming the trend across higher timeframes increases the probability of a successful trade on a lower timeframe.
Trend Following: Using a stacked EMA (Fast > Mid > Slow) system to define bullish and bearish market bias.
Momentum: Using the RSI to identify overbought and oversold conditions and its own EMA for momentum direction.
Price Action: Identifying key reversal patterns where price has been "rejected" from a level, indicating a potential change in direction.
Note: This is a technical analysis tool. Always practice proper risk management and combine with other analysis techniques for best results.
Category: Technical Analysis
Version: 1.0
Developer: VT
Trojan Cycle: Dip & Profit Hunter📉 Crypto is changing. Your signals should too.
This script doesn’t try to outguess price — it helps you track capital rotation and flow behavior in alignment with the evolving macro structure of the digital asset market.
Trojan Cycle: Dip & Profit Hunter is a signal engine built to support and validate the capital rotation models outlined in the Trojan Cycle and Synthetic Rotation theses — available via RWCS_LTD’s published charts
It is not a classic “buy low, sell high” tool. It is a structural filter that uses price/volume statistics to surface accumulation zones, synthetic traps, and macro context shifts — all aligned with the institutionalization of crypto post-2024.
🧠 Purpose & Value
Crypto no longer follows the retail-led, halving-driven pattern of 2017 or 2021.
Instead, institutional infrastructure, regulatory filters, and equity-market Trojan horses define the new path of capital.
This tool helps you visualize that path by interpreting behavior through statistical imbalances and real-time momentum signals.
Use it to:
Track where capital is accumulating or exiting
Identify signals consistent with true cycle rotation (vs. synthetic traps)
Validate your macro view with real-time statistical context
🔍 How It Works
The engine combines four signal layers:
1. Z-Score Logic
- Measures how far price and volume have deviated from their mean
- Detects dips, blowoffs, and exhaustion zones
2. Percentile Logic
- Compares current price and volume to historical rank distribution
- Flags statistically rare conditions (e.g. bottom 10% price, top 90% volume)
3. Combined Context Engine
- Integrates both models to generate one of 36 unique output states
- Each state provides a labeled market context (e.g., 🟢 Confluent Buy, 🔴 Confluent Sell, 🧨 Synthetic Trap )
4. Momentum Spread & Divergence
- Measures whether price is leading volume (trap risk) or volume is leading price (accumulation)
- Outputs intuitive momentum context with emoji-coded alerts
📋 What You See
🧠 Contextual Table UI with key Z-Scores, percentiles, signals, and market commentary
🎯 Emoji-coded signals to quickly grasp high-probability setups or risk zones
🌊 Optional overlays: price/volume divergence, momentum spread
🎨 Visual table customization (size, position) and chart highlights for signal clarity
🔔 Alert System
✅ Single dynamic alert using alert() that only fires when signal context changes
Prevents alert fatigue and allows clean webhook/automation integration
🧭 Use Cases
For macro cycle traders: Track where we are in the Trojan Cycle using statistical context
For thesis explorers: Use the 36-output signal map to match against your rotation thesis
For capital rotation watchers: Identify structural setups consistent with ETF-driven or compliance-filtered flow
For narrative skeptics: Avoid synthetic altseason traps where volume lags or flow dries up
🧪 Suggested Pairing for Thesis Validation
To use this tool as part of a thesis-confirmation framework , pair it with:
BTC.D — Bitcoin Dominance
ETH/BTC — Ethereum strength vs. Bitcoin
TOTALE100/ETH — Altcoin strength relative to ETH
RWCS_LTD’s published charts and macro cycle models
🏁 Final Note
Crypto has matured. So should your signals.
This tool doesn’t try to game the next 2 candles. It helps you understand the current phase in a compliance-filtered, institutionalized rotation model.
It’s not built for hype — it’s built for conviction.
Explore the thesis → Validate the structure → Trade with clarity.
🚨 Disclaimer
This script is not financial advice. It is an analytical tool designed to support market structure research and rotation thesis validation. Use this as part of a broader framework including technical structure, dominance charts, and macro data.
Advanced Darvas Box IndicatorAdvanced Darvas Box Indicator with EMA Stage Analysis and Breakout Probability.
Original author - Sumit Gupta
Modified - Ashwin Kumar
X HL TargetsDesigned to track and project prior interval high and low levels. It provides traders with clear reference points for potential targets, support and resistance
Key Features
Prior Interval Anchoring
At the start of each new interval, the indicator captures the previous interval’s high and low.
Current interval developing highs and lows are ignored, ensuring only completed data drives level creation.
Dynamic Extensions
Each high and low level is extended forward until price action mitigates (touches or crosses) the level.
When mitigated, the line is automatically “frozen” at the bar of contact and restyled to a subdued color.
End-of-Day Housekeeping
Optional setting allows all mitigated lines to be automatically removed at the end of each interval, keeping charts uncluttered and focused only on active untested levels.
Performance Management
User-defined limit on the number of past intervals retained ensures efficient performance and prevents chart overload.
Trading Applications
Target Mapping: Prior interval highs and lows are commonly watched areas where liquidity pools form and price often reacts.
Breakout & Reversal Signals: Monitoring if and when price mitigates these levels can help confirm breakouts or identify potential reversals.
Intraday Focus: By excluding developing highs and lows of the current session, the indicator emphasizes only proven, market-validated levels.
Clean Workspace: End-of-day deletion of mitigated lines prevents clutter and highlights only the most relevant active levels for ongoing sessions.
Previous 1 & 2 Days Closepreviosue 2 day closing price which helpt to know trend and take good entry
Fear index by Clarity ChartsFear Index – Market Sentiment Strength Meter
The Fear Index is a unique, custom-built indicator designed to visualize market sentiment shifts by highlighting periods of fear (red) and confidence (green) directly on your chart. Unlike traditional oscillators, this tool combines price action dynamics with volume intensity to detect when participants are aggressively selling or confidently buying.
How to Use:
Red spikes indicate rising fear, panic, or heavy selling pressure – potential trend reversals or breakdown signals.
Green spikes highlight confidence, strength, or accumulation – signaling possible recovery or continuation.
Best used with trend analysis, support/resistance zones, and volume confirmation for high-probability setups.
Why this is different:
Not a copy of any existing indicator – this is a brand-new formula.
Helps you anticipate market mood before major price swings.
Works across multiple timeframes and instruments (indices, stocks, crypto, forex).
Pro Tip: Combine this with EMA/Trend filters for powerful trade entries and exits.
Support the Work
If you find this indicator valuable, please boost by like, comment, and share it so I can continue creating more powerful and innovative tools for traders like you. Your support keeps this research alive!
SAR Oscillator [Bellsz]Converts Parabolic SAR into a normalized oscillator with crossover signals, gradient fills, and trend strength levels. A cleaner way to read SAR momentum. Making it easier to read momentum shifts, trend strength, and reversals directly in the sub-chart. Instead of dots on price only, this tool converts SAR dynamics into a smooth oscillator that highlights bias and turning points.
What it shows
Normalized Price Line — scaled view of price relative to SAR.
Normalized SAR Line — SAR value normalized across the high/low range.
SAR Dots — visual cue when crossovers occur (potential reversal or trend acceleration).
Gradient Fill — color-coded background for quick read of momentum direction/intensity.
Guide Levels — ±50 baseline to track trend strength and overextension.
Why use it
Converts SAR into an oscillator format, easier to compare across instruments & timeframes.
Highlights momentum shifts early (crossovers, gradient flips).
Adds structure with gradient fill and baselines, making SAR more actionable than standard dot plots.
Works as a trend bias filter or confirmation tool alongside other indicators.
Inputs
Acceleration / Increment / Maximum — adjust SAR sensitivity.
Custom Colors — choose your scheme for price, SAR, and gradients.
Best practices
Use on intraday or swing TFs as a trend bias filter.
Look for Normalized Price crossing Normalized SAR as potential entry signals.
Watch how SAR dots cluster near ±100 for exhaustion or reversal signals.
Notes
This is a visual enhancement of SAR; it does not repaint.
Combine with volume, FVGs, or session models for added context.