Opening Range TraderThis indicator, "Opening Range Trader," provides visual tools for defining and tracking two customizable intraday ranges plus today’s open, high, and low. It is designed for day traders to identify support, resistance, and breakout opportunities by automatically marking key price levels that often shape the day's momentum.
It offers:
Customizable start and end times for two independent time ranges.
Toggle options to display lines for the selected ranges and for today’s open, high, and low.
Automatic adaptation for New York market hours.
Real-time updates for session highs/lows and today’s evolving levels.
Traders use this to watch for breakouts above or below the opening range (ORB strategy), to fade false moves when price returns inside the range, or to participate in trending moves after volatility begins. A common setup is entering long on closes above the range high, or short on closes below the range low, with stops and targets based on the range’s width or the opposite boundary.
Risk management approaches include placing stop losses at the midpoint or at the opposite end of the range, and adjusting targets for measured moves. Volume confirmation can help filter valid breakouts, while adapting times for specific assets and trading styles maximizes flexibility.
The second range allows traders to repeat similar strategies later in the session for evolving momentum windows, making this indicator useful for multiple intraday setups.
Candlestick analysis
IMB zones, alerts, 8 EMAs, DO lvlThis indicator was created to be a combined indicator for those who use DO levels, IMBs, and EMAs in their daily trading, helping them by providing a script that allows them to customize these indicators to their liking.
Here you can set the IMBs, DO levels, and EMAs. Its special feature is that it uses alerts to indicate which IMB zones have been created, along with the invalidation line for the new potential IMB.
The program always calculates the Daily Opening (DO) level from the opening of the broker, and you can set how many hours the line should be drawn.
Help for use:
There are 3 types of alerts:
- Use the "Bullish IMB formed" alert if you are looking for Bull IMBs.
- Use the "Bearish IMB formed" alert if you are looking for Bear IMBs.
- Use the "Either IMB" alert if you are looking for Bull and Bear IMBs.
Tip: Set the alert type "Once per bar close" if you do not want to set new alerts after an IMB is formed.
IMBs:
- Customizable IMB quantity (1-500 pcs)
- Zone colors and borders can be customized
- Potential IMB line can be customized
EMAs:
- You can set and customize 8 EMA lengths
- Only the current and higher timeframe EMAs are displayed
Daily Open Level:
- Displays today's Daily Open level
- Note: The DO level does not work in Replay mode
Last OFR:
"Show True OFR" checkbox added.
It displays the latest OFR, and hides the old ones.
Index Day Ranges (Selectable - Universal Live Update)it helps to show the days range so we can take decision accordingly
SM ZONE AND IC CANDLE MARKINGSM AND IC MARKING INDICATOR where you can mark the daily indicator for the SM zone and london and new york zones automatically
DAILY SM ZONE AND IC CANDLE MARKINGSM zone for daily time frame and london and NY time zones markings
Flexible Candle Zones — ZEESM ZONE and London and New york IC candle markings for the daily time frames
Flexible Candle Zones-ZEESM ZONE and london and New york IC markings and daily range markings for last 30 days
Candle Range Theory (CRT) Enhanced✨ Key upgrades over your version:
Uses multi-timeframe high/low/mid as the reference range.
Adds false breakout candle filter (manipulation logic).
Adds liquidity sweep checks.
Filters out tiny candles (low range = noise).
Adds session filter (only valid during chosen active times).
Plots the HTF midpoint line for reference.
Leaves placeholders for order block / risk management logic.
Optimised Hybrid BO Strategy for binary 5 minuteOptimised Hybrid BO Strategy for binary 3 minute and more
by Gadirov Hybrid BO Strategy with Risk Weighting for binaryby Gadirov Hybrid BO Strategy with Risk Weighting for binary
By Gadirov Hybrid Multi-Timeframe BO Strategy best for binaryBy Gadirov Hybrid Multi-Timeframe BO Strategy best for binary
By Gadirov Multi-Timeframe BO Strategy for binaryBy Gadirov Multi-Timeframe BO Strategy for binary 1 minute and 3 minute
By Gadirov Combined High & Extreme Prob BO Signals By Gadirov Combined High & Extreme Prob BO Signals
By Gadirov Ultra-Aggressive MTF BO Signals for binaryBy Gadirov Ultra-Aggressive MTF BO Signals for binary
By Gadirov Ultra-Aggressive EURUSD BO Signals for binary By Gadirov Ultra-Aggressive EURUSD BO Signals for binary 1 minute
BY Gadirov Simple EURUSD BO Signals for binaryBY Gadirov Simple EURUSD BO Signals for binary this is backing indicator
Alain parfHammer signals only valid for longs above EMA200.
Inverted hammer signals only valid for shorts below EMA200.
EMA200 is plotted as an orange line.
by Gadirov Aggressive 1M Binary Signals for binary optionsby Gadirov Aggressive 1M Binary Signals for binary options
OHLC RTH & Globex SessionsHoD (High of Day)
OoD (Open of Day)
LoD (Low of Day)
CoD (Close of Day)
HoG (High of Globex)
LoG (Low of Globex)
HoY (High of Yesterday)
OoY (Open of Yesterday)
LoY (Low of Yesterday)
CoY (Close of Yesterday)
Clean MA + Signals (overlay)//@version=5
indicator("Clean MA + Signals (overlay)", overlay=true)
// Inputs
maLen = input.int(50, "MA Length", minval=1)
maType = input.string("EMA", "MA Type", options= )
// MA
maCalc(src, len, typ) =>
switch typ
"SMA" => ta.sma(src, len)
"EMA" => ta.ema(src, len)
"RMA" => ta.rma(src, len)
"WMA" => ta.wma(src, len)
maLine = maCalc(close, maLen, maType)
plot(maLine, "MA", color=color.new(color.teal, 0), linewidth=2)
// Siqnallar — yalnız kəsişmə anında
longCond = ta.crossover(close, maLine)
shortCond = ta.crossunder(close, maLine)
plotshape(longCond, "LONG", location=location.belowbar, style=shape.triangleup, color=color.lime, size=size.small, text="LONG")
plotshape(shortCond, "SHORT", location=location.abovebar, style=shape.triangledown, color=color.red, size=size.small, text="SHORT")
alertcondition(longCond, "LONG Signal", "LONG signal on {{ticker}} {{interval}}")
alertcondition(shortCond, "SHORT Signal", "SHORT signal on {{ticker}} {{interval}}")
Bullish_1Hour_entry_Indicator with Alertsthis indicator consioders entry basis of EMAs convergence , VWAP & Multitime frame analysis