Custom Multi-Style Candlestick Chart (Arjo)Custom Multi-Style Candlestick Chart
View the same market through different candle-types to spot structure, trend, and volatility more clearly.
This indicator lets you view price action using several alternative candlestick styles, including Traditional , Smooth , Hull , EMA-based , Median-based , Heikin-Ashi , and more.
Instead of changing charts manually, you can instantly switch between different candle types in a single panel, even for other chart symbols.
Different smoothing techniques highlight different aspects of market behaviour — trend clarity , volatility compression, swing structure, and momentum. This tool helps traders see those variations quickly without altering their main chart settings .
What This Indicator Does
1. Displays multiple candle-types
From the settings panel, you can choose:
Traditional Candles – Standard OHLC data.
Heikin-Ashi – Smooths out noise and shows cleaner trend flow.
Smooth Candles – Uses a SuperSmooth filter to reduce short-term volatility.
Hull Candles – Uses Hull MA smoothing for fast trend visualization.
EMA Candles – Uses EMA-smoothed OHLC values.
Median Candles – Shows median-filtered OHLC values for noise reduction.
Custom Candles – A special formula using previous bars to create a balanced pivot-style open.
Each candle type offers a slightly different look at the same market.
2. Uses the Same Symbol & Timeframe
The indicator always uses:
the same timeframe as your chart , and
the symbol you select (Chart Symbol or Custom Symbol )
This makes it easy to compare the alternative candles directly with the price.
3. Includes Dynamic Support & Resistance
The indicator calculates:
20-period EMA (trend centerline)
ATR-based support and resistance levels
These levels help traders see where the price may find pressure or relief during normal volatility.
4. Shows Trend Strength (ADX Background Color)
The background becomes lighter or darker depending on ADX strength:
Low ADX (below 15) → Market may be quiet or range-bound
Higher ADX → Trend may be strengthening
This is only a visual guide and not a signal.
-------------------------------------------------------------------------------
How to Use It
----------------------------------------------------------------------
1. Choose a candle type from the settings.
Try switching between Smooth, Hull, Median, Heikin-Ashi, or other to see which gives you the clearest structure .
2. Compare the smoothed candles with the real price
Smoothed candles remove noise. They help to:
identify swing direction
spot trend strength
study clean momentum behaviour
3. Use the EMA-20 + ATR bands
These bands help you see natural dynamic support and resistance zones based on both trend and volatility.
4. Background color helps understand trend conditions
When the ADX is low , the background becomes slightly shaded to warn of choppy or low-momentum sessions.
5. Use with other tools
This indicator is intended solely as a visual aid.
You may combine it with your own signals, patterns, or risk-management methods.
Disclaimer
This indicator does not generate buy/sell signals.
It is meant for visual analysis only.
It does not predict future prices or guarantee any outcome.
Always use proper risk management and confirm decisions with your own analysis.
Happy Trading (ARJO)
Indikator dan strategi
Fat Tony's Composite Momentum Histogram (v01)Fat Tony Histogram with various indicators. Publish the damn script!
Daily RDR (Prev Day H/L, Intraday)This indicator identifies intraday Range-Deviation Reversal (RDR) signals using the previous day’s high and low. At each new session, it stores yesterday’s levels and resets today’s range tracking. During the day, it detects when price first breaks above the prior high or below the prior low, then waits for a reversal: a bearish RDR triggers when price exceeds yesterday’s high and then closes back below it, while a bullish RDR triggers when price undercuts yesterday’s low and then closes back above it. The script plots the previous day’s levels and marks RDR reversals with small up/down triangles.
MTF EMA Hariss 369The strategy has been prepared in a simplistic manner and easy to understand the concept by any novice trader.
Indicators used:
Current Time frame 20 EMA- Gives clear look about current time frame dynamic support and resistance and trend as well.
Higher Time Frame 20 EMA: Gives macro level trend, support and resistance
Kama: Capture volatility and trend direction.
RVOL: Main factor of price movement.
Buy when price closes above current time frame 20 ema and current time frame 20 ema is above higher time frame 20 ema. Stop loss just below the low of last candle. One can use current time frame 20 ema, higher time frame 20 ema or kama as stop loss depending upon type of asset class and risk appetite. The ideal way is to keep 20 ema as trailing sl if one wants to trail with trend.
Sell when price closes below current time frame 20 ema and current time frame 20 ema is lower than higher time frame 20 ema. Stop loss just above high of last candle.
Ideal target is 1.5 or 2 times of stop loss.
Entry and exit time depends on trading style. Eg. if you want to enter and exit in 5 min time frame, then choose 15 min or 1h as higher time frame as trend filter. Buy and sell signals are also plotted based on this strategy. One should always go with the higher time frame trend. Opting higher time frame trend filter always filters out market noises.
Crypto Monthly Levels (Non-Repainting, Fixed for Month)This is for paper trading purpose only.
Monthly camarilla and cpr levels. fires alerts when ever the price touches the levels. still need to upgrade the code.
after long time use the alerts at the opening are flooding so need to fix it. please remove the indicator once per week and add freshly.
Delta Signals NO REPINTA (FINAL)📢 New Indicator: Delta Signals NO REPAINT 🔥
Introducing my new indicator based on Order Flow Delta, designed to provide buy and sell signals with absolutely NO repainting — perfect for scalping, day trading, or swing trading.
This tool combines two powerful components:
✅ Order Flow Delta — Measures the real strength between buyers and sellers
✅ Smart Trend Filter — Only shows signals in the direction of the dominant trend
Together, they deliver cleaner, more accurate and more reliable signals, with clear entry markers on the chart and a delta histogram revealing real market pressure.
🚀 What’s Included?
🔹 Buy/Sell signals with NO repaint
🔹 Intelligent delta calculation
🔹 Trend filter using moving average
🔹 Clear labels on entry points
🔹 Visual delta histogram
🔹 Works great on Crypto, Forex, Indices & Stocks
🔹 Very lightweight and fast on TradingView
🎯 Why is it powerful?
Because it doesn't rely on lagging indicators — it reads the actual imbalance between buyers and sellers, often detecting strong moves before traditional indicators do.
This type of analysis is used by professional order flow traders, but now you have it on your TradingView chart in a simple, visual format.
🔥 Perfect for:
Scalpers who need precision
Day traders working breakouts and pullbacks
Swing traders seeking strong confirmations
Traders who want clean, NO-repaint signals
If you want a version with automatic TP/SL, alerts, or full backtesting, I can publish that as well.
Just let me know. 🚀📈
GODZILLA Bullish Breakout//@version=5
indicator("GODZILLA Bullish Breakout", overlay=false)
// Moving Averages
ma5 = ta.sma(close, 5)
ma20 = ta.sma(close, 20)
ma50 = ta.sma(close, 50)
// Bullish Conditions
goldenCross = ta.crossover(ma5, ma20)
aboveMA50 = close > ma50
nearResistance = close >= ta.highest(high, 10) * 0.995
// Bullish Signal
bullishSignal = goldenCross and aboveMA50 and nearResistance
// Plot for Screener
plot(bullishSignal ? 1 : 0, title="Bullish Signal", color=color.green, linewidth=2)
Buy/Sell Signal v3
BTC/Gold Scalping Strategy - 5M 1H Timeframe
Description
Advanced trading indicator specifically designed for scalping BTC and Gold on 5-minute and 1-hour timeframes. It uses EMA crossovers with automatic risk management (Stop Loss and Take Profit) based on ATR.
Main Features
- Automatic entry signals: Identifies optimal buy and sell points based on EMA crossovers
- Integrated risk management: Automatically calculates SL and TP according to your preferred risk/reward ratio
- Smart invalidation: Cancels previous positions when a new opposite signal appears
- Clear visualization: Horizontal lines showing entry, stop loss, and take profit in real time
- Informative panel: Table with all information about the active position
- Complete alert system: Notifications for entries, exits, and invalidations
How It Works
The indicator detects trend changes through the crossover of two EMAs:
- Fast EMA (default 5 periods): Quickly responds to price changes
- Slow EMA (default 13 periods): Filters market noise
- BUY Signal: When the fast EMA crosses above the slow EMA
- SELL Signal: When the fast EMA crosses below the slow EMA
Risk Management
- Stop Loss: Placed below/above the low/high of the entry candle, adjusted by ATR
- Take Profit: Automatically calculated according to your configured R:R ratio (default 3:1)
- Invalidation: If an opposite signal appears before TP or SL is hit, the position closes automatically
Visual Elements
- 🟢 BUY Label: Buy signal (lime green)
- 🔴 SELL Label: Sell signal (red)
- ⚠️ INV Icon: Invalidated entry (yellow)
- 🎯 TP Icon: Take Profit reached (green)
- ❌ SL Icon: Stop Loss triggered (red)
- ⚪ White dotted line: Entry price
- 🔴 Red line: Stop Loss level
- 🟢 Green line: Take Profit level
Recommended Settings
For BTC:
- Fast EMA: 5
- Slow EMA: 13
- ATR: 14
- SL Multiplier: 0.5
- Risk:Reward: 3.0
- Candle confirmation: Enabled
For Gold (XAU/USD):
- Fast EMA: 5
- Slow EMA: 13
- ATR: 14
- SL Multiplier: 0.4–0.6 (adjust depending on volatility)
- Risk:Reward: 2.5–3.5
- Candle confirmation: Enabled
Available Alerts
1. 🟢 BUY Signal: Triggered when a new buy opportunity appears
2. 🔴 SELL Signal: Triggered when a new sell opportunity appears
3. 🎯 Take Profit: Notifies when the profit target is reached
4. ❌ Stop Loss: Alerts when stop loss is triggered
5. ⚠️ Invalidated Entry: Alerts when a position is canceled by an opposite signal
Important Notes
- ⏰ Recommended timeframe: 5 minutes and 1 hour
- 📊 Optimized assets: Bitcoin (BTC/USD) and Gold (XAU/USD), including Futures
- ⚠️ No repaint*: Signals do not change once confirmed
- 🎓 Educational use: Always perform your own analysis before trading
- 💰 Capital management: Never risk more than 1–2% of your account per trade
Customizable Parameters
Indicators:
- Fast EMA period (1–50)
- Slow EMA period (1–50)
- ATR period (1–50)
- Stop Loss multiplier (0.1–5.0)
- Risk:Reward ratio (1.0–10.0)
- Candle confirmation (On/Off)
EMA Visualization:
- Show/Hide Fast EMA
- Customizable Fast EMA color
- Show/Hide Slow EMA
- Customizable Slow EMA color
How to Use
1. Add the indicator to your 5-minute chart
2. Adjust parameters according to your trading style
3. Set up alerts to receive notifications
4. Wait for clear BUY or SELL signals
5. Manage the trade following the SL and TP levels displayed
Disclaimer: This indicator is a technical analysis tool. It does not constitute financial advice. Trading carries significant risks and you may lose your capital. Always trade responsibly with proper risk management.
Crypto Daily Levels + SMA Alerts (Non-Repainting)This is for paper trading purpose only.
Daily camarilla and cpr levels with 2 SMAs. fires alerts when ever the price touches the levels. still need to upgrade the code.
after long time use the alerts at the opening are flooding so need to fix it. please remove the indicator once per week and add freshly.
Moving Average Difference//@version=5
indicator("Moving Average Difference", overlay=false)
fastLength = input.int(9, "Fast MA Length")
slowLength = input.int(21, "Slow MA Length")
fastMA = ta.sma(close, fastLength)
slowMA = ta.sma(close, slowLength)
difference = fastMA - slowMA
plot(difference, color = difference >= 0 ? color.green : color.red, linewidth=2)
hline(0, "Zero Line", color=color.white)
SwRp - Multi Trapezoidal WMASwRp - Multi TWMA (TF-aware) shows up to five configurable Trapezoidal Weighted Moving Averages (TWMA) across a single pane. Each line supports an independent length, weighted taper percent, source (Close/Open/High/Low/H&L/H&L+HL2), optional band (High & Low) with fill, and a post-calculation smoothing option. The indicator is timeframe-aware: calculations can run on the chart timeframe or on a selected higher/lower timeframe. Designed to visualize dynamic support/resistance and the market’s weighted center across multiple horizons.
SPX AbuBasel Scalping PRO – Stable//@version=5
indicator("SPX AbuBasel Scalping PRO – Stable", overlay=true, precision=2)
// ==== Inputs ====
lenRSI = input.int(7, "RSI Length")
tp1ATR = input.float(0.35, "TP1 ATR Factor", step=0.05)
tp2ATR = input.float(0.70, "TP2 ATR Factor", step=0.05)
tp3ATR = input.float(1.00, "TP3 ATR Factor", step=0.05)
slATR = input.float(0.45, "SL ATR Factor", step=0.05)
useVol = input.bool(true, "Use Volume Filter")
// ==== Indicators ====
rsi = ta.rsi(close, lenRSI)
vwap = ta.vwap
atr = ta.atr(14)
// Bollinger Bands
basis = ta.sma(close, 20)
dev = 2.0 * ta.stdev(close, 20)
upper = basis + dev
lower = basis - dev
// Volume filter
volOK = volume > ta.sma(volume, 20)
// Divergence
bullDiv = low < low and rsi > rsi
bearDiv = high > high and rsi < rsi
// Reversal candles
bullCandle = close > open and close > high
bearCandle = close < open and close < low
// VWAP slope
trendUp = vwap > vwap
trendDown = vwap < vwap
// ==== Entry Conditions ====
buySig = bullDiv and bullCandle and close > vwap and trendUp and (not useVol or volOK) and close < lower
sellSig = bearDiv and bearCandle and close < vwap and trendDown and (not useVol or volOK) and close > upper
// ==== Targets ====
tp1 = buySig ? close + atr * tp1ATR : sellSig ? close - atr * tp1ATR : na
tp2 = buySig ? close + atr * tp2ATR : sellSig ? close - atr * tp2ATR : na
tp3 = buySig ? close + atr * tp3ATR : sellSig ? close - atr * tp3ATR : na
sl = buySig ? close - atr * slATR : sellSig ? close + atr * slATR : na
// ==== Plot Signals ====
plotshape(buySig, title="BUY", style=shape.labelup, color=color.green, text="BUY", size=size.small)
plotshape(sellSig, title="SELL", style=shape.labeldown, color=color.red, text="SELL", size=size.small)
// ==== Draw Levels ====
if buySig or sellSig
line.new(bar_index, tp1, bar_index + 1, tp1, extend=extend.right, color=color.new(color.green, 0))
line.new(bar_index, tp2, bar_index + 1, tp2, extend=extend.right, color=color.new(color.lime, 0))
line.new(bar_index, tp3, bar_index + 1, tp3, extend=extend.right, color=color.new(color.green, 40))
line.new(bar_index, sl, bar_index + 1, sl, extend=extend.right, color=color.new(color.red, 0))
// ==== Alerts ====
alertcondition(buySig, "SPX BUY", "AbuBasel PRO: BUY Signal")
alertcondition(sellSig, "SPX SELL", "AbuBasel PRO: SELL Signal")
ADR / ATR / Other Info TableADR / ATR / Other Info Table is a comprehensive, fully customizable information dashboard that displays essential stock metrics in a clean, organized table overlay. At a glance, monitor your position relative to key moving averages (20, 50, 200 SMA) with dynamic trend arrows showing whether each SMA is rising or falling, plus distance from 52-week highs and lows. Track volatility with today's ADR%, 20-day and 50-day ADR% averages, ATR values, and ATR deviation from its 50-day mean—all with optional color-coded thresholds to quickly identify elevated volatility conditions. The volume section provides deep insights including 20-day and 5-day average dollar volume, projected volume, relative volume, relative dollar volume, and Volume Buzz (percentage deviation from average). Fundamental data such as market cap, shares float, float percentage, days until earnings, RS Rating (relative strength vs. S&P 500), liquidity cap, sector, sector ETF performance, and industry group round out the display. Every metric can be individually toggled on or off, and the table offers extensive customization including position, size, text alignment, background color, and multi-tier color thresholds for ADR%, Volume Buzz, and Relative Dollar Volume. Perfect for swing traders, momentum traders, and anyone who wants critical market data consolidated into one efficient, non-intrusive display.
Directional Positional Option Selling Modelif you want to go dictional selling use it on 1 day or 4 hr chart
stormytrading orb botshows entries for 15m orb based on 5m break and retest made solely for mnq or nq, works good with smt
shows trades for ldn, nyc, nyc overlap and Asia session, pls follow stormy trading on insta for more
Income Engine - Daily Supertrend Covered Call SignalsWhat This Indicator Does
1. Identifies the safest time to sell a 1-week covered call
The script uses the Daily Supertrend as a primary trend filter.
When the trend turns bearish or weak, the indicator highlights a Sell Zone, signaling a statistically safer window to sell a covered call.
Covered calls perform best when price is:
Sideways
Weak
Trending down
Not likely to surge upward
The Sell Zone captures exactly this behavior.
Green line=Let the stock run.
Red line=safe to sell calls without assignment. Gererate income while stock falters.
2-Day Rolling VWAP2-Day Rolling VWAP extends the traditional Volume Weighted Average Price calculation beyond a single session, providing a smoother and more stable reference level that spans two full trading days. While standard VWAP resets at the start of each new session, this rolling approach maintains continuity by continuously calculating the volume-weighted average price over the most recent 48-hour window—making it particularly valuable for swing traders and those holding positions overnight who need context beyond intraday levels. The indicator automatically manages historical data, dropping the oldest day's bars as each new trading day begins to maintain a consistent 2-day lookback. Optional percentage-based bands (default ±1%) provide dynamic support and resistance zones around the rolling VWAP, helping identify potential mean-reversion opportunities when price extends too far from the volume-weighted fair value. Visual crossover signals—green triangles below bars when price crosses above VWAP, red triangles above bars when price crosses below—highlight potential momentum shifts and entry/exit points. The source input allows calculation based on close, open, high, low, or any custom value. Whether you're looking for a more stable intraday anchor than single-session VWAP, identifying multi-day value areas, or timing entries around volume-weighted levels, this rolling VWAP provides the extended context that traditional VWAP calculations lack.
King-HamaadaThis indicator draws DR/IDR sessions for Mon–Fri (19:30–23:00 NY), keeps the DR box visible until 18:00 next day, tracks swing violations against the DR high/low, and calculates live pip expansion above and below the DR range from 23:00 → next day 23:00, displaying DR range and expansion up/down in pips on the right side of each DR.






















