UltraAlgoguy Oscillator [CuriousB]This is a customized Moving Average Ribbons indicator. The moving average bands for Super/UltraGuppy specs for Scott's Zone Traders UltraAlgoguy (courtesy of Anthony (whom we affectionately know as: Algoguy) for helping me update the specs and showed me how to use it!) are Fast Band ema 10-120 by 2s and Slow Band ema 150-300 by 2s.
I was forced to break the indicator into 3 parts since I am unable to include so many plots in a single indicator script...so load #1 longband, #2 shortband then 3# oscillator in order to get the layers z-axis aligned for front to back visuals.
The Oscillator shows: distance between the average of the bands as the oscillator line, size of the gap between the bands as the histogram, compression of the bands as dots colored the same as the bands and orange for both compressing simultaneously, trend direction signal on rotation of the trend/slow band and buy and sell signals when the gap is open after crossover and trend is in the same direction.
Original code from: QuantVue GMMA Toolkit then modified for UltraGuppy specifications.
Indicators and strategies
Donchian Channel Midline AverageThis script draws a single line on your chart, and here's how it figures out where that line should be:
You Tell It How Far Back to Look (Length): You set a number, let's say 20. This means the script will always look back at the past 20 price bars (candles).
It Finds the Extreme Points:
For those past 20 bars, it finds the very highest point the price reached.
And, it finds the very lowest point the price reached.
It Calculates the "Middle" of Those Extremes:
It takes that highest point and that lowest point, and simply finds the average of the two. This average is the exact middle of the highest and lowest price points over your chosen period.
It Draws the Line: This "middle of the extremes" point is then drawn as a line on your chart. It keeps doing this for every new bar, so the line "moves" along with the price.
So, in a nutshell:
This script gives you a special kind of moving average. Instead of averaging every single price point like a typical moving average, it averages just the highest high and the lowest low over a set period. It's like finding the exact center point of the recent price "tunnel" or "range" on your chart.
The Length input controls how many bars back it looks.
The Offset input lets you slide the line a few bars forward or backward in time, if you want.
OBAD [Türkçe Alarm - Optimize]OBAD indicator helps identify positive and negative trends by combining price changes with volume. It aims to guide the user with visual color support and signal points.
Combined CMF, AO, RSI, MACDThis script shows a single pane data about RSI, MACD cross, AO histogram, and CMF data. This is an educational script, created just for own research purposes not meant to break any guidelines or stuff.
The only purpose is to keep the chart looks more clean than filled with too many indicators, that's why to save the space I have customized this 4 into 1.
AltcoinEvreni Entry/TP RR ToolMulti-Entry / Take-Profit Risk-Reward Tool
This indicator is designed to help traders visually plan and manage their trade entries, take-profit targets, stop-loss levels, and risk/reward calculations directly on the chart.
Key Features:
--- Up to 3 customizable entry levels with separate position sizing for each.
--- Up to 5 take-profit (TP) levels, each with individual allocation percentages.
--- Automatic calculation of weighted average entry price.
--- Dynamic risk and potential profit calculation based on your inputs.
--- Visual colored zones for entry, stop-loss, and take-profit areas on the chart.
--- Adjustable leverage and margin for position sizing.
--- Informative floating table displaying position type, entries, stop-loss, risk in $, potential
--- profit in $, and overall RR ratio.
--- Fully customizable appearance (colors, box width, table font size, etc.).
How to Use:
1- Set your trade direction (Long or Short).
2- Enter your planned entry prices, allocation percentages, and stop-loss.
3- Configure your take-profit levels and their respective allocation percentages.
4- Adjust margin, leverage, and visual preferences as desired.
5- The tool will display all relevant zones and statistics, helping you make better risk-managed trading decisions.
Notes:
--- All calculations and drawings update dynamically as you change your parameters.
--- Works on any symbol and timeframe.
--- For educational and planning purposes – always use your own judgment and risk management.
Double-SMADouble-SMA Indicator 📊
Description
The Double-SMA indicator displays two configurable moving averages on the chart to help analyze price trends. 📈📉
Configurable Parameters ⚙️
Short Period ⏱️: Number of candles used to calculate the fast moving average.
Default: 12
Long Period ⏲️: Number of candles used to calculate the slow moving average.
Default: 26
Price Source 💰: Base price used to calculate the moving averages.
Options: open 🟢, high 🔺, low 🔻, close 🔴, hl2 (average of high+low) ↕️, hlc3 (average of high+low+close) 🔄, ohlc4 (average of open+high+low+close) ⚖️
Default: close 🔴
MA Type 🧮: Type of moving average to calculate.
Options:
SMA (Simple) ➖
EMA (Exponential) 📈
WMA (Weighted) ⚖️
HMA (Hull) 🚀
Default: SMA ➖
How It Works 🔍
Calculates the fast (short-term) and slow (long-term) moving averages based on your settings.
The fast moving average changes color to indicate trend:
Blue 🔵 when above the slow moving average (uptrend ⬆️).
Orange 🟠 when below the slow moving average (downtrend ⬇️).
The slow moving average is shown in gray ⚪.
Both are plotted as solid lines on the chart.
How to Use 💡
Adjust periods and moving average types according to your analysis style.
Watch for crossovers between the moving averages:
When the fast MA crosses above the slow MA, it may signal a buying opportunity 🟢💵.
When it crosses below, it can indicate a sell or exit signal 🔴📉.
Use this indicator alongside other tools to confirm signals ✅.
📌 Note:
This is a private, non-profit project. If you appreciate the developer’s work, consider supporting voluntarily 🙏. For contact, reach out via private chat with the creator on TradingView 💬.
Supply In Profit Z-ScoreZ-score of BTC Supply in Profit.
Supply in Profit is an On-Chain BTC indicator that shows the percentage of BTC in profit.
In this indicator you can choose to use a Z-Score or not.
UltraAlgoguy Shortband [CuriousB]This is a customized Moving Average Ribbons indicator. The moving average bands for Super/UltraGuppy specs for Scott's Zone Traders UltraAlgoguy (courtesy of Anthony (whom we affectionately know as: Algoguy) for helping me update the specs and showed me how to use it!) are Fast Band ema 10-120 by 2s and Slow Band ema 150-300 by 2s.
I was forced to break the indicator into 3 parts since I am unable to include so many plots in a single indicator script...so load #1 longband, #2 shortband then 3# oscillator in order to get the layers z-axis aligned for front to back visuals.
The Oscillator shows: distance between the average of the bands as the oscillator line, size of the gap between the bands as the histogram, compression of the bands as dots colored the same as the bands and orange for both compressing simultaneously, trend direction signal on rotation of the trend/slow band and buy and sell signals when the gap is open after crossover and trend is in the same direction.
Original code from: QuantVue GMMA Toolkit then modified for UltraGuppy specifications.
ADX and DX+- @Peet V.2Step-by-Step Breakdown
1. DX (Directional Index)
This is the raw, unsmoothed measure of trend strength for a single period.
DX=(∣+DI−-DI)/(∣+DI+-DI)*100
Values range between 0 to 100
The closer the DX is to 100, the stronger the trend (either up or down)
2. ADX (Average Directional Index)
ADX is the exponentially smoothed average of the DX over a certain number of periods (default is 14)
It reflects trend strength only, not direction
If ADX is rising, it means the trend (up or down) is strengthening
If ADX is falling, it suggests a weakening trend
📈 How They Work Together
First, calculate +DI and -DI (directional movement)
From those, compute DX
Then average DX over time to get ADX
Think of DX as a building block for the more reliable and smoothed ADX.
🔁 Quick Interpretation
ADX Trend Strength
0–20 No/weak trend
20–40 Tradable trend
40–60 Strong trend
60+ Very strong (usually short-lived)
And the trend direction is determined by whether:
+DI > -DI (bullish)
-DI > +DI (bearish)
EMA Hierarchy Alternating Alert MarkersThis script allows you to set EMA 5, 13 & 26 in a single indicator.
It allows you to set an alert when PCO or NCO happens where 5>13>26 (PCO) or 5<13<26 (NCO).
It has been designed in such a way that the alert will only be sounded on the first PCO or NCO.
Once a PCO has happened then the next PCO alert will only come after the NCO has happened.
This feature helps you to avoid getting multiple alerts specially if you are using a lower timeframe.
Scripts: Equities, F&O, Commodity, Crypto, Currency
Time Frame: All
By TrustingOwl83470
WT 4H + 1D Oscillator + Cross Dots + Alert TrianglesThis indicator will help on trigger buy and sell alerts when you get confluence signals in 1D Momentum above or below +-30 (adjustable) and 4H momentum waves crossing (meaning overbought / oversold). Excellent for catching early swing breakout trades.
Media 10 y 20 con Señales de Compra y Ventaemas 10 20 50 100 200 con señal de cruce 10 y 20 cualquier temporalidad
200 EMA Cross with Optional Second EMA and CooldownThis indicator uses two EMA lengths of your choosing.
1. This indicator is similar to the most recent published indicator.
2. There is also an alert when price crosses the faster EMA. But not the slower EMA.
3. You will receive all alerts as price crosses the main EMA, not the optional EMA.
6. The is also a "Cooldown" period between alerts so we do not see too many alerts at the same time. Set it to your own number of candles. On the 3m chart I have it set on 25.
8. All the alerts have been combined into one alert. The buy and sell alerts.
9. I use this on the 3m chart with a 30m Williams %r and a 3H Williams %r. The 30 minute WPR should be enough.
10. This indicator is not designed to catch the tops or bottoms of a trend. It is designed to catch the continuation moves. This indicator need a trending market. The trend is your friend. Do not just take any signal from the indicator, it is best to sell when the higher timeframes are trending down.
11. Use at your own risk. Do your own due diligence before taking a trade and do not rely entirely on this indicator.
12. I have not tested this indicator for repainting.
13. Have fun with the indicator and leave a message and vote it up if you like it.
12/25 EMA Trend ColorPlots 12 EMA (close) and 25 EMA (close)
• Colors the EMAs green if the trend is up (12 EMA above 25 EMA), and red if the trend is down (12 EMA below 25 EMA)
Relative Strength IndexBuy green sell red. TP 1:2rr with SL above/below the flashing candle. Win ration is 52% but with the edge you can get almost 8% ROI per month. This strategy is only been tested for LSE and NYSE.
Открытие сессии: EMA + VWAP + ОбъемThis is an experimental study designed to filter out minor price action for a clearer view of trends. Inspired by the QQE's volatility filter, this filter applies the process directly to price rather than to.
true EMAActual EMAs no BS. Only closed EMA settings. NO SMA, SMMA, WMA or VWMA. Classic EMA woth recommended golden cross of 50*100 for LTF and 25*200 for HTF
EMA 多空排列
Indicator Name: EMA Alignment
Introduction:
This indicator aims to help traders quickly identify potential trend directions by visualizing the alignment of EMAs (Exponential Moving Averages). By displaying both bullish and bearish alignments, this indicator can assist in determining potential buying and selling opportunities in the market.
Key Features:
Bullish and Bearish Alignment Identification:
Bullish Alignment: When shorter-period EMAs are above longer-period EMAs, it indicates a potential uptrend.
Bearish Alignment: When shorter-period EMAs are below longer-period EMAs, it indicates a potential downtrend.
Visual Cues:
Arrow Signals: Arrows are plotted on the chart at the start and end of bullish/bearish alignments, providing a clear visual representation of trend changes.
EMA Curves: Plots EMA curves of different periods, making it easy for users to observe the relationships between EMAs.
Customizable Parameters:
Allows users to customize the EMA periods to suit different trading strategies and market conditions.
Alert Functionality:
Provides alerts at the start and end of bullish/bearish alignments, helping users to promptly capture trading opportunities.
How to Use:
Add this indicator to your TradingView chart.
Customize the EMA periods according to your trading preferences.
Observe the arrow signals and EMA curves on the chart to determine market trends.
Combine with other technical indicators and analysis methods to develop your trading strategy.
Parameter Descriptions:
EMA Periods:
len1: 21
len2: 55
len3: 100
len4: 200
Users can modify these parameters according to their needs.
Suitable Scenarios:
This indicator is suitable for various markets and timeframes, especially for trend-following strategies.
Important Notes:
This indicator is intended as an auxiliary analysis tool and does not guarantee 100% accuracy.
Traders should consider their own risk tolerance and trading experience when using this indicator.
Please practice proper money management and control position risk.
Disclaimer:
This indicator is for educational and informational purposes only and does not constitute any investment advice. Traders are solely responsible for their trading risks.
Belk Navigator Screener//@version=5
indicator("Belk Navigator Screener", overlay=true)
// إعدادات أساسية للمؤشر (نفس شروط الدخول والخروج من Belk Navigator)
emaFast = ta.ema(close, 9)
emaSlow = ta.ema(close, 21)
rsi = ta.rsi(close, 14)
macdLine = ta.ema(close, 12) - ta.ema(close, 26)
signalLine = ta.ema(macdLine, 9)
histogram = macdLine - signalLine
volumeSMA = ta.sma(volume, 20)
climaxVolume = volume > (volumeSMA * 2)
buySignal = ta.crossover(emaFast, emaSlow) and rsi > 60 and climaxVolume and histogram > 0
sellSignal = ta.crossunder(emaFast, emaSlow) and rsi < 40 and climaxVolume and histogram < 0
// إشعار بصري واضح
bgcolor(buySignal ? color.new(color.green, 85) : na)
bgcolor(sellSignal ? color.new(color.red, 85) : na)
labelText = buySignal ? "🔔 BUY Signal Detected" : sellSignal ? "⚠️ SELL Signal Detected" : "No Signal"
labelColor = buySignal ? color.green : sellSignal ? color.red : color.gray
label.new(bar_index, high, text=labelText, style=label.style_label_down, textcolor=color.white, size=size.normal, color=labelColor)
// تنبيه تلقائي
alertcondition(buySignal, title="BUY Signal", message="🔔 سهمك الحالي أعطى إشارة شراء")
alertcondition(sellSignal, title="SELL Signal", message="⚠️ سهمك الحالي أعطى إشارة بيع")
Real Time Swing Trap DetectorThe Real Time Swing Trap Detector is a minimalist, pro-grade tool for instantly spotting classic “bull traps” and “bear traps” on any chart.
This indicator identifies swing traps in real time by tracking significant swing highs and lows, then watching for fast, false breakouts (bull traps) and breakdowns (bear traps) within a user-defined window.
How it works:
Detects when price breaks a major swing high/low (using configurable lookback).
If price quickly reclaims the broken level within X bars (trap window), a trap is confirmed and a subtle icon (🐂 for bull, 🐻 for bear) is displayed on the chart—no labels, no clutter.
You can enable/disable alerts for bull/bear traps individually or together, and receive notifications the moment a trap is detected.
Use cases:
Spot and avoid classic market “fakeouts” that trap breakout traders.
Confirm SMC/ICT “Judas swing” setups, or filter for high-probability reversals.
Works on all timeframes and assets: stocks, crypto, forex, indices.
Inputs:
Swing Lookback Bars: How far back to define swing points (default: 50)
Major Swing Filter: Additional filter for only the most significant highs/lows (default: 200)
Trap Bars (Look Ahead): Window in which a trap must be confirmed (default: 10)
Enable Bull/Bear Trap Alerts: Toggle real-time alerts for each trap type.
Visuals:
🐻 icon below bar for bear trap (short squeeze/reversal)
🐂 icon above bar for bull trap (long squeeze/reversal)
How to set up alerts:
Add the indicator to your chart, open TradingView’s Alerts panel, and choose “Bear Trap Alert,” “Bull Trap Alert,” or “Any Trap Alert” for instant notifications.
Volume Buy/Sell SplitVisually decompose each bar’s total volume into estimated “buy” and “sell” components, so you can instantly see which side—buyers or sellers—dominated on each candle.
Key Features
Total Volume Base
A solid grey histogram shows the absolute volume on every bar.
Buy vs. Sell Split
Buying Volume is calculated as
```volume × (close – low) / (high – low)```
Selling Volume is calculated as
```volume × (high – close) / (high – low)```
These estimates assume that when price closes near the high, more of that bar’s volume was “aggressive buying,” and vice versa.
Dynamic Stacking
The larger of the two components (buying vs. selling) is plotted directly on top of the grey base, in blue (if buying dominates) or yellow (if selling dominates).
The smaller component is plotted above that, in the complementary color, so the full column still represents total volume.
30‑Bar Average Marker
A thin purple line appears at the 30‑bar simple moving average of volume—but only on bars where volume exceeds that average—helping you spot volume spikes at a glance.
How to Interpret
Tall grey columns = high total volume bars.
Blue‑tinted sections = buying pressure; yellow‑tinted sections = selling pressure.
When the blue (buy) portion is larger, buyers had the upper hand; a larger yellow portion indicates sellers dominated.
Purple markers highlight bars where volume is above its 30‑period average, drawing your eye to unusually active sessions.
Usage Notes
Overlay: false (panel below price)
No external inputs to adjust—plug and play.
Ideal for spotting divergences between price and volume aggression, confirming breakouts, or identifying potential exhaustion moves when one side’s volume spikes.
Add this script to your charts to gain clear, color‑coded insights into buying vs. selling activity on every candle.
ICT Unicorn Model AlertA Unicorn setup generally involves:
Liquidity Sweep: Price takes out previous swing high/low.
SMT Divergence (e.g., NQ vs ES or NQ vs YM).
BISI/BSI/SSI block formed.
Entry in OTE (Optimal Trade Entry) zone after a Fair Value Gap (FVG).
Confirmation via Displacement and Market Structure Shift.