Мой скрипт//@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")
Penunjuk dan strategi
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.
Gold Mini Strategy: EMA | RSI | MACD | VWAP | BB | PAGood Script to view all the important indicator into one
Tao of Trading Moving AveragesFrom the Tao Of Trading by Simon Ree
He uses a rainbow of colors because his kids like it, so this fills them in a very visually appealing wave like rainbow using Ree's Moving Averages:
8 EMA
21 EMA
34 EMA
50 SMA
100 SMA
200 SMA
Volume Spike DetectorAn indicator that detects volume spikes. The indicator highlights bars where volume exceeds the recent average by a certain percentage. It compares current volume to a moving average of volume and colors the bar differently when it exceeds my set threshold
Greer Value Yields Dashboard🧾 Greer Value Yields Dashboard – v1.0
Author: Sean Lee Greer
Release Date: June 22, 2025
🧠 Overview
The Greer Value Yields Dashboard visualizes and evaluates four powerful valuation metrics for any publicly traded company:
📘 Earnings per Share Yield
💵 Free Cash Flow Yield
💰 Revenue Yield
🏦 Book Value Yield
Each yield is measured as a percentage of current stock price and compared against its historical average. The script assigns 1 point per metric when the current yield exceeds its long-term average. The total score (0 to 4) is displayed as a color-coded column chart, helping long-term investors quickly assess fundamental valuation strength.
✅ Key Features
📊 Real-time calculation of 4 yield-based valuation metrics
⚖ Historical average tracking for each yield
🎯 Visual scoring system:
🟥 0–1 = Weak
🟨 2 = Neutral
🟩 4 = Strong (all metrics above average)
🎛️ Toggle visibility of each yield independently
🧮 Fully compatible with other Greer Financial Toolkit indicators
🛠 Ideal For
Long-term value investors
Dividend and cash-flow-focused investors
Analysts seeking clean yield visualizations
Greer Toolkit users combining with Greer Value and BuyZone
Sins_RSI_7-14Sinsuci.
Relative Strength Index (RSI) is a popular momentum oscillator used in technical analysis to measure the speed and change of price movements. Developed by J. Welles Wilder, RSI oscillates between zero and 100 and is typically used to identify overbought or oversold conditions in a market. An RSI value above 70 is generally considered overbought, suggesting that the asset may be due for a pullback or correction, while an RSI value below 30 is seen as oversold, indicating a potential buying opportunity. Traders often use RSI in conjunction with other technical indicators to make more informed trading decisions. Additionally, RSI can help identify potential trend reversals, divergence, and confirmation of price movements, making it a versatile tool in a trader's arsenal.
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.
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
MTF Pivot Zones
## 📘 **User Guide: MTF Pivot Zones**
**Script Name:** MTF Pivot Zones
Multi Time Frame Pivot
---
### 🧭 Overview
**MTF Pivot Zones** is a multi-timeframe analysis tool that detects and merges swing highs and lows across four key timeframes:
**Weekly, Daily, 4H, and 1H**.
It plots clear **Support** and **Resistance** zones on the chart based on pivot point clustering. Zones are displayed as dashed lines, color-coded by type.
---
### ⚙️ Settings
| Input Name | Description |
| ---------------------- | --------------------------------------------------------------------- |
| `Lookback Bars Per TF` | Number of bars to scan for pivot highs/lows per timeframe |
| `Pivot Left Bars` | Number of bars to the left required to confirm a pivot |
| `Pivot Right Bars` | Number of bars to the right required to confirm a pivot |
| `Merge Tolerance ($)` | Distance threshold in dollars to merge nearby pivot levels into zones |
| `Show TF Labels` | Toggle the text label next to each zone (e.g., “Res Zone”) |
---
### 🛠️ How It Works
1. **Pivot Detection**
The script scans each timeframe using `ta.pivothigh()` and `ta.pivotlow()`.
2. **Zone Merging**
Pivot levels within the specified `Merge Tolerance` are averaged and treated as a single zone.
3. **Zone Plotting**
* **Red dashed lines** = Resistance Zones
* **Green dashed lines** = Support Zones
* Optional labels show zone type if `Show TF Labels` is enabled
---
### 📈 Usage Tips
* Use zones to guide entries, exits, and stop-loss placement.
* Combine with trend tools or candlestick confirmation near zones.
* Adjust merge tolerance to match instrument volatility and timeframe.
---
Let me know if you want this formatted for **TradingView publishing**, or included in a `study()` title block comment.
Ema-Wma-RsiRSI x EMA x WMA Crossover Signals — Clean Entry Points
This indicator combines RSI with EMA and WMA to generate Buy/Sell signals. A Buy signal appears when RSI crosses above both EMA and WMA after being below them. A Sell signal occurs when RSI crosses below both EMA and WMA after being above them. It helps filter out noise and confirm momentum.
+ Visual triangle markers for clarity
+ No repainting
+ Great for confirmation and trend filtering
Volume Footprint Lite (AutoPos + Color)Volume Footprint Lite is a trading tool that shows how much buying and selling happened at each price level within a single candlestick. It helps traders see:
• Where buyers or sellers were more active
• If a breakout is real or fake
• Whether big players are entering or exiting positions
• Key support or resistance levels based on volume clusters
It provides more detailed information than normal volume bars and is useful for order flow analysis and precise entry/exit decisions.
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.
Buy Signal Above 1/3 Candle1 hr candle buy on engulfing candle, basically sends buy signals if 1hr candle closes above 1/3 of its size
HTF EMA Ribbon – Clean & Accurate🔹 HTF EMA Ribbon – Clean & Accurate
Deze indicator toont een complete EMA Ribbon van een hoger tijdframe (HTF) op elke chart die jij kiest.
📈 Handig voor traders die multi-timeframe setups gebruiken — bijvoorbeeld entries op 1H of 4H gebaseerd op de trend van de Daily chart.
---
🔧 Functionaliteit:
- Kies zelf het hogere tijdframe (1H, 4H, 1D, 1W)
- Toont 8 Exponentiële Moving Averages (EMAs) in kleur
- Geen interpolatie of vervorming: alle EMAs worden écht berekend op het hogere timeframe
---
🧠 Toepassing:
- Gebruik deze ribbon om de grotere trend te volgen
- Zoek pullbacks binnen bullish ribbons voor entries
- Combineer met RSI, orderblocks of patroonanalyse voor krachtige confluence
---
👤 Gemaakt door:
📄 Gebaseerd op eigen verbeteringen van publiek beschikbare scripts (volledig herschreven in Pine v6).
Auto-Pivot Levels [ChartWhizzperer]Unlock true chart clarity and confidence with this elegant, professional-grade Pivot Level indicator.
Automatically plots precise daily, weekly, or monthly pivot levels for any instrument, fully compliant with institutional standards and presented in a visually premium style.
🚀 Features
Automatic Calculation of Classic, Fibonacci, Woodie & Camarilla Pivot Levels
Daily / Weekly / Monthly Session Modes
Crystal Clear Visuals: Distinct lines & easy-to-read labels, colour-coded for instant recognition
No Overlap, No Clutter: Labels are smartly positioned – you always see the key S/R at a glance
One-Click Customisation: Instantly toggle individual pivots (P, R1–R3, S1–S3) on or off
Works on Any Asset & Chart Type: Equities, indices, forex, crypto, range charts, you name it
Zero Repainting – 100% Real-Time
Ready for TradingView Alerts: All levels come with built-in alert conditions
🧑💻 How to Use
Add to Your Chart
Select your preferred Session Type and Pivot Method in the settings
Toggle which levels to display for your style
Optionally, set alerts for price crossing/approaching any level
Trade with enhanced situational awareness – let the pivots guide your entries, stops & targets
⚡️ Pro Tip
Combine these pivots with a trend indicator (Supertrend, EMA cloud, VWAP etc.) for maximum confluence. The style is 100 % compatible with dark and light themes.
7AM + 12AM ET MarkersShows 12AM and 7AM EST Markers on your chart. You are able to change colors of the 7AM marker and line style type. Great to see when the next day starts and when the market opens!
5 MAsTitle: 5 MAs — Key Moving Averages + 2h Trend Filter
Description:
This indicator plots five essential moving averages used for identifying market structure, momentum shifts, and trend confirmation across multiple timeframes. It’s designed for traders who blend intraday price action with higher-timeframe context.
Included Averages:
200 SMA (red): Long-term trend direction and dynamic support/resistance.
50 SMA (blue): Medium-term trend guide, often used for pullbacks or structure shifts.
21 EMA (purple): Shorter-term momentum guide — commonly used in trending strategies.
10 EMA (green): Fast momentum line for scalping, intraday setups, or crossover signals.
2h 20 EMA (orange): Higher-timeframe trend filter pulled from the 2-hour chart — adds confluence when trading lower timeframes (e.g., 5m, 15m).
How to Use:
Use the alignment of these MAs to confirm market bias (e.g., all pointing up = strong bullish structure).
Watch for crossovers, price interaction, or dynamic support/resistance at key levels.
The 2h 20 EMA adds a higher timeframe filter to avoid counter-trend trades and spot reversals early.
Best Used For:
Scalping, intraday trading, swing entries, or trend-following systems.
Bullish/Bearish Close AlertThis will help you alert when a candle close bullish or bearish no matter what
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.