RSI OS/OB Background StripesThe "RSI OS/OB Background Stripes" indicator is a simple tool designed to help traders visualize overbought and oversold market conditions using the Relative Strength Index (RSI). It highlights these conditions by displaying colored background stripes directly on your chart, making it easy to spot potential trading opportunities.
How It Works:RSI Calculation: The indicator calculates the RSI, a popular momentum indicator that measures the speed and change of price movements, using a default period of 14 (customizable).
Overbought/Oversold Levels: It marks areas where the RSI is above a user-defined overbought level (default: 70) with red background stripes, and below an oversold level (default: 30) with green background stripes.
Visual Feedback: The colored stripes appear on the chart when the RSI enters overbought (red) or oversold (green) zones, helping you quickly identify market conditions.
Customization: You can adjust the RSI period, overbought/oversold levels, background colors, and transparency. You can also choose to show the RSI line in a separate panel or display RSI values on the chart for debugging.
Alerts: The indicator includes optional alerts that notify you when the RSI crosses into overbought or oversold territory.
Who It’s For: This indicator is perfect for beginner and intermediate traders who want a clear, visual way to track RSI-based overbought and oversold conditions without cluttering their charts.
Key Features:Easy-to-read background stripes for overbought (red) and oversold (green) conditions.
Fully customizable RSI settings, colors, and transparency.
Optional RSI plot and value display for deeper analysis.
Alerts to keep you informed of key RSI level crossings.
This indicator is a straightforward way to monitor market momentum and make informed trading decisions.
Chart patterns
4H Crypto System – EMAs + MACD//@version=5
indicator("4H Crypto System – EMAs + MACD", overlay=true)
// EMAs
ema21 = ta.ema(close, 21)
ema50 = ta.ema(close, 50)
ema200 = ta.ema(close, 200)
// MACD Settings (standard)
fastLength = 12
slowLength = 26
signalLength = 9
= ta.macd(close, fastLength, slowLength, signalLength)
// Plot EMAs
plot(ema21, title="EMA 21", color=color.orange, linewidth=1)
plot(ema50, title="EMA 50", color=color.blue, linewidth=1)
plot(ema200, title="EMA 200", color=color.purple, linewidth=1)
// Candle coloring based on MACD trend
macdBull = macdLine > signalLine
barcolor(macdBull ? color.new(color.green, 0) : color.new(color.red, 0))
// Buy/Sell signal conditions
buySignal = ta.crossover(macdLine, signalLine) and close > ema21 and close > ema50 and close > ema200
sellSignal = ta.crossunder(macdLine, signalLine) and close < ema21 and close < ema50 and close < ema200
// Alerts
alertcondition(buySignal, title="Buy Alert", message="Buy Signal: MACD bullish crossover and price above EMAs")
alertcondition(sellSignal, title="Sell Alert", message="Sell Signal: MACD bearish crossover and price below EMAs")
GeeksDoByte 15m & 30m ORB + Prev Day High/LowCME_MINI:NQ1!
How It Works
Opening Ranges
At 9:30 ET, the script begins tracking the high & low.
It uses two fixed sessions:
15 min from 09:30 to 09:45
30 min from 09:30 to 10:00
On the very first bar of each session it initializes the range, then continuously updates the high/low on each new intraday bar.
Dashed lines are drawn when the session opens and extended horizontally across subsequent bars.
Previous Day’s Levels
Independently, it fetches yesterday’s high and low via a daily security call.
These historic levels are plotted as simple horizontal lines for daily context.
How to Use
Breakout Entries
A close above the 15 min ORB high can signal an early breakout; a further push above the 30 min ORB high confirms extended momentum.
Conversely, breaks below the respective lows can indicate short setups.
Support & Resistance
Yesterday’s high/low often act as magnet levels. If price is near the previous high when the opening ranges break, you get a confluence zone worth watching.
Trade Management
Combine the two opening-range levels to tier your stops or scale in.
For example, you might place an initial stop below the 15 min low and a wider stop below the 30 min low.
Swing Crypto Bot – Extended Bullish PatternsSwing Crypto Bot – Extended Bullish Patterns
A lean, rule-based Pine Script that spots high-probability swing entries by combining trend filters, momentum checks and a broad set of classic bullish candlestick patterns—all with built-in risk management and instant in-chart alerts.
🔍 What It Does
Multi-Factor Screening
Price > 50-period SMA (trend filter)
Price > Upper Bollinger Band (breakout filter)
RSI(14) between 45–80 (momentum filter)
Volume > 20-period SMA of volume (participation filter)
Candlestick Patterns
Detects 6 core bullish setups:
Hammer
Bullish Engulfing
Bullish Harami
Morning Star (3-bar reversal)
Three White Soldiers
Tweezer Bottom
Displays exactly one in the info bubble (or “Mixed”/“None” if ambiguous).
Instant Alert
Shows a 🔥 icon on the final bar when 3 of 5 criteria are met (including at least one pattern).
Automated Risk Management
Stop-Loss = 1.5 × ATR(14) below entry (guaranteed under price)
Take-Profit = Risk × 2 (minimum RR 2:1) above entry
In-chart info bubble with Pattern name, Entry, SL, TP & RR
Clean Overlay
Only SMA50 + Bollinger Bands
One flame + one info bubble on the last bar
Heavy lifting off-chart: use TradingView’s native Volume & RSI panes for deeper analysis
How to Use
Add the script to your chart.
Watch for the 🔥 on the latest candle—your 3+ filters have aligned.
Read the info bubble for the exact candlestick pattern, entry price, stop-loss, take-profit and achieved RR.
Confirm with your own support/resistance lines, Volume & RSI panels.
Ideal for swing traders who demand precision, diversity of patterns and automatic risk controls. Copy-paste and publish on TradingView today!
Monday's Range by Fortis80This script displays the Monday’s high and low range with configurable week history and signals. Exclusive for Fortis80 Members.
Swing Crypto Bot – Signal + TP/SL/RR (Min RR 2)Harness the power of chart-pattern recognition, multi-factor screening and automated target calculation—all in one clean, visual Pine Script indicator.
Key Features
🔥 Instant Signal: “Flame” icon on the latest bar when at least 3 of 5 criteria align:
Price above 50-period SMA
Price breaking upper Bollinger Band
Volume exceeding its 20-period MA
RSI (14) between 45–80
Bullish price pattern detected (Hammer, Engulfing or Harami)
🎯 Automated TP/SL/RR
Entry at market close of signal bar
Stop-loss set to 1.5× ATR14 below entry (always under current price)
Take-profit at a minimum 2× risk (configurable)
Risk/Reward ratio displayed in-chart for transparency
🏷️ Pattern Labeling
The info bubble identifies which candlestick pattern triggered the signal (“Hammer”, “Engulfing”, “Harami”, or “Mixed”).
🛠️ Minimal Overlay
No extra clutter—only your SMA, Bollinger Bands, signal flame & a single info-bubble. Use TradingView’s native volume pane and RSI beneath for further confirmation.
How to Use
Add the script to your chart (SMA50 + BB20 overlay).
Monitor for the 🔥 on the latest bar—this means your 3+ criteria are met.
Read the info bubble for entry, stop-loss, take-profit and achieved RR.
Confirm with your own volume/RSI panes and support/resistance levels.
Ideal for swing traders looking for a quick, rule-based signal with built-in risk management. Copy, paste & publish on TradingView today!
OB/OS adaptative (past & present)This script, is designed to identify dynamic overbought and oversold levels by performing a multi-timeframe analysis. It calculates and displays these zones on the chart, updating them weekly.
Clean Day Separator (Vertical Only)Clean Day Separator (Vertical Only) is a minimalist indicator for traders who value clarity and structure on their charts.
This tool draws:
✅ Vertical dashed lines at the start of each new day
✅ Optional day-of-week labels (Monday, Tuesday, etc.)
It’s designed specifically for clean chart lovers — no horizontal lines, no boxes, just what you need to mark time and keep your focus.
Perfect for:
Intraday traders who track market rhythm
Price action purists
Anyone who wants to reduce visual noise
Customizable settings:
Toggle day labels on/off
Choose line and text colors
Set label size to match your chart style
CRT Wick ReversalCustom code to help predict reversals by using LQ areas - Killzone highs/lows, high volume LQ (CPI/NFP/News)/ IRL events such as war/POTUS etc..
EPS Fundamental Analysis🔍 **EPS Fundamental Analysis**
This script clearly shows the evolution of EPS (Earnings Per Share) quarter by quarter and annually.
It will help you quickly visualize the financial health of a company and make better investment decisions.
💡 *This indicator is just a supporting tool. Learn to interpret it correctly within a real fundamental analysis strategy.*
📘 Part of my course **“Elite Investor”**, where I teach how to build solid portfolios and choose companies with real value.
✅ **Personal and educational use only**
🔒 *Protected code, no access to source code. Resale or redistribution is prohibited.*
TradeCrafted - "M" & "W" Pattern Detector for intraday traders🔍 TradeCrafted – “M” & “W” Pattern Detector for Intraday Traders
Spot Key Reversal Patterns. React Before the Crowd.
Chart patterns aren't just theory — they’re the visual footprints of market psychology. Among them, the “M” (double top) and “W” (double bottom) formations are some of the most powerful and time-tested signals used by professionals to anticipate trend reversals and breakout setups.
This premium intraday tool detects these crucial structures in real time, helping you:
🧠 Stay ahead of major intraday pivots.
⚠️ Avoid false breakouts by reading the market’s rhythm.
📊 Time your entries and exits around high-probability zones.
Unlike noisy oscillators or delayed signals, this pattern detector focuses on structural clarity, ensuring you're trading with the rhythm of the market, not against it.
✅ Why Traders Use It:
Helps confirm tops and bottoms with visual confidence.
Excellent for intraday scalping and reversal strategies.
Reduces overtrading by filtering out indecision zones.
Reinforces discipline by only acting when the pattern is confirmed.
⚡️ For Genuine & Serious Traders:
This is a premium script developed for disciplined intraday professionals.
📩 Interested in a trial? Send your TradingView username to:
📧 tradecrafted21@gmail.com
Trust the patterns. Respect the process.
TradeCrafted — where precision meets price action.
TradeCrafted live Zigzag Trend Lines🧠 TradeCrafted live Zigzag Trend Lines — Trend Shift Detection with Supertrend Logic
The TradeCrafted live Zigzag Trend Lines is a powerful visual indicator that connects key trend reversal points using bold, color-coded lines. It's designed to help you spot trend changes clearly and act with confidence.
🔹 Blue lines connect significant bearish-to-bullish reversals, helping you identify new uptrends.
🔸 White lines connect bullish-to-bearish reversals, signaling potential downtrends.
📈 Features:
Highlights Buy and Sell signals directly on the chart using real-time crossover
logic.
Automatically draws trend lines at key turning points — visually mapping out price structure.
Simple, no-setup interface with hardcoded settings for consistent and clean results.
Built for scalpers and swing traders looking for early trend confirmation.
✅ Great For:
Traders who love clean visuals and want to reduce noise.
Price action traders who value structure over indicators.
Anyone looking to visually follow trend shifts with minimal delay.
MNQ1! 15min NW Strategy V2.0This strategy is built specifically for the MNQ1! futures contract on the 15-minute timeframe. It identifies and trades a specific price action setup where candles have little to no wick (either top or bottom), indicating potential momentum continuation. The system places pending limit orders with defined stop-loss and take-profit levels based on ATR volatility.
🔍 Key Features:
Only runs on MNQ1! and the 15-minute chart (errors otherwise to prevent misuse).
Detects "no-wick" candles based on configurable wick and body size filters.
Supports session-based trading (default: 02:00–16:00 NY time).
Executes limit-style entries placed a set number of points away from candle levels.
Uses ATR-based stop-loss and take-profit calculations for adaptive risk control.
Cancels orders automatically after a configurable number of bars if not filled.
Built-in performance statistics table shows live metrics on strategy results.
Trade signals and SL/TP levels are plotted directly on the chart for easy visualization.
⚙️ User Inputs Include:
Candle Settings: Wick percentage, min/max body size
Risk Settings: ATR multiplier, risk/reward (TP), contract size
Strategy Settings: Session time, entry offset distance, cancel-after bars
Performance Table: Toggle visibility, starting balance for display calculations
📈 Performance Table Metrics:
Total trades
Starting and ending balance
Net return in $ and %
Win rate
Maximum drawdown (in $ and %)
⚠️ Notes:
This strategy does not repaint.
Meant for educational and research purposes only — it is not financial advice.
Results may vary based on market conditions, latency, and broker execution. Always forward-test before using in live trading.
RANGE_MÜCAHİD_ATAOGLUThis comprehensive Pine Script v6 indicator combines several analysis layers and alert systems:
Backtest Time Filter
Allows you to specify a start/end date (month, day, year) for plotting and signal generation.
Range Filter
Smooths price via an EMA-based “range” band (configurable period & multiplier).
Plots the filter line and upper/lower bands with dynamic coloring to show trend strength.
Generates breakout signals only on the first candle after a trend change (longCondition1 / shortCondition1).
Webhook Integration (3Commas)
Customizable text messages for opening/closing long and short positions via webhooks.
Exhaustion (“Tükenmişlik”) Levels
Detects overextended moves by counting consecutive bars and checking swing highs/lows.
Plots support/resistance exhaustion lines on the current and (optionally) higher timeframe.
Identifies “super” signals when both current and higher timeframe exhaustion align.
MESA Moving Average (optional)
Implements the Mesa Adaptive Moving Average (MAMA & FAMA) on the current or higher timeframe.
Can color bars or overlay lines to visualize adaptive trend.
WaveTrend Oscillator
Calculates WaveTrend channels and moving averages on chosen source and timeframe.
Configurable overbought/oversold thresholds at three sensitivity levels.
Emits level-3 reversal signals when WT lines cross in extreme zones.
Combination Signals
“Combo” buy/sell markers (⭐/💥) and alert conditions when Range Filter and WaveTrend level-3 coincide.
Alert System
Multiple alertcondition definitions with Turkish titles & messages for:
Range Filter entries/exits
Strong WaveTrend reversals
Combo signals
Group alerts covering any signal type
Session Open/Close BoxThis Pine Script indicator for TradingView allows you to visualize up to three distinct time-based sessions on your chart. For each active session, it draws a box from the session's open to its close, extending all the way to the right edge of the screen. It also includes a dotted line at the halfway point between the session's open and close. This tool is designed to help traders quickly identify and analyze price action within specific, customizable time windows.
📦 Weekend Price Action Boxes Anchored with Labels📦 Weekend Price Action Boxes Anchored with Labels + Midline
Description:
This indicator highlights the price action that occurred over each weekend (Saturday and Sunday) by automatically drawing a colored box around the high and low of that period. Once the weekend ends (on Monday), the box is locked in place and remains visible on the chart for future reference.
Label: A label reading "WEEKEND PRICE ACTION" is placed above the box for clear identification.
Anchored Drawing: All elements remain accurately positioned even when zooming or scrolling the chart.
Non-intrusive Design: Transparent fill and subtle styling keep your chart clean while providing valuable reference levels.
Use Case:
Traders can use this tool to track weekend consolidation zones, anticipate potential breakout or rejection levels, and visually identify how current price interacts with prior weekend ranges.
Under The Zone No LeverageIt's a buy low, sell high or hold tool. Designed to locate the best prices on the market and provide the best opportunities for investments and trades. Markers are not necessarily meant to be bought on every indication although it can be, they are just meant to alert the price is good. It's meant to be up to the trader to decide if that Buy price is good for them. Auto trades are possible but not recommended. The sell/hold marker is what it says sell the price or hold what you have, stop buying above that price. The insurance indicator represents a price to think about selling or covering your investment or trade for a potential fall below the price indicated, although it doesn't always happen generally it does. So don't count on the short too much it might be easier to scalp the insurance indicator long although not intended for this strategy. Last but not least Buy indicators can be scalped short but not intended for this strategy.
TRADSYS24-06TTTrading de SPX long and short using a Leading TIMEWAVES indicator, yo know direction of trends before they happen
Bottom line is that FUTURE TRENDS of SPX are traded, which already are calculated in advance using physics law, how exactly is a secret.
Proprietary software calculates a TIMEWAVES indicator far ahead in the future, which thus is a leading indicator. If this indicator is going UP in the future (strong move) then the SPX will follow and prices will go UP. If indicator goes down (strong move) the SPX will go down.
Indicator is shown in TV, however, in spite of the fact it is already known for the future, this cannot be shown in TV. TV only shows time up to NOW, not all of next month in the future.
Why ? because 90 % of people and vested interests in finance world always tell "nobody knows the future". Start believing the impossible like GANN, Armstrong and renaissance group and there you go.
Phiên Forex (UTC+7, nền cũ, cờ rõ)Time giao dịch Forex khớp với các phiên theo từng khung giờ cho cả tuần
AlgoChadLin's BITCOIN H1 Breakout Strategy No.545Strategy Overview
AlgoChadLin's BITCOIN H1 Breakout Strategy No.545 is a sophisticated breakout trading system designed for Bitcoin on the H1 timeframe. It integrates multiple volatility and price action indicators to identify high-probability breakout opportunities, aiming to capitalize on significant market movements.
Auther: @algochadlin
Strategy Logic
Breakout Confirmation: Utilizes a combination of Average True Range (ATR) and Bollinger Bands to identify periods of low volatility followed by sharp price movements.
Long: Initiated when the price breaks above the previous hour's upper Bollinger Band, with ATR confirming increased volatility.
Short: Triggered when the price breaks below the previous hour's lower Bollinger Band, with ATR indicating heightened volatility.
Parameters
Price Entry Multiplier: Adjusts the entry price relative to the breakout level.
Exit After Bars: Specifies the number of bars to hold the position before exiting.
Profit Target (%): Defines the percentage gain at which to take profit.
Stop Loss Coefficient: Multiplier for ATR to calculate stop-loss distance.
Trailing Stop Coefficients: Defines the trailing stop parameters.
Biggest Range Period: Determines the lookback period for identifying the largest price range.
Setup
Timeframe: 1-Hour (H1)
Asset: Bitcoin, also suitable for ETH
Hourly Markers 09:00 - 22:00 (Europe/Budapest)Quick Summary:
✅ Markers appear every full hour from 09:00 to 22:00 Budapest time
✅ Marker shown only on bars at the first minute of each hour
✅ Uses persistent downward labels for clear, visible markers
✅ Works best on low timeframes (1m, 5m) to catch exact hour bars
⸻
Optional tweaks available:
✔ Change to vertical lines instead of arrows
✔ Adjust timezone or colors