compare strength
---
Compare Strength – Multi-Timeframe Relative Strength Indicator
**Author:** @martin_alpha
**License:** Mozilla Public License 2.0
**Script version:** Pine Script™ v6
What does this indicator do?
This indicator is designed to **compare the relative strength of any asset against a chosen benchmark**. It provides traders and analysts with a clear visual representation of how one asset is performing compared to another over different time horizons.
Key Features:
- **Benchmark Comparison**: Compares the current asset’s price action against a user-defined symbol (default: `BTCUSDT` from Binance).
- **Relative Strength Ratio**: Calculates a scaled ratio of the asset’s price relative to the benchmark.
- **Multi-EMA Smoothing**: Applies three Exponential Moving Averages (EMAs) with user-defined lengths to smooth the strength ratio and highlight trends.
- **Customizable Inputs**: Allows traders to input their own benchmark symbol and EMA lengths for full flexibility.
How it works:
1. **Relative Ratio Calculation**:
```
ratio = (close / benchmark close) * 1000
```
This gives a scaled value showing how strong the current asset is relative to the benchmark.
2. **EMAs of the Ratio**:
- `ratio_ma1`: Fast smoothing (default length 10)
- `ratio_ma2`: Medium smoothing (default length 20)
- `ratio_ma3`: Long-term smoothing (default length 100)
3. **Plotting**:
- The raw ratio is plotted as a dynamic line.
- The smoothed ratios are plotted in **Red**, **Green**, and **Blue**, respectively.
How to Use:
- Choose any benchmark to compare strength — for example, `BINANCE:ETHUSDT` or a sector ETF like `SPY` if using on stocks.
- Observe **crossovers** between the ratio and its moving averages:
- When the ratio is above the moving averages, it indicates **relative outperformance**.
- When it is below, it may indicate **relative weakness**.
- Great for **pair trading**, **sector rotation**, or identifying **leading assets** in a trend.
Inputs:
- `length` (default 10): EMA length for short-term strength smoothing.
- `length2` (default 20): EMA length for medium-term strength.
- `length3` (default 100): EMA length for long-term trend view.
- `s01`: Symbol to use as a benchmark (default: `BINANCE:BTCUSDT`).
Notes:
- The benchmark is normalized by dividing by 100 to improve visual scaling.
- The final ratio is scaled by 1000 for better chart readability — this has no impact on actual strength interpretation.
- Best used on **higher timeframes** for macro trend comparison or on **shorter timeframes** for intra-day relative strength setups.
---
Phân tích Xu hướng
VOLUME GAP INDICATOR📘Indicator Description
VOLUME GAP INDICATOR is a Pine Script indicator based on the ICT (Inner Circle Trader) methodology. It automatically detects and highlights **volume gaps** on the chart
Features:
- 📊 Identifies both **Bullish** and **Bearish** volume gaps.
- 🎨 Fully customizable colors for Bullish and Bearish zones.
- 🧱 Option to **extend boxes to the right (infinite)** to monitor unfilled gaps.
- 🕰 Configurable **lookback period** to control how much historical data is analyzed.
This tool is useful for traders who use **liquidity-based strategies**, **mean reversion**, or are looking for potential areas of **support/resistance** formed by inefficiencies in price action.
[UNITY] Follow the Flow 1.0Indicator Tracks the current Orderflow based on the last breakout
for traders who want to stay in favor of the current trend. The trend is our friend and we will follow it until it changes. And when it changes, we will be in favor of it again.
100% accuracy of the indication of the last confirmed Orderflow.
Pay attention to the multi-timeframe, since it is impossible for a trend to last once. I particularly like to observe and always be in favor of trends in larger graphical timeframes such as H1 or higher.
Use as a confluence in your pre-established entry models.
Prefer to use POI from larger timeframes (I personally do not operate against H1).
There is no buy or sell recommendation and this market is extremely volatile and risky.
RSI STRATEGYThis Pine Script code is a complex trading strategy that combines multiple technical indicators including RSI, Cyclic RSI, CCI, Choppiness Index, and Bollinger Bands. Here's a breakdown of what it does:
Main Components:
Uses both standard RSI and Cyclic RSI (a modified version of RSI)
Implements pivot point trend lines (support/resistance)
Includes a "MOST" indicator (similar to SuperTrend) for trend following
Adds additional indicators like CCI, Choppiness Index, and Bollinger Bands %B
Key Features:
Plots RSI with a WMA (Weighted Moving Average) line
Identifies trend lines automatically based on pivot points
Generates buy/sell signals based on crossovers between RSI and its moving average
Includes noise filtering options for the RSI values
Has alert conditions for buy/sell signals
Visual Elements:
Stepped RSI line that changes color based on its position relative to the WMA
Trend lines (support/resistance) in different colors
Signal labels with emojis (🐻 for sell, 🚀 for buy)
A midline at 50 for reference
Custom Calculations:
Special VAR (Variable Index Dynamic Average) moving average type
Cyclic RSI calculation with vibration and torque parameters
Zigzag pattern detection for identifying swing highs/lows
Input Options:
Multiple choices for RSI type (standard or cyclic)
Different noise filtering options
Various moving average types (SMA, EMA, WMA, etc.)
Adjustable lengths for all indicators
The strategy appears to be designed for mean-reversion trading using RSI, with additional trend-following elements from the MOST indicator. The combination of multiple indicators suggests it's looking for confluence between different technical factors before generating signals.
Note that this is quite a complex script with many components, which could lead to overfitting if not properly tested. The effectiveness would depend heavily on the chosen parameters and market conditions.
Alpha Trigger CoreAlpha Trigger Core — Trend Momentum Strategy with Dual Take Profit System
Alpha Trigger Core is a precision-engineered trend-following strategy developed for crypto and altcoin markets. Unlike simple indicator mashups, this system was built from the ground up with a specific logic framework that integrates trend, momentum, volatility, and structure validation into a single unified strategy.
It is not a random combination of indicators, but rather a coordinated system of filters that work together to increase signal quality and minimize false positives. This makes it especially effective on trending assets like BTC, ETH, AVAX, and SOL on the 1-hour chart.
🔍 How It Works
This strategy fuses multiple advanced filters into a cohesive signal engine:
🔹 Trend Identification
A hybrid model combining:
Kalman Filter — Smooths price noise with predictive tracking.
SuperTrend Overlay — Confirms directional bias using ATR.
ZLEMA Envelope — Defines dynamic upper/lower bounds based on price velocity.
🔹 Momentum Filter
Uses a ZLEMA-smoothed CCI to identify accelerating moves.
Long entries require a rising 3-bar CCI sequence.
Short entries require a falling 3-bar CCI sequence.
🔹 Volatility Strength Filter (Vortex Indicator)
Validates entries only when Vortex Diff exceeds a customizable threshold.
Prevents low-volatility "chop zone" trades.
🔹 Wick Trap Filter
Filters out false breakouts driven by liquidity wicks.
Validates that body structure supports the breakout.
📈 Entry & Exit Logic
Long Entry: All trend, momentum, volatility filters must align bullishly and wick traps must be absent.
Short Entry: All filters must align bearishly, with no wick rejection.
Early Exit: Uses ZLEMA slope crossover to exit before a full trend reversal is confirmed.
🎯 Take Profit System
TP1: Takes 50% profit at a user-defined % target.
TP2: Closes remaining 100% at second target.
Cooldown: Prevents immediate reentry and ensures clean position transitions.
📊 Real-Time Strategy Dashboard
Tracks and displays:
Position status (Long, Short, Flat)
Entry Price
TP1/TP2 Hit status
Win Rate (%)
Profit Factor
Bars Since Entry
Fully customizable position & font size
🤖 Bot-Ready Multi-Exchange Alerts
Compatible with WonderTrading, 3Commas, Binance, Bybit, and more.
Customizable comment= tags for entry, exit, TP1, and TP2.
Fully alert-compatible for webhook integrations.
📌 Suggested Use
Best used on trending crypto pairs with moderate-to-high volatility. Recommended on the 1H timeframe for altcoins and majors. Can be used for manual confirmation or automated trading.
🔒 Script Transparency
This is a closed-source script. However, the description above provides a transparent breakdown of the strategy’s core logic, filters, and execution model — ensuring compliance with TradingView’s publishing guidelines.
⚠️ Trading Disclaimer
This script is for educational purposes only and is not financial advice. Always conduct your own analysis before making investment decisions. Past performance does not guarantee future results. Use this strategy at your own risk.
XAUUSD IST SessionsThe script is designed to highlight specific time zones on your chart based on Indian Standard Time (IST):
✅ Morning session: 5:30 AM to 7:30 AM IST
✅ Evening session: 7:00 PM to 9:00 PM IST
Since TradingView scripts work on UTC (Coordinated Universal Time), we convert IST to UTC first.
📦 Breakdown of the Code:
🟦 indicator("XAUUSD IST Sessions", overlay=true)
This line tells TradingView to create a custom indicator and draw it on the price chart (overlay=true).
CPR with Support & ResistanceWe recommend some preconditions for Intraday Trading Strategy with CPR (Central Pivot Range)
Rules For BUY Setup with CPR
1) Today's Pivot Level Should be higher than Previous Day's Pivot Level
2) The previous day's close should be near day high.
Rules For SELL Setup with CPR
1) Today's Pivot Level Should be lower than Previous Day's Pivot Level
2) The previous day's close should be near day low.
CPR or central pivot range is the best tool available for the trader to see the price base indicator. You can use this tool i.e CPR (central pivot range) to check the price indicator in the stock market. You know the price of shares sometimes goes up or sometimes goes down in the stock market. So it will be best to stay updated and know it before the time the share market/stock market fall or rises.
IDMThis indicator is designed to assist in identifying Inducement patterns, a key component of market structure analysis within Smart Money Concepts (SMC) trading frameworks.
By marking potential inducement zones, the script aims to highlight areas where liquidity might be engineered before a structural shift, which can precede a Break of Structure (BOS). This tool can be valuable for traders looking to spot signs of manipulation or engineered liquidity, commonly used by institutional players.
🔍 Features:
Detects inducement points based on price action within a user-defined range
Shows high/low liquidity sweeps and possible BOS zones
Toggle to view BOS confirmations
Mode switching for bullish or bearish market context
Customizable time intervals for targeted analysis
This script draws visual cues to indicate potential inducement points followed by BOS conditions, helping traders better understand the intention behind price movements.
⚠️ Disclaimer:
This script is for educational and informational purposes only. It is not financial advice, and should not be relied upon for making investment decisions. Trading in financial markets involves risk, and you should do your own research or consult a financial advisor before acting on any strategy. The author is not liable for any losses incurred by the use of this tool.
ATR & Session & Pivot & Note CollegePips Khoursand PipsPhantom3P CollegePips Indicator: ATR, Pivots, Sessions & More
Unlock the power of precision trading with the 3P CollegePips Indicator (ATR & Session & Pivot & Note CollegePips Khoursand PipsPhantom), a versatile and feature-rich tool designed for traders of all levels. Whether you're trading Forex, Crypto, Gold, or Silver, this indicator combines Average True Range (ATR) analysis, Pivot Points (Minor and Major), Session Boxes, Watermark, and Sticky Notes to provide a comprehensive trading experience. Built for TradingView, this indicator empowers you to make informed decisions with clear visuals and customizable settings.
Key Features
1. Multi-Timeframe ATR Analysis
Displays ATR values across multiple timeframes: Current, 1m, 5m, 15m, 1H, 4H, 1D, and 1W.
Includes Take Profit (TP) and Stop Loss (SL) levels based on ATR calculations (e.g., TP1 = ATR * 2.33, TP2 = TP1 * 1.9, TP3 = ATR * 1.22).
Special calculations: My ATR, ATI, SCEP, LQ Close, Min LQ, Max LQ, My CL, and Min Reward for enhanced trade planning.
Customizable decimal precision (0–21) and color-coded text (e.g., red for 5m, blue for 1H, green for My ATR, purple for LQ Close).
Optimized for Forex (with JPY and non-JPY pairs), Crypto, Gold (XAUUSD), and Silver (XAGUSD) with tailored multipliers.
2. Advanced Pivot Point Analysis
Minor Pivots (HH, LH, LL, HL) with 9 left and 4 right bars for short-term market structure.
Major Pivots (MHH, MLH, MLL, MHL) with 18 left and 9 right bars for longer-term trends, styled as circles for easy identification.
Smart Pivot Filtering: Minor pivots are automatically hidden when a major pivot occurs on the same candle, reducing chart clutter.
Customizable colors for each pivot type (e.g., green for HH, red for LL, blue for MHH) and optional HH/LL labels for clarity.
3. Trading Session Boxes
Visualize key trading sessions in Tehran timezone (+3:30): New York, London, Tokyo, and Daily Box.
Fully customizable with transparent backgrounds, outline toggles, and day-of-week labels.
Default settings focus on Daily Box for simplicity, with options to enable other sessions as needed.
Perfect for aligning trades with high-volatility market hours.
4. Watermark & Sticky Notes
Professional watermark with customizable title ("CollegePips"), subtitle ("3P Strategy"), and symbol info (ticker, timeframe, date).
Four sticky notes outlining the 3P Strategy steps:
Pivot identification
Breaking the pivot
Break of the violating candle
Entering the trade
Adjustable font size, font type (Default or Monospace), text color, and background color (e.g., dark red for notes, white text).
Flexible positioning (top/middle/bottom, left/center/right) for a clean chart layout.
5. Structure Lines
Optional structure lines connecting pivot points to highlight market trends.
Customizable line color, width, and style (Solid, Dashed, Dotted) for personalized analysis.
Efficiently manages up to 50 pivot points to prevent performance issues.
6. Highly Customizable Settings
Table Position: Place the ATR table anywhere on the chart (top/middle/bottom, left/center/right).
Font Size: Choose from auto, huge, large, normal, small, or tiny for tables and notes.
Color Customization: Tailor text and background colors for ATR values, pivots, sessions, and notes.
Enable/Disable Features: Toggle ATR calculations (e.g., ATI & SCEP, 1H/4H/1D/1W, TH), pivots, sessions, and notes to suit your trading style.
Why Choose 3P CollegePips?
All-in-One Solution: Combines ATR-based trade planning, pivot analysis, session timing, and strategy notes in one powerful indicator.
Beginner-Friendly: Clear visuals and sticky notes guide new traders through the 3P Strategy.
Advanced Customization: Experienced traders can fine-tune every aspect to match their preferences.
Performance Optimized: Supports up to 500 bars, lines, boxes, and labels without lag (max_bars_back=500, max_lines_count=500, max_boxes_count=500, max_labels_count=500).
Market Versatility: Tailored calculations for Forex, Crypto, Gold, and Silver ensure accuracy across asset classes.
How to Use
Add the 3P CollegePips Indicator to your TradingView chart.
Customize settings in the indicator panel:
Adjust table position and font size for optimal visibility.
Enable/disable ATR calculations, pivots, sessions, or notes as needed.
Set decimal precision and colors to match your trading setup.
Analyze ATR values to set TP/SL levels and monitor special calculations for trade opportunities.
Use pivot points to identify market structure and potential reversals.
Leverage session boxes to time entries during high-volatility periods.
Follow the 3P Strategy steps in the sticky notes for disciplined trading.
Ideal For
Day Traders: Use multi-timeframe ATR and session boxes for intraday setups.
Swing Traders: Major pivots and structure lines help identify longer-term trends.
Forex & Crypto Traders: Tailored multipliers ensure accurate ATR calculations.
Strategy Learners: Sticky notes provide a step-by-step guide to the 3P Strategy.
Get Started Today
Elevate your trading with the 3P CollegePips Indicator! Whether you're a novice or a seasoned trader, this indicator offers the tools and insights you need to succeed in the markets. Add it to your TradingView chart now and start trading with confidence.
DECODE M2 Global Liquidity IndexThe BEST Global Liquidity Index indicator!
- Custom Lead Period
- Automatic Multi-Timeframe Recalculation
SignalCore Widodo Budi Pro v1.1SignalCore Widodo Budi Pro v1.1 – Invite-only Access
🔐 Protected Pine Script – donation-based access
💡 Premium Features:
✅ Breakout / Pre-Breakout Detection
✅ Breakdown / Pre-Breakdown Detection
✅ Volume Spike Validation
✅ Trend confirmation with SMA 20/50
✅ Momentum via MACD Histogram
✅ Heikin Ashi candle filtering
✅ RSI and Stochastic signals
✅ ADX trend strength with DI+ / DI−
✅ Real-time alerts & price-level labeling
💼 Ideal for swing traders, trend-followers, and breakout hunters.
📈 Optimized for stock trading (IDX, US, global)
💬 To request access, please donate below and confirm via DM to @vassistbywbudi
💳 Donation:
SWIFT Code: CENAIDJA
Account Number: 6840113114
Account Name: Fidelis Widodo Budi Kusumo
Smart Money Concept [Serhio]The strategy combines Smart Money Concept (order blocks + Fibonacci retracement) with Bollinger Bands for entries:
Order Blocks: Identifies highs/lows on a higher timeframe.
Fibonacci Zones: Defines entry zones (70.5% and 79% retracement levels).
Bollinger Bands: Triggers potential trades when price crosses the bands.
Entry Logic:
Long: Price crosses lower Bollinger Band, then confirms by breaking above the 70.5% Fib level.
Short: Price crosses upper Bollinger Band, then confirms by breaking below the 79% Fib level.
Plots Fib levels for visualization.
Bollinger Bands Volume [Serhio]The strategy uses Bollinger Bands to generate buy/sell signals:
Buy when price closes below the lower band and volume is above average (if volume filter is enabled).
Sell when price closes above the upper band and volume is above average (if volume filter is enabled).
Bands are plotted (20-period SMA ± 2 standard deviations), and signals are marked on the chart. Volume filter can be toggled on/off.
Pro Manipulation Detector [Serhio]This strategy detects potential market manipulation by identifying abnormal wick formations combined with volume spikes. It uses multiple filters to confirm valid entries.
Core Concept
Looks for long lower wicks (bullish reversal) and long upper wicks (bearish reversal) with volume spikes.
Requires wicks to be 2.5x larger than the candle body and volume 1.8x above average.
Optional Filters
Trend Filter (EMA 50) – Price must be above EMA for longs, below for shorts.
EMA Slope Filter – Confirms trend strength (rising EMA for longs, falling for shorts).
RSI Filter – Avoids overbought/oversold conditions (RSI > 45 for longs, RSI < 55 for shorts).
Trade Execution
Long Entry: Long lower wick + volume spike + bullish filters.
Short Entry: Long upper wick + volume spike + bearish filters.
Cooldown: Prevents repeated signals within 5 bars.
Visualization
Plots EMA trendline and slope EMA.
Marks entry signals with triangles (green for long, red for short).
This strategy aims to catch stop hunts and liquidity grabs while filtering out weak setups.
Enhanced [Serhio]This strategy combines trend, volume, volatility, and momentum filters for high-probability entries with a favorable risk-reward ratio.
Trend Filter: Uses EMA(50) > EMA(200) for trend direction.
Liquidity Zones: Confirms with VWAP(20) (price above/below for trend bias).
Volume Confirmation: OBV (10-period SMA > 50-period SMA) validates trend strength.
Volatility Filter: ATR(14) must be above its 50-period SMA to avoid low-volatility trades.
RSI Filter: Avoids overbought (RSI > 65) and oversold (RSI < 35) zones.
Entry Conditions
Long:
Price crosses above EMA(50).
Uptrend (EMA(50) > EMA(200), price > VWAP, OBV bullish).
RSI < 65.
ATR confirms volatility.
Short:
Price crosses below EMA(50).
Downtrend (EMA(50) < EMA(200), price < VWAP, OBV bearish).
RSI > 35.
ATR confirms volatility.
Risk Management
Stop-Loss: ATR-based (1.2x ATR).
Take-Profit: 3x ATR (Risk-Reward = 1:3).
Visualization
Plots EMA(50) , EMA(200) , and VWAP(20) .
ML-based Signal PredictionML Signal Prediction Engine is a next-gen market analysis tool powered by custom machine learning logic.
This indicator decodes price action using multi-feature vectors (RSI, CCI, ADX, WaveTrend) and classifies upcoming market moves.
⚙️ Core Features:
Smart Buy/Sell Signals
Noise-filtered entries with dynamic & strict exits
Volatility, Regime & Trend-based filters
Real-time performance table (Win/Loss, Flips, Stats)
Kernel-powered trend detection + smart trail overlay
🎯 Built for traders who want clean signals, smart logic, and no fluff.
✅ Zero lag.
✅ No repaint.
✅ Pure logic.
🧪 For research & educational use only — not financial advice.
#MLSignals
#MachineLearningTrading
#SmartBuySell
#NonRepainting
#AdvancedIndicator
#AlgoTrading
#SignalPrediction
#KernelRegression
#QuantSignals
#MLBasedStrategy
#CustomIndicator
#TradingAI
#Hunterbybirth
#InviteOnlyScript
#PrecisionSignals
#TradingView
#TradingViewIndia
#TradingViewSignals
#TradingScript
#PineScript
#InviteOnlyScript
#TechnicalAnalysis
#PriceAction
#ChartPatterns
#AlgoTrader
#IndicatorDevelopment
#ScriptSharing
#BacktestReady
#TrendFilter
#TradingCommunity
M2 Global Liquidity Index with Custom LagThe ONLY Global Liquidity Index indicator that allows you to set a custom offset in days, but that ALSO recalculates and displays that offset correctly on ANY timeframe.
NY Opening Candle High Low in 1-Minute ChartThis indicator operates based on the New York time frame, and you can trade the first two or three signals on the 1 or 5-minute time frames. Whenever you receive a signal, place your stop loss behind the previous candle and wait for a risk-to-reward ratio of two or three. The win rate of this indicator is between 45% to 55%. I hope you have a profitable experience and find this indicator beneficial.
Sincerely, Hassan Sadeghi Rashed
Long and Short by volume, adx and dmi Jav What does the “Long and Short by Volume, ADX and DMI – Jav” script do?
This is a multi-functional institutional-grade trading tool that combines Smart Money Concepts (SMC), volume anomalies, structure, and momentum into one script. Below is the full explanation:
⸻
🟢 1. Entry Signals: Long & Short
The indicator generates Long and Short entries based on:
• Volume anomalies (spikes in volume)
• Reversal and Continuation logic using:
• ADX and DMI (DI+ / DI-)
• Local trend based on EMA50 vs EMA200
• Customizable entry logic modes:
• One active at a time
• One per direction (Long/Short)
• All that meet conditions
Visual markers show:
• ☕ Long Entry
• ☕ Short Entry
⸻
⚡ 2. Aggressive Smart Money Entries (ChoCH + Mitigation)
Includes advanced Smart Money Concepts:
• ChoCH (Change of Character) detection
• Volume anomaly + ADX confirmation
• Mitigation zones
• Optional RSI-based reaction check
Visual markers:
• ⚡ Aggressive Long
• ⚡ Aggressive Short
⸻
📊 3. Smart Volume Filtering
Volume filters include:
• Detection of abnormal volume
• Option to compare against volume moving average
• Hardcoded minimum volume thresholds per asset and timeframe (BTC / ETH)
📊 Symbol appears when abnormal volume is detected.
⸻
🔁 4. Risk Management & Trailing Stop Logic
Includes:
• ATR-based SL/TP
• Trailing Stop Loss (TSL) with custom multiplier
• Configurable SL % limit
• TSL activates only after a % gain
Handles:
• Exit type: SL, TP, or TSL
• All data is stored and managed per position
⸻
🧱 5. Market Structure Detection (HH, LL, HL, LH)
Automatically detects and draws market structure swings:
• HH = Higher High
• LL = Lower Low
• HL = Higher Low
• LH = Lower High
Each label:
• Is offset from price
• Uses customizable color and text size
⸻
⛔ 6. Volume-Based Entry Blocking System
Prevents entries when volume is dangerously high.
Includes:
• Blocking logic by timeframe and asset
• Timeout countdown to prevent premature entries
• ⛔ Labels showing blocked bars
• Start/End labels for visual tracking
⸻
🧭 7. Multi-Timeframe Trend Table
On-chart table that shows EMA-based trend for:
• 15m
• 1H
• 4H
• Daily
Also paints the chart background based on 4H trend.
⸻
📐 8. Daily and Weekly Fibonacci Levels
Automatically draws Fibonacci levels:
• Daily: based on previous day’s range
• Weekly: based on previous week’s range
You can:
• Enable/disable each level
• Customize colors and labels
• Adjust font size and direction
⸻
📈 9. Custom EMAs (1–4)
Up to 4 moving averages, fully customizable:
• EMA or SMA
• Select which timeframes they display on (5m, 15m, 1H, etc.)
• Independent colors and periods
⸻
📉 10. VWAP (Session and Weekly)
• Session VWAP and Weekly VWAP plotted
• Dynamic labels that change color depending on price position
• Custom styling and visibility per timeframe
⸻
🔔 11. Built-in Alerts
It includes:
• Entry alerts per asset and timeframe
• Exit alerts (SL, TP, TSL)
• Aggressive entry alerts (⚡ ChoCH + Mitigation)
Compatible with TradingView alert system and can be used for bots or automation.
⸻
⚙️ Technical Extras
• All sections can be toggled on/off
• Auto adapts based on asset (ETH or BTC)
• Full multi-timeframe support
• Custom time-based filters and conditional execution
⸻
✅ Summary
This indicator combines:
✔️ Volume
✔️ Structure
✔️ Smart Money Logic
✔️ Risk Management
✔️ Visual Clarity
✔️ Institutional Tools
Perfect for:
• Scalping
• Intraday trading
• Breakout + mitigation strategies
• Avoiding traps with real volume-based filters
PG MA Crossover and Direction based Strategy### PG MA Crossover and Direction-Based Strategy: How It Works
The **PG MA Crossover and Direction-Based Strategy** is a versatile trading algorithm designed to capitalize on market trends and momentum using dynamic moving averages (MA). It combines MA crossover signals, trend direction analysis, and customizable exit conditions to execute long and short trades efficiently.
#### Key Features:
1. **Dynamic Moving Average (MA)**:
- The strategy supports multiple types of moving averages: Simple Moving Average (SMA), Exponential Moving Average (EMA), and Volume Weighted Moving Average (VWMA).
- Users can select the type of MA and the calculation basis (e.g., close price, average of OHLC prices).
2. **Color-Coded Trend Detection**:
- The moving average dynamically switches colors:
- **Green** for rising trends, indicating bullish momentum.
- **Red** for declining trends, signaling bearish momentum.
- Trend direction is determined by comparing the MA against a customizable reversal threshold.
3. **Long Trade Logic**:
- Entry Conditions:
- The MA must be green (rising) **or** the price must positively cross above the MA.
- Re-Entry Logic:
- After a long trade exits, re-entry occurs if the price dips below the MA and recovers above it with a positive crossover.
- Exit Conditions:
- Exit when the price exceeds the MA by **2.5%** (customizable).
- Stop-loss triggered if the MA turns red or if the price crosses below the MA.
4. **Short Trade Logic**:
- Entry Conditions:
- The MA must be red (declining) **and** the price must negatively cross below the MA.
- Exit Conditions:
- Exit when the price falls **1.5%** below the MA (customizable).
- Stop-loss triggered if the price crosses back above the MA.
5. **Back-Test Period Customization**:
- The strategy allows users to define a specific range for back-testing using start and end dates.
- Trades are executed only within the selected testing period.
#### Visualization:
- The moving average is plotted on the chart, dynamically changing color to represent market trends and trade signals.
- Buy and sell orders are highlighted, enabling easy tracking of trade performance.
#### Benefits:
- Flexibility: Customizable inputs for MA type, calculation basis, periods, and thresholds.
- Clarity: The strategy visualizes market trends and trading signals using color-coded moving averages.
- Efficiency: Combines trend-following and crossover logic to execute trades at optimal points.
PLUSEBOARD - TREND 18042025PLUSEBOARD - TREND 18042025
📊 Multi-Indicator Trend Dashboard (Stable Version)
Description
This script creates a clean and minimal *trend dashboard* powered by multiple core indicators, including:
- ✅ **RSI & MACD**
- ✅ **EMA50/EMA200 Crossover**
- ✅ **Ichimoku Cloud (Senkou A & B)**
- ✅ **Supertrend**
- ✅ **Donchian Midline**
- ✅ **Bollinger Bands (BB Mid)**
- ✅ **ADX Strength**
- ✅ **EMA50 Slope (Trend Angle)**
All data is displayed in a compact **visual table**, which can be repositioned to any corner of the chart. You can also **label the market note** as *NEWS*, *BANK HOLIDAY*, or *NORMAL* directly from the settings.
At the bottom of the dashboard, you’ll find a quick summary of the current trend in simple words:
👉 **BUYER / SELLER / NEUTRAL**
This signal is based on a scoring system that combines 6 major trend signals into one unified decision – perfect for fast trading decisions.
### 🔧 Highlights:
- Clean, mobile-friendly layout
- Perfect for morning analysis or **#1Bullet1Shot** strategies
- Easy-to-understand visual summary
📌 Extra Note:
This tool is designed for traders who want a quick overview of market direction without opening multiple indicators. Works well across all symbols and timeframes.
VWAP Bounce & Squeeze- VWAP
- 20/50 EMA
- 15 min Opening Range
- volume spike and candle body simulating Bookmap/DOM
- custom confluence detection for VWAP, EMA, candle structure
- signals for long and short opportunities
- automated risk/reward boxes
- automated trailing stop suggestions