Supertrend + EMA Strategy By Arvind DodkeThis strategy is based on Supertrand and EMA. You can backtest.
Educational
Horizontal Price TableOverview:
This script displays a dynamic price table on your chart, showing real-time prices and daily percentage changes for up to 7 user-defined tickers. You can customize both which tickers are shown and how many are visible, all through the settings panel.
How it works (Step-by-Step):
User-Defined Tickers:
The script provides input fields for up to 7 tickers using input.symbol(). You can track stocks, indexes, ETFs, crypto, or futures — anything supported by TradingView.
Choose How Many to Display:
An additional dropdown lets you choose how many of the 7 tickers to actually display (between 1 and 7). This gives you control over screen space and focus.
Market Data Fetching:
For each displayed ticker, the script fetches:
The current day’s closing price (close)
The previous day’s closing price (close )
This data is pulled using request.security() on the daily timeframe (1D).
% Change Calculation:
The script calculates the daily percentage change using:
(Current Price−Previous Close)/Previous Close×100(Current Price−Previous Close)/Previous Close×100
Cleaned Ticker Names:
Ticker symbols often include an exchange prefix like NASDAQ:AAPL. The script automatically removes anything before the colon (:), so only the clean symbol (e.g., AAPL) is shown in the table.
Table Display:
A visual table appears at the top-center of your chart, showing:
Row 1: Ticker symbol (cleaned)
Row 2: Current price (rounded to 2 decimals)
Row 3: Daily % change (green for gains, red for losses)
Customization:
You can choose the background color of the table.
Ticker names appear in white text with a gray background.
% change is color-coded: green for positive, red for negative.
Why Use This Script?
Track multiple tickers at once without leaving your chart.
Clean, customizable layout.
Useful for monitoring watchlists, portfolios, or related markets.
Tips:
Combine this with your favorite indicators for a personalized dashboard.
Works great on any chart or timeframe.
Ensure the tickers entered are valid on TradingView (e.g., SPY, BTCUSD, NQ1!, etc.).
Zen MIG Reversal V1**Zen MIG Reversal V1**
Zen MIG Reversal is a pattern-based indicator that highlights rare reversal setups.
It’s designed to support traders in visually identifying potential turning points, especially following strong momentum or gap-style moves.
**How it works:**
- **Bullish Reversal:**
Detects 3 consecutive bullish candles. The third bar must have a low above the high of the first bar and below the 20 EMA. When this occurs, a light blue box is drawn across the 3-bar range, from high to the current bar’s low. A blue arrow appears below the prior bar.
- **Bearish Reversal:**
Detects 3 consecutive bearish candles. The third bar must have a high below the low of the first bar and above the 20 EMA. A light red box is drawn from low to the current bar’s high. A red arrow appears above the prior bar.
- Optional settings allow you to:
- Show or hide the EMA line
- Toggle the arrows
- Adjust smoothing settings for context
**Purpose:**
It’s best used for discretionary analysis, journaling, or studying price behavior in momentum-driven environments.
**Disclaimer:**
This script is for educational and informational purposes only. It does not provide financial advice or trade recommendations. Always backtest and use proper risk management before applying any indicator to live trading.
📊 Trend Strength Meter@name 📊 Trend Strength Meter
* @version 1.0
* @author YourNameHere
* @description
* This indicator measures the strength of the market trend using an ADX-like method.
* It calculates the directional movement (DM) and the Average Directional Index (ADX)
* to provide a numeric and visual representation of trend strength.
*
* ──────────────
* 🔍 Features:
* - Plots ADX (trend strength) as a line and optional histogram
* - Color-coded bars for strong vs weak trend
* - Configurable threshold (default: 20)
* - Live label showing current trend strength
* - Alert conditions for strong/weak trend detection
*
* ──────────────
* ⚙️ Inputs:
* - Trend Period: Number of bars used for ADX calculation (default: 14)
* - Source: Price source for calculation (default: close)
* - Strength Threshold: Minimum ADX value to define strong trend (default: 20)
* - Show Histogram: Toggles the background histogram plot
* - Color by Strength: Changes color based on ADX value
*
* ──────────────
* 📈 How It Works:
* 1. Calculates the True Range (TR), Positive DM (+DM), and Negative DM (-DM)
* 2. Smooths these values using RMA (Wilder’s smoothing)
* 3. Derives +DI and -DI from smoothed values
* 4. Computes DX and smooths it to get ADX
* 5. Displays trend strength on chart
* ⚠️ Notes:
* - ADX only shows strength, not direction.
* - ADX > 20 generally means a trending market.
* - Works best as a trend filter or strength confirmation tool.
*
* Default Settings:
* - Length: 14
* - Threshold: 20
* - Source: Close
NR - Price-Action Long/Short [PALS]PALS (acronym for Price Action Long Short ) is a simplified view of Price Action
that computes relative movement of OHLC values (from chart) between consecutive bars to mark probable Long/Short signals on the price chart.
Combining PALS with Heikin-Ashi charts and SuperTrend(5, 1.432) is recommended but not mandatory.
Inspiration for this script comes from Buy/Sell Indicator by Prakash EEE:
What PALS does and why?
Search for simplification of the complex ema of ema based range shrinking logic learnt from Prakash's approach led to -
- the simpler comparison of a two-bar average over previous close and current open with an average of current OHLC values (giving less weight to the opens and more weight to the rest of them).
Crossovers between those two oscillating relative values (difference between the two averages being positive or negative) is the main logic.
PALS marks places where probable long or short trades may be setting up.
How to use PALS?
During trending phases the opposing signals may be used as areas where profit booking could be done while same side signals marking the re-entry/adding to the open positions.
Pairing PALS with a SuperTrend could help in filtering out the frequent turn arounds marked by PALS during sideways phase.
Adding more confirmations could improve the probable yet relatively longer lasting short-term signals.
Nasan Market Phase ClassifierThe Nasan Market Phase Classifier indicator designed to classify market phases using volume, volatility (or momentum), and statistical analysis. Here's a summary of how it works and what it does:
🔍 Core Concept
This indicator classifies the market into four phases based on volume and ATR (or optionally momentum):
High Volume / High ATR or Momentum (HV/HATR): Strong Trend
Low Volume / High ATR or Momentum (LV/HATR): False Breakout / Exhaustion
High Volume / Low ATR or Momentum (HV/LATR): Consolidation
Low Volume / Low ATR or Momentum (LV/LATR): Stagnation
⚙️ Key Settings
Short-Term Length: Used for the active market phase.
Long-Term Length: Used as the expected/benchmark distribution.
Use Momentum: Replaces volatility (ATR) with momentum (custom ROC-based formula).
Use Fixed Alpha: Toggles adaptive vs. fixed weighting in scoring (this is based on variation of the volatility - standard deviation of true range).
📊 How It Works
Volatility or Momentum Scoring:
Uses ATR-based or Momentum-based score depending on the setting.
Applies weighing (alpha) which is based on variability of the volatility itself.
Market Phase Count:
Measures how often each of the 4 volume/volatility combinations occur in:
Short-term window (observed phase)
Long-term window (expected distribution)
Category Proportions:
Calculates percentage share of each category (e.g., % time in HV/HATR).
Plots these on chart to visually see market phase dominance (can be used for screening of pine screener).
Statistical Testing:
IQV (Index of Qualitative Variation): Measures phase diversity (0 = focused, 1 = mixed).
Chi-Squared Test: Compares current vs. historical phase distribution.
Z-Test: Tests if current phase dominance is statistically significant.
📋 Outputs
On-Chart Plots and Tabels:
Strong Trend, False Breakout/Exhaustion, Consolidation, Stagnation
Strength Quality Plot: Trend strength normalized by IQV.
Dynamic Table (Top Right):
Shows each phase’s proportion (the current phase cell is highlighted in yellow), IQV, Chi² value, and current dominant phase. The current candle classification (text) is in purple.
Highlights the dominant phase classification and color-codes significance (the cell highlighted in green highly confident about the classification, orange intermediate confidence and red low confidence). This color coding is not just based on statistical significance it is based on IQV which takes into account how spread the proportions are.
🧠 Interpretation
A dominant HV/HATR phase with low IQV and high Z-Score indicates a strong and statistically significant trend.
High IQV suggests uncertainty or mixed market behavior.
Chi² spike indicates a shift from historical behavior can be used to see is the market behavior changing by changing the long term length say to 252 and short term length to 21 this will tell if the short term behavior is different from the past 252 day behavior.
Open - CSC Bars - 33 CSC Bars – Early Session Price Action Filter
This script detects when the first three bars of the RTH (Regular Trading Hours) session all move in the same direction — either all bullish or all bearish.
It’s a tool for price action traders who want to develop structured opening strategies by observing clean directional agreement at the session start. The indicator highlights the third bar when the sequence confirms directional bias.
🔍 How It Works:
Monitors the first three bars after the RTH session begins.
If all three bars are bullish, it highlights the third bar (same for bearish sequences).
No projections, signals, or entries—purely a visual tool to observe and study opening behavior.
🎯 Use Case:
This script is designed to help traders build and test opening-based frameworks by identifying potential trend bias early in the day.
Note: This is an open-source utility script with a simple function. It does not generate signals or predictions and is intended to assist with observation and discretionary strategy building.
Smart Multi-Signal Indicator1. 200 EMA – Filters trades by trend (only buys above EMA, sells below).
2. RSI (14) – Spots overbought/oversold momentum for reversal opportunities.
3. Volume Spike – Confirms strong interest by checking if volume is 1.5× above average.
4. Impulse Candle – Looks for strong price moves (body > 1.5% of price).
When all these conditions align, it plots a BUY or SELL label directly on the chart.
MACD + VWAP Strategy (6–9 PM & 7–8:30 AM EST)//@version=5
strategy("MACD + VWAP Strategy (6–9 PM & 7–8:30 AM EST)", overlay=true, default_qty_type=strategy.percent_of_equity, default_qty_value=100)
// === Inputs ===
macdFast = input.int(12, title="MACD Fast Length")
macdSlow = input.int(26, title="MACD Slow Length")
macdSignal = input.int(9, title="MACD Signal Length")
stopLossPts = input.float(10, title="Stop Loss (pts)")
takeProfitPts = input.float(25, title="Take Profit (pts)")
// === Indicators ===
= ta.macd(close, macdFast, macdSlow, macdSignal)
vwapLine = ta.vwap(close)
atrVal = ta.atr(14)
// === Time Filter ===
t = time("America/New_York")
hourEST = hour(t)
minuteEST = minute(t)
eveningSession = hourEST >= 18 and hourEST < 21 // 6:00 PM to 9:00 PM
morningSession = (hourEST == 7) or (hourEST == 8 and minuteEST < 30) // 7:00–8:30 AM
inSession = eveningSession or morningSession
// === Entry Conditions with Session Filter ===
longCondition = ta.crossover(macdLine, signalLine) and close > vwapLine and atrVal > 1.2 and inSession
shortCondition = ta.crossunder(macdLine, signalLine) and close < vwapLine and atrVal > 1.2 and inSession
if (longCondition)
strategy.entry("Long", strategy.long)
if (shortCondition)
strategy.entry("Short", strategy.short)
// === Exit Conditions ===
exitLong = ta.crossunder(macdLine, signalLine)
exitShort = ta.crossover(macdLine, signalLine)
if (exitLong)
strategy.close("Long")
if (exitShort)
strategy.close("Short")
// === Risk Management ===
strategy.exit("TP/SL Long", from_entry="Long", limit=close + takeProfitPts, stop=close - stopLossPts)
strategy.exit("TP/SL Short", from_entry="Short", limit=close - takeProfitPts, stop=close + stopLossPts)
// === Plotting ===
plot(vwapLine, title="VWAP", color=color.orange, linewidth=2)
// === Visuals ===
plotshape(longCondition, title="Long Entry", location=location.belowbar, color=color.green, style=shape.arrowup, size=size.small)
plotshape(shortCondition, title="Short Entry", location=location.abovebar, color=color.red, style=shape.arrowdown, size=size.small)
bgcolor(strategy.position_size > 0 ? color.new(color.green, 85) : na)
bgcolor(strategy.position_size < 0 ? color.new(color.red, 85) : na)
HTF Countdown by Silver Mountain Trading)Stay sharp and time your trades with precision.
This simple but effective tool shows a real-time countdown to the next Higher Time Frame (HTF) candle — such as 4H, 1H, or whatever timeframe you choose.
The countdown is always placed just below the current day’s low, with clean design and no clutter.
🔹 Displays remaining time in H:M:S
🔹 Anchored visually to current day’s LOD
🔹 Works in replay mode
🔹 Open-source and free to use
🔹 From Silver Mountain Trading
🙌 If you found this helpful, a like and subscribe to the Silver Mountain Trading YouTube channel would be much appreciated as a thank-you. www.youtube.com
Pro Positive Tech IndicatorThe Pro Positive Tech Indicator is a powerful Pine Script v6 tool designed for traders seeking precise Buy, Sell, and Exit signals within customisable trading sessions. Optimised for the National Stock Exchange (NSE) with default sessions aligned to Indian market hours (09:30–11:00 and 13:00–15:10, GMT+5:30), this indicator allows full flexibility to adjust session times to suit your trading strategy.
Key Features:
Composite Technical Analysis: Combines multiple indicators (Moving Averages, RSI, Stochastic, Ichimoku Cloud, MACD, CCI, ADX, and more) to generate a robust rating system for actionable signals.
Dynamic Session Control: Define custom trading sessions to focus signals on high-activity periods, with a configurable GMT offset (default: GMT+5:30).
Visual Feedback: Displays signals via a color-coded histogram (green for Buy, red for Sell, blue for Neutral), a real-time signal label, and a table showing the current signal, trigger price, and session status.
Debugging Tools: Highlights active sessions with a semi-transparent background for easy verification.
How It Works:
The indicator calculate based on technical indicators. Signals are filtered by user-defined sessions, ensuring relevance to your trading hours. A top-right table provides at-a-glance signal info, and tooltips clarify each field.
Usage Instructions:
Add to Chart: Apply the indicator to any NSE stock or index (e.g., NIFTY 50) on intraday timeframes (1-minute to 1-hour recommended).
Customize Sessions: Adjust Session 1 and Session 2 in the settings to match your preferred trading windows (e.g., 10:00–12:00).
Set GMT Offset: Use the default 19,800,000ms (GMT+5:30) or adjust for other time zones.
Verify Sessions: Check the session background highlight to confirm active trading periods.
Ideal For:
Technical analysts seeking a multi-indicator strategy.
Intraday traders needing customisable, alert-driven tools.
Note: Test the indicator on a demo account before live trading. Ensure your chart’s time zone aligns with the configured GMT offset for accurate session detection.
License: Mozilla Public License 2.0
ICT Notes IndicatorThe ICT Notes Indicator is a time-based session visualizer built for traders following Intraday concepts, especially those inspired by the Inner Circle Trader methodology. This indicator overlays important market sessions and event windows to support high-probability trade timing, market structure alignment, and volatility expectations.
Features:
Session Zone Boxes: Automatically displays key time ranges such as:
1. Silver Bullet Entries
2. New York Killzone
3. Pre-Market Range (PMR)
4. Power Hour
5. Macro Data Release Windows
6. AM / PM Trading Sessions
7. Asia, London, and Midnight Ranges
8. London Close
Symbol-Aware Logic: Automatically adapts to symbol type (Forex vs. Index) to determine which sessions to highlight.
Customization Options:
1. Users can individually set color and text size for each session box.
2. Adjustable timeline markers enhance temporal awareness of intraday activity.
Intended Use:
This tool is ideal for intraday traders, scalpers, and those aligning market structure with time-of-day behavior. It provides a consistent way to reference recurring session-based setups and aids in contextualizing price action throughout the trading day. An added benefit is for proper note taking skills.
Publisher Note: Any further comments on the indicator. Please reach out. Thank you!
~ Bull Frog
Universal Risk CalculatorUniversal Risk Calculator
Easily calculate your exact risk, required leverage, and position size per trade using custom capital, stop %, and exchange fees.
Works with any exchange by adjusting the market and limit fee inputs.
WunderRisk OptimiserWunderRisk Optimiser is a TradingView tool built for WunderTrading.com users. It calculates the exact leverage and multiplier you need based on your capital per trade, stop loss %, and target risk (USDT) — helping you keep risk consistent on every trade. Perfect for setting up bots with precise control.
Ticker Pulse Meter BasicDisclaimer: This indicator is for educational purposes only. I am not a financial advisor and this is not financial advice. Please only paper trade and you will lose money using this indicator.
What Is This Indicator?
It is meant to be a companion to the 'Ticker Pulse Meter + Fear EKG Indicator Basic' indicator which is an on-chart indicator. In this case, this indicator attempts to visually demonstrate market momentum and emotional sentiment that may be playing out in the market.
Ticker Pulse: Calculates the relative position of the closing price within the high-low price ranges over two different lookback periods (Short Lookback Period and Long Look Back Period) and derives percentage-based indicators from those ranges. By default, the values for these Lookback periods are set to 50 for the Short Lookback Period and 200 for the Long Lookback Period, both are customizable in the settings.
The indicator attempts to visually present the following:
The indicator is calculating and monitoring three key conditions for the asset price
1) Percent Above Long (200) & Above Short (50) - bullish momentum
2) Percent Above Long (200) & Below Short (50) - long term bullish w/short term pull-back
3) Percent Below Long (200) & Below Short (50) - bearish momentum
Finally, it is closely tracking threshold crossings to identify market dips and peaks by evaluating combined conditions to determine possible entry and exits. Here you would be just visually confirming the key crossings - but they coincide with the dots being printed on-chart.
1) Percent Above Long (200) & Above Short (50) crossing 20 (adjustable in settings)
2) Percent Below Long (200) & Below Short (50) crossing 40 (adjustable in settings)
3) Percent Above Long (200) & Above Short (50) crossing 95 (adjustable in settings)
While this indicator does not print green, orange, or red dots, or even the 'fear' background, it does serve as a visual confirmation for the green, orange, and red dots, as well as the red 'fear' background. Closely study when a dot prints compared to the key levels identified and used in the indicator. You should see the threshold crossings happen and they should coincide with the dot prints.
This indicator can be used to visually inspect when the dots print to better understand when buy the dip and dollar-cost average opportunity presents itself.
Please note, do not blindly buy and sell on a cross of a key threshold - they just represent opportunity. It is important to keep close track and monitor entry points - opting to sell for instance when your position is in profit. This approach might be helpful with a buy and hold mindset, opting to take profit only when you need to, making sure you are indeed taking profit and not selling too early.
To help conceptualize what all is going on with this indicator:
As a parallel and source of inspiration for this idea, would be the to consider the S&P sector breadth symbols SKFI (50 DMA) and SKTH (200 DMA) for the tech sector, or SYFI (50 DMA) and SYTH (200 DMA) (consumer disc. sector) and how they interact with one another. In this case they are about or below 50%. Hope this serves to conceptually understand how this indicator works. The biggest difference being it is for a ticker/stock symbol.
Always paper trade!!
This is for educational purposes only. This is not financial advice, I am not a financial advisor. Do your research and always seek advice from a professional when it comes to trading with real money.
Ticker Pulse Meter + Fear EKG Indicator BasicDisclaimer: This indicator is for educational purposes only. I am not a financial advisor and this is not financial advice. Please only paper trade and you will lose money using this indicator.
Things you need to know:
The indicator is designed for long-term value investors and appear to work best on the daily, weekly, and monthly timeframes. This strategy is not for the faint of heart, as there may be very real drawn down exposure during extended bear market scenarios. The addition of stop losses would be at the discretion of the individual to consider.
What Is This Indicator?
The indicator attempts to pair market momentum with emotional sentiment that may be playing out in the market.
Ticker Pulse: Calculates the relative position of the closing price within the high-low price ranges over two different lookback periods (Short Lookback Period and Long Look Back Period) and derives percentage-based indicators from those ranges. By default, the values for these Lookback periods are set to 50 for the Short Lookback Period and 200 for the Long Lookback Period, both are customizable in the settings.
The indicator is calculating and monitoring three key conditions for the asset price
1) Percent Above Long (200) & Above Short (50) - bullish momentum
2) Percent Above Long (200) & Below Short (50) - long term bullish w/short term pull-back
3) Percent Below Long (200) & Below Short (50) - bearish momentum
Finally, the dot prints are closely tracking threshold crossings to identify market dips and peaks by evaluating combined conditions to determine possible entry and exits.
1) Percent Above Long (200) & Above Short (50) crossing 20 (adjustable in settings)
2) Percent Below Long (200) & Below Short (50) crossing 40 (adjustable in settings)
3) Percent Above Long (200) & Above Short (50) crossing 95 (adjustable in settings)
The green dots are considered dip buying opportunities and the orange dots coincide with the red “fear” background and identify added opportunities to accumulate shares during peak fear and market sell-offs for an asset. The dot prints are determined by evaluating combined conditions for dip buying and to approximate max fear and peak sell-offs in the market.
This strategy is optimized for the daily timeframe but can also be helpful on the weekly or monthly timeframes.
So the idea is to buy the dips and dollar-cost average when you see green and orange dots, ride the trend with confidence and look to potentially take profit when a red dot prints.
Please note, do not blindly buy and sell on the dots - they just represent opportunity. It is important to keep close track and monitor entry points - opting to sell for instance when your position is in profit. This approach might be helpful with a buy and hold mindset, opting to take profit only when you need to, making sure you are indeed taking profit and not selling too early.
To help conceptualize what all is going on with this indicator:
As a parallel and source of inspiration for this idea, would be the to consider the S&P sector breadth symbols SKFI (50 DMA) and SKTH (200 DMA) for the tech sector, or SYFI (50 DMA) and SYTH (200 DMA) (consumer disc. sector) and how they interact with one another. In this case they are about or below 50%. Hope this serves to conceptually understand how this indicator works. The biggest difference being it is for a ticker/stock symbol.
Like this:
To demonstrate something I mentioned in the above, regarding a protracted bear market, one needs to understand the risk is real and would require large account or small scale to buy each and every green or orange dot. This also demonstrates why one would not start automatically selling on the first red dot - as you really need to keep track of your entries to ensure you get to profitable positions - assuming it ever does. The past does not predict the future and you will lose money if you mis handle your trades with this approach or any approach. Risk management is critical and do not over invest.
Risk of extended bear market:
Always paper trade!!
This is for educational purposes only. This is not financial advice, I am not a financial advisor. Do your research and always seek advice from a professional when it comes to trading with real money.
Sessions OHLC - NY TimeThis Pine Script indicator, "Session OHLC Rays & Boxes - NY Time (Current Day)," visualizes trading sessions on a chart by marking the Open, High, Low, and Close (OHLC) levels for four predefined sessions—Asia, London, NY AM, and NY PM—based on New York time (EDT, UTC-4).
It draws the following for the current day:
Colored Boxes: Each session is enclosed in a semi-transparent box (e.g., green for Asia, blue for London) spanning the session’s duration, with the top and bottom at the session’s High and Low.
Horizontal Rays: Dashed lines extend rightward from the OHLC levels of each session, color-coded to match the session, if enabled via user inputs (e.g., "Show Asia Open").
OHLC Labels: Yellow labels display the OHLC prices at the start of each session box, updated dynamically: Open at session start, High and Low during the session, and Close at session end or during the session if active.
Additionally, users can display up to four previous days’ sessions (boxes and labels) by adjusting the "Show Previous Days" input. The indicator is customizable, allowing users to toggle OHLC labels and rays for each session and adjust session times and colors.
Binanace Liquidation LevelsIt shows you the liquidity levels for Binance at specific set levels. These levels can be seen as magnets for price action. The indicator only works for Crypto!!!
Essential EMAs (50/100/200) — Clean & Focused by Koenigsegg⚡ Essential EMAs (50/100/200) — Clean & Focused by Koenigsegg
A no-noise, high-impact EMA trio designed for clarity and precision. This script lays down the 50, 100, and 200 EMAs in a sleek, focused format — perfect for traders who rely on structure, trend, and execution without chart clutter.
Simple. Effective. Intentional.
🔑 Key Features
📏 Plots 50, 100, and 200 EMAs with distinct colors
🧼 Designed for clean, distraction-free charts
🧠 Uses ta.ema() for efficient calculations
ta.ema()
🎨 Thoughtfully styled: green (50), purple (100), red (200)
⚙️ Lightweight and fast — optimized for all timeframes
🎯 Purpose
This script delivers the three most respected EMAs in trading — the 50, 100, and 200 — for structural awareness, trend confirmation, and entry/exit precision.
Whether you’re swing trading, day trading, or simply tracking price relative to long-term moving averages, this tool keeps your perspective grounded and your charts clean.
⚠️ Disclaimer
This script is for educational and informational purposes only. It does not constitute financial advice. Always perform your own analysis and trade responsibly.
Ultimate Gann Fan Suite with Multi-ArcsUltimate Gann Fan Suite with Multi-Arcs
This open-source indicator plots Gann Fan angles, arcs, and levels to analyze price and time relationships based on a user-selected pivot point.
What It Does:
- Draws Gann Fan angles (1x16 to 16x1) from a pivot, with optional mirrored lines.
- Plots a base Gann arc and multi-arcs scaled by Gann ratios.
- Displays a Square of 9 grid and Gann Square levels for price projections.
- Supports custom timeframes and price types for pivot selection.
How to Use:
- Pivot: Enable manual pivot picking and select a price type (e.g., Close, High).
- Timeframe: Choose a timeframe (e.g., Daily) for pivot data.
- Angles and Arcs: Show/hide specific Gann angles, arcs, or levels; adjust colors and line styles.
- Scaling: Set price scale (e.g., 9.0) and arc radius (e.g., 36) for visual clarity.
- Labels: Enable labels to identify angles and levels.
- Best for stocks, forex, or crypto on daily or weekly charts.
Notes:
- Ensure enough chart history for the selected timeframe.
- Use on assets with clear trends or cycles for best results.
- Adjust settings to balance chart readability.
Live Multi Session Box (by @prognevis)Live Multi Session Box — Pro Edition by @prognevis
If you're serious about understanding market structure, session behavior, and institutional activity, this indicator is your ultimate visual guide.
Live Multi Session Box gives you real-time session analysis across all major markets — London (8:00 am–4:00 pm), New York (8:00 am–5:00 pm), Tokyo (9:00 am–5:00 pm), and Sydney (9:00 am–5:00 pm) — all based on each session’s local time . You can also define and customize two additional sessions.
Each session dynamically draws a live box from the opening hour to the close, updating in real time as new highs and lows form. Once the session ends, the final High and Low are marked with clean, sharp labels, making them easy to reference later.
New York comes with a special Wall Street Open marker at 9:30 am , aligned precisely within the New York session box — not across the entire chart.
Everything is customizable: box and border transparency, session label fonts, colors, and time zones. Each session name appears at the start of the session for maximum clarity.
Whether you're scalping intraday price action or mapping institutional levels for swing trading, this tool gives you crystal-clear insight into market rhythm.
Created with passion by @prognevis
📬 Telegram: t.me/prognevis
PC DetectorDecorrelation between assets
detecting the difference between candles directions on different assets plus alerts
Nyx — AI Market Intelligence Dashboard🧠 Nyx — AI Market Intelligence Dashboard
Nyx is a signal-free, chart-clean dashboard designed to help traders understand what the market is doing — not just when to enter. It runs entirely in the background and shows a simple panel in the corner with key context insights like trend posture, reversal signals, volatility shifts, compression zones, and liquidity intent.
📊 What It Shows:
- Market Posture – Detects bullish, bearish, or indecisive tone
- Reversal State – Finds signs of exhaustion, divergence, and flow shifts
- Fractal Context – Classifies recent structure: expansion, coil, breakdown, flip
- Candle Behavior – Measures aggression, fakeouts, traps, and energy
- Entry Filter Score – Rates the current environment (1–8 scale)
- Volatility Forecast – Predicts when expansion may occur
- Compression Tracker – Detects buildup before breakouts
- Expansion Memory – Remembers last impulse breakout timing
- Liquidity Intent – Tells where price is being magnetized (above or below)
🧭 How to Use It:
- Use alongside your main strategy (Ares, SMC, price action, Signal Indicator. etc)
- Helps you filter out bad conditions or anticipate breakout behavior
- Especially useful for traders who want confluence and clarity — not chart spam
--
✅ Designed For:
- Traders who like clean charts and clear context
- People who want why over when
- Anyone who’s ever asked, “Is the market even ready right now?”
🧠 Built by @AresIQ | 2025
📌 No signals. No overlays. No chart clutter — just perspective.
> ⚠️ This script is for informational and educational purposes only. It does not provide financial advice or trading recommendations.