Marco Polo - Lineas resist/soport/objthis will help identify break out lines and identifying direction with support line and resistance lines. Also with target to reach price
Candlestick analysis
5M x20 Leverage Strategy - 30% TargetMaximum winning trades on 5m charts. The strategy is not working correctly at the moment but we are trying to improve it.
[Kpt-Ahab] Poor Mans Orderflow SimulatorScript Description – Poor Mans Orderflow Simulator
Purpose of the Script
This script simulates a simplified order flow approach ("Poor Man's Orderflow") without access to actual Bid/Ask data. The goal is to detect, quantify, and visualize patterns such as absorption, impulsive moves, and structured re-entry behaviors.
Calculation Logic
Absorption Candles
A candle is classified as "absorption" if:
The ratio of body size to full candle range is below a defined threshold,
Volume is significantly higher than the average of the last N periods,
The candle direction is negative (for long absorption) or positive (for short absorption).
These conditions define a candle with high activity but minimal price movement in the respective direction.
Impulse Candles
A candle is classified as "impulse" if:
The body-to-range ratio is high (indicating a strong directional move),
Volume exceeds the average significantly,
The price closes in the direction of the candle body (bullish or bearish).
Additionally, the average range of previous candles serves as a minimum benchmark for the impulse.
Cluster Detection
A cluster is detected when:
A minimum number of absorption candles is counted within a defined lookback period,
Either the long or short version of the absorption logic is used,
The result is a binary condition: cluster active or inactive.
Entry Signals (Re-entry)
An entry signal is generated when:
One or more absorption candles occurred in the last two bars,
A pullback against the direction of absorption occurs,
The current candle shows a directional move confirmed by a close in the expected direction.
These re-entry signals are evaluated separately for long and short scenarios.
Cluster-Confirmed Signals
A separate signal is generated when a valid re-entry setup occurs while a cluster is active. This represents a combined logic condition.
Alert Logic
The script provides a multi-layer alert framework:
Signal selection (Alertmode):
The user defines which signal type should trigger an alert (e.g. re-entry only, cluster only, combination, or impulse).
Optional filter (Filtermode):
A secondary filter limits alerts to cases where an additional condition (e.g. absorption cluster) is active.
Signal output:
As a simple binary value (+1 / –1) for classic alerts,
Or via an encoded Multibit signal, compatible with other modules in the djmad ecosystem.
These alerts are intended for integration with external systems or for use within platform-native visual or automation features.
Linea Soporte y Resistencia & ObjetivosThis will help identify break out lines and identifying direction with support line and resistance lines. Also with target to reach price
Trend Trading With Aishwar.K - 3D Shiny Gap with TextHello Traders
My Name is Aishwar K. From India +917709999464
working from last 4years for this Script and Finally we made it
The 3D gap you see indicates whether the price trend is Upside or Downside
You can do scalping on all major indexes of the world on 1 minute time frame
For Trading in XAUUSD { Gold } you will get best result on 45 seconds time frame on this script...
Whenever you get a buy or sell signal, you can place your stoploss below / above the 3D gap or at the recent low / recent high manually and when the price is moving in your direction you keep trailing your stoploss yourself manually, this way your stoploss will be smaller and target will increase
Linea Soporte y Resistencia & Objetivos [ChartPrime]this will help identify break out lines and identifying direction with support line and resistance lines. Also with target to reach price
Crystal Buy Sell Liquidity📖 Crystal Buy Sell Liquidity (Crystal BSL)
The Crystal Buy Sell Liquidity (Crystal BSL) is an educational tool designed to support traders in recognizing directional bias and potential liquidity-based reversal zones—particularly during the first hour of market activity. It highlights potential Buy and Sell signals using intuitive labels and optional color-coded candles for improved visual clarity.
This indicator is built for traders who prefer a structured, rule-based approach without the need to constantly interpret raw market data.
📘 How It Works:
Optimized for use on the 1-hour (H1) timeframe.
The script analyzes price behavior during the first session hour to determine potential areas of interest.
Buy and Sell labels appear when key conditions based on market structure and liquidity are met.
Optional candle coloring enhances directional context.
✅ Suggested Use:
Entry: Enter trades when a Buy or Sell label appears and aligns with your personal trading strategy.
Exit / Trade Management:
Consider exiting the trade if the price closes beyond the opposite side of the signal candle.
Use your own risk-reward criteria to set stop loss and take profit.
Always apply responsible risk management.
🔧 Features:
Clean, customizable Buy/Sell signal labels.
Optional color-coded bars for clarity.
Built-in alerts to notify signal events in real-time.
Toggle visibility options for cleaner charts.
⚠️ Important Disclaimer:
This indicator is intended solely for educational purposes. It does not provide financial advice and should not be considered a signal service or investment recommendation. Trading involves risk, and all decisions are made at the user’s discretion. Past performance is not a guarantee of future results. Always test and validate any trading strategy thoroughly before using it in live market conditions.
Futures Trading Strategy (Converted)此腳本是一個期貨交易策略,結合多項技術指標以生成交易訊號,並以嚴謹的風險管理控制進場部位。策略主要針對趨勢強弱與盤整的市場狀態進行判斷,藉此過濾假訊號,並透過連續訊號確認機制提高進出場決策的可靠性。
技術指標與參數說明
風險管理
使用者可調設定每次交易風險百分比(預設 1%),並利用 ATR(平均真實區間)作為市場波動的衡量依據,依據當前賬戶權益計算出合理的進場部位大小。
盤中波動與趨勢判斷
ATR 與 Volatility Factor:腳本先利用指定參數計算 ATR,進而與 50 期簡單移動平均比較,得出一個反映當前市場波動強弱的因子。
ADX 的自訂計算:透過計算正向與反向動向(plusDM 與 minusDM)及進行 RMA 平滑處理,最終生成 ADX 值,用以衡量市場趨勢強度。
HMA 及斜率:利用 Hull 移動平均(HMA)及其基於線性回歸的斜率變化,捕捉趨勢轉向的訊號。
VHF(縱橫比濾波器):計算指定期數內價格的區間與價格變動的比率,協助辨識市場是否處於盤整狀態。
交易訊號生成與過濾
原始訊號:檢查價格與 HMA 的穿越狀態,當前一根 K 線由 HMA 下方穿越至上方則產生看多訊號,反之則看空。
Gap 訊號:藉由收盤價與 HMA 間差距的變化提出判斷,分析價格動能是否存在過熱或回調現象。
快速轉向訊號:利用 HMA 斜率由負轉正或由正轉負的急速變化,捕捉趨勢轉折。
Pivot 訊號:運用內建的 pivotlow 與 pivothigh 函式,確認轉折點。
為避免盤整時段產生誤判,當 VHF 低於設定水平且 ADX(經過波動率調整後的門檻)不足時,將進一步屏蔽交易訊號。
訊號確認機制
為降低過度交易與假訊號的風險,策略要求相同方向的信號需連續達到設定的確認棒數(confirmationBars)後,才視為最終的進場訊號。
下單與視覺化
當最終確認的多頭或空頭訊號出現,且倉位狀態允許,腳本即以計算出的合理單位尺寸發起對應方向的進場單。
同時,在圖表上繪製 HMA 曲線以及隱藏式計算的 ATR、ADX 與 VHF 指標,並以圖形標注方式分別展示買入與賣出訊號。
風險提示 本腳本僅供學習與策略回測參考,歷史效能並不代表未來表現。請根據自身風險承受能力審慎評估後使用,交易存在資金損失風險。
This script is a futures trading strategy that integrates multiple technical indicators to generate trade signals while employing rigorous risk management for position sizing. The strategy primarily evaluates market conditions based on trend strength and consolidation to filter out false signals and uses a consecutive signal confirmation mechanism to improve entry and exit decisions.
Technical Indicators and Parameter Details
Risk Management
The user can adjust the risk percentage per trade (defaulting to 1%).
The strategy uses the Average True Range (ATR) as a measure of market volatility to determine an appropriate trade size based on the current account equity.
Intraday Volatility and Trend Assessment
ATR and Volatility Factor: The script calculates the ATR using specified parameters and then compares it with a 50-period simple moving average (SMA) to derive a factor that reflects the current market volatility.
Custom ADX Calculation: By computing the positive and negative directional movements (plusDM and minusDM) and applying a smoothed RMA, the strategy generates the ADX to assess market trend strength.
HMA and Slope: The Hull Moving Average (HMA) is used along with its linear regression-based slope variation to capture potential trend reversals.
VHF (Vertical Horizontal Filter): The ratio of the price range over a specified period to the sum of price changes is calculated, assisting in identifying whether the market is in a state of consolidation.
Trading Signal Generation and Filtering
Raw Signal: Evaluates the crossover of price and HMA. A bullish signal is generated when the previous bar closes below the HMA and the current bar closes above the HMA; the converse applies for a bearish signal.
Gap Signal: Analyzes the difference between the closing price and the HMA, examining whether the momentum indicates an overheat or retracement in prices.
Rapid Reversal Signal: Detects sudden shifts in the HMA slope (from negative to positive or vice versa) to signal potential trend reversals.
Pivot Signal: Uses the built-in pivot low and pivot high functions to confirm turning points in the market.
To prevent false signals during consolidating periods, the strategy disables trading signals when the VHF is below the set threshold and the ADX (adjusted by the volatility factor) is insufficient.
Signal Confirmation Mechanism To reduce overtrading and false entries, the script requires that a signal in the same direction persists for a user-defined number of consecutive bars (confirmationBars) before it is considered a valid trading signal.
Order Execution and Visualization
When a confirmed bullish or bearish signal is detected and the current position status allows, the script places an entry order using the calculated position size based on risk management rules.
The HMA is plotted on the chart, and while ATR, ADX, and VHF calculations remain hidden, the script marks buy and sell signals graphically for easy visualization.
Risk Disclaimer This script is provided for educational and backtesting purposes only. Past performance is not indicative of future results. Please assess your risk tolerance and use the strategy with caution, as trading involves the risk of capital loss.
Candle Setup
🧠 This indicator is based on a strategy concept by Arshia from the LEEMEENAL group.
The SMA Shadow Strategy is a visual candlestick-based setup designed to identify potential reversal points by analyzing the relationship between the candle's shadows (wicks) and a Simple Moving Average (SMA).
📊 How It Works
This strategy focuses on candles with significant upper or lower shadows relative to their body size, suggesting potential rejection zones. The conditions are split between red (bearish) and green (bullish) candles:
🔴 Red Candle Setup:
The SMA line is inside or slightly above the upper shadow.
The upper shadow is significantly larger than the body (customizable ratio).
The lower shadow is smaller than the body.
These conditions hint at strong rejection from above, often signaling a potential short opportunity or resistance confirmation.
🟢 Green Candle Setup:
The SMA line is inside or slightly below the lower shadow.
The lower shadow is significantly larger than the body (customizable ratio).
The upper shadow is smaller than the body.
This setup suggests a price rejection from below, indicating a potential long opportunity or support confirmation.
⚙️ Customizable Conditions
Users can enable or disable each of the setup rules independently for both red and green candles:
Enable SMA shadow alignment.
Adjust the shadow-to-body ratio separately for red and green candles.
Toggle shadow logic (e.g., lower/upper shadows relative to body).
🛎 Alerts
Alerts are included for both red and green signal conditions, making it easier to integrate into automated workflows or notification systems.
If you found this indicator helpful, feel free to share or give credit to Arshia - LEEMEENAL Group. 🙏
DXY - JaviZzThe DXY indicator is a technical analysis tool used to compare the US Dollar Index (DXY) with other financial assets, such as the EUR/USD, in order to identify divergence signals. These divergences occur when the price movement of the DXY does not match the price movement of the other asset, which can be an indication of a possible trend change.
Features of the DXY Divergence Indicator:
- Allows you to select TVC or Capitol sources.
- Direct and in-line comparison: You can directly compare the movements of the DXY with the EUR/USD in a convenient, practical, and visual way on a single chart.
- It is an extremely accurate indicator, capable of clearly and effectively identifying local highs and lows.
- Since it is inverted and follows the same direction as the EUR/USD, it is very easy to detect divergences.
Ideal for traders who use smartphones or tablets and are looking to take advantage of the differences in the behavior of these two assets and make informed trading decisions anytime, anywhere.
Fake green bar retracementThis indicator identifies potential bearish reversal setups by combining momentum triggers, weak buyer volume confirmation, and delta-based retracement logic.
A sell signal is generated when:
Momentum shows signs of exhaustion.
A red candle forms after the momentum trigger.
Buyer strength appears weak based on volume analysis.
Cumulative delta confirms retracement pressure.
All earlier green candles in the session show subdued volume participation, suggesting a fake breakout or trap.
The setup is useful for spotting false bullish pushes where buying volume fails to support the price move, followed by a retracement candle that confirms selling pressure.
A signal appears as a downward triangle above the triggering candle. Alerts are built in for easy automation.
✅ Best Suited For:
Intraday traders
Momentum reversal strategies
Volume-based confirmation setups
Golden Canyon Pace
📈 Indicator Name: Golden Canyon pace
Platform: Trading View'
Version: 1.0'
🔍 Overview:
This indicator is designed for traders who want to capture small but strategic Renko-based price movements. It focuses on short-term reversals or momentum shifts by analyzing recent Renko bar behavior, plotting 'Buy' and 'Sell' labels directly on the chart when specific conditions are met.
Unlike long-term trend indicators, this tool provides 'quick-entry insights' , ideal for scalpers, intraday traders, or those who want to catch micro-trends.
🧠 How It Works:
* The script checks for 'short-term reversal conditions' in the Renko structure:
* A 'Buy signal' is triggered when recent bars suggest a bullish reversal.
* A 'Sell' signal is triggered when recent bars indicate a bearish reversal.
* Signals are labeled directly on the chart with color-coded markers:
* 🟢 Buy = Green label with black text
* 🔴 Sell = Red label with black text
* The labels appear only when valid setups occur, helping you avoid unnecessary noise.
⚙️ Key Features:
* 'Renko-Based Signal Logic:' Designed to work best on charts using Renko or synthetic candle structures.
* 'Minimalistic Labels:' Only essential signals appear—no clutter.
* 'Unified Alert Condition:' You only need to set up 'one alert' on TradingView for both Buy and Sell signals. The alert will automatically notify you of either event.
* 'Customizable Colors:' Easily change background or label colors to match your chart setup.
* 'Works on All Timeframes:' But is most effective on time-compressed views or custom Renko timeframes.
📋 Instructions for Use:
1. 'Add the indicator' to your chart.
2. Adjust Renko settings (if applicable) to match your strategy.
3. Customize colors under the “Style” tab (default label text is black).
4. Set your alert:
* Right-click the chart → “Add Alert”
* Choose the alert condition: “functional calls”
* Select your preferred notification method (popup, email, webhook, etc.)
* Done! You’ll be alerted for either a Buy or Sell opportunity.
🚨 Alerts Setup (One Alert for Both Directions):
To streamline your workflow, this script includes 'one combined alert condition' that fires on either a Buy or Sell signal. This simplifies alert management and ensures you never miss a setup.
📌 Important Notes:
* This indicator is intended as a 'signal assistant', not a full trading strategy. Use it in combination with your own risk management and market context.
* Works best when used with 'non-time-based Renko charts' or synthetic candle setups that mimic clean price movement.
* You can further refine signals by combining this tool with trend filters or volume indicators.
💬 Support:
If you need help customizing the tool, understanding the signals, or integrating it into your strategy, feel free to reach out for assistance.
WX ZeroLoss|TP / SL 模組(單組自動刪除版)
📌 模組簡介:
WX ZeroLoss 是 Wallen 系列策略模組中第一個正式上架的版本,內建:
- 停利倍率控制(TP = RR × SL)
- 自動 ATR 計算停損距離
- 多單 / 空單的 TP / SL 畫線提示
- 多單 / 空單的浮標視覺提示
WX ZeroLoss is a visual indicator for managing TP and SL lines.
It shows one active pair of Take-Profit and Stop-Loss, including price lines and floating labels.
Only one latest signal is kept on chart.
Source code is protected.
Feedback welcome!
TCP arsh setup candle finder by AidinA powerful tool to identify specific TCP-style bullish and bearish candles with advanced filtering options.
Supports body color filters, relative candle size, and multi-level moving average confirmations (MA1–MA4).
Custom alerts notify you when valid setups appear in recent candles.
Perfect for traders seeking cleaner entries with contextual trend validation.
Supply/Demand Zones + Engulfment-based ExecutionSupply/Demand Zones + Engulfment-Based Execution
Strategy Overview
This strategy combines institutional trading concepts—supply/demand zones and engulfing candle patterns—to generate high-probability long and short trade setups. The system uses aggregated price action to identify potential reversal zones and confirms entries with engulfing candle patterns, ensuring trades are only taken when market structure shows commitment in the direction of the trade.
Core Concepts
• Supply & Demand Zones: These are automatically detected by analyzing aggregated bullish and bearish candle structures over user-defined intervals. Supply zones are formed after bearish continuation patterns; demand zones appear after bullish continuation patterns.
• Engulfing Entries: Once price enters a zone, the strategy waits for a bullish engulfing pattern (in a demand zone) or a bearish engulfing pattern (in a supply zone) before executing a trade. This adds confirmation and reduces false signals.
• Risk Management: Stop-loss is placed at the low (for long trades) or high (for short trades) of the engulfed candle. Take-profit can be calculated using a fixed R-multiple (risk-to-reward ratio) or a user-defined target price.
Key Features
Fully customizable aggregation factor for zone detection
Visual zone boxes, entry/SL/TP boxes, and engulfing pattern labels
Optional removal of mitigated zones for cleaner charting
Configurable trade mode (Long only, Short only, or Both)
Support for trading sessions and date filtering
Alerts for price entering supply or demand zones
How to Use
Select Aggregation Factor: Choose how many candles to group together for identifying key zones (e.g., 4x timeframe).
Enable Zones: Turn on supply and/or demand zones as needed.
Set Execution Parameters:
– Choose R-multiple (e.g., 2:1 risk-reward)
– Or use a fixed take-profit price
Define Trade Time Window:
– Set the date and time ranges to restrict execution
– Use Start Hour and End Hour to limit trades to specific sessions (e.g., London/New York)
Run on Desired Timeframe: Typically used on 15m–4H charts, depending on your strategy and the asset’s volatility.
Ideal For
• Traders using Smart Money Concepts (SMC)
• Those who value high-confluence entries
• Intraday to swing traders looking for structure-based automation
⚠️ Important Notes
• The strategy requires engulfing confirmation within the zone to enter a position.
• This script does not repaint and executes trades on a bar close basis.
• Backtest results may vary based on session filters and aggregation factor.
© Attribution
This strategy was developed by The_Forex_Steward and is licensed under the Mozilla Public License 2.0.
You are free to use, modify, and distribute it under the terms of that license.
Ikemba 200 EMA SignalThe best 200 EMA Indicator here. This indicator will notify you when to get in a trade. You will know when to Buy a Call or Put.
New Mindset BreakOutSideway is my way!! Stoploss First bro
This indicator is designed specifically for sideways or ranging market conditions. It combines the power of Bollinger Bands, momentum analysis, and EMA filters to identify high-probability reversal or breakout zones.
Bollinger Bands are used to detect volatility contractions and price extremes.
Momentum logic helps confirm whether price action is truly reversing or just retracing.
EMA filters ensure trades are aligned with the dominant short-term trend when appropriate.
This blend makes the indicator ideal for:
Detecting reversal setups during consolidation phases
Avoiding false signals in strong trending markets
Helping traders identify low-risk zones with clearly defined structure
You can apply this script across multiple timeframes and combine it with price action for more precise entries.
SHIVA ALGO 2.0Supertrend is a trend-following indicator based on Average True Range (ATR). The calculation of its single line combines trend detection and volatility. It can be used to detect changes in trend direction and to position stops. The basics
The Supertrend is a trend-following indicator. It is overlaid on the main chart and their plots indicate the current trend. A Supertrend can be used with varying periods (daily, weekly, intraday etc.) and on varying instruments (stocks, futures or forex).
The Supertrend has several inputs that you can adjust to match your trading strategy. Adjusting these settings allows you to make the indicator more or less sensitive to price changes.
For the Supertrend inputs, you can adjust atrLength and multiplier:
the atrLength setting is the lookback length for the ATR calculation;
multiplier is what the ATR is multiplied by to offset the bands from price.
What to look for
When the price falls below the indicator curve, it turns red and indicates a downtrend. Conversely, when the price rises above the curve, the indicator turns green and indicates an uptrend. After each close above or below Supertrend, a new trend appears.
Summary
The Supertrend helps you make the right trading decisions. However, there are times when it generates false signals. Therefore, it is best to use the right combination of several indicators. Like any other indicator, Supertrend works best when used with other indicators such as MACD, Parabolic SAR, or RSI.
Candle Count RSI📈 Candle Count RSI — A Dual-Perspective Momentum Engine
The Candle Count RSI is a custom-built momentum oscillator that expands on the classic Relative Strength Index (RSI) by introducing a directional-only variant that tracks the frequency of bullish or bearish closes, rather than price magnitude. It gives traders a second lens through which to evaluate momentum, trend conviction, and subtle divergences—often invisible to traditional price-based RSI.
💡 What Makes It Unique?
While the standard RSI is sensitive to the size of price changes, the Candle Count RSI is magnitude-blind. It counts candle closes above/below open over a lookback period, generating a purer signal of directional consistency. To enhance signal fidelity, it includes a streak amplifier, dynamically weighting extended runs of green or red candles to reflect intensity of market bias—without introducing artificial price sensitivity.
This dual-RSI approach allows for:
- Divergence detection between directional bias and price magnitude.
- Smoother trend confirmation in choppy markets.
- Cleaner visual cues using dynamic glow and background logic.
📐 How Standard RSI Actually Works (Not What You Think)
RSI doesn’t just check if price went up or down over a span—it checks each individual candle and tracks whether it closed higher or lower than the one before. Here's how it works under the hood:
1.) For each bar, it calculates the change from the previous close.
2.) It separates those changes into gains (upward moves) and losses (downward moves).
3.) Then it computes a smoothed average of those gains and losses (usually using an RMA).
4.) It calculates the Relative Strength (RS) as:
RS = AvgGain / AvgLoss
5.) Finally, it plugs that into the RSI formula:
RSI = 100 - (100 / (1 + RS))
⚖️ What Does the 50 Line Mean?
- The RSI scale runs from 0 to 100, but 50 is the true neutral zone:
- RSI > 50 means average gains outweigh average losses over the period.
- RSI < 50 means losses dominate.
- RSI ≈ 50? The market is balanced—momentum is indecisive, no clear trend bias.
- This makes 50 a powerful midline for trend filters, directional bias tools, and divergence detection—especially when paired with alternative RSI logic like Candle Count RSI.
🔧 Inputs and Customization
- Everything is fully modular and customizable:
🧠 Core Settings
- RSI Length: Used for both the standard RSI and Candle Count RSI.
📉 Standard RSI
- Classic RSI calculation based on price changes.
- Optional WMA smoothing to reduce noise.
- Glow effect toggle with custom intensity.
🕯 Candle Count RSI
- Computes RSI using only the count of up/down candles.
- Optional smoothing for stability.
- Amplifies streaks (e.g., multiple consecutive bullish candles increase strength).
- Glow effect toggle with adjustable strength.
🎇 Glow Visuals
- Background glow (subpane and/or main chart).
- Fades based on RSI distance from the 50 midpoint.
- Independent color settings for bull and bear bias.
🧬 Divergence Zones
- Detects when Candle RSI and Standard RSI diverge.
- Highlights:
- Bullish Divergence: Candle RSI > 50, Standard RSI < threshold.
- Bearish Divergence: Candle RSI < 50, Standard RSI > threshold.
- Background fill optionally shown in subpane and/or main chart.
📊 Directional Histogram
- MACD-style histogram showing the difference between the two RSI lines.
- Color-coded based on directional agreement:
- Both rising → green.
- Both falling → red.
- Conflict → yellow.
🧠 Under the Hood — How It Works
🔹 Standard RSI
- Classic ta.rsi() applied to close prices, optionally WMA-smoothed.
🔹 Candle Count RSI (CCR)
- Counts how many candles closed up/down over the period.
- Computes a magnitude-free RSI from these counts.
- Applies a streak-based multiplier to exaggerate trend strength during consecutive green/red runs.
- Optionally smoothed with WMA to create a clean signal line.
- This makes CCR ideal for detecting true directional bias without being faked out by volatile price spikes.
🔹 Divergence Logic
- When Candle RSI and Standard RSI disagree strongly across defined thresholds, background fills highlight early signs of momentum decay or hidden accumulation/distribution.
🔹 Glow Logic
- Glow zones are controlled by a master toggle and drawn with dynamic transparency:
- Further from 50 = stronger conviction = darker glow.
- Shows up in subpane and/or main chart depending on user preference.
📷 Suggested Use Case / Visual Setup
- Use in conjunction with your primary price action system.
- Watch for divergences between the Candle Count RSI and Standard RSI for early trend reversals.
- Use glow bias zones on the main chart to get subconscious directional cues during fast scalping.
- Histogram helps you confirm when both RSI variants agree—useful during strong trending conditions.
🛠️ Tip for Traders
- This tool isn’t trying to “predict” price. It’s designed to visualize hidden market psychology—when buyers are showing up with consistent pressure, or when momentum has a disconnect between conviction and magnitude. Use this to filter entries, spot weak rallies, or sense when a trend is about to break down.
⚠️ WARNING
- Not for use with Heikin Ashi, Renko, etc.).
🧠 Summary
Candle Count RSI is not just another mashup—it's a precision-built, dual-perspective oscillator that captures directional conviction using real candle behavior. Whether you're scalping intraday or swing trading momentum, this script helps clarify trend integrity and exposes hidden weaknesses with elegance and clarity.
—
🛠️ Built by: Sherlock_MacGyver
Feel free to share feedback or reach out if you'd like to collaborate on custom features.
NTL SCALP v2 with TP & SL (Absolute)🧠 NTL SCALP v2 with TP & SL (Absolute) – Smart Scalping Indicator
Author: NTL Team
Markets: Forex, Gold (XAUUSD), Crypto
Recommended Timeframes: 1–15 minutes (Optimal: M3, M5)
📌 Key Features:
Automatic BUY/SELL signals with clear entry points.
Displays TP1, TP2, TP3, TP4, and SL directly on the chart.
Win rate statistics panel showing hit rates for all targets.
Dynamic EMA bands to identify trend direction and key zones.
Noise filtering mechanism to avoid counter-trend entries.
Optimized for fast-paced scalping and precise reversal detection.
📊 Example:
Entry: BUY at 3376.72 → TP1 HIT, TP2 HIT, TP3 HIT...
Real-time win rate displayed: 97.1%
Total signals during session: 1274
⚙️ Customizable Settings:
TP and SL are calculated using absolute values (in price points).
Adjustable levels for SL and all 4 TPs to fit your strategy.
Easily integrated with alert systems or trading bots (EAs).
You can include the chart image as a reference to show its visual clarity and performance.
Let me know if you'd like me to help convert this into a Pine Script version or add more technical explanations.
Setup completo - YuriSetup completo - Yuri is a comprehensive trading tool that combines three powerful signal structures:
✅ 1. Volume-Based Reversal (2-candle pattern)
This setup looks for sharp reversals using just two candles:
BUY signal: Candle 1 has a higher low than Candle 2. Candle 2 must close bullish (green) and show volume above the 20-period average.
SELL signal: Candle 1 has a lower high than Candle 2. Candle 2 must close bearish (red) and show volume above average.
✅ 2. Setup 123 (3-candle pattern)
This is the classical reversal setup using 3 candles:
BUY signal: low < low , followed by a higher low and higher high on candle 3.
SELL signal: high > high , followed by a lower high and lower low on candle 3.
No requirement for volume or candle color on confirmation bar.
✅ 3. Ignition Bar
Highlights momentum bars that:
Are the largest in range among the last 20 candles
Have a body size ≥ 80% of the full range
Show clear direction (green for long, red for short)
Labels “LONG ↑” and “SHORT ↓” appear directly on the chart when this pattern is detected.
🔄 Optional Confluence Filters (for each setup)
You can activate two types of trend filters for both the Reversal and 123 patterns:
🔸 Simple Confluence:
BUY: Fast EMA > Short EMA
SELL: Fast EMA < Short EMA
🔸 Monster Confluence:
BUY: Any candle in the pattern has a low below the Medium or Long EMA, and Short EMA > Long EMA
SELL: Any candle has a high above the Medium or Long EMA, and Short EMA < Long EMA
📌 Features
Fully customizable signals
Four EMAs (Fast, Short, Medium, Long)
Optional confluence filters per setup
Visual plots of all valid signals
Ready-to-use alerts
Built for traders who want precision reversals combined with directional strength and trend validation.