JXMJXRS - Anchor Bias ToolThe Anchor Bias Tool is a precision-based market structure tool designed to help traders visually quantify bias from any significant market event. Rather than relying on subjective trendlines or reactive signals, this tool lets you define a specific candle. Typically tied to a news event, breakout, or key swing point and then monitor how price behaves from that point forward.
You set an anchor candle using a specific date and time (UTC). The tool draws a horizontal anchor line at the closing price of that candle, calculates real-time price deviation from that level as a percentage, and then identifies whether price is in a bullish, bearish, or neutral zone based on how far it has moved from the anchor. This creates a clear, objective method for assessing whether the market is following through on an event or fading it.
Anchor Time (UTC) -
Define the exact candle you want to anchor from typically a reaction to a news event, breakout, or structural shift. All bias calculations begin from this candle’s closing price.
Bias Threshold (%) -
Sets how far price must move away from the anchor to be considered a valid directional bias. For example, 2.0% means price must be at least 2% above or below the anchor to enter bullish or bearish territory.
Show Bias Zones -
Toggles visual background shading on the chart. Green represents bullish bias, red for bearish. Helping you quickly identify where the market stands relative to the anchor.
Show Bias Labels -
Enables or disables the live label showing current bias (Bullish, Bearish, or Neutral) along with the real-time % deviation from the anchor level
Analisi trend
Renko Alerts📢 Renko Alerts – by Marcelo Ulisses Sobreiro Ribeiro
🧱 Detection of Bricks and Hammers on Renko Charts with Alerts
This indicator was designed for traders who use Renko charts and want to receive automated alerts when bricks and hammer-like patterns are formed, helping with price action reading and quick, objective decision-making.
✅ Indicator Function
Renko Alerts automatically identifies:
Bullish Brick: A clean bullish brick (no wicks), indicating potential trend continuation to the upside.
Bearish Brick: A clean bearish brick (no wicks), indicating potential trend continuation to the downside.
Bullish Hammer: A bullish brick with a lower wick.
Bearish Hammer: A bearish brick with an upper wick.
ℹ️ Important:
Hammer patterns are widely used as entry triggers, both for reversal and trend continuation — it all depends on the market context in which they appear (e.g., support/resistance, pullback zones, indicator confluence).
⚙️ Inputs & Settings
🔹 Box Size (points)
Description: Defines the Renko brick size in points.
Default value: 3.0
Why it matters: This setting is essential for the script to accurately detect brick formations. It calculates the body size and distinguishes between clean bricks and those with wicks (hammers).
Technical Note: A small tolerance is applied automatically to prevent floating-point comparison errors.
🔔 Available Alerts
The indicator provides four ready-to-use alert conditions for use within TradingView:
Alert Name Technical Condition Message
Bullish Brick Bullish brick with body equal to Box Size New Bullish Brick
Bearish Brick Bearish brick with body equal to Box Size New Bearish Brick
Bullish Hammer Bullish brick with a lower wick New Bullish Hammer
Bearish Hammer Bearish brick with an upper wick New Bearish Hammer
These alerts are ideal for automating chart monitoring and receiving real-time notifications about potential trade setups.
📌 Additional Notes
This script is designed to work exclusively with Renko charts using fixed box sizes.
It is not suitable for time-based candlestick charts.
You can use this indicator alongside other tools (moving averages, RSI, stochastics, etc.) to build confluent strategies.
TSL Drunken BirdA huge shoutout to @anotherDAPTrader for inspiration and support in developing this system!
Overview:
The Accurate Swing Trading System is a powerful technical analysis tool designed for swing traders on TradingView. It generates precise buy and sell signals based on price action crossing a dynamic Trailing Stop Loss (TSL) level, calculated from recent highs and lows. Enhanced with optional Higher Time Frame (HTF) confluence, the system aligns short-term signals with broader market trends, making it ideal for traders seeking to optimize entries and exits. Visual indicators include signal labels, customizable horizontal lines, a colored TSL line, and optional bar/background coloring. Alerts support trade execution across various assets, such as NASDAQ E-mini futures, stocks, forex, and more. A special shoutout to AnotherDAPTrader for inspiration and support in developing this system!
Key Features:
Swing Signals: Generates "BUY" and "SELL" signals when the closing price crosses above/below the TSL, based on a user-defined lookback period (Swing).
HTF Confluence: Adjusts signals based on the HTF trend (e.g., "EXIT LONG" instead of "SELL" if HTF is bullish), toggleable via Use HTF Confluence.
HTF Selection: Choose from 8 timeframes: 5-minute, 15-minute, 30-minute, 1-hour, 4-hour, Daily, Weekly, or Monthly.
Horizontal Lines: Plots green (buy) and red (sell) lines at the closing price of signal bars, with a toggle to extend lines 50 or 500 bars.
TSL Visualization: Displays a TSL line (green if close >= TSL, red if close < TSL) to highlight dynamic support/resistance levels.
Bar/Background Coloring: Optionally colors candlesticks and chart background green (bullish) or red (bearish) based on price relative to TSL.
Alerts: Configurable alerts for "Buy Signal" and "Sell Signal" on price crossovers/crossunders.
Persistent Behavior: All components (signals, labels, lines, TSL, coloring) remain on the chart indefinitely, consistent with the original design.
Use Cases:
Perfect for swing trading on any timeframe (e.g., 1-minute for scalping, 1-hour for swing trading) and asset (e.g., NASDAQ E-mini futures, stocks, forex).
Enhances decision-making by aligning short-term trades with higher timeframe trends.
Supports both manual trading (via visual cues) and automated trading (via alerts).
License:
Released under the Mozilla Public License 2.0. Created by ceyhun, with a shoutout to AnotherDAPTrader.
How to Use the Accurate Swing Trading System in TradingView
Add the Script to TradingView:
Open TradingView (www.tradingview.com) in a browser or desktop app.
Navigate to the Pine Editor (bottom panel of any chart).
Copy and paste the provided Pine Script code.
Click "Add to Chart" to apply the indicator to your active chart.
Configure Indicator Settings:
Access settings by clicking the gear icon next to the indicator name on the chart.
Adjust the following inputs:
Swing (default: 3): Defines the lookback period for calculating the highest high and lowest low used in the TSL. Higher values produce smoother but potentially delayed signals.
Barcolor (default: true): Enables/disables green (bullish) or red (bearish) candlestick coloring based on close vs. TSL.
Bgcolor (default: false): Enables/disables green/red background coloring for trend visualization.
Use HTF Confluence (default: true): Enables/disables HTF trend filtering. When enabled, signals adjust to reflect HTF trend (e.g., "EXIT LONG" for sell signals if HTF is bullish).
Higher Time Frame (default: "60"): Select from for 5-minute, 15-minute, 30-minute, 1-hour, 4-hour, Daily, Weekly, or Monthly HTF analysis.
Use Long Horizontal Lines (500 bars) (default: true): Toggles horizontal line length between 500 bars (long) and 50 bars (short).
Interpret Signals and Visuals:
Signal Labels:
"BUY" (green, below bar): Triggered when close crosses above TSL (and HTF is bullish or use_htf is off).
"SELL" (red, above bar): Triggered when close crosses below TSL (and HTF is bearish or use_htf is off).
"EXIT SHORT" (orange, below bar): Triggered on buy signals when HTF is bearish (with use_htf on).
"EXIT LONG" (orange, above bar): Triggered on sell signals when HTF is bullish (with use_htf on).
Horizontal Lines:
Green lines (buy signals) and red lines (sell signals) are plotted at the close price of the trigger bar, aligning with TSL color changes (green to red or vice versa).
Lines extend 50 bars (if long_lines is false) or 500 bars (if true) to the right.
TSL Line: A continuous line (linewidth=3) showing the TSL level, colored green (close >= TSL) or red (close < TSL).
Bar/Background Coloring: If enabled, candlesticks and background are colored green (bullish) or red (bearish) based on close vs. TSL.
Set Up Alerts:
Right-click the indicator name on the chart and select "Add Alert."
Choose "Buy Signal" or "Sell Signal" as the condition.
Configure alert settings (e.g., notification method, frequency: once per bar, etc.).
Alerts trigger on Buy (crossover) or Sell (crossunder) events, ideal for trade execution or monitoring.
Test on a Chart:
Apply to a chart (e.g., NASDAQ E-mini futures, 1-minute timeframe, as per your metadata from July 10, 2025, 05:41 PM CDT).
Verify:
Labels: "BUY", "SELL", "EXIT LONG", "EXIT SHORT" appear only on crossover/crossunder bars.
Horizontal Lines: Green/red lines plot at the close price where TSL changes color (green to red for Sell, red to green for Buy), extending 50 or 500 bars based on long_lines.
TSL Line: Updates continuously, colored green/red based on close vs. TSL.
Coloring: Bar/background coloring (if enabled) reflects trend direction.
HTF Confluence: With use_htf on, test htf_res = "M" (and others like "60", "D") to ensure signals adjust correctly (e.g., "EXIT LONG" for sell signals if monthly HTF is bullish).
Alerts: Confirm alerts trigger on crossovers/crossunders.
Ensure all components persist indefinitely (no decay).
Best Practices:
Timeframe: Use on any timeframe (e.g., 1m for scalping, 1h for swing trading). Adjust Swing to balance signal frequency and reliability.
Asset: Suitable for volatile assets like NASDAQ E-mini futures, stocks, or forex.
HTF Alignment: Enable use_htf for trend-aligned trades, especially on higher timeframes like "D" or "M".
Line Length: Use long_lines = true for longer-term visualization (500 bars) or false for shorter-term (50 bars).
Risk Management: Combine with stop-loss/take-profit levels and proper position sizing, as the system does not include risk management.
Acknowledgments:
License Note:
This script is provided under the Mozilla Public License 2.0. Users are free to use, modify, and distribute it per the license terms.
ParthFintech SMART-MOVE IndicatorThe ParthFintech SMART-MOVE Indicator.V1.0 is a precision-engineered tool developed by Parth Fintech to help traders identify high-probability trend-based entries and exits using a clean confluence of institutional-grade indicators. Whether you're a beginner or an experienced trader, this indicator provides clarity in trend direction and momentum shifts, enhancing both confidence and consistency in your trades.
📊How It Works
- The SMART-MOVE Indicator combines:
- A dynamic trend filter to identify bullish and bearish market bias.
- A powerful momentum indicator to detect price reversals and trailing stop conditions.
- Heikin Ashi or Candlestick Candles: Use either chart type to visualize trend continuation and exhaustion.
🟢 BUY & 🔴 SELL Signal Visualization
🟢 BUY Signal: Displayed as a green rectangle beneath the candle with “BUY” written in white.
Triggered when a bullish candlestick closes above the EMA and the Pdot appears below the candle.
🔴 SELL Signal: Displayed as a red rectangle above the candle with “SELL” written in white.
Triggered when a bearish candle closes below EMA and the Trend indicator appears above the candle.
Trade Exit Level
🔺 A red triangle marks the suggested exit for BUY trades.
🔻 A green triangle marks the suggested exit for SELL trades.
This confluence-based approach filters out noise and helps avoid false signals during sideways or volatile market conditions.
---
⚙ Best Use Guidelines
Recommended for: 15m, 1H, and 4H timeframes
- Chart Type: Traditional Candlesticks
- Combine with the ParthFintech SMART Indicator for enhanced levels of; Support and Resistance Zones, Order Blocks (OB), Fair Value Gaps (FVGs)
This multi-indicator confluence strengthens your trade decisions with Smart Money insight.
---
🛡 Why Choose SMART-MOVE
- Built with discipline and precision in mind
- Designed for traders who value quality over quantity
- Easy-to-read signals with built-in trade management prompts
- Developed by professionals with over a decade of trading experience
---
📧 For access and queries contact: support@parth-fintech.com or www.parth-fintech.com
Supply/Demand Zones with Midline (No Overlap Logic)Supply and demand formations based on inside bar breakouts. Automatically plots zones to buy and sell from. MTF analysis available.
Range Filter Buy & Sell 5min + Multi-TF DashboardElevate your edge with Range Filter Buy & Sell 5min + Multi-TF Dashboard—a precision-engineered trend companion that scans your favorite markets from the 5-minute tick to the higher-timeframe horizon. By harmonizing short-term signals with the broader trend, it delivers crystal-clear buy and sell cues—and the confidence to act on them. Whether you’re scalping, swing trading, or investing for the long haul, this all-in-one dashboard empowers you to ride only the strongest trends and step aside before the noise hits. Trade smarter. Trade with clarity. Trade with conviction.
Quantum EdgeXQuantum EdgeX
Author: Mr. Chetaan V. Khairmode
The Quantum EdgeX
This indicator is designed to help traders to observe and interpret possible trend reversal conditions to the downside. It generates visual cues such as red arrows on the chart to highlight moments where price and RSI behavior align with specific logic criteria. The tool adapts across various timeframes and instruments.
This tool is intended to complement a trader’s analysis - not replace it. The logic blends price movement with RSI-based conditions to highlight potential momentum shifts. Background highlighting is used to visually mark qualifying bars. A red arrow appears when price confirms weakness during a specific RSI condition.
The script is protected to maintain the originality of its logic and prevent unauthorized redistribution.
ParthFintech SMART Indicator V1.0A powerful, all-in-one SMART indicator designed to identify high-probability trade setups across any timeframe. By combining break-of-structure entries with multi-timeframe trend confirmation, dynamic support & resistance, Order Block (OB) and Fair Value Gaps (FVG ) Detection, it automatically plots your entry, stop loss, and three tiered take-profit levels—and even marks them with arrows and labels so you can act at a glance.
---
A. 🔑 Key Features
1. Break of Structure (BOS) based entries: Detects fresh bullish or bearish structure breaks for precise timing.
2. Multi-Timeframe Trend Filter: Confirms 4 hour and Daily trend alignment via crossovers to avoid counter-trend signals.
3. Dynamic Support & Resistance Zones: Automatically captures the most recent swing highs/lows as S/R levels in the chart.
4. Multiple confluence Detection: Marks recent bullish/bearish order blocks with tiny colored squares.
5. Fair Value Gap (FVG) Zones: Highlights potential liquidity imbalance areas where price often returns.
6. Automated Risk/Reward Levels:
- Entry at the BOS candle high/low
- Stop Loss at the most recent swing low (for longs) or swing high (for shorts)
- TP1, TP2, TP3 calculated as configurable RR multiples (default 1.5×, 2×, 3×)
B. Visual Cues:
- Green arrow below the bar for long entries
- Red arrow above the bar for short entries
- Labels “ENTRY”, “SL”, “TP1”, “TP2”, “TP3” plotted at their respective price levels
- Alert-Ready: Built-in alert conditions for Entry, all three TPs and SL hits—perfect for pop-ups, emails, or webhooks (Telegram integration).
C. ⚙️ Inputs & Customization
Input Default Description
- TP1 RR 1.5 First take-profit as a multiple of risk
- TP2 RR 2.0 Second take-profit multiple
- TP3 RR 3.0 Third take-profit multiple
- Lookback S/R 20 Bars to use when calculating swing highs/lows
- Arrow Offset (pips) 10 Vertical offset for the entry arrows
- HTF 1 240 Higher timeframe #1 (4 hour)
- HTF 2 D Higher timeframe #2 (Daily)
- Customize RR targets, lookback period, arrow offset, or HF trend timeframes to match your trading style.
---
D. 🎯 How It Works
1. Trend Check – Uses trend analysis on 4H & Daily to ensure you trade with the dominant market direction.
2. Structure Break – Alerts when price closes beyond the most recent swing high (bullish) or low (bearish).
3. Zone Confirmation – Plots S/R, OB, and FVG zones to help you visualize confluence.
4. Level Calculation – Automatically computes entry, stop, and three target levels based on your RR settings.
5. Visual Signals & Alerts – Draws arrows/labels on the chart and triggers alerts so you never miss a setup.
---
E. 🚀 Getting Started
1. Open Indicators menu on TradingView and search for ParthFintech SMART Indicator.v1.0
2. Click Add to Chart and tweak input settings to your preference.
3. Create alerts on “Buy Signal”, “Sell Signal”, “TP1 Hit”, “SL Hit”, etc., choosing popup, email, or webhook delivery.
Contact: support@parth-fintech.com or visit parth-fintech.com for any queries.
-----
> Disclaimer: This indicator is provided for personal use and should be tested thoroughly in a demo environment before deploying with real capital. Always manage your risk appropriately.
Sentinela
Sentinela is a technical indicator built to precisely detect buy and sell opportunities based on overbought/oversold signals within well-defined trends.
🔍 **Features:**
- Buy (🟢) and sell (🔴) signals with clean visual arrows.
- Optional display of stop and 2× reward target levels.
- Works on all timeframes and assets (crypto, stocks, indices).
- Auto-alert ready for bots and automation.
⚙️ **How to use:**
- Enter trades based on arrows and manage risk using the plotted levels.
- Combine with support/resistance zones or volume for added confluence.
🎯 **Benefits:**
- No user configuration required.
- Internal logic fully protected from reverse-engineering.
- Clean and efficient for scalping, swing trading, or longer holds.
Optimized NQ ORB Strategy (Fixed)🧠 Strategy Description
Optimized NASDAQ Futures Opening Range Breakout (ORB) Strategy
This script implements a dynamic and risk-aware Opening Range Breakout (ORB) strategy tailored for trading NASDAQ futures (NQ) during the regular U.S. market session.
⚙️ Core Logic:
ORB Definition: The opening range is defined from 9:30 AM to a user-defined time window (default: 15 minutes).
Breakout Triggers:
Long: Triggered when price closes above ORB high and VWAP in an uptrend.
Short: Triggered when price closes below ORB low and VWAP (optional, disabled by default).
Trend Filter: Long entries must align with a 50-period SMA uptrend.
Volatility Filter: Trades are allowed only when ATR exceeds a minimum threshold.
ORB Range Filter: Prevents trades on low-range, choppy days by skipping narrow ORBs.
VWAP Confirmation: Ensures trades align with real-time market sentiment.
💼 Risk Management:
ATR-based Stop Loss & Take Profit: Stops and targets are dynamically calculated using a multiple of ATR.
Daily Profit Target: Automatically closes all positions when the profit target is reached.
Breakeven Protection: After price moves 1x ATR in your favor, stops are moved to breakeven.
Time-Based Exit: All positions are flattened at 2:45 PM to avoid end-of-day volatility.
Max Position Size: Contracts are calculated based on a fixed risk percentage per trade, capped by a max contracts limit.
📊 Customizable Inputs:
ORB window duration
Max contracts
Risk per trade
ATR multiplier
Minimum volatility (ATR) required
Minimum ORB range in points
Enable/disable short trades
Daily profit target
One-trade-per-direction filter
🧪 Ideal Usage
Best used on 1-min or 5-min NASDAQ futures charts (NQ1! or MNQ1!) with extended hours disabled, to match NYSE trading session data. Forward test over 3–6 months of data for optimal results.
📌 Disclaimer
This script is for educational and research purposes only. It does not constitute financial advice. Past performance is not indicative of future results. Always test thoroughly before using real capital.
Range Filter Buy & Sell 5min + Multi-TF DashboardElevate your edge with Muyen’s Range Filter Buy & Sell 5min + Multi-TF Dashboard—a precision-engineered trend companion that scans your favorite markets from the 5-minute tick to the higher-timeframe horizon. By harmonizing short-term signals with the broader trend, it delivers crystal-clear buy and sell cues—and the confidence to act on them. Whether you’re scalping, swing trading, or investing for the long haul, this all-in-one dashboard empowers you to ride only the strongest trends and step aside before the noise hits. Trade smarter. Trade with clarity. Trade with conviction.
9 EMA Cross 21 EMA Strategy - 1H with 5% TPThe 21/9 EMA crossover strategy is a powerful trend-following method where a buy signal is triggered when the 9 EMA crosses above the 21 EMA, indicating bullish momentum. It works best in trending markets, especially when combined with filters like the 100 EMA to avoid choppy zones. Traders can enhance performance by entering on EMA retests, using a fixed 35-point stop-loss, and setting a 5–8% take profit. This strategy shines on 15-minute to 1-hour charts and can yield massive returns—sometimes up to 300%—when used with discipline and proper risk management. Follow me for more crazy setups!
Custom Time LinesMarks out London and Asia Session open times and close times to help when trading New York Session
Dynamic Fib 61.8Dynamic Fib 61.8 Indicator – Full Guide
1. Overview
This indicator plots a dynamic 61.8% Fibonacci retracement level, adjusted for market volatility and smoothed using an EMA for cleaner signals. Unlike traditional static Fib levels, this version auto-adjusts based on recent price swings, making it more responsive to changing market conditions.
Key Features:
✅ Auto-Adjusting 61.8% Fib Level – Adapts to the highest high/lowest low over a user-defined period.
✅ EMA Smoothing – Reduces noise for more reliable support/resistance.
✅ Breakout Alerts – Built-in alerts for when price crosses the Fib level.
✅ Inverse Chart Support – Works on both regular and inverse price scales.
2. How to Use This Indicator
Primary Use Case:
Trend Retracement Entry: The 61.8% level often acts as a reversal zone in trending markets.
Breakout Confirmation: A decisive close above/below the smoothed Fib level suggests trend continuation.
Support/Resistance Flip: Watch for price reactions at this level for intraday/swing trades.
Input Parameters:
Input Default Description
Lookback Period 52 Determines how far back the highest high/lowest low is calculated. Higher = slower reaction, lower = more sensitive.
EMA Smoothing 3 Controls how much the Fib level is smoothed (higher = smoother but laggier).
Invert Price Scale Off Flips the calculation for inverse charts (e.g., for crypto perpetuals).
3. Interpretation & Trading Rules
Bullish Scenario (Buy Dips):
Price retraces to the smoothed Fib 61.8 level in an uptrend.
Confirmation: Wait for bullish candlestick patterns (hammer, engulfing) or RSI > 50.
Entry: Long on a bounce, stop-loss below recent swing low.
Bearish Scenario (Sell Rallies):
Price retraces to the smoothed Fib 61.8 level in a downtrend.
Confirmation: Bearish rejection (shooting star, bearish engulfing) or RSI < 50.
Entry: Short on rejection, stop-loss above recent swing high.
Breakout Trading:
If price closes decisively above/below the smoothed Fib level, it may signal trend continuation.
Volume & Momentum Confirmation: Use with MACD/RSI for stronger signals.
4. Best Confluence Indicators
This indicator works best when combined with:
A. Momentum Oscillators
RSI (14):
Look for oversold (RSI < 30) near Fib support in uptrends.
Look for overbought (RSI > 70) near Fib resistance in downtrends.
MACD:
Bullish: MACD crossing above signal line near Fib support.
Bearish: MACD crossing below signal line near Fib resistance.
B. Volume Analysis
Volume Spike + Fib Bounce = Strong Reversal Signal
Low Volume at Fib Retest = Potential Fakeout
C. Moving Averages
50 EMA/200 EMA Alignment:
If price is above 200 EMA and retests Fib 61.8, it’s a high-probability long.
If price is below 200 EMA and rejects Fib 61.8, it’s a high-probability short.
D. Price Action Patterns
Engulfing, Pin Bars, Inside Bars at the Fib level add confirmation.
5. Example Strategy
Setup:
Trend Identification – Price is above 200 EMA (uptrend).
Retracement to Smoothed Fib 61.8 – Price pulls back to the dynamic level.
Confirmation – Bullish hammer forms + RSI > 50.
Entry – Buy with stop below recent swing low.
Target – Previous high or 1.618 Fib extension.
6. Limitations & Adjustments
Choppy Markets: The Fib level may give false signals (use ATR filter).
Optimal Period Adjustment:
For day trading, reduce Lookback Period (e.g., 20-30).
For swing trading, increase (e.g., 50-100).
EMA Smoothing: If too slow, increase smoothing to 5-10.
Final Thoughts
This indicator is best used as a dynamic support/resistance tool rather than a standalone system. Combining it with momentum filters, volume, and price action significantly improves accuracy.
RippleWave Futures-Aware (1:2 RR + Entry Styles)Using 200 EMA with ATR, i created this to have different modes based on entry, basic when the previous open has a less volume than current and price above average then it buys, it would follow similar concept for selling. I have adapted it for Future contracts trading so you can get the ATR value of the Futures.
It also mapped it drawing trades, its a work in progress not prefect
Hidden Markov ModelOverview
This model uses a Hidden Markov Model to identify and predict market regimes in real-time. It is designed to probabilistically identify market regime changes and predict potential reversal point using a forward algorithm to calculate the probability of a state.
Unlike traditional technical indicators that rely on price patterns or moving averages, this HMM analyses the underlying statistical structure of market movements to detect when the market transitions between different behavioural states such as trending, ranging, or volatile periods
How it works
The HMM assumes that market behavior follows hidden states that aren't directly observable, but can be inferred from observable market data (emissions). The model uses a (somewhat simplified) Bayesian inference to estimate these probabilities.
State 0: (Normal Trading): Market continuation patterns, balanced buying/selling
State 1: (Top Formation): Exhaustion patterns at price highs
State 2: (Bottom Formation): Capitulation patterns at price lows
How to use
1) Identify the trend (you can also use it counter-trend)
2) For longing, look for a green arrow. The probability values should be red. For shorting, look for a red arrow. The probability values should be green
3) For added confluence, look for high probability values of above 25%.
Advantages and what makes it unique
Unlike moving averages or oscillators that react to price changes, the HMM proactively identifies the underlying market structure. This forward-looking approach can signal regime changes before they become apparent in price action, providing traders with an informational edge.
K-Capital Infinity# **K-Capital Infinity – Advanced Multi-Strategy Trading Indicator**
🚀 **Unlock Precision Trading with Smart Trend Detection, Entry Signals & Profit Targets**
The **K-Capital Infinity** indicator is a powerful, all-in-one trading tool designed to help traders identify high-probability trend reversals, confirm entries with multiple filters, and spot optimal take-profit levels. Combining **Supertrend, Keltner Channels, Moving Average Braid Filter, and RSI Exhaustion Signals**, this indicator provides a complete trading system in one script.
---
## **🔹 Key Features**
### **1. Smart Trend Detection**
- **Modified Supertrend** with **Keltner Channel** adaptation for smoother trend identification.
- Adjustable **sensitivity (0.5-10)** to adapt to different market conditions.
- **Colored candles** (green = bullish, red = bearish) for instant trend visualization.
### **2. High-Confirmation Entry Signals**
- **BUY/SELL labels** triggered only when:
- **Supertrend crossover** confirms trend reversal.
- **Braid Filter** (3 MAs) aligns in the correct order with sufficient separation.
- Eliminates false signals by requiring **strong momentum confirmation**.
### **3. Take Profit & Trend Exhaustion Zones**
- **RSI-based TP signals** at key levels:
- **Long TPs:** RSI crosses **30, 20, or 15** ("Sell TP" signals).
- **Short TPs:** RSI crosses **70, 80, or 85** ("Buy TP" signals).
- Helps lock in profits before reversals.
### **4. Multi-Timeframe Momentum Analysis**
- **13 EMAs (15 to 51 periods)** plotted to visualize stacked momentum.
- Optional **EMA Energy** coloring (green if price > EMA, red if below).
### **5. Adaptive Moving Average Filter**
- Choose from **11 MA types** (EMA, DEMA, McGinley, HMA, etc.).
- Adjustable **filter strength** to control signal strictness.
---
## **🔹 How to Use**
### **For Trend Following:**
✅ **Enter LONG** when:
- Price crosses **above Supertrend** (green candles).
- **Braid Filter** shows **MA3 > MA7** with strong separation.
- **"BUY" label** appears below price.
✅ **Enter SHORT** when:
- Price crosses **below Supertrend** (red candles).
- **Braid Filter** shows **MA7 > MA3** with strong separation.
- **"SELL" label** appears above price.
### **For Profit-Taking:**
💰 **Exit LONG** when **"Sell TP"** appears (RSI crosses 30, 20, or 15).
💰 **Exit SHORT** when **"Buy TP"** appears (RSI crosses 70, 80, or 85).
---
## **🔹 Why K-Capital Infinity?**
✔ **Reduces false signals** with **multi-layered confirmation**.
✔ **Works on all timeframes & instruments** (stocks, forex, crypto).
✔ **Customizable** for scalping, swing trading, or long-term investing.
✔ **Clear visual signals** – no guesswork!
📈 **Perfect for traders who want:**
- Reliable trend reversals.
- Confirmed entries with strong momentum.
- Smart profit-taking zones.
---
### **📥 Try It Now & Elevate Your Trading!**
🔹 **Like & Favorite** if you find it useful!
🔹 **Leave a comment** with your feedback or suggestions.
🔹 **Adjust settings** to match your trading style.
**Happy Trading! 🚀**
---
**#Supertrend #KeltnerChannel #RSI #MovingAverages #TradingStrategy #TechnicalAnalysis #ProfitTargets #TrendFollowing**
Smart RSI Divergence PRO | Auto Lines + Alerts
Smart RSI Divergence PRO
This indicator automatically finds RSI divergences on price charts:
🔹 Detects both regular & hidden divergences
🔹 Draws auto trendlines connecting swing highs & lows
🔹 Clear triangle labels directly on the chart
🔹 Ready-to-use alerts for your strategy
Use it to spot potential trend reversals and hidden continuation signals.
How it works
Regular Divergence: Price makes a higher high (or lower low) while RSI does not — this can signal a possible trend reversal.
Hidden Divergence: Price makes a lower high (or higher low) while RSI makes a higher high (or lower low) — this can signal a possible trend continuation in the same direction.
Auto Lines & Labels
The script automatically detects local swing highs and lows and draws connecting trendlines on price.
Labels appear on the chart as colored triangles, so signals are easy to see at a glance:
🔻 Red triangle — Regular Bearish Divergence (potential short)
🟠 Orange triangle — Hidden Bearish Divergence (possible trend continuation down)
🟢 Green triangle — Regular Bullish Divergence (potential long)
🔵 Blue triangle — Hidden Bullish Divergence (possible trend continuation up)
Customization
You can adjust:
RSI length
Show/hide regular or hidden divergences
Show/hide auto lines and labels
Customize line width and transparency
Works on any market and any timeframe — crypto, forex, indices, stocks.
⚠️ Disclaimer: This script is for educational purposes only and does not constitute financial advice. Always test any strategy thoroughly and trade at your own risk.
Smart Deviation Trend Bands PRO + MTF Filter
Smart Deviation Trend Bands PRO + MTF Filter
This advanced version of Smart Deviation Bands gives you everything you need to catch cleaner trend bounces and avoid fake signals.
🔹 Classic deviation bands with 1, 2 and 3 standard deviations
🔹 Dynamic SMA line with clear trend coloring
🔹 Built-in multi-timeframe trend filter (MTF)
🔹 Signals only appear when they align with the higher timeframe trend
🔹 Ready-to-use alerts for bullish and bearish bounces
How it works
The script plots classic standard deviation bands around a dynamic Simple Moving Average (SMA). The three bands (1, 2 and 3 standard deviations) help you spot different levels of pullbacks or extensions relative to the trend.
A built-in multi-timeframe filter checks the trend on a higher timeframe (HTF). A signal appears only when a bounce aligns with the bigger trend:
Bullish bounce: Price crosses up from the lower deviation band while the HTF trend is up.
Bearish bounce: Price crosses down from the upper deviation band while the HTF trend is down.
Signal markers
🟢 Green circle: Bullish bounce — price crossing up from lower band with HTF uptrend
🔴 Red circle: Bearish bounce — price crossing down from upper band with HTF downtrend
How to use
Works on any market (crypto, stocks, forex).
Works on any timeframe — the filter can use any higher timeframe you choose (for example, H4, 1D, 1W).
Fully adjustable settings: SMA length, standard deviation multipliers, and filter timeframe.
Combine this with your strategy to filter out fake breakouts and trade in line with the bigger trend.
⚠️ Disclaimer: This script is for educational purposes only and does not constitute financial advice. Always test any strategy thoroughly and trade at your own risk.
Smart Price Divergence (MACD Filter) + EMA
Smart MACD Price Divergence + EMA
This indicator automatically spots price divergences filtered by MACD momentum and trend direction with an adjustable EMA:
🔹 Detects regular bullish & bearish divergences
🔹 Filters signals using a simple EMA trend filter
🔹 Clear triangle labels on the chart
🔹 Ready-to-use alerts for your strategy
Use it to catch potential reversal points when the trend may be losing strength.
How it works
Bearish Divergence: Price makes a higher high above the EMA while MACD makes a lower high → possible reversal down.
Bullish Divergence: Price makes a lower low below the EMA while MACD makes a higher low → possible reversal up.
EMA filter: Helps identify when the market is overextended relative to its trend.
The indicator uses standard MACD settings (fast, slow, and signal lengths) which can be adjusted to fit your asset and timeframe. The EMA length is also fully customizable.
Signal colors
🔻 Red triangle — Bearish Price Divergence (potential short)
🔺 Green triangle — Bullish Price Divergence (potential long)
This script works on any timeframe and market — crypto, forex, indices, or stocks. Signals do not repaint once confirmed.
⚠️ Disclaimer: This script is for educational purposes only and does not constitute financial advice. Always test any strategy thoroughly and trade at your own risk.
Buy Sell Magic Rework
A version of the legendary Forex indicator Buy Sell Magic for TradingView, with optional additional filtering in the settings.
A simple yet very effective trend-following tool — I personally used it for trading gold 14 years ago, and it still works great today!
How it works:
This script combines the classic Parabolic SAR trend indicator with an optional ZigZag filter for additional signal confirmation.
Parabolic SAR:
The indicator plots the Parabolic SAR on the chart to help identify trend direction and potential reversals. A buy signal is generated when the SAR flips from above the price to below it, signaling a possible uptrend. A sell signal appears when the SAR moves from below to above the price, indicating a potential downtrend.
ZigZag Filter (optional):
The ZigZag filter uses pivot highs and lows to reduce market noise and confirm significant swings. When enabled, a signal is shown only after a clear pivot forms in the chosen period.
Inputs:
ZigZag Period: Controls pivot sensitivity.
SAR Start, Increment, Max: Adjust how responsive the SAR is.
Use ZigZag Filter: Enable or disable additional filtering.
Plots:
Gray crosses = Parabolic SAR points
Green arrows = Buy signals
Red arrows = Sell signals
Best Use:
This tool works well on various markets: Forex, crypto, stocks. It is best suited for trend-following or swing trading strategies. Adjust the settings for your preferred asset and timeframe, and always backtest before live trading.
⚠️ Disclaimer: This script is for educational purposes only and does not constitute financial advice. Always test any strategy thoroughly and trade at your own risk.
ROGUE ICT PROROGUE ICT PRO | ICT-Inspired Confluence System
The ROGUE ICT PRO is a precision tool built for traders who follow the principles of Inner Circle Trader (ICT) methodology. This script is designed to highlight potential high-probability trade setups based on multiple confluences including Market Structure Shifts (MSS), Fair Value Gaps (FVGs), killzone timing, rejection confirmations, and optional HTF bias filters.
This tool is intended for educational and research purposes only and is best used by traders who already understand ICT-style concepts.
🔍 Key Features:
- Market Structure Shift (MSS): Detects bullish or bearish structure breaks and plots them on the chart.
- Fair Value Gaps (FVGs): Highlights potential imbalance zones after a structure shift.
- Signal Logic: Buy or sell signals only trigger when price returns to a valid FVG and confirms with a rejection wick or engulfing (optional).
- Session Killzones: Filter entries to only occur during specific sessions: Asian, London, or New York.
High Timeframe Bias (Optional):
- HTF EMA trend direction
- HTF swing structure break
- HTF candle bias
RSI Confirmation (Optional): A 3-period RSI must be in overbought (for sell) or oversold (for buy) territory.
ATR-Based Risk Management:
SL and TP lines are drawn dynamically using ATR with configurable multipliers and risk-reward ratio.
Cooldown Logic: Prevents signal spam by enforcing a minimum bar gap between trades.
Previous Day High/Low Anchoring (Optional): Visual levels drawn from the previous day’s extremes.
⚙️ Customization:
Every feature can be toggled or configured via the settings menu:
Choose which killzones to enable.
Select your HTF bias filter or disable bias altogether.
Adjust ATR, Risk:Reward, and RSI levels to suit your strategy.
Fine-tune structure sensitivity, gap size, and rejection rules.
🛡️ Disclaimer:
This indicator is provided for educational and informational purposes only. It is not intended as financial advice or a trading signal service. Past performance is not indicative of future results. Always conduct your own research and consult with a licensed financial advisor before making any trading decisions.
52SIGNAL RECIPE Directional Consistency Index═══ 52SIGNAL RECIPE Directional Consistency Index (DCI) ═══
◆ Overview
52SIGNAL Directional Consistency Index (DCI) is a technical indicator that measures the directional consistency of market movements. This indicator focuses on the consistency of direction rather than the magnitude of price changes, analyzing the strength of market trends and providing more reliable trend analysis by filtering out noise to reflect only meaningful price movements.
─────────────────────────────────────
◆ Key Features
• Direction-Focused Analysis: Concentrates solely on directional consistency rather than magnitude of price changes
• Noise Filtering: Ignores insignificant price movements through minimum percentage change settings
• Trend Exhaustion Detection: Identifies potential trend reversals as values approach ±0.5 levels
• Intuitive Visualization: Instant recognition of trend direction through color changes based on rising/falling zones
• Multi-Market Application: Adaptable to various financial markets including stocks, cryptocurrencies, and forex
─────────────────────────────────────
◆ Technical Foundation
■ Directional Calculation
• Basic Principle: Counts only the up/down movement of each candle to measure directional consistency
• Calculation Method: Determines direction based on percentage change between current close and previous close
• Direction Values: Simplified into Rising (+1), Falling (-1), or Insignificant Change (0)
• Averaging: DCI calculated as the moving average of direction values over the specified period
■ Noise Filtering Mechanism
• Minimum Percentage Change: The minimum percent change required to consider a price movement significant
• Filtering Effect: Movements smaller than the minimum change are excluded from direction calculation (treated as 0)
• Enhanced Reliability: Adjustable filtering strength for optimization across different market environments
─────────────────────────────────────
◆ Practical Applications
■ Trend Identification & Reversal Prediction
• Early Uptrend Detection:
▶ When DCI enters the 0 to +0.3 range
▶ When recent directional consistency begins to consistently rise
• Early Downtrend Detection:
▶ When DCI enters the 0 to -0.3 range
▶ When recent directional consistency begins to consistently fall
• Trend Reversal Signals:
▶ When DCI approaches +0.5 (uptrend exhaustion, potential downward reversal)
▶ When DCI approaches -0.5 (downtrend exhaustion, potential upward reversal)
■ Trading Strategy Implementation
• Trend Following Strategies:
▶ Consider buying when DCI crosses above the 0 line
▶ Consider selling when DCI crosses below the 0 line
• Reversal Trading:
▶ Consider taking profits or short positions when DCI approaches +0.5
▶ Consider long positions when DCI approaches -0.5
• Divergence Confirmation:
▶ Weakening uptrend signal when price rises but DCI weakens
▶ Weakening downtrend signal when price falls but DCI strengthens
─────────────────────────────────────
◆ Advanced Setting Options
■ Period (Length) Settings
• Short-term Analysis: 5-10 days (faster signals, more sensitive responses)
• Medium-term Analysis: 10-20 days (balanced signals, recommended default)
• Long-term Analysis: 20-30 days (slower signals, long-term trend identification)
■ Minimum Percentage Change Settings
• Low Volatility Markets: 0.05-0.2% (suitable for forex markets)
• Medium Volatility Markets: 0.3-0.5% (suitable for stock markets)
• High Volatility Markets: 0.5-1.0% (suitable for cryptocurrency markets)
■ Settings by Trading Style
• Scalping: Lower period (5-10), lower minimum change (0.05-0.1%)
• Day Trading: Medium period (10-15), medium minimum change (0.2-0.3%)
• Swing Trading: Higher period (15-25), higher minimum change (0.3-0.5%)
─────────────────────────────────────
◆ Synergy with Other Indicators
• Moving Averages: Strengthen signals by confirming moving average crossovers when DCI crosses the 0 line
• RSI: Combine DCI trend direction with RSI overbought/oversold levels to confirm entry points
• MACD: Enhance reliability by pairing DCI directional signals with MACD momentum confirmation
• Bollinger Bands: Analyze volatility by checking Bollinger Band expansion/contraction when DCI approaches ±0.5
─────────────────────────────────────
◆ Conclusion
52SIGNAL Directional Consistency Index (DCI) is a powerful tool for objectively measuring market directionality and visualizing trend strength. The noise filtering through minimum percentage change settings can be adjusted to match your trading style and market characteristics for optimal results. Its ability to identify early trend stages and detect overextended zones provides traders with important entry and exit points. When used in conjunction with other technical indicators, it can significantly enhance the reliability of trading decisions.
─────────────────────────────────────
※ Disclaimer: Past performance does not guarantee future results. Always use appropriate risk management strategies.
═══ 52SIGNAL 방향성 일관성 지수 (DCI) ═══
◆ 개요
52SIGNAL 방향성 일관성 지수(DCI)는 시장의 방향성 일관성을 측정하는 기술적 지표입니다. 이 지표는 가격 변화의 크기가 아닌 방향의 일관성에 중점을 두어 시장의 추세 강도를 분석하고, 노이즈 필터링 기능을 통해 의미 있는 가격 변동만을 반영하여 더 신뢰할 수 있는 추세 분석을 제공합니다.
─────────────────────────────────────
◆ 주요 특징
• 방향성 중심 분석: 가격 변화의 크기가 아닌 방향성에만 집중하여 추세의 일관성 측정
• 노이즈 필터링: 최소 변화율 설정을 통해 의미 없는 작은 가격 변동을 무시
• 추세 과열 감지: ±0.5 수준에 접근할 때 추세 전환 가능성 식별
• 직관적인 시각화: 상승/하락 구간에 따른 색상 변화로 추세 방향 즉각 인식
• 다양한 시장 적용: 주식, 암호화폐, 외환 등 다양한 금융 시장에 적용 가능
─────────────────────────────────────
◆ 기술적 기반
■ 방향성 계산
• 기본 원리: 각 캔들의 상승/하락 여부만 카운트하여 방향의 일관성 측정
• 계산 방법: 현재 종가와 이전 종가의 퍼센트 변화를 기준으로 방향 판단
• 방향 값: 상승(+1), 하락(-1), 의미 없는 변화(0)로 단순화
• 평균화: 설정된 기간 동안의 방향 값의 이동평균으로 DCI 산출
■ 노이즈 필터링 메커니즘
• 최소 변화율: 의미 있는 가격 변동으로 인정할 최소 퍼센트 변화
• 필터링 효과: 최소 변화율보다 작은 변동은 방향 계산에서 제외(0으로 처리)
• 신뢰도 향상: 필터링 강도 조절을 통해 다양한 시장 환경에 최적화 가능
─────────────────────────────────────
◆ 실용적 응용
■ 추세 식별 및 전환점 예측
• 상승 추세 초입:
▶ DCI가 0에서 +0.3 사이로 진입할 때
▶ 최근 방향성이 일관되게 상승하기 시작할 때
• 하락 추세 초입:
▶ DCI가 0에서 -0.3 사이로 진입할 때
▶ 최근 방향성이 일관되게 하락하기 시작할 때
• 추세 전환 신호:
▶ DCI가 +0.5에 가까워질 때 (상승 추세 과열, 하락 전환 가능성)
▶ DCI가 -0.5에 가까워질 때 (하락 추세 과열, 상승 전환 가능성)
■ 트레이딩 전략 적용
• 추세 추종 전략:
▶ DCI가 0선을 위로 돌파할 때 매수 고려
▶ DCI가 0선을 아래로 돌파할 때 매도 고려
• 반전 트레이딩:
▶ DCI가 +0.5에 근접할 때 이익실현 또는 매도 포지션 고려
▶ DCI가 -0.5에 근접할 때 매수 포지션 고려
• 다이버전스 확인:
▶ 가격은 상승하나 DCI가 약화될 때 상승 추세 약화 신호
▶ 가격은 하락하나 DCI가 강화될 때 하락 추세 약화 신호
─────────────────────────────────────
◆ 고급 설정 옵션
■ 기간(Length) 설정
• 단기 분석: 5-10일 (빠른 신호, 민감한 반응)
• 중기 분석: 10-20일 (균형 잡힌 신호, 기본 권장)
• 장기 분석: 20-30일 (느린 신호, 장기 추세 식별)
■ 최소 변화율(Minimum % Change) 설정
• 저변동성 시장: 0.05-0.2% (외환 시장에 적합)
• 중변동성 시장: 0.3-0.5% (주식 시장에 적합)
• 고변동성 시장: 0.5-1.0% (암호화폐 시장에 적합)
■ 트레이딩 스타일별 설정
• 스캘핑: 낮은 기간(5-10), 낮은 최소 변화율(0.05-0.1%)
• 데이 트레이딩: 중간 기간(10-15), 중간 최소 변화율(0.2-0.3%)
• 스윙 트레이딩: 높은 기간(15-25), 높은 최소 변화율(0.3-0.5%)
─────────────────────────────────────
◆ 다른 지표와의 시너지
• 이동평균선: DCI가 0선을 돌파할 때 이동평균 교차 확인으로 신호 강화
• RSI: DCI의 추세 방향과 RSI의 과매수/과매도 수준을 결합하여 진입점 확인
• MACD: DCI의 방향성 신호와 MACD의 모멘텀 확인을 결합하여 신뢰도 향상
• 볼린저 밴드: DCI가 ±0.5에 근접할 때 볼린저 밴드 확장/수축 확인으로 변동성 분석
─────────────────────────────────────
◆ 결론
52SIGNAL 방향성 일관성 지수(DCI)는 시장의 방향성을 객관적으로 측정하고 추세의 강도를 시각화하는 강력한 도구입니다. 최소 변화율 설정을 통한 노이즈 필터링은 각자의 트레이딩 성향과 시장 특성에 맞게 조정할 수 있어 최적의 효과를 누릴 수 있습니다. 추세의 초기 단계를 식별하고 과열 구간을 감지하는 능력은 트레이더에게 중요한 진입 및 퇴출 포인트를 제공합니다. 다른 기술적 지표와 함께 사용하면 트레이딩 결정의 신뢰도를 크게 향상시킬 수 있습니다.
─────────────────────────────────────
※ 면책 조항: 과거 성과가 미래 결과를 보장하지 않습니다. 항상 적절한 리스크 관리 전략을 사용하세요.