Strategic LevelsIntroduction
The Strategic Levels indicator plots key high and low price levels for monthly, weekly, daily, and Monday (current week) timeframes. It draws horizontal lines with consolidated labels to highlight significant support and resistance zones.
How to use it ?
Identify critical price levels for trade entries, exits, and risk management.
These prices levels (monthly, weekly, daily open/close) are significant inflection points during short term price movements.
Perfect for swing traders, day traders, or anyone using support/resistance strategies.
Best used for trades lasting no more than a few days.
Göstergeler ve stratejiler
Continuous CVD CandlesEliminates the built-in CVD’s daily reset—continues accumulating across midnight
Cumulative Volume Delta (CVD):
Measures the net difference between aggressive buying and selling volume over time. A rising CVD means more volume on up-ticks; a falling CVD means more volume on down-ticks.
Key Modifications
Per-bar Delta Calculation
Computes each bar’s delta as lastVol – openVol from a chosen lower timeframe, instead of relying on a daily anchor that resets.
Fallback Delta Logic
When lower-timeframe data is unavailable or zero, substitutes the full bar’s signed volume (volume × (close>=open?+1:–1)) to ensure every bar moves the curve.
Persistent Accumulation
Stores the running total in a var variable so it persists across days and never resets at midnight or on each new anchor period.
Candlestick Rendering
Builds OHLC values from the continuous total and uses plotcandle() to draw teal candles on net-positive bars and red on net-negative, giving a clear uninterrupted view of cumulative buying/selling pressure.
Momentum Intradía Total✅ What does this script include?
✅ Central VWAP
✅ EMA 9 and EMA 21
✅ RSI with its moving average
✅ Visual signal via triangle when:
✅ Price is above VWAP and EMA 9
✅ EMA 9 is above EMA 21
✅ RSI > 50 and RSI is above its moving average
✅ Change from open > +3%
✅ Total score indicator (from 0 to 5)
ReisAcademy - Liquidity SweepsinitData.content = {"name":"Adsız","layout":"s","charts": [{"panes":[{"sources":[{"type":"MainSeries","id":"_seriesId","zorder":0,"haStyle":{"studyId":"BarSetHeikenAshi@tv-basicstudies-60"},"renkoStyle":{"studyId":"BarSetRenko@tv-prostudies-73"},"pbStyle":{"studyId":"BarSetPriceBreak@tv-prostudies-34"},"kagiStyle":{"studyId":"BarSetKagi@tv-prostudies-73"},"pnfStyle":{"studyId":"BarSetPnF@tv-prostudies-73"},"rangeStyle":{"studyId":"BarSetRange@tv-basicstudies-72"},"volFootprintStyle":{"studyId":"Footprint@tv-volumebyprice-104"},"tpoStyle":{"studyId":"TPOPeriodic@tv-volumebyprice-104"},"svpStyle":{"studyId":"VbPSessions@tv-volumebyprice-126"},"formattingDeps":{"format":"price","pricescale":100,"minmov":1,"fractional":false,"minmove2":0,"variable_tick_size":""},"studyBindings":{"17":null,"18":{},"20":null},"state":{"style":1,"esdShowDividends":true,"esdShowSplits":true,"esdShowEarnings":true,"esdShowBreaks":false,"esdFlagSize":2,"showContinuousContractSwitches":true,"showContinuousContractSwitchesBreaks":false,"showFuturesContractExpiration":true,"showLastNews":true,"showCountdown":true,"bidAsk":{"visible":false,"lineStyle":1,"lineWidth":1,"bidLineColor":"#2962FF","askLineColor":"#F7525F"},"prePostMarket":{"visible":true,"lineStyle":1,"lineWidth":1,"preMarketColor":"#FB8C00","postMarketColor":"#2962FF"},"highLowAvgPrice":{"highLowPriceLinesVisible":false,"highLowPriceLabelsVisible":false,"averageClosePriceLineVisible":false,"averageClosePriceLabelVisible":false,"highLowPriceLinesWidth":1,"averagePriceLineWidth":1,"highLowPriceLinesColor":"","averagePriceLineColor":""},"visible":true,"showPriceLine":true,"priceLineWidth":1,"showPrevClosePriceLine":false,"prevClosePriceLineWidth":1,"minTick":"default","dividendsAdjustment":false,"backAdjustment":false,"settlementAsClose":true,"sessionId":"regular","sessVis":false,"statusViewStyle":{"fontSize":16,"showExchange":true,"showInterval":true,"symbolTextSource":"description"},"candleStyle":{"drawWick":true,"drawBorder":true,"barColorsOnPrevClose":false,"drawBody":true,"borderColor":"#378658","upColor":"#089981","wickColor":"#737375","wickUpColor":"#089981","wickDownColor":"#F23645","downColor":"#F23645","borderUpColor":"#089981","borderDownColor":"#F23645"},"volCandlesStyle":{"drawWick":true,"drawBorder":true,"barColorsOnPrevClose":false,"drawBody":true,"borderColor":"#378658","upColor":"#089981","wickColor":"#737375","wickUpColor":"#089981","wickDownColor":"#F23645","downColor":"#F23645","borderUpColor":"#089981","borderDownColor":"#F23645"},"hollowCandleStyle":{"drawWick":true,"drawBorder":true,"drawBody":true,"upColor":"#089981","downColor":"#F23645","borderColor":"#378658","borderUpColor":"#089981","borderDownColor":"#F23645","wickColor":"#737375","wickUpColor":"#089981","wickDownColor":"#F23645"},"haStyle":{"drawWick":true,"drawBorder":true,"showRealLastPrice":false,"barColorsOnPrevClose":false,"inputs":{},"inputInfo":{},"drawBody":true,"borderColor":"#378658","upColor":"#089981","wickColor":"#737375","wickUpColor":"#089981","wickDownColor":"#F23645","downColor":"#F23645","borderUpColor":"#089981","borderDownColor":"#F23645"},"barStyle":{"barColorsOnPrevClose":false,"dontDrawOpen":false,"thinBars":true,"downColor":"#F23645","upColor":"#089981"},"hiloStyle":{"showBorders":true,"showLabels":true,"drawBody":true,"color":"#2962FF","borderColor":"#2962FF","labelColor":"#2962FF"},"columnStyle":{"barColorsOnPrevClose":true,"priceSource":"close","baselinePosition":"bottom","upColor":"rgba(8, 153, 129, 0.5)","downColor":"rgba(242, 54, 69, 0.5)"},"lineStyle":{"linestyle":0,"linewidth":2,"priceSource":"close","colorType":"solid","color":"#2962FF","gradientStartColor":"#D500F9","gradientEndColor":"#00BCE5"},"tpoStyle":{"linestyle":0,"linewidth":2,"priceSource":"close","styles":{"splitByBlocks":false,"splitByBlocksMode":0},"tpo":{"showBlocks":true,"showLetters":true,"nonVaOpacity":30,"colors":{"gradientColors":["#e91e63","#00c853","
deltaMomentumVERSION = 1.4
2 MA where the average is taken of the high and low of the aformentioned MAs and a 144 period average is applied to this average. The MA average bouncing above or below the GAP indicates accumulation and once it (green line) crosses you will often see a release of stored momentum in the form of relatively large price movement.
Daily Trading Barometer (DTB) with DJIA OverlayThe "Daily Trading Barometer (DTB) with DJIA Overlay" is a custom technical indicator designed to identify intermediate-term overbought and oversold conditions in the stock market, inspired by Edson Gould's original DTB methodology. This indicator combines three key components:
A 7-day advance-decline oscillator, a 20-day volume oscillator, and a 28-day DJIA price ratio, normalized into a composite index scaled around 110–135. Values below 110 signal potential oversold conditions, while values above 135 indicate overbought territory, aiding in timing market reversals.
The overlay of a normalized DJIA plot allows for visual correlation with the broader market trend. Use this tool to anticipate turning points in oscillating markets, though it’s best combined with other indicators for confirmation. Ideal for traders seeking probabilistic insights into bear or bull market transitions.
How to use -
If the DTB line (blue) and normalized DJIA (orange) are under the green dashed line, high probability for a long and reversal.
Use with the symbol SPX/QQQ
Dow Jones Industrial Average - DJIA
Check OAS of EMAsThis script checks the Optimal Alignment and Slope of the EMA's and prints a label if it finds one.
🔍 1. Optimal Alignment
This refers to the order of EMAs on the chart, which should reflect the trend.
In an uptrend, the alignment might be:
10 EMA above 20 EMA above 50 EMA
In a downtrend:
10 EMA below 20 EMA below 50 EMA
This "stacked" alignment confirms trend strength and direction.
📈 2. Slope
The angle or slope of the EMAs shows momentum.
A steep upward slope = strong bullish momentum.
A steep downward slope = strong bearish momentum.
Flat or sideways slope = weak or no trend (ranging market).
Relative Strength Index (RSI)Key Components in the Script:
rsiLength: The number of periods used in the RSI calculation (default is 14).
rsiSource: The price source (typically close) used for calculations.
ta.rsi(...): TradingView’s built-in RSI function.
plot(...): Draws the RSI line on the chart.
hline(...): Horizontal lines at 70 (overbought), 30 (oversold), and 50 (neutral).
DR Key Levels - افتتاح سنوي وربع سنوي فقط Key Levels - Yearly and Quarterly Open Only
This custom script for TradingView provides an effective way to display the yearly and quarterly open levels on your chart. With this script, you can track key opening levels that represent the start of the year and quarterly periods in a clear and visible manner.
Features:
Yearly and Quarterly Open Levels: The script offers an option to display the yearly (annual) and quarterly open levels on your chart, providing insight into key market levels.
Full Customization: Users can choose preferred line colors for the open levels, as well as customize the line width and style (Solid, Dashed, or Dotted).
Line Extension: The lines extend to the right for a set number of bars (default 30 bars), making it easier to follow these levels over time.
Custom Labels: Labels appear next to the lines to display the open levels, such as "Yearly Open" or "Quarterly Open," along with the associated price.
Usage:
Activate Settings: You can choose to activate or deactivate the display of the yearly or quarterly open levels through the script’s settings.
Customize Colors: Change the line colors to match your personal preferences, and set the desired line width and style.
View Information on the Chart: Once activated, the script will display the yearly and quarterly open levels along with the dates associated with them on the chart.
Applications:
This script helps traders track significant opening levels, which can have a major influence on market movements throughout the year or the quarter.
It is particularly useful for trading strategies that rely on technical analysis and the behavior of the market during specific time periods.
Note: This script works on the "Yearly" (12-month) and "Quarterly" (3-month) timeframes, displaying the levels at corresponding dates.
Greer Revenue Yield📊 Greer Revenue Yield – RPS%
Author: Sean Lee Greer
Date Published: June 23, 2025
🔍 Overview
The Greer Revenue Yield indicator evaluates a stock's Revenue Per Share Yield (RPS%), giving investors a unique lens into how much top-line revenue a company produces per share relative to its stock price. This can help identify under- or over-valued conditions based on fundamental efficiency.
Revenue per Share = Total Revenue ÷ Shares Outstanding
Revenue Yield (%) = Revenue per Share ÷ Stock Price × 100
A simple yet powerful valuation metric, dynamically visualized with smart coloring:
🟢 Green = Yield is above average (potential value opportunity)
🔴 Red = Yield is below average (potentially overvalued)
🧠 Use Case
Use this tool to assess whether a company’s price justifies its revenue output on a per-share basis. Especially useful in combination with other indicators in the Greer Financial Toolkit:
📘 Greer Value – Tracks year-over-year growth consistency across 6 key financial metrics
📊 Greer Value Yields Dashboard – Visualizes multiple valuation-based yields
🟢 Greer BuyZone – Identifies long-term technical entry points based on trend cycles and valuation zones
⚠️ Disclaimer
This script is for educational purposes only and should not be considered financial advice. Always conduct your own research or consult a financial advisor before making investment decisions.
Niveaux Dealers + Previous M W D📊 TradingView Script – Dealers Levels & Previous D/W/M
🔹 General Purpose:
This advanced script provides a clear view of key market levels used by professional traders for scalping, day trading, and technical analysis. It combines manual levels (Dealer) set by the user with automated levels based on the previous day, week, and month’s highs and lows.
⸻
🧩 1. Dealers Levels Module (Manual)
✅ Features:
• Displays 28 customizable levels, grouped into 4 categories:
• Maxima: Buyer Control, Max Day, Max Event, Max Extreme
• Minima: Seller Control, Min Day, Min Event, Min Extreme
• Call Resistance: 10 user-defined levels
• Pull Support: 10 user-defined levels
🎨 Customization:
• Each level’s value is manually entered
• Line color, style, and thickness can be customized
• Display includes transparent labels with a clean design
🔧 Options:
• Line extension configurable:
• To the left: from 1 to 499 bars
• To the right: from 1 to 100 bars
• Label display can be toggled on/off
⸻
🧩 2. Previous Daily / Weekly / Monthly Levels Module (Automatic)
✅ Features:
• Automatically detects and plots:
• Previous Daily High / Low
• Previous Weekly High / Low
• Previous Monthly High / Low
🎯 Technical Details:
• Accurate calculation based on closed periods
• Dynamically extended lines (past and future projection)
• Labels aligned with the right-hand extension of each line
🎨 Customization:
• Each level has configurable color, line style, and thickness
• Labels use rectangle style with transparent background
⸻
⚙ Global Script Settings:
• Toggle display of labels (✔/❌)
• Configurable left extension (1–499) and right extension (1–100)
• Settings panel organized into groups for clarity and ease of use
⸻
💡 Usefulness:
This script provides traders with a precise map of price reaction zones, combining fixed institutional zones (Dealer levels) with dynamic historical levels (D/W/M). It’s ideal for intraday strategies on indices (e.g., Nasdaq), crypto, or forex markets.
ICT Algorithmic Macro Tracker° (Open-Source) by toodegreesthis gives the 30 min time macros by ict. the ict macros is defined from x:10-x:50 . (x stands for hour). But here I have modified it to x:45-x:15. This is based on my observation and made the changes. I have increased the time length from 20 mins to 30 mins
Swing S/R Entry Indicator (5m)Overview: This is a swing trading Indictor works using support & resistance and market trend, it is designed for all type of markets (crypto, forex, stock etc.) and works on all commonly used timeframes (preferably on 1H, 4H Candles).
How it works:
Core logic behind this indicator is to finding the Support and Resistance, we find the Lower High (LH) and Higher Low (HL) to find the from where the price reversed(bounced back) and also we use a custom logic for figuring out the peak price in the last few candles (based on the input "Strength" ). Based on the multiple previous Support and Resistance (HH, HL, LL LH) we calculate a price level, this price level is used a major a factor for entering the trade. Once we have the price level we check if the current price crosses that price level, if it crossed then we consider that as a long/short entry (based on whether it crosses resistance or support line that we calculated). Once we have pre long/short signals we further filter it based on the market trend to prevent too early/late signals, this trend is calculated based on the value from the input field "Factor". Along with this if we don't see a clear trend we do the filtering by checking how many support or resistance level the price has bounced off.
Stop Loss and Take Profit: We have also added printing SL and TP levels on the chart to make the it easier for everyone to find the SL/TP values. Script calculates the SL value by checking the previous support level for LONG trade and previous resistance level for SHORT trades. Take profit are calculated in 1:1 ratio as of now. can you amek a same indicator for 5 mins chart
On Balance Volume Momentum + Relative StrengthA combination of "On Balance Volume (OBV)", "Volume Oscillator" and Relative Strength indicators.
"OBV Momentum" is a trend momentum indicator, that can be used to identify strong trends and also trend changes based on volume.
High positive values indicate strong volume on the buy side, high negative values indicate strong volume on the sell side.
An increasing OBV momentum indicates a strengthening buy trend or a weakening sell trend,
decvreasing OBV Momentum indicates a strenghening sell trend or weakening buy trend.
OBV Momentum is calculated by comparing a short vs. a long moving average and plotting the difference in volume.
OBV Momentum metric is absolute volume.
The OBV Momentum values are normalized in the interval.
SMA Strategy with Re-Entry Signal (v6 Style)*SMA Trend Strategy with Re-Entry Signal (v6 Edition)*
This indicator is based on a classic moving average trend-following system, enhanced with re-entry signals designed for medium to short-term traders.
---
### 📈 Key Features:
1. *Trend Detection Logic:*
- The 30-period SMA (SMA30) is used as the trend filter.
- When the closing price is above the SMA30, the market is considered to be in an uptrend.
2. *Re-Entry Signal:*
- While in an uptrend, if the closing price crosses above the SMA20, a re-entry (add position) signal is triggered.
- These signals are shown with green upward arrows below the bars.
3. *Background Highlighting:*
- Green background: indicates an uptrend.
- Red background: indicates a break below SMA30, suggesting weakening momentum.
4. *Multi-SMA Visualization:*
- Five SMAs are displayed: SMA10, SMA20, SMA30, SMA60, and SMA250.
- This helps visualize both short-term and long-term trend structures.
---
### 🔍 Usage Tips:
- Use this script directly on your main chart to monitor trend direction and wait for re-entry signals during pullbacks.
- Combine with other tools like volume, price action, or candlestick patterns to confirm entries.
---
### ⚠️ Disclaimer:
- This indicator is for educational and informational purposes only. It does not constitute financial advice or a buy/sell signal.
- Avoid relying solely on this script for trading decisions. Always manage your own risk.
---
👨💻 *Developer’s Note:*
This script is 100% manually developed, not copied or auto-generated. It is an original implementation based on my personal trading logic. Suggestions and feedback are welcome!
إستراتيجيةالشمعة الإفتتاحيةتطوير لمؤشر الشمعة الافتتاحية اضيفت له اضافات منها تمييز الاهداف التي حسبت بناء على طول شمعة الافتتاح كما اضيفت المستويات عند الشراء هبوطا كما ميزت شمعة الافتتاح بلون مميز ممكن تغييره عن طريق الاعدادت واضيفت اشارات اخرى
The opening candle indicator has been developed, with additions including the ability to distinguish targets calculated based on the length of the opening candle. Levels have also been added when buying on the downside. The opening candle has also been distinguished with a distinct color that can be changed through the settings, and other signals have been added.
SunAlgo Wealth Builder | SMA20 + RSI20Created by SunAlgo
This indicator is a swing trading strategy designed to help long-term investors and position traders grow wealth steadily by riding strong stock trends. It combines trend-following logic (SMA20) with a momentum confirmation filter (RSI20) to identify high-probability bullish entries and secure exits.
✅ Strategy Logic (Weekly Chart):
Entry Conditions:
Price crosses above the 20-week Simple Moving Average (SMA20) from below.
Then, RSI(20) crosses above 60, confirming bullish momentum.
A Buy signal is generated at the open of the candle where RSI > 60.
Exit Condition:
A Sell signal is triggered when the price closes below SMA20.
📈 Features:
Buy/Sell signals marked directly on the chart.
Labels display entry and exit prices, along with profit per share and % return.
Built specifically for weekly stock charts to avoid market noise and favor strong trends.
Plots the SMA20 for trend guidance and clarity.
💼 Ideal Use Case:
For stocks showing trend re-acceleration after pullbacks.
Works best on high-volume, fundamentally strong equities.
Suitable for long-term capital growth portfolios.
⚠️ Note:
This indicator is for educational and research purposes only. Always use proper risk management and trade with your own discretion.
🔗 Part of the growing SunAlgo Strategy Series — precision tools for disciplined wealth-building.
ATR FX DashboardATR FX Dashboard – Multi-Timeframe Volatility Monitor
Overview:
The ATR FX Dashboard provides a quick, at-a-glance view of market volatility across multiple timeframes for any forex pair. It uses the well-known Average True Range (ATR) indicator to display real-time volatility information in both pips and percentage terms, helping traders assess potential risk, position sizing, and market conditions.
How It Works:
This dashboard displays:
✔ ATR in Pips — The average price movement over a given timeframe, converted to pips for easy interpretation, automatically adjusting for JPY pairs.
✔ ATR as a Percentage of Price — Shows how significant the ATR is relative to the current price. Higher percentages often signal higher volatility or more active markets.
✔ Color-Coded Volatility Highlights — On the daily timeframe, ATR % cells are color-coded:
Green: High volatility
Orange: Moderate volatility
Red: Low volatility
Timeframes Displayed:
15 Minutes
1 Hour
4 Hour
Daily
This gives traders a clear, multi-timeframe view of short-term and broader market volatility conditions, directly on the chart.
Ideal For:
✅ Forex traders seeking quick, reliable volatility reference points
✅ Day traders and swing traders needing help with risk assessment and position sizing
✅ Anyone using ATR-based strategies or simply wanting to stay aware of changing market conditions
Additional Features:
Toggle option to display or hide ATR % relative to price
Automatic pip conversion for JPY pairs
Simple, clean table layout in the bottom-right corner of the chart
Supports all forex symbols
Disclaimer:
This tool is for informational purposes only and is not financial advice. As with all technical indicators, it should be used in conjunction with other tools and proper risk management.
Мой скрипт//@version=5
indicator("VIRTUAL Short Entry Alert", overlay=true)
// Объём и среднее по объёму
vol = volume
vol_ma = ta.sma(vol, 20)
// Свечной паттерн: медвежье поглощение
bearish_engulfing = close > open and open > close and close < open and open >= close
// Условие: объём выше среднего
high_volume = vol > vol_ma
// Условие: цена в зоне входа
in_zone = close >= 1.40 and close <= 1.43
// Все условия совпали
short_signal = bearish_engulfing and high_volume and in_zone
// Метка на графике
plotshape(short_signal, location=location.abovebar, style=shape.labeldown, color=color.red, size=size.small, text="SHORT")
// Алерт
alertcondition(short_signal, title="Short Signal", message="VIRTUAL: Сигнал на шорт — свеча поглощение + объём + зона 1.40–1.43")
Market PulseThe script is about getting all TF's dominant side and create a precise voting logic. GAME ON!
Bullish/Bearish Close AlertThis will help you alert when a candle close bullish or bearish no matter what