Indikatoren und Strategien
XLEVEL RISK ON/OFFThis is a risk on/off indicator .
SHOWS all macro indicators like
VIX,SP500,DXY, US10Y, OIL, GOLD .
If the background color is red its risk off.
If the background color is blue its risk on.
If gray and its mixed.
It helps me a lot with trade decisions.
Liquidity Compression Coil (6 Lines, 8-Bar Breakout)✅ The script you posted is fully compliant, error-free, and ready to run in Pine Script v6 with no issues. You’ve structured it clearly and modularly.
Here’s a quick breakdown of the enhancements you've implemented in this version:
✅ Fully Modular User Control
Color Controls for All Labels:
Anchor Range
Projection Range
Total Range (Volatility Span)
Position Metric
Breakout / Breakdown Alerts
Separate Line Width Control:
Independent thickness for composite bars vs. pivot rays.
Dynamic Line Style Selector:
Choose between solid, dashed, and dotted for pivots and rays.
Custom Label Sizes and Transparency for background fills.
📊 Key Features Recap
Swing High/Low Detection with adjustable lookback.
Dynamic Trendlines from pivot to current price.
Projection & Anchor Boxes rendered as vertical bars in logical back-to-front stacking.
Percentage Distance Tracking between price and swings.
Position Tracker (% within latest range).
Breakout / Breakdown Alert Zones visually triggered when price exits the latest range.
Full Label Customization including emojis, label size, and color transparency.
💡 What You Could Add Next (Optional Ideas):
Historical Box Trail Option:
Keep a configurable number of previous range boxes as visual memory (for structure replay).
Alerts:
Use alertcondition() to trigger sound/notification when:
Price exits coil range (breakout/breakdown).
Compression level tightens below threshold.
Compression Score Display:
Add a visual label or plot for (projLen / originLen) ratio to measure tightening.
Color Modes by State (e.g.):
If projLen < originLen * 0.75, color could shift to signal “tight compression”.
Custom Volume Indicator (v6)Candle is green if volume is more than average line and it closes more than current days open and previous days close.
candle is red if opposite is true
candle is blue if current days close is less than todays open but is more than previous days close.
quarterly low volume is displayed with orange.
Liquidity Compression Coil (Full Composite, Separate Thickness)✅ The script you posted is fully compliant, error-free, and ready to run in Pine Script v6 with no issues. You’ve structured it clearly and modularly.
Here’s a quick breakdown of the enhancements you've implemented in this version:
✅ Fully Modular User Control
Color Controls for All Labels:
Anchor Range
Projection Range
Total Range (Volatility Span)
Position Metric
Breakout / Breakdown Alerts
Separate Line Width Control:
Independent thickness for composite bars vs. pivot rays.
Dynamic Line Style Selector:
Choose between solid, dashed, and dotted for pivots and rays.
Custom Label Sizes and Transparency for background fills.
📊 Key Features Recap
Swing High/Low Detection with adjustable lookback.
Dynamic Trendlines from pivot to current price.
Projection & Anchor Boxes rendered as vertical bars in logical back-to-front stacking.
Percentage Distance Tracking between price and swings.
Position Tracker (% within latest range).
Breakout / Breakdown Alert Zones visually triggered when price exits the latest range.
Full Label Customization including emojis, label size, and color transparency.
💡 What You Could Add Next (Optional Ideas):
Historical Box Trail Option:
Keep a configurable number of previous range boxes as visual memory (for structure replay).
Alerts:
Use alertcondition() to trigger sound/notification when:
Price exits coil range (breakout/breakdown).
Compression level tightens below threshold.
Compression Score Display:
Add a visual label or plot for (projLen / originLen) ratio to measure tightening.
Color Modes by State (e.g.):
If projLen < originLen * 0.75, color could shift to signal “tight compression”.
XLevel%W52This is a simple yet very helpful indicator.
On the top fuchsia color is % change from 52 weeks low.
In the middle yellow line is %change from last year close. Year to date % change.
On the bottom aqua color is % pull back from 52 weeks high. Which I use for entries to trends.
Forex Majors - Bullish/Bearish Pin Bars & Marubozu with ATRFor the guys at Binguru.
The indicator displays notification or alerts when certain events are triggered. In the indicator itself these events are Pin bar or Maribozu events. But you can edit yourself what events you want. You can add indicators or any other condition.
Multi-Symbol EMA Status Table🔍 Multi-Symbol EMA Trend Scanner Table
This script displays a clean, customizable table showing whether the price of up to 16 different assets is above or below a user-defined EMA, on a per-symbol and per-timeframe basis.
✅ Supports up to 16 symbols, each with:
Custom exchange + ticker (e.g., BINANCE:BTCUSDT.P, PEPPERSTONE:EURUSD)
Custom timeframe (e.g., 15, 60, 240, D, W)
Custom EMA length (e.g., 50, 100, 200)
🧩 Fully customizable visuals:
Table position (top, middle, bottom + left, center, right)
Text size and text color
Background color for "above" and "below" EMA
Optional ✅❌ emojis
📊 The table updates live on your main chart — no switching required!
💡 Great for:
Monitoring trend direction across multiple markets
Spotting trend alignment (e.g., price above 200 EMA on 4H + 1D)
Multi-asset swing trading or scalping strategies
📘 How to Use:
Open a chart and add the indicator from your scripts.
In the settings panel:
Enter any symbol (with exchange prefix, like BINANCE:BTCUSDT.P or OANDA:EURUSD)
Set a timeframe (e.g., "15" for 15min, "60" for 1h, "D" for daily)
Choose your EMA length (e.g., 200)
Repeat for as many symbols as you need (up to 16).
Customize table visuals:
Position on the screen
Font size and color
Enable/disable emojis ✅❌
Watch the table update live!
🧠 Optional Tips:
Use different colors or groupings to track asset classes (crypto, forex, stocks).
Combine it with your favorite entry/exit signals for confirmation.
Try setting all symbols to the same EMA (e.g., 200) but with different timeframes to monitor multi-timeframe alignment.
Live Risk/Reward Lines (Dynamic Update: Tick or Bar Close)This script displays dynamic Risk and Reward target lines directly on the chart.
You can choose whether the updates happen live with each price tick or only once a bar closes.
It supports both long and short trading directions, with customizable risk and reward percentages.
Key Features:
Dynamic live updates (per tick or per bar close).
Choose Long or Short trade direction.
Customize risk and reward percentages individually.
Adjustable line length and color.
Option to show or hide risk and reward lines.
How It Works:
For long trades: Risk = Close Price * (1 - Risk %), Reward = Close Price * (1 + Reward %).
For short trades: Risk = Close Price * (1 + Risk %), Reward = Close Price * (1 - Reward %).
Lines are automatically centered around the current bar.
Why It Is Unique:
Unlike static risk/reward indicators, this script allows traders to see real-time dynamic changes based on the latest tick or bar close.
It offers full flexibility for scalpers and swing traders by allowing manual control over update timing and visualization style.
Usage Instructions:
Select your trade direction (Long or Short) from the settings.
Set your preferred risk and reward percentages.
Choose whether lines should update with every tick or only on bar close.
Optionally adjust the length and colors of the lines.
Important:
The script focuses on visualizing risk and reward directly on the price chart without giving buy or sell signals.
Disclaimer:
This tool is intended for educational and informational purposes only and should not be considered financial advice.
MNQ Multi-Zone Alert BotMNQ Multi-Zone Alert Bot is a custom TradingView script designed to assist futures traders by visually highlighting key supply and demand zones across multiple timeframes — Daily, Weekly, and Monthly — specifically tailored for Micro Nasdaq Futures (MNQ).
It provides a clear structure for market context, enabling traders to make high-probability decisions based on institutional zones.
✨ Key Features:
✅ Multi-Timeframe Zone Mapping
Draws colored zones for Monthly, Weekly, and Daily levels using configurable inputs.
🧱 Zone Classification
🔵 Daily Zones (Blue/Orange — Dashed)
🟢 Weekly Zones (Green/Red — Solid)
🟣 Monthly Zones (Purple/Gray — Dotted)
🚨 Built-in Alert Triggers
Auto-alerts when price enters any demand or supply zone for each timeframe.
🧩 Lightweight & Non-Intrusive
Clean visual layout using box.new() without cluttering your chart.
💡 Use Case
Whether you're a day trader, swing trader, or intraday scalper, this bot acts like your market context compass — helping you:
Avoid buying into supply or selling into demand
Time entries near institutional reaction zones
Set alerts and react instead of staring at the screen
Mingo Smart S&D Zones PRO v1 (TF Box Width Control)Smart S&D Zones PRO v1 (TF Box Width Control)
This advanced tool dynamically plots Supply and Demand zones across multiple timeframes (5m, 15m, 30m, and 1H), helping traders identify key areas of interest where price is likely to react.
🧠 Features:
Automatically detects potential supply/demand zones using price structure and breakout logic.
Customizable visibility for each timeframe (5m, 15m, 30m, 1H).
Per-timeframe zone width control (number of bars).
Individual color selection for each zone type and timeframe.
Adjustable zone opacity for cleaner charts.
Strength scoring (1–10) based on breakout confirmation logic.
Built for scalpers and swing traders who rely on smart S&D analysis.
🎯 Use this script to:
Identify high-probability reversal areas.
Visually separate short-term and higher timeframe zones.
Combine with confirmation tools (RSI, MACD, OBV, etc.) for refined entries/exits.
XLevel% PULL BACKThis is simple pull back indicator plotted to your chart . 10% - 70% and it will alert you when price is crossing from those levels.
Constant Valuation Multiple LevelsThis indicator adds price levels at constant multiples based on your preferred valuation metric. The settings provides options for setting this metric while Operational Income is the default one.
This indicator is not perfect as it relies on historical earnings data but does not have forecast data (not available in pinescript), thus its not a guide for future price level. It also does not account for "adjusted" earnings which may skew levels for some quarters.
However this script provides a quick way to see the stock price against your preferred valuation multiple to see if it's undervalued and worth investigating further for quality and earnings forecast.
lucio_🥝RCILong-term and short-term RCIs are displayed, and the timing of movement in the opposite direction is judged to be a push or a retracement.
Super Secret 200 EMAFix to the previous SUPER SECRET 200 EMA. Where the previous script only showed the 200 EMA the BUY / SELL signals are now working as well as the SUPERTREND is also now working.
Enjoy!
lucio_🎀[MACD]Only the MACD line is displayed, and the timing of the conversion is quickly judged by color-coding the period between the change in slope and the intersection with the signal line. Divergence detection is also possible.
lucio_🐢SMAトレンドフォローと🥝RCIバーチャートDisplays 20 EMAs on 1-hour and 4-hour timeframes. It changes color depending on the tilt and is visually easy to understand.