Candle Painter - Scalping/Intraday - [upy]Candle Painter – Scalping & Intraday
This indicator redraws the candles based on trend logic and positioning, using two distinct modes: Scalping and Intraday.
✔️ Scalping: compares 1-minute (or 1h) price action with the 4H SMMA(200).
✔️ Intraday: compares 4H price action with the Daily SMMA(200).
ℹ️ Important usage instructions:
To ensure the custom candles display correctly, set your chart's default candles to transparent (Right click on chart → Settings → Symbol → set "Up" and "Down" colors to transparent).
The indicator will only display on:
Timeframes below 1H when using Scalping mode
Timeframes below 4H when using Intraday mode
This prevents repainting or inconsistent behavior due to timeframe mismatches.
Göstergeler ve stratejiler
[AA] - BTC Daily H/L LevelsStatistical based indicator for BTC. Calculated the mean H/L of BTC daily candles.
AlgoRanger - Oscillator Matrix/@version=5
indicator("AlgoRanger - Oscillator Matrix", shorttitle="AlgoRanger Oscillator Matrix", overlay=false, max_lines_count=500)
// === USER INPUTS ===
dW = input.bool(true, "Enable Hyper Wave", group="Hyper Wave")
mL = input.int(7, "Main Length", group="Hyper Wave", minval=5, maxval=21)
sT = input.string("SMA", "Smoothing Type", group="Hyper Wave", options= )
sL = input.int(3, "Smoothing Length", group="Hyper Wave", minval=2, maxval=10)
// Colors
fCSS = input.color(#51B155, "Main Color", group="Hyper Wave")
sCSS = input.color(#80828D, "Secondary Color", group="Hyper Wave")
// Divergence
dvT = input.int(20, "Divergence Sensitivity", group="Divergence", minval=20, maxval=40)
sDiv = input.bool(true, "Show Divergences", group="Divergence")
// Reversal Factor
rsS = input.bool(true, "Enable Reversal Factor", group="Reversal")
rsF = input.int(4, "Reversal Strength", group="Reversal", options= )
// Money Flow
Smf = input.bool(true, "Enable Money Flow", group="Money Flow")
mfL = input.int(35, "Money Flow Length", group="Money Flow", minval=10, maxval=55)
mfS = input.int(6, "Money Flow Smoothing", group="Money Flow", minval=2, maxval=10)
// === OSCILLATOR FUNCTION ===
oscillator(len, smt) =>
float hi = ta.highest(len)
float lo = ta.lowest(len)
float av = ta.sma(hl2, len)
sig = ta.ema(ta.linreg((close - math.avg(hi, lo, av)) / (hi - lo) * 100, len, 0), smt)
sgD = sT == "SMA" ? ta.sma(sig, smt) : ta.ema(sig, smt)
// === CALCULATE OSCILLATOR ===
= oscillator(mL, sL)
// === PLOTTING OSCILLATOR ===
pO = plot(oSig, color=fCSS, title="Oscillator Signal")
iO = plot(oSgD, color=sCSS, title="Oscillator Smoothed")
fill(pO, iO, color=color.new(fCSS, 80))
// === MONEY FLOW CALCULATION ===
mfVal = ta.sma(ta.mfi(hl2, mfL) - 50, mfS)
mfColor = mfVal > 0 ? color.green : color.red
// === PLOTTING MONEY FLOW ===
plot(Smf ? mfVal : na, color=mfColor, title="Money Flow")
// === REVERSAL SIGNALS ===
plotshape(oSig > 50 and rsS, location=location.absolute, color=color.blue, style=shape.triangleup, title="Reversal Up")
plotshape(oSig < -50 and rsS, location=location.absolute, color=color.red, style=shape.triangledown, title="Reversal Down")
Hull Trend Strong ConfirmationHull Trend original adapted: Added Strong Confirmation. Original code: jaggesoft
OHLC Candles Overlay [Multi TF]- 3 CandlesMulti timeframe overlay candles for higher timeframe analysis on lower timeframes and vice versa.
P177 - SMC - IFC Candle (Bullish)To automatically detect Bullish Institutional Funded Candles (IFC) — the first strong bullish candle that appears after a liquidity grab below a recent low.
This is a classic Smart Money Concepts (SMC) setup used to anticipate low-risk, high-reward BUY entries.
P177 - SMC - IFC Candle (Bearish)To automatically detect Institutional Funded Candles (IFC) on the bearish side, after a liquidity grab to the upside — a core setup in Smart Money Concepts (SMC).
Midpoint Line on Last Candleit gives the midpoint of the recent strong candle. a break to this line may cause a trend reversal.
Formadores Indicador #2Indicador do Formadores. Indicador que é focado em pegar recuos em uma tendência de alta.
2 Multi MA + ZLEMA + Multi-Session + Volume + 50% Body CandlesThis TradingView indicator combines multiple technical analysis tools into one comprehensive overlay. Key features include:
Dual Moving Averages (MA):
Configurable types (SMA, EMA, WMA, HMA, VWMA, LSMA, SMMA) for both MA 1 and MA 2.
Customizable periods and price sources.
Visualized with distinct colors (cyan and white).
Zero Lag EMA (ZLEMA):
Reduces lag using a price adjustment formula.
Multiple price source options (HLC3, HL2, Close, Open, OHLC4).
Purple-shaded fill between ZLEMA and MA 2 for trend clarity.
Multi-Session Zone Highlights:
Customizable New York, London, and Tokyo trading sessions.
Time zones and session hours/minutes adjustable.
Colored backgrounds (blue, red, green) for easy visual identification.
50% Body Candles:
Highlights candles where the body (open-close range) is ≤50% of the total candle range.
White-colored candles indicate low volatility or indecision.
Volume Metrics Table:
Displays real-time volume and moving averages (5, 20, 50, 100, 200 periods).
Color-coded to show which moving average the current volume is closest to.
TJR's BOS strategyBreak of Structure (BOS) Indicator: TJR version
This Break of Structure (BOS) Indicator helps you identify key market shifts by highlighting breaks in market structure. It uses price action to spot significant swing highs and swing lows and draws horizontal lines that extend to the right whenever a BOS occurs.
Features:
Real-Time Updates: The indicator continuously updates in real time, marking BOS points as they occur.
BOS Lines:
Bullish Break of Structure (BOS): Occurs when the price closes above a previously established high.
Bearish Break of Structure (BOS): Occurs when the price closes below a previously established low.
Customizable: Easily change the color and line length of the BOS markers to suit your charting preferences.
Max Lines Control: Limit the number of BOS lines shown in both upward and downward directions to keep the chart clean.
Visual Clarity: Lines are drawn directly on the high or low levels, marking clear BOS zones on the chart for easy identification.
How to Use:
BOS Up: A bullish BOS is marked when the price closes above a previously marked high.
BOS Down: A bearish BOS is marked when the price closes below a previously marked low.
Trend Direction: This indicator can be particularly useful for traders following trend continuation or reversal strategies, as BOS points represent key areas where market sentiment shifts.
Custom Settings:
Change the color of BOS lines for better visibility.
Adjust the maximum number of BOS lines to display.
MACD-V with Volatility Normalisation [DCD]MACD-V with Volatility Normalisation
This indicator is a modified version of the traditional MACD, designed to account for market volatility by normalizing the MACD line using the Average True Range (ATR). It provides a more adaptive approach to identifying momentum shifts and potential trend reversals. This indicator was developed by Alex Spiroglou in this paper:
Spiroglou, Alex, MACD-V: Volatility Normalised Momentum (May 3, 2022).
Features:
Volatility Normalization: The MACD line is adjusted using ATR to standardize its values across different market conditions.
Customizable Parameters: Users can adjust the MACD fast length, slow length, signal line smoothing, and ATR length to suit their trading style.
Histogram Visualization: The histogram highlights the difference between the MACD and signal lines, with customizable colors for positive and negative momentum.
Crossover Signals: Green and red dots indicate bullish and bearish crossovers between the MACD and signal lines.
Background Highlighting: The chart background changes to green when the MACD is above 0 and red when it is below 0, providing a clear visual cue for bullish and bearish conditions.
Horizontal Levels: Dotted horizontal lines are plotted at key levels for better visualization of MACD values.
How to Use:
Look for crossovers between the MACD and signal lines to identify potential buy or sell signals.
Use the histogram to gauge the strength of momentum.
Pay attention to the background color for quick identification of bullish (green) or bearish (red) conditions.
This indicator is ideal for traders who want a more dynamic MACD that adapts to market volatility. Customize the settings to align with your trading strategy and timeframe.
Candlestick High/Low LabelsCandlestick High/Low Labels and OHLCV Dashboard with adjustable lookback period
Origin + Surge Zone (v2 fixed)test inventory surge
Searches for 2 or more consecutive doji candles → marks this as "origin" (grey box).
Waits for 2 strong candles (bullish or bearish) → surge → records its high as TP.
Strict Origin Zone Detectorinventory theory indicator test
Searches for 2 or more consecutive doji candles → marks this as "origin" (grey box).
Waits for 2 strong candles (bullish or bearish) → surge → records its high as TP.
Liquidity-Based Entry Zonestest of the inventory theory indicator
Searches for 2 or more consecutive doji candles → marks this as "origin" (grey box).
Waits for 2 strong candles (bullish or bearish) → surge → records its high as TP.
Calculates Fibonacci level of 0.79 (entry) and 1.03 (SL) → plots them.
Buy/Sell Signal Indikator (EMA + StochRSI + Volumen) v2This buy and sell indicator works with the EMA 50, EMA 200, Stochastic RSI, Vol, and Vol MA indicators in the background and is primarily designed for scalping trading on the 1-minute timeframe.
Buy Signal: EMA 50 is above EMA 200 + Stochastic RSI is below 15 + Vol is above Vol MA + Current price is within 0.2% of the EMA 50 + During the period 2:00 AM - 1:30 PM (UTC-4 NYC)
Sell Signal: EMA 50 is below EMA 200 + Stochastic RSI is above 85 + Vol is above Vol MA + Current price is within 0.2% of the EMA 50 + During the period 2:00 AM - 1:30 PM (UTC-4 NYC)
VThis is a VIP indicator for internal use only that provides a bullish and downtrend prediction feature