50% of Previous 1H Candle (Color Logic)📌 Script Title: 50% Midpoint of Previous 1H Candle (Color Coded)
📝 Description:
This indicator draws a horizontal line at the 50% (midpoint) of the most recently closed 1-hour candle, helping traders visualize intraday support/resistance and sentiment bias.
🔹 Key Features:
Plots the midpoint of the last 1H candle as a horizontal line.
Color-coded line and label:
🟢 Green: Previous candle was bullish
🔴 Red: Previous candle was bearish
⚪ Gray: Neutral (doji or equal open/close)
Displays the exact price level with a floating label.
Works on any lower timeframe chart (e.g., 5m, 15m, 30m).
Automatically updates every hour after the 1H candle closes.
📈 Use Cases:
Trade around the 1H midpoint as a dynamic pivot zone.
Confirm or fade price breakouts/rejections at this level.
Use it with trendlines, supply/demand zones, or VWAP.
🔍 Technical Notes:
The midpoint is calculated using:
Midpoint = (High + Low) / 2
from the most recent closed 1H candle.
Color logic is based on whether the 1H candle closed above or below its open.
🚀 Enhancement Ideas (future updates):
Add optional alerts on cross of the midpoint.
Show multiple historical midpoint levels.
Input toggle to enable/disable color coding.
Whether you’re scalping intraday or watching for reaction zones, this tool gives you a clean, real-time level to anchor your trades around.
Happy trading! 💹
— Built with ❤️ in Pine Script v6
Grafik Desenleri
goforthfx: 4EMA, Patterns, Pivots & Pin BarsMerging 4 ema, pivot standards, pin bars and 3 candle reversal indicator into one.
Use it for information purposes so to see if what is going on with the charts
MACD Candle Colorsvfvrefvwrfvwefcqedcwedcedcwdcqwdcqwdcqwdckjnqwdcijnq wdcokmqnwdcoknedlkcnedklcqewd
cwqdcqw
dc
qwdcqwedc
qwdcqqwdcqwkdncowkqndc
w
cqwdcqwdcqwdcqwdcercefcedc
ROC / VWAP / ATR / RSI / MACD Combo//@version=5
indicator("ROC / VWAP / ATR / RSI / MACD Combo", overlay=true)
// === INPUTS ===
showROC = input.bool(true, "Show ROC")
rocLength = input.int(14, "ROC Length")
showVWAP = input.bool(true, "Show VWAP")
showATR = input.bool(true, "Show ATR")
atrLength = input.int(14, "ATR Length")
showRSI = input.bool(true, "Show RSI")
rsiLength = input.int(14, "RSI Length")
showMACD = input.bool(true, "Show MACD")
fastLen = input.int(12, "MACD Fast Length")
slowLen = input.int(26, "MACD Slow Length")
sigLen = input.int(9, "MACD Signal Length")
// === CALCULATIONS ===
// ROC
roc = ta.roc(close, rocLength)
// VWAP
vwap = ta.vwap
// ATR
atr = ta.atr(atrLength)
// RSI
rsi = ta.rsi(close, rsiLength)
// MACD
macdLine = ta.ema(close, fastLen) - ta.ema(close, slowLen)
signal = ta.ema(macdLine, sigLen)
hist = macdLine - signal
// === PLOTTING ===
// ROC (separate scale)
plot(showROC ? roc : na, title="ROC", color=color.aqua, display=display.none)
// VWAP (on chart)
plot(showVWAP ? vwap : na, title="VWAP", color=color.orange, linewidth=2)
// ATR (separate scale)
plot(showATR ? atr : na, title="ATR", color=color.red, display=display.none)
// RSI (separate scale, 0-100)
plot(showRSI ? rsi : na, title="RSI", color=color.blue, display=display.none)
hline(70, "RSI Overbought", color=color.gray, linestyle=hline.style_dotted)
hline(30, "RSI Oversold", color=color.gray, linestyle=hline.style_dotted)
// MACD (separate scale)
plot(showMACD ? macdLine : na, title="MACD Line", color=color.green, display=display.none)
plot(showMACD ? signal : na, title="Signal Line", color=color.red, display=display.none)
plot(showMACD ? hist : na, title="MACD Histogram", style=plot.style_columns, color=hist>=0 ? color.new(color.green,50) : color.new(color.red,50), display=display.none)
Ranges by TraderHaroThis indicator highlights a custom price range for a selected date/time period on your chart. It draws key levels (0.00, 0.25, 0.50, 0.75, 1.00) within the range, visually marking the Premium Zone (upper range) and Discount Zone (lower range).
Features:
- Define a specific date/time range for the analysis.
- Optional fill between top and bottom levels with customizable color and transparency.
- Shows mid-levels (0.25, 0.50, 0.75) for additional guidance.
- Lines and fill can be extended to the right side of the chart.
- Labels for levels can be displayed or hidden.
Use Case:
Quickly identify where price is trading relative to a defined range, visualize potential zones of premium (resistance) and discount (support), and make better-informed trading decisions.
ADR LadderAverage Daily Range levels by percentage.
I enter a trade when the volume is medium to high and when the price closes above 3% (buy) and below 3% (sell). I use the opposite side as SL. TP above 50%.
BTC/USD 3-Min Binary Prediction [v7.2 EN]BTC/USD 3-Minute Binary Prediction Indicator v7.2 - Complete Guide
Overview
This is an advanced technical analysis indicator designed for Bitcoin/USD binary options trading with 3-minute expiration times. The system aims for an 83% win rate by combining multiple analysis layers and pattern recognition.
How It Works
Core Prediction Logic
- Timeframe: Predicts whether BTC price will be ±$25 higher (HIGH) or lower (LOW) after 3 minutes
- Entry Signals: Generates HIGH/LOW signals when confidence exceeds threshold (default 75%)
- Verification: Automatically tracks and displays win/loss statistics in real-time
5-Layer Filter System
The indicator uses a sophisticated scoring system (0-100 points):
1. Trend Filter (25 points) - Analyzes EMA alignments and price momentum
2. Leading Indicators (25 points) - RSI and MACD divergence analysis
3. Volume Confirmation (20 points) - Detects unusual volume patterns
4. Support/Resistance (15 points) - Identifies key price levels
5. Momentum Alignment (15 points) - Measures acceleration and deceleration
Pattern Recognition
Automatically detects and visualizes:
- Double Tops/Bottoms - Reversal patterns
- Triangles - Ascending, descending, symmetrical
- Channels - Trending price channels
- Candlestick Patterns - Engulfing, hammer, hanging man
Multi-Timeframe Analysis
- Uses 1-minute and 5-minute data for confirmation
- Aligns multiple timeframes for higher probability trades
- Monitors trend consistency across timeframes
Key Features
Display Panels
1. Statistics Panel (Top Right)
- Overall win rate percentage
- Hourly performance (wins/losses)
- Daily performance
- Current system status
2. Analysis Panel (Left Side)
- Market trend analysis
- RSI status (overbought/oversold)
- Volume conditions
- Filter scores for each component
- Final HIGH/LOW/WAIT decision
Visual Signals
- Green Triangle (↑) = HIGH prediction
- Red Triangle (↓) = LOW prediction
- Yellow Background = Entry opportunity
- Blue Background = Waiting for result
Configuration Options
Basic Settings
- Range Width: Target price movement (default $50 = ±$25)
- Min Confidence: Minimum confidence to enter (default 75%)
- Max Daily Trades: Risk management limit (default 5)
Filters (Can be toggled on/off)
- Trend Filter
- Volume Confirmation
- Support/Resistance Filter
- Momentum Alignment
Display Options
- Show/hide signals, statistics, analysis
- Minimal Mode for cleaner charts
- EMA line visibility
Important Risk Warnings
Binary Options Trading Risks:
1. High Risk Product - Binary options are extremely risky and banned in many countries
2. Not Investment Advice - This tool is for educational/analytical purposes only
3. No Guaranteed Returns - Past performance doesn't predict future results
4. Capital at Risk - You can lose your entire investment in seconds
Technical Limitations:
- Requires stable internet connection
- Performance varies with market conditions
- High volatility can reduce accuracy
- Not suitable for news events or low liquidity periods
Best Practices
1. Paper Trade First - Test thoroughly on demo accounts
2. Risk Management - Never risk more than 1-2% per trade
3. Market Conditions - Works best in normal volatility conditions
4. Avoid Major Events - Don't trade during major news releases
5. Monitor Performance - Track your actual results vs displayed statistics
Setup Instructions
1. Add to TradingView chart (BTC/USD preferred)
2. Use 30-second or 1-minute chart timeframe
3. Adjust settings based on your risk tolerance
4. Monitor F-Score (should be >65 for entries)
5. Wait for clear HIGH/LOW signals with high confidence
Alert Configuration
The indicator provides three alert types:
- HIGH Signal alerts
- LOW Signal alerts
- General entry opportunity alerts
Legal Disclaimer
Binary options trading may not be legal in your jurisdiction. Many countries including the USA, Canada, and EU nations have restrictions or outright bans on binary options. Always check local regulations and consult with financial advisors before trading.
Remember: This is a technical analysis tool, not a money-printing machine. Successful trading requires discipline, risk management, and continuous learning. The displayed statistics are historical and don't guarantee future performance.
Market Roadmap by Jeffrey TurnmierJeffrey Turnmier offered his Market Roadmap in Trading View for free on a YouTube video. I copied it and worked on it for Version 6. I use it to determine if a security is above or below the indicator. I added several other indicators that produce buy and sell signals. I am mostly a swing trader.
Pivot Wick GapsMulti Time frame pivot wick gap indicator with mitigation options: Respect, Violation, Disrespect. fortification options, label options color options and alerts.
Engulfing + Doji Pro VIPIN — Detect, Recolor, Alerts (Safe v5)Description:
This indicator is designed to help traders visually identify Engulfing candlestick patterns (Bullish & Bearish) and optional Doji formations (Dragonfly & Gravestone).
It is intended for educational and analytical purposes only, not for direct buy/sell signals.
Features:
• ✅ Detects Bullish Engulfing and Bearish Engulfing
• ✅ Optional Dragonfly Doji and Gravestone Doji detection
• ✅ Flexible settings:
• Body vs Range % filter
• Min size ratio filter
• EMA confluence filter (optional)
• ✅ Visual customization:
• Candle recoloring
• Labels (Engulfing, Doji)
• Alert conditions
How to Use:
• Apply on your preferred timeframe.
• Use pattern signals only as confirmations with your trading strategy.
• For best results, combine with support/resistance, EMA, or volume analysis.
⚠️ Disclaimer:
This script is for educational purposes only.
It does not provide financial advice or guaranteed trading results.
Always do your own research and test thoroughly before using in live markets.
Zigzag Market Type OscillatorZigzag Market Type Oscillator
This indicator is a powerful tool for analyzing market conditions by categorizing price action into one of four states: Up-Trending, Down-Trending, Consolidating, or Ranging. It uses a Zigzag pattern to identify swings and then calculates the average size of upward and downward price movements to determine the prevailing market type.
How It Works:
Swing Detection: The script first uses a Zigzag algorithm (based on the Zigzag Depth input) to find significant highs and lows in the market. These swings are considered the "legs" of price movement.
Average Leg Size: It keeps track of the percentage change of the most recent upward and downward legs. The Number of Legs for Average setting controls how many past legs are used to calculate the average size of up-moves and down-moves.
Disparity Calculation: The core of the indicator is the Disparity value, which measures the difference between the average size of up-legs and down-legs.
- A positive disparity means up-legs are, on average, larger than down-legs.
- A negative disparity means down-legs are, on average, larger than up-legs.
- A disparity near zero means up-legs and down-legs are roughly the same size.
Market Type Classification: The indicator then uses the Disparity and Average Size values to color-code the oscillator, providing a clear visual signal of the market type:
Green (Up-Trending): The disparity is positive and above your Disparity Threshold. This suggests a strong upward trend where buyers are consistently making larger moves than sellers.
Red (Down-Trending): The disparity is negative and below your -Disparity Threshold. This suggests a strong downward trend where sellers are consistently making larger moves than buyers.
Blue (Ranging): The disparity is close to zero (within your Disparity Threshold), and the overall Average Size of the swings is small (below your Size Threshold). This indicates a tight, choppy, and indecisive market with no clear direction.
Silver (Consolidating or drifting in direction of most recent trend) : The disparity is close to zero, but the overall Average Size of the swings is large. This suggests a sideways market with wide swings, also known as a trading range.
How to Use It:
Trend Confirmation: Use the Green and Red signals to confirm the direction and strength of a trend. A sustained green plot suggests a good environment for long positions, while a sustained red plot favors short positions.
Identify Non-Trending Conditions: Use the Blue and Silver plots to identify when the market is not trending. During these periods, trend-following strategies may not be effective. You might look for breakout opportunities (from a blue plot) or use a range-bound trading strategy (within a silver plot).
Risk Management: The oscillator can serve as a warning sign. For example, if you are in an uptrending market (green plot) but the oscillator suddenly turns silver or blue, it may signal that the trend is losing momentum and that you should consider reducing your position or tightening your stop-loss.
Settings:
Zigzag Depth: This controls the sensitivity of the Zigzag, which in turn defines the "legs." A higher value will ignore smaller price fluctuations, focusing on larger swings. A lower value will capture more detail.
Number of Legs for Average: This determines the lookback period for the average size calculation. A higher number will create a smoother, more stable oscillator but will react more slowly to changes in market behavior.
Disparity Threshold: This is the key setting that determines the line between a trending market and a non-trending one. Adjust this to a level that you believe represents a significant difference between up and down moves.
Size Threshold (%): This separates Ranging (small swings) from Consolidating (large swings). Adjust this to define what you consider a "small" vs. a "large" price swing for the asset you are trading.
OB + CHoCH [El Baja Panty]The Baja Panty Indicator is a custom-built tool designed to help traders identify high-probability entry and exit zones using a blend of price action and momentum signals. It overlays visual cues directly on the chart to highlight potential trend reversals, continuation setups, and areas of confluence. This indicator is tailored for fast decision-making, with a focus on clarity and minimal lag, making it especially useful for scalpers and short-term traders.
ArmaX Smart Money LiteArmaX Smart Money Lite is the public version of our Smart Money indicator — designed to detect institutional inflows & outflows early.
It automatically flags the first candle of a new move (leg) where Smart Money activity is most likely to start.
🔹 Key Features (Lite version):
- Detects Smart Money inflow & outflow candles
- Highlights first candle of potential major legs
- Lightweight and easy-to-use — optimized for clarity
- Fixed parameters (non-editable) for consistency
⚡ Note:
This is the Lite version. For advanced features such as: multi-timeframe confirmation, on-chain integrations, institutional volume filters, and enhanced dashboard tools — upgrade to ArmaX Smart Money Pro.
AlphaLabs — OB Heatmap Backtester v1.4 — Body/ATR filterAlphaLabs — OB Heatmap Backtester v1.4 — Body/ATR filter
AlphaLabs — OB Heatmap (Bold, Stable), v2.4b (V/TR gated)Order Block detector with volume labels, works on multiple time frames
AlphaLabs — OB Heatmap (Bold, Stable), v2.3 (bar-height filter)OB and Volume based Indicator that works on multiple time frames
ATR + Moving Average Indicator//@version=5
indicator("ATR + Moving Average Indicator", overlay=true)
// === Inputs ===
atrLength = input.int(14, "ATR Length")
maLength = input.int(50, "Moving Average Length")
maType = input.string("EMA", "Moving Average Type", options= )
// === ATR Calculation ===
atr = ta.atr(atrLength)
// === Moving Average Calculation ===
ma = switch maType
"SMA" => ta.sma(close, maLength)
"EMA" => ta.ema(close, maLength)
"WMA" => ta.wma(close, maLength)
// === Plot Moving Average ===
plot(ma, title="Moving Average", color=color.yellow, linewidth=2)
// === Show ATR on separate panel ===
plot(atr, title="ATR", color=color.red, linewidth=2, display=display.none) // hides ATR from chart
// To see ATR in a separate pane, enable this line instead:
// indicator("ATR + Moving Average Indicator", overlay=false)
Opening Range Legstart FinderThis multi-faceted indicator uses 4 key time-based price levels to help traders identify when price is likely to revert or reverse. These key times are:
18:00 (Globex open)
00:00 (Midnight open)
9:30 (RTH open)
9:45 (End of first 15 minutes of RTH)
The key concept here is that price is likely to revert back into the current daily range if it is below all 4 of the time-based prices or above all of the time-based prices. When price is between those levels it will often chop around and be harder to navigate.
The first component of this indicator provides traders with a snapshot of price relative to those 4 levels across up to 6 different tradable instruments, indicating which direction price is expected to move for each of those instruments. This way, the trader can see which instruments are expected to potentially reverse and which ones are more likely to chop.
The second component are configurable price windows where the indicator will anticipate reversals in price. By default, the indicator is focused on price reversals that happen at the end or beginning of an hourly candle. As such, the default time windows are the last 15 minutes of one hour and the first 15 minutes of the next (ie. 9:45 to 10:15). The number of hours used is configurable by the user. We are looking to trade OHLC and OLHC of an hourly candle within these windows during which price is expected to reverse or have impulsive moves.
The third component is a structure shift detection mechanism. This mechanism is based on relative pivot strength of recent price action. New legs in price action form by breaking above or below the pivots based on recent price action. By default, the pivots are based on the current timeframe but can be adjusted to watch for price breaks above any timeframe larger than the current chart.
The fourth component of the indicator will is a mechanism to provide targets based on these new price legs. By default, in bullish scenarios, these targets will only be displayed if price is 'below all' of the price levels described above and we form a new price leg up during the specified time windows where we anticipate a reversal. Alternatively, in bearish scenarios, these targets will only be displayed if price is 'above all' of the price levels described above and we form a new price leg down during the specified time windows where we anticipate a reversal.
This default configuration can be changed to show targets regardless of relationship to the price levels above and/or to disregard the time windows configured above.
In all scenarios, targets are based on widely used fibonacci extensions on price leg patterns (ie. 2-2.5 and 4 standard deviations up from a move down).
Finally there is a volatility filter built-in to the indicator to prevent traders from trying to 'catch the falling knife' when price action is strongly moving in one direction and is likely to continue to do so. This filter is a custom implementation of the Ehlers Super PassBand Filter to accommodate for timeframes less than 1 minute.
This indicator is intended to be used on lower timeframes (15 seconds to 2 minutes) as the goal is to catch large reversals with minimal stops. When aligned with higher timeframe trends, the results can be impressive.
MTF MidpointsOverview :
The MTF Midpoints indicator provides comprehensive multi-timeframe analysis by displaying mid points that act as support / resistance. It also comes with the ability to view trend strength across multiple timeframes.
Key Features :
1) Multi-Timeframe Support -
- 1 Minute, 5 Minute, 15 Minute, 1 Hour, and 4 Hour timeframes.
- Each timeframe displays its calculated midpoint level.
- Toggle individual timeframes on/off as needed.
2) Dynamic Trend Calculation
- Calculates trend direction based on configurable lookback period (default: 30 bars).
- Identifies swing highs and lows to determine trend changes.
- Computes midpoint levels as the average between current swing high and low.
- Tracks price action relative to midpoint to gauge trend strength.
3) Visual Elements -
- Colored Lines : Each timeframe displays as a distinct colored line.
- Fill Areas : Main timeframe shows colored fills above and below midpoint.
- Info Table : Real-time summary of all timeframe data with trend percentages.
4) Customization Options -
- Colors : Individual color settings for each timeframe.
- Display : Adjustable line width, label sizes, and positioning.
- Labels : Toggle price display in labels, customize text color and size.
- Info Table: Configurable info table with trend strength indicators.
How It Works :-
The indicator uses a proprietary algorithm that:
1. Monitors price action over a specified lookback period.
2. Identifies trend direction changes based on new highs/lows.
3. Calculates dynamic support/resistance levels (midpoints).
4. Tracks closes above/below midpoint to determine trend bias.
5. Displays trend strength as a percentage in both table and candle colors.
Trading Applications :-
- Confluence Analysis : Identify where multiple timeframe midpoints align.
- Support/Resistance : Use midpoints as dynamic S/R levels.
- Trend Assessment : Gauge trend strength across different timeframes.
- Entry/Exit Points : Look for price reactions at key midpoint levels.
- Risk Management : Use midpoints to set stop losses and profit targets.
Disclaimer :
This indicator is for educational and analysis purposes. It does not constitute financial advice. Always conduct your own research and consider your risk tolerance before making trading decisions. Past performance does not guarantee future results.
lostWorld: P1This indicator is designed to help traders identify opportunities with greater clarity. It combines to provide actionable insights.
THE HEDGE FUND TM PROP ROOM V2.0WHAT THE INDICATOR DOES
THE HEDGE FUND™ PROP ROOM V2.0, created by SIR DEANGELO, is a professional trend-based trading tool that offers:
✅ Trend Identification
Detects shifts in market momentum using an ATR-filtered SMA breakout.
Confirms breakout direction when price breaches dynamic high/low zones.
✅ Automatic Entry, SL, and 3 Profit Targets
Marks entry at breakout candle’s close.
Places stop loss (SL) dynamically based on ATR-buffered trend zones.
Generates Target 1–3 using calculated R-multiples (risk-based distances).
✅ Visual Feedback
Draws ENTRY, SL, and TARGET lines directly on the chart.
Displays ✔ when a target is hit, and ✖ when SL is hit.
🎯 HOW TO USE
Add the indicator to any chart and timeframe.
Wait for a BUY (green triangle) or SELL (red triangle) to appear.
Use the plotted lines as guidance:
ENTRY = suggested entry price.
SL = suggested stop loss.
Target 1–3 = potential take-profit levels.
Watch for visual ✔ symbols to confirm profit target hits.
Set up alerts for buy/sell signals (see below).
🔧 BEST SETTINGS BY MARKET TYPE
Optimized for volatility and behavior of specific instruments:
🟢 Nasdaq (NQ100 Futures or CFD)
Trend Length: 10–14
ATR Buffer: 0.10
TP R Multiple: 1.5
Timeframes: 5min (scalping), 15min, 1h (swing)
Notes: High volatility. Favor clean setups on higher timeframes unless scalping with confluence.
🟡 Gold (XAU/USD or Futures)
Trend Length: 8–12
ATR Buffer: 0.12
TP R Multiple: 1.2
Timeframes: 15min, 1h
Notes: Intraday noise is high; shorter trends + moderate risk-reward = optimal.
🟠 Crude Oil (WTI/Brent)
Trend Length: 12–16
ATR Buffer: 0.08
TP R Multiple: 1.7
Timeframes: 5min (news), 1h, 4h
Notes: Strong directional moves follow news; wide targets help catch them.
🔵 Forex (EUR/USD, GBP/JPY, etc.)
Trend Length: 10–12
ATR Buffer: 0.10
TP R Multiple: 1.0–1.5
Timeframes: 15min, 1h, 4h
Notes: Lower volatility; smaller R targets and shorter lengths are more consistent.
⚙️ SETTINGS EXPLAINED
Trend Length: Determines trend sensitivity. Lower = faster, higher = smoother.
ATR Buffer: Adjusts how far SL sits below/above trend zone.
TP R Multiple: Risk/reward ratio for placing Targets 1–3.
EMA Length: Only for chart visualization — not used in signal generation.
Manual SL: Optional override of the auto-calculated stop.
📢 ALERTS
Add these to get notified or automate trades:
BUY Alert: When price breaks above the trend zone.
SELL Alert: When price breaks below the trend zone.
To add:
Right-click chart or click the 🔔 icon.
Choose the script and alert condition (Buy or Sell).
Select options: popup, sound, webhook, etc.
📘 FINAL NOTES
Use with additional confluence: support/resistance, session timing (e.g., London or NY open), volume confirmation.
Best for non-repainting setups — this script doesn’t repaint.
Suitable for both manual and algorithmic workflows.
Built for traders who demand precision and clarity in trend shifts.