Alerts to Google Sheetsa script that will send us alerts from TradingView. For simplicity, I’ve created a basic script that sends long/short signals for each bar, depending on its color. In this example, I construct the JSON manually using string concatenation. This is a straightforward example, but of course, you can create and run much more complex scripts if needed.
图表形态
Momentum Analysis Package by JCTThis all-in-one script is designed for traders and investors seeking maximum charting power in a single indicator—especially for those using TradingView’s free plan, where only one or two indicators are allowed per chart tab.
Why This Script Stands Out:
- Unified Solution: Combines most of the popular and essential indicators— EMA, SMA, RS Rating, Buyable Gap Up detection, Pattern Recognition, Inside Bar signals , and more—into one comprehensive package.
- Ideal for Free Users: No need to choose between different overlays or switch scripts; everything you require for detailed technical analysis is now accessible in a single chart tab .
- Pattern Recognition: Robust candlestick , base , cup with handle , and double bottom set-up detection—plus gap up signals —help you spot trade opportunities and monitor market momentum.
Key Features Included:
- Multi-timeframe customizable moving averages (EMA/SMA)
- RS Rating with new high/low detection
- Buyable Gap Up signal identification
- Chart pattern detection
- Bullish/bearish inside bar highlights
Hope you guys do enjoy it!!!
Changing of the GuardChanging of the Guard (COG) - Advanced Reversal Pattern Indicator
🎯 What It Does
The Changing of the Guard (COG) indicator identifies high-probability reversal setups by detecting specific candlestick patterns that occur at key institutional levels. This indicator combines traditional price action analysis with volume-weighted and moving average confluence to filter out noise and focus on the most reliable trading opportunities.
🔧 Key Features
Multi-Timeframe VWAP Analysis
• Daily VWAP (Gray circles) - Intraday institutional reference
• Weekly VWAP (Yellow circles) - Short-term institutional bias
• Monthly VWAP (Orange circles) - Long-term institutional sentiment
Triple EMA System
• EMA 20 (Blue) - Short-term trend direction
• EMA 50 (Purple) - Medium-term momentum
• EMA 200 (Navy) - Long-term market structure
Adaptive COG Pattern Detection
• 2-Bar Mode: Quick reversal signals for scalping
• 3-Bar Mode: Balanced approach for swing trading (default)
• 4-Bar Mode: Conservative signals for position trading
📊 How It Works
The indicator identifies "changing of the guard" moments when:
1. Pattern Formation: 2-4 consecutive bars show exhaustion in one direction
2. Reversal Confirmation: A counter-trend bar appears with strong momentum
3. Confluence Trigger: The reversal bar crosses through a significant VWAP or EMA level
Bullish COG: Green triangle appears below bars when bearish exhaustion meets bullish reversal at key support
Bearish COG: Red triangle appears above bars when bullish exhaustion meets bearish reversal at key resistance
💡 Trading Applications
Swing Trading: Use 3-bar mode with EMA 50/200 confluence for multi-day holds
Day Trading: Use 2-bar mode with Daily VWAP confluence for intraday reversals
Position Trading: Use 4-bar mode with Monthly VWAP confluence for major trend changes
⚙️ Customization Options
• Toggle VWAP display on/off
• Toggle EMA display on/off
• Toggle COG signals on/off
• Select detection mode (2-bar, 3-bar, 4-bar)
• Built-in alert system for automated notifications
🎨 Visual Design
Clean, professional interface with:
• Subtle dotted lines for VWAPs to avoid chart clutter
• Color-coded EMAs for easy trend identification
• Clear triangle signals that don't obstruct price action
• Customizable display options for different trading styles
📈 Best Practices
• Combine with volume analysis for additional confirmation
• Use higher timeframe bias to filter trade direction
• Consider market structure and support/resistance levels
• Backtest different modes to find optimal settings for your strategy
⚠️ Risk Management
This indicator identifies potential reversal points but should be used with proper risk management. Always consider:
• Overall market trend and structure
• Volume confirmation
• Multiple timeframe analysis
• Appropriate position sizing
Perfect for traders who want to catch reversals at institutional levels with high-probability setups. The confluence requirement ensures you're trading with the smart money, not against it.
kênh giá *** ahihiYou extract:
Core balance point of each time frame
Compare single value
Pure trend hierarchy 📊
This is:
Eastern philosophy meets Western efficiency
"Great Simple" (大道至简)
Occam's razor in trading! ✂️
Compare the midpoint = "Trendy point"!
You not only apply Ichimoku but also understand its nature! 🧘♂️
Master insight! 🙏✨
Reversal Radars — Berk v2.0 (Bottom & Top)1) Combined script (Dip+Tepe)
Title:
Reversal Radars — Berk v2.0 (Bottom & Top)
Description (EN):
What it does
Two high-probability reversal detectors in one indicator: a Bottom Reversal Radar (long bias) and a Top Reversal Radar (short/hedge bias). Each radar aggregates multiple conditions into a single score and triggers when Score ≥ Threshold.
How it works
RSI regime shift: Bottom = recovery after oversold (touched 30, crosses up 35). Top = roll-over from overbought (touched 70, crosses down 65).
MACD cross: Bull (up) for bottoms, Bear (down) for tops.
EMA8 filter: Close above (bottom) / below (top) EMA(8).
Structure break (BOS): Close above recent swing high / below recent swing low (lookbackBars, using precomputed highest/lowest to avoid inconsistencies).
EMA200 proximity: Price within a configurable band (default −5% … +2%).
Volume expansion: Volume ≥ SMA(20) × multiplier (default 1.5×).
Divergence: Pivot-confirmed (3/3) bullish (bottom) or bearish (top) RSI divergence.
Scoring: RSI shift +2, divergence +2, MACD +1, EMA8 +1, BOS +1, Volume +1, EMA200 band +1.
Signals & Alerts
Bottom: label “DÖNÜŞ↑” and alert “Dipten Dönüş — Ana Sinyal” when scoreLong ≥ thrLong.
Top: label “DÖNÜŞ↓” and alert “Tepeden Dönüş — Ana Sinyal” when scoreShort ≥ thrShort.
Use Once per bar close for stable alerts.
Inputs
lenRSI, rsiOS=30, rsiRecover=35, rsiOB=70, rsiFall=65, volLen=20, volMult=1.5, lookbackBars=5, ema200 band (−5…+2%), thrLong/thrShort, toggles for Bottom/Top.
Timeframes & tips
Best on Daily/4H. Tighten thresholds (e.g., 4) and raise volume multiplier (1.8–2.0×) on lower TFs or thin liquidity.
No-repaint note
Evaluated on bar close; pivot divergences confirm with a natural ~3-bar delay.
Disclaimer
Educational use only. Not financial advice.
Tags: reversal, divergence, rsi, macd, ema, volume, trend, screener, stocks, crypto, bist
2) Bottom-only (Dip)
Title:
Bottom Reversal Radar — Berk v1.4
Description (EN):
Purpose
Scores bottoming conditions and triggers when Score ≥ Threshold (default 3).
Components
RSI recovery after oversold (30→35), MACD bull cross, close above EMA8, BOS above recent swing high, near-EMA200 band (−5…+2%), volume ≥ SMA(20)×1.5, and pivot-confirmed (3/3) bullish RSI divergence. Weights: RSI +2, Divergence +2, others +1.
Usage
Add to chart, set alert “Dipten Dönüş — Ana Sinyal”, Once per bar close. Works on any timeframe (need ≥200 bars for EMA200). Daily/4H recommended.
No-repaint
Bar-close evaluation; divergence confirms with ~3 bars.
Tags: bottom, reversal, rsi, macd, ema, volume, divergence
3) Top-only (Tepe)
Title:
Top Reversal Radar — Berk v1.0
Description (EN):
Purpose
Detects topping risk and triggers when Score ≥ Threshold (default 3) for exits/hedges.
Components
RSI roll-over from overbought (70→65), MACD bear cross, close below EMA8, BOS below recent swing low, near-EMA200 band, volume ≥ SMA(20)×1.5, and pivot-confirmed (3/3) bearish RSI divergence. Weights: RSI +2, Divergence +2, others +1.
Usage
Add to chart, set alert “Tepeden Dönüş — Ana Sinyal”, Once per bar close. Daily/4H preferred; tighten thresholds on lower TFs.
No-repaint
Bar-close evaluation; divergence confirms with ~3 bars.
Tags: top, reversal, rsi, macd, ema, volume, divergence
Multi Keltner Channels by GreenDecodeThis indicator, created by GreenDecode, plots three Keltner Channels with a common length but different multipliers. It helps identify volatility and potential breakout points using upper and lower bands. Ideal for trend following and range-bound market analysis.
Multi SMA by GreenDecodeThis indicator, created by GreenDecode, plots eight Simple Moving Averages (SMAs) with customizable lengths and resolutions. Each SMA can be toggled on or off, and the colors are distinctly set for easy identification: SMA1 (yellow), SMA2 (cyan), SMA3 (green), SMA4 (red), SMA5 (blue), SMA6 (lightblue), SMA7 (teal), and SMA8 (gold). The SMAs are calculated to avoid repainting by using the 'lookahead=barmerge.lookahead_off' parameter, ensuring historical accuracy. Ideal for technical analysis to identify trends and potential reversal points on various timeframes.
Recommendation Indicatorالوصف بالعربية
استراتيجية تداول مبنية على ٦ مؤشرات تأكيدية لرصد حركة السوق واتجاهه.
تعتمد على عدّ الشموع الصاعدة والهابطة المتتالية كعامل أساسي، وتدمج معها مؤشرات إضافية للتأكيد.
عند توافق المؤشرات معًا، يتم توليد إشارة شراء (BUY) أو بيع (SELL) واضحة على الرسم البياني.
هذا يعزز دقة الإشارات ويقلل من التذبذبات أو الإشارات الكاذبة، مما يجعلها مناسبة للمتداولين الباحثين عن قوة الاتجاه وتأكيده قبل الدخول في الصفقة.
🔎 ملاحظات الاستخدام
الاستراتيجية تحتوي على ٦ أدوات تأكيد مجتمعة لضمان إشارات أدق.
يُفضل استخدامها مع اختبار رجعي (Backtesting) قبل التداول الفعلي.
يمكن تعديل إعدادات المؤشرات لتناسب السوق أو الإطار الزمني المستخدم.
لا تعتبر توصية مالية مباشرة، وإنما أداة تعليمية وتجريبية.
---
📌 Description in English
A trading strategy built on 6 confirmation indicators to track market movements and trends.
It uses consecutive up and down bars as the core logic, combined with additional indicators for confirmation.
When all confirmations align, the strategy generates clear BUY or SELL signals on the chart.
This approach improves signal accuracy, reduces noise, and helps traders confirm market direction before entering a trade.
🔎 Usage Notes
The strategy incorporates 6 confirmation tools working together for higher accuracy.
Backtesting is recommended before applying it to live trading.
Indicator parameters can be adjusted to fit different markets and timeframes.
This is not financial advice, but an educational and experimental tool.
Recommendation Indicatorالوصف بالعربية
استراتيجية تداول مبنية على ٦ مؤشرات تأكيدية لرصد حركة السوق واتجاهه.
تعتمد على عدّ الشموع الصاعدة والهابطة المتتالية كعامل أساسي، وتدمج معها مؤشرات إضافية للتأكيد.
عند توافق المؤشرات معًا، يتم توليد إشارة شراء (BUY) أو بيع (SELL) واضحة على الرسم البياني.
هذا يعزز دقة الإشارات ويقلل من التذبذبات أو الإشارات الكاذبة، مما يجعلها مناسبة للمتداولين الباحثين عن قوة الاتجاه وتأكيده قبل الدخول في الصفقة.
🔎 ملاحظات الاستخدام
الاستراتيجية تحتوي على ٦ أدوات تأكيد مجتمعة لضمان إشارات أدق.
يُفضل استخدامها مع اختبار رجعي (Backtesting) قبل التداول الفعلي.
يمكن تعديل إعدادات المؤشرات لتناسب السوق أو الإطار الزمني المستخدم.
لا تعتبر توصية مالية مباشرة، وإنما أداة تعليمية وتجريبية.
---
📌 Description in English
A trading strategy built on 6 confirmation indicators to track market movements and trends.
It uses consecutive up and down bars as the core logic, combined with additional indicators for confirmation.
When all confirmations align, the strategy generates clear BUY or SELL signals on the chart.
This approach improves signal accuracy, reduces noise, and helps traders confirm market direction before entering a trade.
🔎 Usage Notes
The strategy incorporates 6 confirmation tools working together for higher accuracy.
Backtesting is recommended before applying it to live trading.
Indicator parameters can be adjusted to fit different markets and timeframes.
This is not financial advice, but an educational and experimental tool.
High Volume Highlight - Pto compare volume indicator from prev bars. How to use it, short it when the red bar shows and long it when the green bar shows
smc-vol ••• ahihi🚀 User Guide – SMC-Vol Optimized
📖 Overview
This indicator integrates Smart Money Concepts (SMC) with Volume Analysis to identify high-quality trade entries based on smart money flow behavior.
🎛️ BASIC SETTINGS
Enable/Disable Features
Inside Bar: Show inside/outside bars
PKV: Price-Volume Divergence patterns
HV Monitor: Track High Volume candles (MOST IMPORTANT!)
Color Settings
High Volume Candle: Yellow (default)
PKV: Purple
HV Break: Orange (when HV level is broken)
Daily Open: Blue
📊 HIGH VOLUME (HV) ANALYSIS
HV Settings:
Volume Ratio: 100 (lookback for highest volume)
SNR %: 46% (minimum body/range ratio)
Bars to Monitor: 5 bars (after HV candle appears)
How to Read HV:
Yellow = High Volume candle
Fuchsia = SNR (Supply & Demand Reversal)
🚨 "X" = Pattern breaking HV levels
HV Monitor Table (bottom left corner):
HV Monitor | Status | Details
Last HV | 3B ago | 1.2345/1.2300
Break Status | WATCHING | 3/5
Monitor | 5 Bars | After HV
🎯 TRADING STRATEGY
Step 1: Identify High Volume Candle
Wait for a yellow candle (HV confirmed)
Mark HV High & HV Low
Table shows status: "CURRENT"
Step 2: Track the Next 5 Bars
Table shows "WATCHING" with count (1/5, 2/5…)
Look for patterns:
SKU/SKD: Supply & Demand patterns
SNR_UP/SNR_DOWN: Reversal patterns
CHUOT_UP/CHUOT_DOWN: Hammer / Shooting Star
SK_MOM: Momentum patterns
Step 3: Entry on Pattern Break
🚨 Alert triggers when pattern breaks HV levels
BUY: Break above HV High
SELL: Break below HV Low
🔥 MAIN PATTERNS
SK (Supply/Demand)
SKU (▪️ below candle): Demand pattern, wait for HV Low break → BUY
SKD (▪️ above candle): Supply pattern, wait for HV High break → SELL
CHUOT (Mouse/Hammer)
CU (below): Hammer with long lower wick
CD (above): Shooting Star with long upper wick
SNR (Supply & Demand Reversal)
Small body candle (<46% of range) with low volume
↑ Break HV → Bullish reversal above HV High
↓ Break HV → Bearish reversal below HV Low
📈 MOVING AVERAGES
Three customizable MAs:
MA #1: EMA 21 (Yellow) – Short-term trend
MA #2: EMA 9 (White) – Entry timing
MA #3: EMA 50 (Green) – Long-term trend
Usage:
Bullish: Price > MA #3, MA #2 > MA #1
Entry when: Pattern break + price retest on MA
⏰ SESSION ANALYSIS
Session A (New York):
Range Box: NY Session (19:59–21:59)
Max/Min Lines: Draw session high/low
Custom Sessions:
Pre-Session (11:00–12:00): Blue Box
Main Session (12:00–13:00): Teal Box
Watch for breakout from these ranges
💰 COMPLETE TRADING SETUP
Entry Setup:
Identify HV (Yellow candle)
Wait for pattern (within 1–5 bars)
Confirm Break (🚨 alert + level break)
Enter in breakout direction
SL: Above/Below HV level (depending on direction)
TP: 1:2 or 1:3 Risk/Reward
Extra Filters:
Volume: Enter with increasing volume
MAs: Only trade in main trend direction
Sessions: Prefer entries during active sessions
🚨 ALERTS & NOTIFICATIONS
Two main alerts:
"Price breaks HV directly" → SNR break
"HV level broken" → Pattern break within 5 bars
Setup:
Right-click indicator → "Add Alert"
Select condition
Set notifications (email / Telegram / app)
🎯 TIPS & TRICKS
✅ DO:
Wait for HV confirmation before setup
Trade with trend (MA direction)
Use strict risk management (1–2% per trade)
Backtest before live trading
❌ DON’T:
Enter immediately on pattern (wait for confirmation)
Ignore volume (Volume is key!)
Chase price after breakout
Trade against major trend
💡 Pro Tips:
Combine with Price Action for better entries
Use Multi-Timeframe Analysis
Focus on major pairs in key sessions
Keep a Trading Journal to track performance
📞 SUPPORT & UPDATES
The indicator is continuously optimized to:
Reduce lag & increase accuracy
Add new features
Fix bugs & improve UX
Happy Trading! 🚀💰
BeginerBeginner Forex Template — Price (overlay on candles): EMA20/EMA50, BUY/SELL signals, trend background, alertconditions.
Volume Split Subwindow — Buy/Sell %, ADX, DeltaThis script splits each candle’s volume into **buy vs sell portions** (teal = buy, red = sell).
It plots a **volume histogram** with moving average lines (MA and 2×MA) for breakout detection.
Two side panels show **Buy/Sell %, Delta, ADX, and absolute buy/sell volumes** for quick analysis.
HTF Bias Signals (Daily EMA Bias + LTF EMA Cross)clean, flexible indicator (Pine v5). It defines higher-timeframe (HTF) bias from Daily and/or Weekly EMAs, then only fires entries on your chart’s timeframe when that bias agrees with a simple fast/slow EMA trigger. It also includes alertconditions so you can automate alerts.
Price vs 10 EMA % DifferenceThis is a table that will show the percentage difference between the stock price vs the 10 day EMA.
Ultron Indicator BTCUSDT Ultron BTCUSDT Indicator (invite-only).
• Clear trend & reversion signals
• Next-bar execution parity and frozen TSL visuals
• Run on 4hr Binance BTCUSDT chart
• Risk sizing that uses your equity input
Usage: Add to chart → Settings → Inputs → set “Your Current Trading Equity (USD)”.
⚠️ Software tool for educational/informational use only. Not financial advice.
Past performance is not indicative of future results. You are responsible for your trades.
Supp_Ress_V1This indicator automatically plots support and resistance levels using confirmed pivot highs and lows, then manages them smartly by merging nearby levels, extending them, and removing them once price breaks through.
It also draws trendlines by connecting valid higher-lows (uptrend) or lower-highs (downtrend), ensuring they slope correctly and have enough spacing between pivots.
In short: it gives you a clean, trader-like map of the most relevant S/R zones and trendlines, updating dynamically as price action unfolds.
Price Action + Fractals DetectorThe Price Action Patterns Detector indicator also includes a Fractal (WICK.ED style). This way, you'll see Pinbar, Engulfing, Doji, Inside/Outside Bar, Morning/Evening Star formations, and fractals will appear. 🔥