BARTRADINGPREDV4Please note, that all of the indicators on the chart are working together. I am showing all of the indicators so that you might see the benefits of these indicators working as one. Do your own research. Trade smart. I code tools not advice. So please make decisions based on your trading style and knowledge. Use my scripts freely but please note they are protected by Mozilla.
Script Summary: BARTRADINGPREDV4
This Pine Script indicator is a comprehensive trading tool that overlays on your TradingView chart. It combines moving averages, regression channels, volume analysis, RSI filtering, and pattern recognition to assist in making trading decisions. It also provides a forward-looking projection to help anticipate future price movement.
Key Features & Logic
1. Moving Averages
HMA (High Moving Average): Simple moving average of the high price over a user-defined lookback period.
LMA (Low Moving Average): Simple moving average of the low price over the same period.
HLMA (High-Low Moving Average): The average of HMA and LMA, providing a midline reference.
2. RSI Filtering
Optionally enables a Relative Strength Index (RSI) filter to help avoid trades when the market is not trending strongly.
Only allows buy signals if RSI is above 50, and sell signals if RSI is below 50 (if enabled).
3. Signal Generation
BUY Signal: Triggered when HL2 (average of OHLC) crosses over LMA and (optionally) RSI > 50.
SELL Signal: Triggered when HL2 crosses under HMA and (optionally) RSI < 50.
XSB (Extra Strong Buy): HL2 crosses over HMA, is above HLMA, up volume is greater than down volume, and (optionally) RSI > 50.
XBS (Extra Strong Sell): HL2 crosses under LMA, is below HLMA, down volume is greater than up volume, and (optionally) RSI < 50.
Enable/Disable XSB/XBS: You can turn these signals on or off via script inputs.
4. Take Profit (TP) and Stop Loss (SL) Levels
TP and SL are dynamically calculated based on the difference between HMA and LMA, providing contextually relevant exit levels.
5. Regression Channel and Prediction
Linear Regression Line: Plots a regression line over the lookback period to show the underlying trend.
ATR Channel: Adds an upper and lower channel around the regression line using ATR (Average True Range) for a realistic prediction envelope.
Forward Projection: Projects the regression line forward by a user-defined number of bars, visually showing where the trend could extend if current momentum persists.
6. Pattern Recognition
Higher Highs/Lows and Lower Highs/Lows: Marks bars where new higher highs/lows or lower highs/lows are set, helping you spot trend continuation or reversal points.
7. Status Table
A table shows the current price’s relationship to HMA, HLMA, and LMA, color-coded for quick visual interpretation.
User Instructions
Inputs
Number of Lookback Bars: Sets the period for all moving averages and regression calculations.
Prediction Length: (Legacy; not used in current logic.)
TURN ON OR OFF XSB/XBS Signal: Toggle extra strong buy/sell signals.
Enable RSI Filter: Only allow signals when RSI is in the correct zone.
RSI Period: Sets the sensitivity of the RSI filter.
Table Position: Choose where the status table appears on your chart.
ATR Length & Multiplier: Control the width of the regression prediction channel.
Bars Forward (Projection): Number of bars to project the regression line into the future.
How to Use
Add the script to your TradingView chart.
Adjust inputs to suit your asset and timeframe.
Interpret signals:
BUY (B) and SELL (S): Appear as green/red labels below/above bars.
XSB (blue) and XBS (orange): Indicate extra strong buy/sell conditions.
HH/HL (green triangles): New higher highs/lows.
LH/LL (red triangles): New lower highs/lows.
Watch the regression channel: The yellow regression line shows the trend; the shaded band indicates expected volatility.
Check the projection: The dashed magenta line projects the regression trend forward, giving a visual target for price continuation.
Use the table: Quickly see if price is above or below each moving average.
Interpreting the Prediction Aspects
Regression Line & Channel
Regression Line (Yellow): Represents the best-fit line of price over the lookback period, showing overall trend direction.
ATR Channel: The upper and lower bands (yellow, semi-transparent) account for typical volatility, suggesting a range where price is likely to stay if the trend continues.
Forward Projection
Dashed Magenta Line: Projects the regression line forward by the specified number of bars, using the current slope. This is a trend continuation forecast—not a guarantee, but a statistically reasonable path if current conditions persist.
How to use: If price is respecting the regression trend and within the channel, the projection provides a visual target for where price might go in the near future.
TP/SL Levels
TP (Take Profit): Suggests a price target above the current HL2, based on recent volatility.
SL (Stop Loss): Suggests a protective stop below HL2.
Best Practices & Warnings
No indicator is perfect! Always combine signals with your own analysis and risk management.
Regression projection is not a crystal ball: It simply extends the current trend, which can and will change, especially after big news or at support/resistance.
Use on liquid, trending assets for best results.
Adjust lookback and ATR settings for your market and timeframe.
Summary Table Example
Price vs HMA vs HLMA vs LMA
43000 +100 +50 -20
Green: Price is above average (bullish).
Red: Price is below average (bearish).
Yellow: Price is very close to the average (neutral).
Final Notes
This script is designed to be a multi-tool for trend trading and prediction, combining classic and modern techniques. The forward projection helps visualize possible future price action, while signals and overlays keep you informed of trend shifts and trade opportunities.
Chart patterns
FVG-Bully BearsFVG-Bully Bears Indicator
The FVG-Bully Bears indicator is a powerful tool designed to identify Fair Value Gaps (FVGs) on your TradingView charts. FVGs are price gaps that occur when the market moves sharply, leaving areas where little to no trading activity took place. These gaps often act as key support or resistance zones, making them valuable for traders looking to spot potential reversal or continuation points.
This indicator highlights Bullish FVGs (potential support zones) and Bearish FVGs (potential resistance zones) with customizable boxes and labels, helping you visualize these critical price levels with ease.
Features
Bullish and Bearish FVGs: Detects gaps where price has left untested areas, marking bullish (green) and bearish (red) FVGs.
Customizable Display: Choose to show or hide bullish/bearish FVGs, adjust colors, and control box visibility.
FVG Labels: Optional labels on each FVG box to clearly identify bullish or bearish gaps, with adjustable text size.
Delete Filled FVGs: Automatically removes FVGs once price revisits and fills the gap, keeping your chart clean.
Box Extension: Extend FVG boxes into the future (up to 100 bars) to track unfilled gaps over time.
Performance Optimization: Limits the number of displayed FVG boxes (default: 50) to ensure smooth chart performance.
How It Works
Bullish FVG: Identified when the high of a candle two bars ago is lower than the low of the current candle, indicating a sharp upward move.
Bearish FVG: Identified when the low of a candle two bars ago is higher than the high of the current candle, indicating a sharp downward move.
FVGs are drawn as colored boxes (green for bullish, red for bearish) and can include labels for easy identification.
If enabled, filled FVGs (where price revisits the gap) are deleted to reduce chart clutter.
Settings
FVG Settings
Show Bullish FVGs: Enable/disable bullish FVG boxes (default: enabled).
Show Bearish FVGs: Enable/disable bearish FVG boxes (default: enabled).
Bullish FVG Color: Customize the color and transparency of bullish FVG boxes (default: light green).
Bearish FVG Color: Customize the color and transparency of bearish FVG boxes (default: light red).
Max FVG Boxes: Set the maximum number of FVG boxes displayed (default: 50, range: 1–500).
Extend FVG Boxes (Bars): Extend FVG boxes into the future by a specified number of bars (default: 8, range: 0–100).
Show FVG Labels: Enable/disable text labels on FVG boxes (default: enabled).
Label Size: Choose the size of FVG labels (options: Tiny, Small, Normal, Large, Huge; default: Small).
Delete Filled FVGs: Automatically remove FVGs when price fills the gap (default: enabled).
How to Use
Add the FVG-Bully Bears indicator to your TradingView chart.
Customize the settings to match your trading style (e.g., adjust colors, toggle labels, or change box extensions).
Watch for green (bullish) and red (bearish) FVG boxes:
Bullish FVGs: Potential support zones where price may bounce or consolidate.
Bearish FVGs: Potential resistance zones where price may reverse or stall.
Use FVGs in combination with other indicators (e.g., support/resistance, trendlines) for better trade decisions.
If “Delete Filled FVGs” is enabled, filled gaps will disappear, keeping your chart focused on active FVGs.
Ideal For
Swing Traders: Identify key price zones for entries or exits.
Day Traders: Spot intraday support/resistance levels created by rapid price moves.
Price Action Traders: Use FVGs to confirm market structure and potential reversal points.
Notes
For best performance, keep “Max FVG Boxes” at a reasonable value (e.g., 50) to avoid chart lag.
FVGs are most effective on lower timeframes (e.g., 5m, 15m, 1H) but can be used on any timeframe.
Combine with other tools like volume or trend indicators for a complete trading strategy.
Enjoy trading with FVG-Bully Bears and take advantage of Fair Valu
Custom Range + (dc_77)The "Custom Range + (dc_77)" indicator is a versatile tool designed for traders to analyze price ranges within a user-defined trading session. It calculates and displays key price levels (High, Low, 75%, 50% (EQ), 25%) and extended projection levels (0.33, 0.66, 1.33, 1.66 above and below the range) based on the session's high and low prices. The indicator also includes customizable visual elements such as lines, labels, rectangles, and a session end vertical line, making it ideal for intraday and swing traders looking to identify key support, resistance, and breakout levels.
This indicator is for educational and informational purposes only and should not be considered financial advice. Always conduct your own analysis and test the indicator thoroughly before using it in live trading.
Volume 200% Spike w/ MultiTF Color LogicStrategy Description: Volume-Confirmed Spike with Multi-Timeframe Heiken Ashi Agreement
This indicator highlights “SPIKE” events on the candlestick chart whenever a surge in trading volume coincides with momentum agreement across multiple timeframes and Heiken Ashi candle structure. Specifically, a “SPIKE” label is drawn below the candlestick when:
Volume Surge:
The current bar’s volume is at least 200% of the 20-bar simple moving average volume (on the chart’s timeframe).
Candle Nature Agreement:
The price bar and the double-smoothed Heiken Ashi candle (10,10 smoothing) are both bullish (close > open and HA close > HA open), or
Both are bearish (close < open and HA close < HA open).
Multi-Timeframe Volume Confirmation (Color Logic):
If the current, 1-hour, and 4-hour volumes are all above their respective 20-bar volume moving averages, the label is dark green (for bullish) or dark red (for bearish).
If only the current timeframe is spiking, the label is light green (bullish) or red (bearish).
Label Placement:
The “SPIKE” label is plotted well below the candle’s low, using a multiple of ATR for visual clarity.
Purpose:
This strategy is designed to highlight high-impact, high-conviction volume spikes only when both short-term price action and Heiken Ashi momentum are aligned—and to further emphasize signals that are confirmed by volume surges on higher timeframes.
It filters out low-quality or ambiguous spikes and helps traders spot strong, likely-continuation or reversal events driven by real market participation.
🔥 Trendline Breakout 5-15-1hr-4hrs-DAY-WEEK (HTF)//The percentLen (length for HH/LL calculation) defines how many candles (bars) to look back when calculating the highest high (HH) and lowest low (LL) values on the selected timeframe (percentTF).
//How It Works:
//ta.highest(high, percentLen)
//Finds the highest price in the last percentLen candles on the selected timeframe.
//Example: If percentLen = 20, it finds the highest high of the last 20 candles.
//ta.lowest(low, percentLen)
//Finds the lowest price in the last percentLen candles on the selected timeframe.
//For previous HH/LL (hh_prev and ll_prev), the script calculates the HH/LL from the period before the current percentLen bars, using:
//pine
//Copy
//Edit
//ta.highest(high, percentLen * 2)
//This shifts the window back by percentLen bars to get the previous range.
//Why Is It Needed?
//The script calculates % change between the current HH/LL and the previous HH/LL:
//pine
//Copy
//Edit
//hh_change = ((hh_now - hh_prev) / hh_prev) * 100
//ll_change = ((ll_now - ll_prev) / ll_prev) * 100
//This shows how much the market's extremes (highest highs & lowest lows) have shifted compared to the last segment.
//Example:
//Timeframe (percentTF) = 1 Day
//Length (percentLen) = 20
//This means:
//hh_now = highest high of the last 20 days.
//hh_prev = highest high of the 20 days before that.
//The % change tells you if the current 20-day range’s top is higher/lower than the previous 20-day range’s top.
🗓️ Day Separator🗓️ Day Separator – Visual Day Markers for Your Chart
This script adds automatic vertical lines to visually separate each trading day on your chart. It helps you quickly identify where each day starts and ends — especially useful for intraday and scalping strategies.
✅ Features:
Distinct colored lines for each weekday (Monday to Friday)
Optional day-of-week labels (toggle on/off)
Custom label position (top or bottom of the chart)
Works on any timeframe
Whether you're tracking market sessions or reviewing daily price action, this tool gives you a clean structure to navigate your charts with more clarity.
CandleSensei – EMA200, Wick & Pattern Alerts)CandleSensei is an advanced Pine Script designed for traders who need real-time alerts on key price action signals and candlestick patterns. It combines EMA200 analysis, volatility (ATR), wick/body detection, and classical candlestick pattern recognition (Engulfing, Pin Bar, Doji, Marubozu) – all in a single tool.
Key Features:
EMA200 HUD – Displays price deviation from EMA200 with directional arrows (▲ / ▼) and percentage values.
Wick Alerts – Alerts for significant wicks:
WICK ALERT: ↓🐂 3.5% (long lower wick – bullish signal).
WICK ALERT: ↑🐻 4.2% (long upper wick – bearish signal).
Big Body Alerts – Detects strong candle bodies exceeding a customizable threshold.
BIG BODY ALERT: ↑ 5.8%
BIG BODY ALERT: ↓ 4.7%
Candlestick Patterns – Automatic alerts for:
Engulfing (🟢🐂 or 🔴🐻).
Pin Bar (🟢🔨 Hammer, 🔴☄️ Shooting Star).
Doji (⚪ Doji 🟢↑ / 🔴↓).
Marubozu (📏 Marubozu 🟢↑ / 🔴↓).
On-Chart HUD – Shows ATR, price vs EMA200, wick size, and full body % in a compact table.
Why use CandleSensei?
Perfect for swing traders (Daily/Weekly analysis) and intraday traders (1H).
Combines trend direction, volatility, and price action patterns in a single dashboard.
Fully customizable thresholds for wick and body alerts.
Portfolio Tracker ARJO (V-01)Portfolio Tracker ARJO (V-01)
This indicator is a user-friendly portfolio tracking tool designed for TradingView charts. It overlays a customizable table on your chart to monitor up to 15 stocks or symbols in your portfolio. It calculates real-time metrics like current market price (CMP), gains/losses, and stoploss breaches, helping you stay on top of your investments without switching between multiple charts. The table uses color-coding for quick visual insights: green for profits, red for losses, and highlights breached stoplosses in red for alerts. It also shows portfolio-wide totals for overall performance.
Key Features
Supports up to 15 Symbols: Enter stock tickers (e.g., NSE:RELIANCE or BSE:TCS) with details like buy price, date, units, and stoploss.
Symbol: The stock ticker and description.
Buy Date: When you purchased it.
Units: Number of shares/units held.
Buy Price: Your entry price.
Stop Loss: Your set stoploss level (highlighted in red if breached by CMP).
CMP: Current market price (fetched from the chart's timeframe).
% Gain/Loss: Percentage change from buy price (color-coded: green for positive, red for negative).
Gain/Loss: Total monetary gain/loss based on units.
Optional Timeframe Columns: Toggle to show % change over 1 Week (1W), 1 Month (1M), 3 Months (3M), and 6 Months (6M) for historical performance.
Portfolio Summary: At the top of the table, see total % gain/loss and absolute gain/loss for your entire portfolio.
Visual Customizations: Adjust table position (e.g., Top Right), size, colors for positive/negative values, and intensity cutoff for gradients.
Benchmark Index-Based Header: The title row's background color reflects NIFTY's weekly trend (green if above 10-week SMA, red if below) for market context.
Benchmark Index-Based Header: The title row's background color reflects NIFTY's weekly trend (green if above 10-week SMA, red if below) for market context.
How to Use It: Step-by-Step Guide
Add the Indicator to Your Chart: Search for "Portfolio Tracker ARJO (V-01)" in TradingView's indicator library and add it to any chart (preferably Daily timeframe for accuracy).
Input Your Portfolio Symbols:
Open the indicator settings (gear icon).
In the "Symbol 1" to "Symbol 15" groups, fill in:
Symbol: Enter the ticker (e.g., NSE:INFY).
Year/Month/Day: Select your buy date (e.g., 2024-07-01).
Buy Price: Your purchase price per unit.
Stoploss: Your exit price if things go south.
Units: How many shares you own.
Only fill what you need—leave extras blank. The table auto-adjusts to show only entered symbols.
Customize the Table (Optional):
In "Table settings":
Choose position (e.g., Top Right) and size (% of chart).
Toggle "Show Timeframe Columns" to add 1W/1M/3M/6M performance.
In "Color settings":
Pick colors for positive (green) and negative (red) cells.
Set "Color intensity cutoff (%)" to control how strong the colors get (e.g., 10% means changes above 10% max out the color).
Interpret the Table on Your Chart:
The table appears overlaid—scan rows for each symbol's stats.
Look at colors: Greener = better gains; redder = bigger losses.
Check CMP cell: Red means stoploss breached—consider selling!
Portfolio Gain/Loss at the top gives a quick overall health check.
For Best Results:
Use on a Daily chart to avoid CMP errors (the script will warn if on Weekly/Monthly).
Refresh the chart or wait for a new bar if data doesn't update immediately.
For Indian stocks, prefix with NSE: or BSE: (e.g., BSE:RELIANCE).
This is for tracking only—not trading signals. Combine with your strategy.
If no symbols show, ensure inputs are valid (e.g., buy price > 0, valid date).
Finally, this tool makes it quite easy for beginners to track their portfolios, while also giving advanced traders powerful and customizable insights. I'd love to hear your feedback—happy trading!
Volume by NaughtyReal Volume Colored Bars
The indicator displays real volume as a histogram. Bullish bars (closing price higher than the previous one) are green, bearish bars (closing price lower) are red, and bars with volume lower than the two previous bars are pink. The default color is gray. Perfect for analyzing market volume dynamics.
[TehThomas] - ICT Rejection BlocksWhat Are Rejection Blocks?
Rejection Blocks are price zones formed when a candle attempts to push through a level, gets rejected with force, and then closes in the opposite direction. This price action creates a “block” that reflects clear intent from smart money participants. These blocks are typically marked by a large wick that fails to close beyond a key high or low, followed by a body that closes back inside the previous range. The zone around the candle body becomes a footprint of where buyers or sellers aggressively stepped in, often defending that level with size.
Why Rejection Blocks Matter to Smart Money Traders
In any smart money model, understanding where large players are active is key. Rejection Blocks highlight exactly that. These zones often sit just above inducement highs or below engineered lows, where liquidity was taken before displacement occurred. By identifying where price got rejected with conviction, traders can spot the origin of institutional interest. These levels often act as magnets for retracement and can provide high-probability entries when price trades back into them. The best part is they often line up with other SMT elements like Fair Value Gaps, Breaker Blocks, or market structure shifts, allowing for strong confluence-based setups.
How the Indicator Works and Why It’s Effective
This script is designed to do one thing exceptionally well, automatically detect and display clean, high-quality rejection blocks. It filters out noise and only marks candles that meet strict rejection criteria. That means long wicks showing failed pushes, and bodies that close convincingly in the opposite direction. The indicator then draws a box over the candle body to mark the rejection zone. These boxes help map out areas where price is likely to react or stall in the future. By automating this process, the indicator saves time, improves consistency, and removes guesswork. You no longer have to manually scan charts or second-guess if a level is valid, the tool handles it for you.
What This Adds to Your Trading Workflow
This tool fits perfectly into any smart money strategy built around liquidity, displacement, and market structure. It helps you focus on the most meaningful zones, especially when price sweeps a high or low and leaves behind a reversal. Whether you trade breakouts, reversals, or liquidity setups, Rejection Blocks give you a visual confirmation of where price got turned away. They act as future entry zones, rejection points, or even stop placement areas. You can pair them with your Fair Value Gap entries, or use them to validate the direction of a shift in structure. This is the type of tool that simplifies your chart without losing precision.
Optimized for Focus and Clarity
There’s no clutter, no overload of options, and no distractions. Just clean, focused rejection zones that update in real-time. The boxes stay until invalidated, giving you a static map of relevant zones without recalculating on every bar. This makes it ideal for traders who want to plan entries, set alerts, or manage risk without redrawing levels every session. Whether you scalp on the 5M or swing trade using the 4H, this tool helps lock in the zones where price already told you something important, rejection with force.
Conclusion
The Rejection Blocks indicator is for traders who want cleaner charts, smarter levels, and more conviction behind every entry. It isolates zones where price showed clear rejection and turns them into actionable blocks that fit seamlessly into any smart money strategy. If you rely on liquidity sweeps, displacement, and reaction-based entries, this tool brings clarity and consistency to your edge. Just turn it on and let it show you where real rejection occurred.
Example of how to use it
Equal Highs and Lows (Line Between Matches Only)marks out equal highs and lows with a solid red line and solid green line. Only marks out till the next candle
Ultimate Band Breakout Fibv2.0🔍 Key Features:
Breakout Detection (Selectable):
Envelope Upper Band breakout
Ultimate Band breakout (w/ optional high checks)
Fibonacci Retracement Entries:
Automatically draws 6 retracement levels from peak to low (based on RSI oversold or lowest low)
Enters at FIB2 and adds at FIB3, FIB4, FIB5
Exit Logic:
TP via Fibonacci Level 1 or % Take-Profit (user-defined)
SL via FIB6
Optional time-based forced exit
Fully customizable:
All Fibonacci levels, risk settings, RSI/Envelope/Ultimate Band parameters
Automatic visual labeling and line drawing
Works on any timeframe and ticker
🧪 Use Cases:
This strategy is ideal for:
Traders looking for breakout-retracement entries with clearly defined risk zones
Momentum-based trading on crypto, indices, or high-volatility assets
Backtesting Fibonacci pullback scenarios with time-based risk control
⚙️ Recommendations:
Works best on volatile assets with strong trending behavior
Use on higher timeframes (15min–4H) for swing trades or lower for scalping
Test with different RSI oversold thresholds or Ultimate Band timeframes for optimization
-ps-
I do not recommend using this strategy as a fully automated system.
It’s important to develop your own judgment by analyzing higher timeframes like the 4-hour or 6-hour charts, and making sure that smart money hasn’t exited the market.
While the indicator can generate automated entries, it may often trigger trades in areas where you shouldn’t be entering.
So please don’t blindly rely on the signals or run it on auto-pilot without supervision.
Instead, I recommend creating a watchlist of coins you're interested in and setting alerts for each one.
This way, you don't need to constantly watch the charts.
When an alert is triggered, you can check the setup, confirm with your own analysis, and enter only if the conditions still look favorable.
This semi-automated approach strikes a better balance between signal automation and human discretion.
This indicator does not generate entries using Fibonacci indiscriminately — it only creates setups in high-probability zones.
That’s why using a watchlist with alerts is essential if you want to receive more signals.
🔍 주요 특징:
돌파 조건 선택 가능:
Envelope 상단 밴드 돌파
Ultimate Band 상단 돌파 (고점 조건 체크 여부 선택 가능)
피보나치 되돌림 기반 진입:
고점 → RSI 과매도 기준 저점까지 자동 피보나치 라인 생성
FIB2 지점에서 진입, FIB3/FIB4/FIB5 구간에서 추가매수
청산 조건:
FIB1 도달 시 익절 또는 사용자 지정 % 기준 익절
FIB6 도달 시 손절
시간 경과 시 강제 종료 (옵션)
높은 사용자 맞춤성:
피보나치 비율, RSI/Envelope/Ultimate Band 설정 자유롭게 조정 가능
라벨 및 라인 자동 생성으로 직관적인 시각화
모든 종목/타임프레임 대응
🧪 추천 사용 대상:
뚜렷한 추세 또는 큰 변동성을 가진 자산에 적합
눌림목 기반 진입 전략을 자동화하려는 스윙/단타 트레이더
백테스트 기반의 전략 검증 및 최적화를 원하는 사용자
⚙️ 전략 활용 팁:
15분~4시간봉에서 높은 성능을 보입니다
RSI 과매도 기준을 유연하게 조절하여 최적 진입 구간 탐색 가능
Envelope와 Ultimate Band를 상황에 따라 선택해 조합해보세요
-ps-
자동전략으로 사용은 추천하지 않습니다. 큰프레임 즉, 4시간이나 6시간 프레임을 보고 스마트머니가 빠져나가지 않았다고 스스로 판단을 하는 안목이 필요합니다. 지표에서는 진입을 자동적으로 하지만 들어가지 말아야 할곳에 들어가는 경우도 많기 때문에 무작정 지표만 믿고 자동으로 돌리지 말기 바랍니다. 추천하는것은 원하는 모든 코인을 리스트로 만들고 리스트에 얼러트를 통으로 넣을 수 있기때문에 얼러트를 통해서 계속 차트를 보고 있지 않아도 진입시점에 알람이 오기때문에 알람이 올때 지표를 확인하고 괜찮다 싶으면 진입하는 것을 추천합니다. 이 지표는 무조건 피보나치를 통해 진입이 아닌 확률이 높은 구간에서만 만들어 집니다. 그래서 리스트를 통해 얼러트를 넣어야 많은 알람을 받을 수 있습니다.
MACD Reversal IndicatorMACD Reversal – Indicator Description
This indicator highlights potential market reversals by combining momentum, volume, and candlestick behavior into a single signal. A marker appears on the chart when several filters (MACD, RSI, Volume, Candle Patterns) align, aiming to capture points where price may be overextended and ready to turn.
The goal is not to generate frequent signals, but to isolate moments where the probability of a shift in direction may be higher.
How to Use
This tool is best used as part of a broader trading framework — for confirmation, not for isolated entries or exits. It may serve well for spotting exhaustion in trends or for identifying possible fade setups, depending on your trading style.
Important Note
The accuracy and usefulness of the signals can vary depending on the market, asset, and timeframe. It may work better in certain conditions than others. Users are strongly advised to backtest and forward-test the indicator thoroughly before making decisions based on it.
Here are some chart examples:
Downside of this indicator (strong trend) example:
WECAN Magic Indicator ₹ InvestmentScript Name: WECAN Magic Indicator 1
Company: WECAN GROW ACADEMY
Contact: +91 85678 98484
Description:
The WECAN Magic Indicator 1 is a powerful trading tool developed by WECAN GROW ACADEMY. It combines multiple technical analysis components such as EMA trends, MACD signals, and custom logic to generate precise Buy and Sell signals. The script features a clean on-chart display and a chronological table view of past trades, helping traders quickly review performance and market timing. Ideal for intraday and positional trading strategies, this indicator aims to simplify decision-making for both beginners and professionals.
For support or training, contact us at +91 85678 98484.
MACD + RSI + Volume + Support + CCIertyewrterwytewryteert
reewrt
erwtrew
trewt
rewtre
trewt
ewrt
wert
wert
ewrt
ewrt
wert
ewrt
rwertwertewrtewrtewtrewrtewrte
ertwertwertewqr
ewrtwertetr
Non-Repainting Pivot TrendlinesNon-Repainting Pivot Trendlines indicator draws trendlines automatically, in non-repeating and clear manner
Supply & Demand ZonesHigh probability "Institutional footprint" Supply&Demand zones with some extras.
Zones settings
-Mitigation method: You can set whether the wick or the body mitigates the zones.
-Show last X S&D Zones: The number of displayed zones
+
Optional ATR and Engulfing filter.
Fractals settings
-Filter 3/5 bar fractal: Choose to display the fractal candle from 3 or 5 candles pattern.
Moving Average settings
-Selectable MA with adjustable length, type and timeframe.
Liquidity Sweeps settings
-Selectable pivot length
Dashed line for swept levels, solid line for still active liquidity levels.
Bar colors
-Yellow: Engulfing candle
-Lime: Bullish momentum candle
-Purple: Bearish momentum candle
Attention! Never use zones alone as entry signal! Always trade with confirmations/confluences.
Choch Pattern Levels [BigBeluga]🔵 OVERVIEW
The Choch Pattern Levels indicator automatically detects Change of Character (CHoCH) shifts in market structure — crucial moments that often signal early trend reversals or major directional transitions. It plots the structural break level, visualizes the pattern zone with triangle overlays, and tracks delta volume to help traders assess the strength behind each move.
🔵 CONCEPTS
CHoCH Pattern: A bullish CHoCH forms when price breaks a previous swing high after a swing low, while a bearish CHoCH appears when price breaks a swing low after a prior swing high.
Break Level Mapping: The indicator identifies the highest or lowest point between the pivot and the breakout, marking it with a clean horizontal level where price often reacts.
Delta Volume Tracking: Net bullish or bearish volume is accumulated between the pivot and the breakout, revealing the momentum and conviction behind each CHoCH.
Chart Clean-Up: If price later closes through the CHoCH level, the zone is automatically removed to maintain clarity and focus on active setups only.
🔵 FEATURES
Automatic CHoCH pattern detection using pivot-based logic.
Triangle shapes show structure break: pivot → breakout → internal high/low.
Horizontal level marks the structural zone with a ◯ symbol.
Optional delta volume label with directional sign (+/−).
Green visuals for bullish CHoCHs, red for bearish.
Fully auto-cleaning invalidated levels to reduce clutter.
Clean organization of all lines, labels, and overlays.
User-defined Length input to adjust pivot sensitivity.
🔵 HOW TO USE
Use CHoCH levels as early trend reversal zones or confirmation signals.
Treat bullish CHoCHs as support zones, bearish CHoCHs as resistance.
Look for high delta volume to validate the strength behind each CHoCH.
Combine with other BigBeluga tools like supply/demand, FVGs, or liquidity maps for confluence.
Adjust pivot Length based on your strategy — shorter for intraday, longer for swing trading.
🔵 CONCLUSION
Choch Pattern Levels highlights key structural breaks that can mark the start of new trends. By combining precise break detection with volume analytics and automatic cleanup, it provides actionable insights into the true intent behind price moves — giving traders a clean edge in spotting early reversals and key reaction zones.
BanShen MACD Ultimate Multi Signal System[SpeculationLab]🧠 How This Script Works (Detailed Logic Breakdown)
This script is a closed-source, fully self-developed modular trading system centered around MACD divergence detection. It also includes auxiliary modules such as:
Vegas Tunnel trend filtering
Dynamic ATR-based stop placement
Engulfing candlestick pattern detection
RSI/OBV divergence modules
Fair Value Gap (FVG) recognition
A smart signal panel that consolidates all signals in real time
These components work together through a signal resonance framework, helping traders identify high-confluence, high-probability entry opportunities.
🔍 Why MACD Divergence Is the Core (Real-World Strategy Basis)
This system is based on a real-world trading strategy I’ve personally used and refined over time.
Through discretionary trading and backtesting, I discovered that divergence between price action and the MACD histogram — especially when certain structural conditions are met — produces a very high win rate.
Key observations include:
MACD peaks/troughs that are clean and well-shaped (defined pivot structure)
Large vertical differences between two MACD histogram extremes
Price making a higher high or lower low, while MACD does the opposite
Two or more divergences appearing consecutively, which creates a powerful reversal signal
These setups have proven extremely reliable in my experience. This script automates the detection of these conditions using strict logic filters.
🔷 1. MACD Divergence Engine (Core Module)
At its core, this script implements a multi-layered MACD divergence detection system, capable of identifying both **regular** and **consecutive** bullish/bearish divergences.
Key components of the logic:
- **Pivot-Based Peak Detection:**
Peaks and troughs in the MACD histogram are located using left/right lookback lengths.
These define valid turning points by requiring the center bar to be the highest (or lowest) compared to its neighbors.
- **Peak Size Thresholding:**
The height of the histogram peaks is compared to the standard deviation of MACD values.
Only peaks above a configurable multiplier (e.g., 0.1× stdev) are considered significant, filtering out noise.
- **Peak Ratio Filtering:**
For divergence to be valid, the size ratio between two histogram peaks must exceed a minimum threshold.
This prevents "flat" divergences with no meaningful MACD movement from triggering false signals.
- **Noise Suppression:**
A customizable threshold filters out weak histogram fluctuations between divergence points.
- **Price Action Confirmation:**
The divergence is only confirmed when the price forms a new high or low (depending on the type), and the MACD forms an opposing structure.
- **Consecutive Divergence Detection:**
For high-conviction setups, the script detects sequences of two or more divergences in the same direction.
These use stricter filters and flag rare but powerful market turning points.
Signals are plotted using plotshape() with visual differentiation between regular and consecutive setups. You can enable/disable each type individually.
⏰ Note: Histogram colors are styled similarly to TradingView’s built-in MACD for visual familiarity. However, this script is built entirely from scratch and does not reuse any internal TV code.
---
🔷 2. Trend Filtering via Vegas Tunnel
The **Vegas Tunnel** module plots 5 configurable EMAs (default: 12, 144, 169, 576, 676) to evaluate trend direction.
The trend is considered **bullish** when short EMAs (144/169) are positioned above long EMAs (576/676), and the price is interacting with the short EMA tunnel.
Conversely, a bearish condition is detected when the opposite is true.
A visual triangle marker highlights trend zones, and users can hide/show individual EMAs.
---
🔷 3. ATR-Based Dynamic Stop Loss
This module plots dynamic stop levels above and below the current price based on ATR.
Default setting uses 13-period ATR, and users can customize the multiplier or disable the plot.
It serves as a visual guide for risk management in live trades.
---
🔷 4. Engulfing Pattern Recognition
Candlestick-based signal detection:
- **Bullish Engulfing** occurs when a candle closes above the prior high, and the prior bar is bearish.
- **Bearish Engulfing** when a candle closes below the prior low, and the prior bar is bullish.
Users can modify the logic to use open/close levels for looser or stricter detection.
These patterns are highlighted using plotshape markers and optionally included in the signal table.
---
🔷 5. RSI and OBV Divergence Modules
These modules follow similar logic to the MACD engine:
- Use pivotlow() / pivothigh() to detect swing points.
- Confirm divergence only when price moves in one direction while RSI or OBV moves in the opposite direction.
- Require a minimum distance (in bars) between the two pivots.
- Require a certain ratio between two indicator values and their corresponding prices.
You can only enable **one of MACD/RSI/OBV divergences at a time** to avoid visual overlap, as they share the same subplot.
---
🔷 6. FVG (Fair Value Gap) Auto Detection
This module detects large single-direction price moves where price leaves a visible gap between candle 3 bars ago and 1 bar ago.
- **Bullish FVG**: high < low
- **Bearish FVG**: low > high
ATR-based filters are applied to eliminate minor gaps.
Each gap is drawn as a box and optionally extended, with a central line marking the midpoint (CE - Consequent Encroachment) level.
Traders often look for price to return to this level as an entry signal.
---
🔷 7. Smart Signal Table
All active signals (MACD, Vegas, RSI, OBV, Engulfing) are collected into a **real-time table** that displays current market bias.
- Each module reports whether it is currently giving a bullish (🟢) or bearish (🔴) condition.
- Helps users assess signal alignment (confluence).
- The table is updated every bar and appears in the bottom-right corner.
---
🔷 8. Watermark & Branding
The watermark displays the script name and author at the top-right, and can be toggled via settings.
📌 Not a Mashup — Structured System, Not a Stack of Indicators
⚠️ This is not a random mashup of unrelated indicators.
Every module in this system was intentionally designed to support the core MACD divergence logic by filtering, validating, or amplifying its signals.
Here's how the system achieves signal confluence and structure:
Vegas Tunnel acts as a macro trend filter, helping users determine whether to favor long or short trades.
For example, bullish MACD divergence is more reliable when confirmed by an uptrend in the Vegas EMAs. This prevents users from trading against momentum.
Engulfing Patterns serve as entry-level price action confirmation.
When a bullish engulfing candle appears near a MACD bullish divergence — and trend conditions from Vegas are aligned — the confluence increases dramatically.
This is especially powerful when multiple modules confirm in the same direction on the right side of the chart.
RSI and OBV Divergence modules offer redundant but independent momentum views.
Users may enable them selectively to validate MACD signals, or to use them as standalone alternatives when MACD is flat or noisy.
FVG Zones provide context for entries or targets.
For instance, a MACD bullish divergence forming near a bullish FVG gap increases the odds of reversal.
Price often "fills" these imbalances, which aligns well with reversal setups.
The Smart Signal Table aggregates signals from all modules and provides a visual, real-time overview of the current market bias.
This allows traders to act only when multiple signals are aligned — for example, when MACD is bullish, trend is up, and a bullish engulfing just printed.
Together, this framework creates a coherent decision-making system, where each tool has a defined role: trend filtering, signal confirmation, risk management, or entry detection.
🧩 It is modular in architecture, but not modular in purpose.
This system was not built by stacking indicators, but by integrating logic across modules to support a high-conviction MACD-based strategy.
🧬 Originality Statement
This script is entirely original, developed from scratch without using external libraries or public script code. The logic is fully custom, especially the consecutive divergence detection system and signal integration.
⚠️ Disclaimer
This script is for educational and informational purposes only and does not constitute financial advice. Trade at your own risk.
---
📘 中文简要说明:
这是一个完全原创、闭源的交易系统,核心逻辑为 MACD 柱状图背离信号的识别,配合多模块共振判断,构建出一个高胜率的多信号共振策略。
本指标模块化结构清晰,主要包括:
- MACD 背离识别(支持连续背离)
- Vegas EMA 隧道趋势过滤
- RSI / OBV 背离模块
- 吞没形态识别
- FVG 平衡区间自动标注
- ATR 动态止损提示
- 智能信号面板(整合所有信号并可视化)
所有模块均可单独开启/关闭,适配顺势、逆势或多周期的交易风格。
本脚本为个人实战策略的程序化实现,逻辑完全由零开发,未使用任何公用代码。适合希望提高交易胜率和信号精准度的用户使用。
免责声明:本指标仅用于技术分析学习与参考,不构成任何投资建议。请您独立判断,自行承担交易风险。