Ultimate Gold Long Indicator - Execução Final v26.1 By M.LolasUltimate Gold Long Indicator - Execução Final v26.1 By M.Lolas
Central indicator for by long in 15m time frame 20x.
“Backtested indicator for an aggressive 15-minute, 20×-leverage strategy, packed with capital-protection features.”
By M.Lolas
Penunjuk dan strategi
Ultimate Gold Confluence Score – Validator v6.1 By M.Lolas“Ultimate Gold Confluence Score Validator — multi-indicator add-on for a 15-minute, 20× long strategy with a very high win rate. Supports the strategy’s main indicator.”
EMA Cross 99//@version=6
indicator("EMA Strategie (Indikator mit Entry/TP/SL)", overlay=true, max_lines_count=500, max_labels_count=500)
// === Inputs ===
rrRatio = input.float(3.0, "Risk:Reward (TP/SL)", minval=1.0, step=0.5)
sess = input.session("0700-1900", "Trading Session (lokal)")
// === EMAs ===
ema9 = ta.ema(close, 9)
ema50 = ta.ema(close, 50)
ema200 = ta.ema(close, 200)
// === Session ===
inSession = not na(time(timeframe.period, sess))
// === Trend + Cross ===
bullTrend = (ema9 > ema200) and (ema50 > ema200)
bearTrend = (ema9 < ema200) and (ema50 < ema200)
crossUp = ta.crossover(ema9, ema50)
crossDown = ta.crossunder(ema9, ema50)
// === Pullback Confirm ===
longTouch = bullTrend and crossUp and (low <= ema9)
longConfirm = longTouch and (close > open) and (close > ema9)
shortTouch = bearTrend and crossDown and (high >= ema9)
shortConfirm = shortTouch and (close < open) and (close < ema9)
// === Entry Signale ===
longEntry = longConfirm and inSession
shortEntry = shortConfirm and inSession
// === SL & TP Berechnung ===
longSL = ema50
longTP = close + (close - longSL) * rrRatio
shortSL = ema50
shortTP = close - (shortSL - close) * rrRatio
// === Long Markierungen ===
if (longEntry)
// Entry
line.new(bar_index, close, bar_index+20, close, color=color.green, style=line.style_dotted, width=2)
label.new(bar_index, close, "Entry", style=label.style_label_left, color=color.green, textcolor=color.white, size=size.tiny)
// TP
line.new(bar_index, longTP, bar_index+20, longTP, color=color.green, style=line.style_solid, width=2)
label.new(bar_index, longTP, "TP", style=label.style_label_left, color=color.green, textcolor=color.white, size=size.tiny)
// SL
line.new(bar_index, longSL, bar_index+20, longSL, color=color.red, style=line.style_solid, width=2)
label.new(bar_index, longSL, "SL", style=label.style_label_left, color=color.red, textcolor=color.white, size=size.tiny)
// === Short Markierungen ===
if (shortEntry)
// Entry
line.new(bar_index, close, bar_index+20, close, color=color.red, style=line.style_dotted, width=2)
label.new(bar_index, close, "Entry", style=label.style_label_left, color=color.red, textcolor=color.white, size=size.tiny)
// TP
line.new(bar_index, shortTP, bar_index+20, shortTP, color=color.red, style=line.style_solid, width=2)
label.new(bar_index, shortTP, "TP", style=label.style_label_left, color=color.red, textcolor=color.white, size=size.tiny)
// SL
line.new(bar_index, shortSL, bar_index+20, shortSL, color=color.green, style=line.style_solid, width=2)
label.new(bar_index, shortSL, "SL", style=label.style_label_left, color=color.green, textcolor=color.white, size=size.tiny)
// === EMAs anzeigen ===
plot(ema9, "EMA 9", color=color.yellow, linewidth=1)
plot(ema50, "EMA 50", color=color.orange, linewidth=1)
plot(ema200, "EMA 200", color=color.blue, linewidth=1)
// === Alerts ===
alertcondition(longEntry, title="Long Entry", message="EMA Strategie: LONG Einstiegssignal")
alertcondition(shortEntry, title="Short Entry", message="EMA Strategie: SHORT Einstiegssignal")
BUZZARA ALGO V22BUZZARA ALGO V22 📊
BUZZARA ALGO V22 is a complete trading system built on SuperTrend with Moving Average confirmation. The indicator automatically plots Entry, Stop Loss, and three Take Profit levels (TP1, TP2, TP3). All signals are saved historically, with TP/SL background zones that remain visible until the signal is closed or replaced.
Key Features:
📍 Signals: BUY/SELL entries based on SuperTrend and SMA crossover logic.
🛡️ Risk Management: ATR-based Stop Loss with automatic TP1, TP2, TP3 targets.
📦 Background Boxes: TP/SL zones plotted as persistent boxes across history.
🏷️ Price Labels: Entry, SL, and TP1/TP2/TP3 labels displayed near each level.
📊 Statistics Dashboard:
Total signal count
Individual win rates for TP1, TP2, TP3
Average points per trade
Total PnL (calculated in R multiples)
🔔 Alerts: Ready-to-use alerts for BUY/SELL signals.
💡 Watermark: Optional “BUZZARA ALGO V22” text displayed at the bottom of the chart.
Use Cases:
Trade in the direction of trend signals
Visually track TP/SL areas
Backtest signals historically
Monitor performance via win rates and PnL metrics
Disclaimer ⚠️
This indicator is for educational purposes only. It does not guarantee profits. Always test on demo before going live, and apply your own risk management strategy.
RSI (1 y 5m) + divergences y rsiNDX 1mWith this indicator we incorporate
RSI of the selected asset in 1 minute.
RSI of the selected asset in 5 minutes.
RSI of the NASDAQ 100 in 1 minute.
Includes divergences that are drawn at the extremes of the RSI of the symbol in 1 minute.
Objective of the indicator:To use it in scalping (intraday) with assets from the Nasdaq 100 ETF, to compare the behavior of the asset against its base index.
EMP Probabilistic [CHE]Part 1 — For Traders (Practical Overview, no formulas)
What this tool does
EMP Probabilistic \ turns raw price action into a clean, probability-aware map. It builds two adaptive bands around the session open of a higher timeframe you choose (called the S-timeframe) and highlights a robust median threshold. At a glance you know:
Where price has recently tended to stay,
Whether current momentum sits above or below the median, and
A live Long vs. Short probability based on recent outcomes.
Why it improves decisions
Objective context in any regime: The nonparametric band comes straight from recent market behavior, without assuming a particular distribution.
Volatility-aware risk lens: The parametric band adapts to current volatility, helping you judge stretch and room for continuation or snap-back.
No lookahead: All stats update only after an S-bar is finished. That means the panel reflects information you truly had at that time.
How to read the chart
Orange band = empirical, distribution-free range derived from recent session returns (nonparametric).
Teal band = volatility-scaled range around the session open (parametric).
Median dots: green when close is above the median threshold, red when below.
Info panel: shows the active S-timeframe, window sizes, live coverage for both bands, the internal width parameter and volatility estimate, plus a one-line summary.
Probability label: “Long XX% • Short YY%” — a simple read on the recent balance of up vs. down S-bars.
How to use it (quick start)
1. Choose S-timeframe with Auto, Multiplier, or Manual. “Auto” scales your chart TF up to a sensible higher step.
2. Set alpha to control how tight the inner band should be. A typical value gives you a comfortable center zone without cutting off healthy trends.
3. Trade the context:
Trend-following: Prefer longs when price holds above the median; prefer shorts when it stays below.
Mean-reversion: Fade moves near the outer edges during ranges; look for reversion back toward the median.
Breakout filter: Require closes that push and hold beyond the volatility band for momentum plays; avoid noise when price chops inside the middle of the orange band.
Risk management made practical
Size positions relative to the teal band width to keep risk consistent across instruments and regimes.
For stops, many traders set them just beyond the opposite orange bound or use a fraction of the teal band.
Watch the panel’s coverage readouts and Brier score; when they deteriorate, the market may be shifting — reduce size or demand stronger confirmation.
Suggested presets
Scalping (Crypto/FX): Auto S-TF, alpha around a fifth, calibration window near two hundred, RS volatility, metrics window near two hundred.
Intraday Futures: Multiplier 3–5× your chart TF; similar alpha and window sizes; RS volatility is a solid default.
Swing/Equities: S-TF at least daily; test both RS and GK volatility modes; keep windows on the larger side for stability.
What makes it different
Two complementary lenses: a distribution-free read of recent behavior and a volatility-scaled read for risk and stretch.
Self-calibrating width: the parametric band quietly nudges its internal multiplier so actual coverage tracks your target.
Clean UX: grouped inputs, tooltips, an info panel that tells you what’s going on, and a simple median bias you can act on.
Repainting & timing
The logic updates only when the S-bar closes. On lower-timeframe charts you’ll see intrabar flips of the dot color — that’s just live price moving around. For strict signals, confirm on S-bar close.
Friendly note (not financial advice)
Use this as a context engine. It won’t predict the future, but it will keep you on the right side of probability and volatility more often, which is exactly where consistency starts.
Part 2 — Under the Hood (Conceptual, no formulas)
Data and timeframe design
The script works on a higher S-timeframe you select. It fetches the open, high, low, close, and time of that S-bar. Internally, it only updates its rolling windows after an S-bar has finished. It then pushes the previous S-bar’s statistics into its arrays. That design removes lookahead and keeps the metrics out-of-sample relative to the current S-bar.
Nonparametric band (distribution-free)
The orange band comes from the empirical distribution of recent session-level close-minus-open moves. The script keeps a rolling window, sorts a safe copy, and reads three key points: a lower bound, a median, and an upper bound. Because it’s based purely on observed outcomes, it adapts naturally to skew, fat tails, and regime shifts without assuming any particular shape. The orange range shows “where price has tended to live” lately on the chosen S-timeframe.
Parametric band (volatility-scaled)
The teal band models log-space variability around the session open using one of two well-known OHLC volatility estimators: Rogers–Satchell or Garman–Klass. Each estimator contributes a per-bar variance figure; the script averages these across the rolling window to form a current volatility scale. It then builds a symmetric band around the session open in price space. This gives you a volatility-aware notion of stretch that complements the distribution-free orange band.
Self-calibration of band width
The teal band has an internal width multiplier. After each completed S-bar the script checks whether the realized move stayed inside that band. If the band was too tight, the multiplier is nudged upward; if it was too loose, it’s eased downward. A simple learning rate governs how quickly it adapts. Over time this keeps the realized inside-coverage close to the target implied by your alpha setting, without you having to hand-tune anything.
Long/Short probability and calibration quality
The Long vs. Short probability is a transparent statistic: it’s just the recent fraction of up sessions in the rolling window. It is not a complex model — and that’s the point. You get an honest, intuitive read on directional tendency.
To monitor how well this simple probability lines up with reality, the script tracks a Brier-style score over a separate metrics window. Lower is better: it means your recent probability read has matched outcomes more closely.
Coverage tracking for both bands
The panel reports coverage for the orange band (nonparametric) and the teal band (parametric). These are rolling averages of how often recent S-bar moves landed inside each band. Watching these two numbers tells you whether market behavior still aligns with the recent distribution and with the current volatility model.
Why it doesn’t repaint
Because the arrays update only when an S-bar closes and only push the previous bar’s stats, the panel and metrics reflect information you had at the time. Intrabar visuals can change while a bar is forming — that’s expected — but the decision framework itself is anchored to completed S-bars.
Performance and practicality
The heaviest step is sorting a copy of the window for the nonparametric band. With typical window sizes this stays responsive on TradingView. The volatility estimators and rolling averages are lightweight. Inputs are grouped with clear tooltips so you can tune without hunting.
Limitations and good practice
In thin or gappy markets the bands can jump; consider a larger window or a higher S-timeframe.
During violent regime shifts, shorten the window and increase the learning rate slightly so the teal band catches up faster — but don’t overdo it, or you’ll chase noise.
The Long/Short probability is intentionally simple; it’s a context indicator, not a standalone signal factory. Combine it with structure, volume, or your execution rules.
Takeaway
Under the hood, the script blends empirical behavior and volatility scaling, then self-calibrates so the teal band’s real-world coverage stays near your target. You get clarity, consistency, and a dashboard that tells you when its own assumptions are holding up — exactly what you need to trade with confidence.
Disclaimer
The content provided, including all code and materials, is strictly for educational and informational purposes only. It is not intended as, and should not be interpreted as, financial advice, a recommendation to buy or sell any financial instrument, or an offer of any financial product or service. All strategies, tools, and examples discussed are provided for illustrative purposes to demonstrate coding techniques and the functionality of Pine Script within a trading context.
Any results from strategies or tools provided are hypothetical, and past performance is not indicative of future results. Trading and investing involve high risk, including the potential loss of principal, and may not be suitable for all individuals. Before making any trading decisions, please consult with a qualified financial professional to understand the risks involved.
By using this script, you acknowledge and agree that any trading decisions are made solely at your discretion and risk.
Best regards and happy trading
Chervolino
Trading Session GMT +7Many indicators display buy and sell signals, but this indicator doesn't.
Many indicators also collect data or even predict chart direction, but this indicator doesn't.
This indicator displays market opening session times based on the Asian, London, and New York sessions.
These sessions typically record higher trading volumes, for both direct and derivative trading.
To maximize this indicator, utilize your analytical skills to maximize profits.
Please note that this indicator only displays session times and does not provide buy or sell signals.
We hope this session time information is helpful for those who trade based on session times.
Vortag High/LowThe script displays the previous day's high/low during trading hours from 9:30 to 16:00 EST. This gives us a clean chart.
Combined Cluster & Market StructureI barrowed code from the Mxwll Price Action Suite script as appreciated the structure in which the script defined structure, however I renamed variables and reduced the original script to define only the outer structure. I added volume and CVD clustering to define ranges and initiation market structures and add the ADX to assist with determining trend strength prior to labeling market structure breaks.
Combined Cluster & Market Structure indicator, a powerful and comprehensive tool for technical analysis. This script integrates two core concepts to provide a holistic view of market dynamics:
Z-Score Clustering & Volume Analysis: The indicator calculates Z-scores for both volume and Cumulative Volume Delta (CVD) to categorize market activity into six distinct clusters:
High-Conviction Bullish/Bearish: Signals of strong directional momentum based on high volume and corresponding CVD.
Effort vs. Result: High volume with moderate CVD, suggesting potential indecision or absorption.
Quiet Accumulation/Distribution: Low-volume periods with strong CVD, often preceding major moves.
Low Conviction/Noise: Represents periods of low market participation and weak signals.
These clusters are visually marked on the chart to provide real-time insight into market sentiment.
Market Structure Mapping: The indicator automatically detects and labels significant structural points to help you navigate price action. It identifies:
Higher Highs (HH) and Lower Lows (LL) to show the primary trend direction.
Breaks of Structure (BoS), indicating trend continuation.
Changes of Character (CHoCH), signaling a potential trend reversal.
Additionally, the script features consolidation box detection, which automatically highlights periods of low-conviction market activity, helping you avoid choppy, sideways markets. An integrated ADX filter ensures that structural breaks are only labeled during periods of strong trend strength, reducing false signals.
I want to thank Mxwll Capital for their contribution to the Combined Cluster & Market Structure indicator.
RZTrades Session Highs and Lows(Tokyo+London)This indicator plots the daily high and low levels of the Tokyo and London Open trading sessions based on New York time. It draws clean, customizable lines that anchor to the exact bar where the high or low occurred and extend to the right, providing reliable reference levels for intraday trading. The script is lightweight, non-repainting, and ideal for identifying session-based support and resistance zones without cluttering the chart.
Session Trade Vertical Lines Jakarta Time - OxlibertansThis indicator displays the market open session times based on the Asian session, London session, and New York session.
These sessions typically offer high market volume for both direct and derivative trading.
To maximise this indicator, utilise your analytical skills to maximise profits.
Please note that this indicator only displays session times and does not provide buy or sell signals.
We hope this session time is helpful for those of you who trade based on session times.
RFSIRFSI (Relative Force Strength Index) is a technical indicator that measures the relative strength of an asset compared to a benchmark (default: SPY - S&P 500 ETF). It helps identify performance divergences and generate entry/exit signals based on crossovers.
RFSI (Relative Force Strength Index) est un indicateur technique qui mesure la force relative d'un actif par rapport à un benchmark (par défaut : SPY - ETF S&P 500). Il permet d'identifier les divergences de performance et de générer des signaux d'entrée/sortie basés sur des croisements.
LiZ_Prediction_Model📌 LiZ Prediction Model (v6)
The LiZ Prediction Model is designed to highlight potential turning points in price based Z-Score deviations.
🔑 How it works:
A 20-period LiZ is calculated (trend reference).
A Z-Score is computed to measure how far price deviates from the LiZ (standardized by volatility).
When price forms a high or low and the Z-Score at that point is beyond a threshold (±1.0 by default), a label is plotted:
🔴 Red label above pivots = Overextended high (possible reversal zone).
🟢 Green label below pivots = Oversold low (possible reversal zone).
On the latest candle, the current Z-Score is also displayed if it crosses the threshold:
🟠 Orange down label = Price stretched to the upside.
🟣 Purple up label = Price stretched to the downside.
📊 Purpose:
This model helps traders quickly identify when price is statistically stretched relative to its short-term trend, and whether a level aligns with an extreme deviation, which can act as a potential reversal or exhaustion point.
⚠️ Note:
This is an analytical tool — not a standalone buy/sell system. Always combine with market structure, volume, and risk management. No guarantee of profit or loss is possible in any trading system, so do your own research and take own trading decision by your own. This is not a sure-fire means of beating the market.
CA Trading BUY/SELL with TPThis indicator combines trend confirmation, pivot structure, and Take-Profit targets to give traders structured BUY and SELL signals with dynamic profit-taking options.
Key Features
- BUY & SELL Signals
- Generated from EMA crossover, RSI filter, and pivot-based trend detection.
- Green “BUY” and red “SELL” signals are displayed directly on the chart.
- Take-Profit Targets
- TP lines automatically end when price hits them (liquidity sweep) or after a set number of candles.
Customizable Settings
- EMA lengths, RSI settings, pivot sensitivity, and TP line length.
- Adjust Take-Profit targets
Use Cases
- Helps identify clear entry signals with structured TP levels.
- Supports profit-taking strategies.
- Highlights liquidity grabs for Smart Money Concept (SMC) traders.
Asian Stock Open (00:00 UTC Daily)Simple TSE daily open indicator, 500 line history, to help prepare for potential weekly open volatility from Asia trading
4H Opening PriceMost candles form wicks. Price opens, creates a fake move, then moves in the direction of the body. My favorite 4h candle is the NY 10am candle.
Don Rublev - TrendDon Rublev - Trend Indicator Guide
1. General Description
The Don Rublev - Trend is a technical analysis tool that combines a trend line, buy/sell signals, and support/resistance levels (TP/SL). It assists traders in making informed decisions about entering and exiting positions while effectively managing risk.
2. Signal Logic
Long (BUY): Triggered when the indicator detects an upward wave crossover with the price above the trend line.
Short (SELL): Triggered when the wave moves downward with the price below the trend line.
A filter is applied to eliminate duplicate signals.
3. Indicator Settings
The settings allow customization of EMA, TEMA, MA calculations, and the depth of extremum search for TP/SL levels. Users can also toggle the display of individual lines and the table if not required.
4. Chart Display
The indicator visualizes the following on the chart:
Trend Line (blue)
TP1, TP2, TP3 Levels (green lines)
SL Level (red line)
Buy/Sell Zone (orange line)
When TP or SL levels are reached, a ✅ checkmark appears next to the respective price level on the chart.
5. Target Table (Top-Right Corner)
The table displays current TP1, TP2, TP3, SL, and entry zone levels. Values are color-coded for clarity: red for SL, green for TP levels, and orange for the zone.
6. Alerts
Upon signal generation, a JSON-formatted message is sent, which can be integrated with a Telegram bot or other applications.
Example Short Alert:
{"chatId":186226547,"message":"PEPEUSDT - сигнал (SELL 60), Volume=123456, Price=0.000010555, ZoneSell=0.00001040977, SL=0.0000105838, TP1=0.00001040, TP2=0.00001030, TP3=0.00001020"}
7. Usage Recommendations
Use the indicator alongside volume analysis and support/resistance levels.
For more reliable signals, verify on higher timeframes.
Always apply SL to manage risk effectively.
Utilize TP levels for partial profit-taking.
Beta SignalsThe Beta Buy/Sell Signal Indicator provides visual cues for potential trade setups by combining multiple technical conditions, including RSI, MACD, SMA, volume filters, and price action. It highlights buy and sell signals when these conditions align, helping traders observe potential short-term opportunities across various market conditions.
Key Features:
Buy/Sell Signals – Signals appear as markers on your chart indicating potential entry points.
RSI Bounce Alerts – Identifies RSI crossing key thresholds (35 for bullish, 65 for bearish) in combination with other technical conditions.
SMA & MACD Filters – Confirms trade setups using trend (SMA) and momentum (MACD) indicators.
Volume & Price Action Filters – Optional volume filter and price movement checks ensure signals are only shown under specific market conditions.
Higher Timeframe RSI Filter – Optional filter for confirming trend strength from a higher timeframe.
Configurable Inputs – Users can adjust RSI length, MACD parameters, SMA period, and other filters to match their preferred trading style.
Usage:
Suitable for short-term trading or as a confirmation tool alongside other strategies.
Signals are designed for observation and strategy testing; they do not guarantee results.
Alerts can be set up for buy and sell bounce signals to assist in monitoring potential setups in real-time.
Andean Oscillator (Version 3.0 Sr.K)Andean Oscillator (Version 3.0 Sr.K)
This indicator is a momentum-based oscillator that measures the balance between bullish and bearish pressure.
🔧 How it works:
It calculates two adaptive envelopes around price and derives a "bullish" and "bearish" component.
The oscillator value is simply Bull - Bear, showing which side dominates.
A signal line (EMA of the oscillator) smooths the raw value.
Optionally, ±1σ levels are plotted to highlight statistically strong moves.
📊 What you see:
Histogram: Positive bars = bullish momentum, negative bars = bearish.
Orange Line: Signal line (EMA) used to confirm or anticipate reversals.
Zero Line: The equilibrium point. Crosses of this level signal a shift in market bias.
Green / Red Triangles: Buy and sell signals, either when crossing zero or crossing the signal line (depending on selected mode).
⚡ Early Signal Mode:
When enabled, signals trigger earlier — at the crossover between the oscillator and its signal line — allowing traders to enter potential reversals before a full zero-cross confirmation.
✅ Use cases:
Identify momentum shifts before price reversals.
Spot potential long/short setups with reduced lag.
Combine with price action or support/resistance for confirmation.
⚠️ Note: This is a tool for discretionary/manual trading. It does not open or close trades automatically. Always confirm with your own analysis and risk management.
Skywalker Strong Signals The Skywalker Scanner is a technical analysis tool designed to help traders evaluate market conditions by combining multiple signals into a single system.
Key Features:
EMA Trend Tracking – Fast and slow EMAs visually highlight bullish and bearish market zones.
RSI Alerts – Provides warnings when RSI reaches overbought or oversold levels to help identify potential momentum shifts.
Volume Filter – Signals are confirmed only when volume exceeds a moving average threshold.
Buy & Sell Conditions – Alerts trigger when EMA crossovers align with RSI thresholds, MACD momentum, and candle confirmation.
How It Works:
Instead of relying on a single indicator, the Skywalker Scanner filters setups so that buy or sell signals only appear when multiple conditions agree. This aims to reduce false positives and provide traders with clearer potential trade opportunities.
Usage:
Suitable across multiple timeframes, from scalping to swing trading.
Can be used standalone or as a confirmation tool alongside other strategies.
Does not guarantee results; intended for educational purposes only.