LANZ Strategy 6.0🔷 LANZ Strategy 6.0 — One-Shot NY Candle Logic with Dynamic SL/TP, Multi-Account Lot Sizing and Visual Confirmation System
LANZ Strategy 6.0 is a high-precision, visually driven indicator that executes a single operation per day based on the 09:00 a.m. New York candle. Built for simplicity and accuracy, it calculates dynamic Stop Loss and Take Profit levels using the candle range, and adapts position sizing per account with pip-accurate risk control. All actions are visualized in real-time for full clarity.
📌 This is an indicator, not a strategy — It does not place trades automatically, but provides exact entry setups, SL/TP levels, risk-based lot size guidance, and optional alerts.
🧠 Core Logic & Features
🚀 Entry Signal (BUY Only)
A BUY setup is triggered only once per day, when:
The current candle is the 09:00–10:00 a.m. NY session candle
The candle is bullish (close > open)
This single candle is used to define the trade levels for the day, and the signal is only evaluated once. If bullish, a visual "BUY" label appears with SL/TP/EP levels calculated from the candle body or full range.
⚙️ Stop Loss and Take Profit
You can configure:
SL as a percentage of the candle’s range (from wick to wick), or use the wick extreme
RR ratio (e.g., 1:4) to dynamically calculate the TP based on SL
Each level is drawn as a line:
EP (Entry Price) at the candle’s close
SL below the low (or % of range)
TP above the entry at the selected RR
💰 Risk-Based Lot Size Calculation per Account
Manage up to 5 independent accounts simultaneously. Each account can have:
Its own capital
Its own risk percentage per trade
Lot size is calculated automatically for each based on:
Defined SL in pips
The pip value (auto-detected for Forex or manually defined for indices/gold)
📋 All lot sizes are displayed in a dedicated info panel, with their corresponding risk-adjusted values per account.
🖼️ Trade Visualization Panel
When a trade is active, a clean table is displayed in the top-right corner showing:
TP / SL / EP levels
Distance in pips for SL and TP
Lot size per account
Line visuals (style, color, thickness) are fully customizable.
🧪 Outcome Tracking (Real-Time Labels)
For each trade:
If SL is hit → a label shows “–1.00%” at the SL level
If TP is hit → a label shows “+X.XX%” at the TP level
If still open at 3:00 p.m. NY, the trade closes manually and the actual result (in %) is calculated and labeled on chart
🔔 Alerts You Can Trust
You'll get an alert when:
A BUY entry is confirmed
SL or TP is hit
Manual close is triggered at 15:00 NY
All alerts include the symbol, price, and result for immediate action or tracking.
🧭 Execution Flow Summary
Every day:
At 09:00 a.m. NY → Evaluate candle
If bullish:
Set EP, SL, TP
Calculate lot sizes
Plot lines + labels
Display dashboard panel
Monitor SL/TP hits
At 15:00 NY → Force close if needed
💡 Ideal For:
Traders who want a clean, single-shot entry system per day
Index or gold traders who operate with strict SL/TP logic
Anyone managing multiple accounts or fixed-capital models
Visual learners and disciplined execution fans
👨💻 Credits:
💡 Developed by: LANZ
🧠 Execution Model & Logic Design: LANZ
📅 Designed for: 1H timeframe, high-conviction NY-based entries
📈 Purpose: Clean decision-making, precision risk control, visual certainty
Candlestick Analysis
Bias📌 Script Name:
Bias — Intraday Sentiment Filter
📘 Description:
This tool provides a clear visual representation of daily directional bias based on a proprietary blend of market structure, momentum, and custom signal processing. The goal is to help traders stay aligned with higher-probability trade direction and avoid fighting uncertain or choppy conditions.
The script analyzes key behavioral patterns across your chosen timeframe and classifies the current environment into one of three actionable states:
🟢 Bullish — Trend continuation expected
🔴 Bearish — Downward pressure dominant
⚪ Sit Out — Market may be consolidating or lacking clear momentum
These classifications are dynamically updated and displayed in a customizable floating table on your chart. The logic is streamlined to reduce noise and focus on clarity for both novice and advanced discretionary traders.
🔧 Features:
Multi-Timeframe (MTF) compatible: select any timeframe to analyze
Customizable table size, position, text labels, and colors
Adaptive logic automatically filters out choppy price action
Designed to support trend-following, reversal, and range-trading strategies
❗ Disclaimer:
This script uses proprietary methods to determine market bias. While the underlying logic is not disclosed, the tool is designed for transparency in output and decision support. It does not generate buy or sell signals, and should be used as part of a broader trading framework. Always conduct your own analysis before placing trades.
📌 Recommended Use:
Use this bias filter in combination with price action, key levels, or volume
Align lower timeframe setups with the displayed directional bias
Avoid trading against bias unless price breaks significant structure
CloudHidden FVG)The bearish logic (red zones): starts at low → high , extends to the right until price closes above → then stops.
The bullish logic (green zones): starts at high → low , extends to the right until price closes below → then stops.
Both use arrays of box objects and test na(box.get_right(b)) to ensure they don’t stop twice.
No unnecessary loops or lookahead; fully within 97-bar and performant.
[Top] Multi-Candle Pattern DetectorThe Multi-Candle Pattern Detector is a powerful tool that scans for a wide variety of high-probability candlestick formations directly on the chart. It highlights key multi-bar reversal and continuation patterns using intuitive emoji-based labels and descriptive tooltips, helping traders quickly assess market conditions and potential setups.
Supported patterns include:
Bullish & Bearish Engulfing
Morning Star / Evening Star
Three Line Strike
Rising / Falling Three Methods
Hammer / Inverted Hammer / Hanging Man / Gravestone Doji
To reduce false signals, this script includes a built-in trend filter using a custom LHAMA (Low-High Adaptive Moving Average) calculation. Patterns are only displayed when recent price action is not flat, helping traders avoid entries during consolidation.
Users can toggle each pattern type individually, making the script adaptable for various strategies and timeframes.
⸻
Potential Uses
Reversal Spotting: Identify key inflection points at the end of trends.
Continuation Confirmation: Confirm trend strength following brief pauses in momentum.
Price Action Training: Visually reinforce recognition of textbook candlestick patterns.
Strategy Integration: Combine with trend or volume filters for more advanced rule-based systems.
⸻
This indicator is suitable for traders who rely on price action and candlestick psychology, and is useful across all asset classes and chart intervals.
🏹 CCI+RSI+EMA Strategy (Enhanced with Oscillator Filters)This script is a multi-indicator trading strategy that combines trend-following and momentum signals using CCI, RSI, and EMA, enhanced with MACD and Stochastic filters for more reliable entries.
🧠 Core Concept
The strategy aims to:
Identify the trend using EMA(50) and a long-term comparison of EMA 35 vs EMA 169;
Spot momentum using CCI and RSI;
Filter entries through MACD and Stochastic confirmations to avoid false signals.
📌 Buy Conditions:
✅ Price is above EMA
✅ RSI is above a set threshold (default: 45)
✅ CCI is above a set threshold (default: 0)
✅ Uptrend confirmed by EMA 35 > EMA 169
✅ CCI has recently reached oversold levels (e.g. below -100)
✅ MACD shows bullish crossover
✅ Stochastic confirms exit from oversold zone
📌 Sell Conditions:
✅ Price is below EMA
✅ RSI is below a set threshold (default: 55)
✅ CCI is below 0
✅ Downtrend confirmed by EMA 35 < EMA 169
✅ CCI has recently reached overbought levels (e.g. above 100)
✅ MACD shows bearish crossover
✅ Stochastic confirms exit from overbought zone
🎯 Features:
Fully customizable inputs — adapt to your own trading style.
Trend background shading — green for uptrend, red for downtrend.
Enhanced entry logic — filters out weak signals.
CCI Cross and Trigger markers — additional confirmation tools.
🔔 Alerts
You can set alerts for ENHANCED BUY and ENHANCED SELL to never miss a quality signal.
📈 Use Case:
This tool is suitable for:
Manual trading entries and exits
Being a component of a broader trading system
Semi-automation with alert-based strategies
⚠️ Disclaimer:
This script is for educational and testing purposes only. It is not financial advice. Always backtest and demo trade before using on a live account.
LANZ Strategy 5.0🔷 LANZ Strategy 5.0 — Intraday BUY Signals, Dynamic Lot Size per Account, Real-Time Dashboard and Smart Execution
LANZ Strategy 5.0 is a powerful intraday tool designed for traders who need a visual-first, data-backed BUY system, enhanced with risk-aware lot size calculation and a real-time performance dashboard. This indicator intelligently detects strong momentum setups and provides visual and statistical clarity throughout the session.
📌 This is an indicator, not a strategy — It does not place trades automatically but provides precise conditions, alerts, and visual guides to support execution.
🧠 Core Logic & Features
BUY Entry Conditions (Signal Engine)
A BUY signal is triggered when:
The current price is above the EMA200 (trend filter)
The last 3 candles are bullish (candle body close > open)
You are within the defined session window (NY time)
When all conditions are met and you haven’t reached the daily trade limit, a signal appears on the chart and an optional alert is triggered.
Operational Hours Filter (NY Time)
You define:
Start time (e.g., 01:15 NY)
End time (e.g., 16:00 NY)
The system only evaluates and executes signals within this period. If a BUY setup occurs outside the window, it’s ignored. The chart is also highlighted with a transparent teal background to visually show active trading hours.
Lot Size Panel with Per-Account Risk Management
Designed for traders managing multiple accounts or capital sources. You can enable up to 5 accounts, each with:
Its own capital
Its own risk percentage per trade
The system uses the defined SL in pips, plus the instrument’s pip value, to calculate the lot size per account. All values are shown in a dedicated panel at the bottom-right, automatically updating with each new trade.
The emojis (🐣🦊🦁🐲🐳) distinguish each account visually.
Trade Visualization with Customizable Lines
When a signal is triggered:
An Entry Point (EP) line is drawn at the candle’s close.
A Stop Loss (SL) line is placed X pips below the entry.
A Take Profit (TP) line is placed Y pips above the entry.
All three lines are fully customizable in style, color, and thickness. You define how many bars the lines should extend.
Outcome Tracking & Real-Time Dashboard
Each trade outcome is measured:
SL hit = –1.00%
TP hit = +3.00%
Manual close = calculated dynamically based on price at close time
Each result is labeled on the chart near its level, and stored.
The top-right dashboard updates in real time:
✅ Number of trades
📈 Cumulative % gain/loss of the day (color-coded)
Alerts You Can Trust:
You’ll get a Buy Alert when a valid signal is formed
You’ll get a Trade Executed Alert when the visual operation is plotted
You’ll get a SL/TP Hit Alert with price and result
You’ll get a Manual Close Alert if the configured time is reached and the trade is still active
⚙️ Step-by-Step Execution Flow
At every bar, the system checks:
Are we within the session time window?
Is price above EMA?
Are the last 3 candles bullish?
✅ If yes:
A BUY signal is plotted
Entry/SL/TP lines are drawn
Lot sizes are calculated and displayed
Trade is added to the daily count
🕐 At the configured Manual Close time (e.g., 16:00 NY):
If the trade is still open, it's closed
A label is added with the exact result in %
💡 Ideal For:
Intraday traders who operate within fixed time sessions
Traders managing multiple accounts or capital pools
Anyone who wants full visual clarity of every decision point
Traders who appreciate dynamic lot size calculation and clean execution tracking
👨💻 Credits:
💡 Developed by: LANZ
🧠 Strategy concept & execution model: LANZ
🧪 Tested on: 1H charts with visual-only execution
📈 Designed for: Clarity, adaptability, and full intraday control
MudahCuan Indicator V3 With Alarm - Fix Entry Candle🟢 **MudahCuan™ – Precision Entry System for Gold (XAUUSD) M15 & H1**
MudahCuan™ is a purpose-built indicator designed to simplify decision-making for Gold (XAUUSD) traders who operate on the 15-minute and 1-hour timeframes. If you've been struggling with late entries, noisy setups, or over-complicated strategies, this tool is here to offer a cleaner, more disciplined approach.
Unlike generic indicators that claim to work "on any market and any timeframe," MudahCuan™ is calibrated specifically for the unique behavior and volatility of Gold — with precise logic that aligns with how price actually moves on M15 and H1.
No more relying on feelings or cluttered confirmations. Every signal appears only when the internal rules are met with full alignment — helping you enter trades that are not only technically valid, but also make sense visually.
---
🔍 **What Makes MudahCuan™ Different**
✅ **Specialized for Gold (XAUUSD)**
Carefully tuned for M15 and H1 timeframes, capturing the rhythm and structure of Gold like no generic tool can.
🎯 **Smart Entry Logic**
Buy and Sell labels are only triggered when specific multi-candle conditions are met. This reduces noise and avoids weak setups that lead to unnecessary losses.
📊 **Visual Simplicity**
Clean overlay, minimal distractions. Just direct signals placed on the chart, with no confusing layers or unnecessary indicators.
🔁 **Auto-Validated Setups**
You won’t have to interpret — the logic does the filtering for you. If the signal appears, the setup meets all conditions. If not, you stay out.
⚖️ **Ideal for Reversal and Continuation Entries**
Helps you spot opportunities at key turning points, as well as strong continuations — without forcing trades.
---
💡 **Who Is This For?**
* Gold traders who want to master M15 & H1 entries with confidence
* Intraday traders who value structure over speculation
* Anyone tired of false breakouts, lagging tools, or messy chart setups
* Traders who want to act based on logic — not hope
---
📌 **Important Note**
MudahCuan™ is **not designed for multi-market use**. It works best exclusively on XAUUSD (Gold), especially on **M15** and **H1**. Using it outside those settings may reduce accuracy and invalidate the internal logic.
---
✅ **Trade Gold with Confidence — Not Guesswork**
MudahCuan™ helps you cut through the noise, avoid weak entries, and trade with structured clarity — one candle at a time.
MudahCuan™ removes the emotional drag of guessing, overthinking, or chasing trades. Instead, it gives you a clear visual cue to act when the market aligns — nothing more, nothing less.
If you're using this indicator for premium, I'll show you how to use it to increase your win rate and maximize your profits. For example, if a signal is incorrect, what should you do to avoid a loss at that moment?
This is all presented in video format to make it easier to use this indicator and maximize your profits.
Ready to turn confusion into confidence on XAUUSD?
Liquidity Swings [Nix]Liquidity Swings Indicator!
It marks recent swing highs and lows on the chart using lines and labels.
Another great feature is that it tracks whether those swing levels are SWEPT (price crosses them again) and either:
Removes swept levels, or
Fades them to indicate they’ve been taken.
You can customize:
Number of swings shown.
Colors, styles, and visibility of lines/labels.
Whether to show highs, lows, or both.
Useful for liquidity analysis.
Usually when these special swings are swept, you can consider moving stops to BE. This is because there should be enough stop losses at the swing points to liquidate others and give more fuel to your trade direction!
Hybrid candles by Marian BDescription
-------------
This script it does a very simple thing: it will color the candles according to the HeikenAshi rules.
It will keep the regular candle shape, but with the HeikenAshi colors. Some traders find it useful, especially those using the ATS methodology.
Originality
-------------
This script is not at all orginal and it will not make you win trades. There are a few others out there, but I could not find a public one that also colors the wicks; most of them just handle the color of the candle body.
Chart
-------
See a sample screenshot how it will look like.
مؤشرأبو سليمان🎯 ماذا يفعل المؤشر؟
يقوم بتلوين الشمعة التي تحقق الشروط " سر المهنة " بلون أزرق (أو حسب اختيارك).
يرسم خطين أفقيين على:
أعلى الشمعة (باللون الأخضر)
أدنى الشمعة (باللون الأحمر)
هذه الخطوط تمتد يمينًا حتى يتم اختراقها بإغلاق جسم الشمعة:
الخط الأخضر يتوقف إذا تم اختراقه صعودًا.
الخط الأحمر يتوقف إذا تم كسره هبوطًا.
🔔 التنبيه:
يوفر المؤشر تنبيهًا تلقائيًا عند اختراق الخط الأخضر، وهو بمثابة إشارة دخول محتملة بعد تجاوز مقاومة الكذب السابقة.
🔊 رسالة التنبيه:
تم اختراق الخط الأخضر لشمعة أبو سليمان
⚙️ الإعدادات القابلة للتخصيص:
تفعيل/إلغاء تلوين الشمعة
اختيار لون الشمعة
اختيار لون ونمط الخط العلوي والسفلي
📌 وقف الخسارة (اختياري):
أسفل أدنى الشمعة التي حققت "كذب الصعود".
أو الخط الأحمر السفلي إن كان مرسومًا.
🎯 المستهدف:
يمكن تحديده بنسبة مخاطرة/عائد 1:2
أو بناءً على أقرب مقاومة.
📢 ملاحظة:
هذه الاستراتيجية مبنية على سلوك سعري،
خيار البيع والشراء وشرعية السهم أنت لوحدك المسؤول عنها
صلى الله عليه وسلم
اذكروني بدعوه
اخوكم أبو سليمان
🎯 What Does the Indicator Do?
The indicator highlights the candle that meets the special “Trade Secret” conditions in blue (or your preferred color).
It then draws two horizontal lines:
A green line at the top of the candle
A red line at the bottom of the candle
These lines extend to the right until they are broken by a full-body candle close:
The green line stops if it is broken to the upside
The red line stops if it is broken to the downside
🔔 Alert:
The indicator provides an automatic alert when the green line is broken.
This is considered a potential entry signal after price breaks through the previous "false breakout" resistance.
🔊 Alert message:
“The green line of the Abu Sulaiman candle has been broken.”
⚙️ Customizable Settings:
Enable/disable candle highlighting
Choose highlight color
Choose color and style for the upper and lower lines
📌 Stop Loss (optional):
Just below the low of the candle that triggered the false rally
Or below the red support line if drawn
🎯 Target:
Based on a 1:2 risk/reward ratio
Or based on the nearest resistance level
📢 Note:
This strategy is based on price behavior and market psychology.
You are solely responsible for your buy/sell decisions and verifying the stock's compliance
and validity.
Average Daily % Change by Weekday📊 Average Daily % Change by Weekday
This script calculates and displays the average daily percentage change for each weekday (Monday through Sunday) based on historical price data. It helps traders analyze which days tend to be bullish or bearish over a selected backtest date range.
✅ Features:
Customizable date range (From Year/Month/Day to To Year/Month/Day)
Calculates average % change for each weekday (Mon–Sun)
Supports assets that trade 7 days (e.g., crypto)
Color-coded outputs (green = positive, red = negative)
Final results shown as a table in the bottom-right corner
Works only on the 1D timeframe (daily)
🧠 How it works:
For each day within the selected date range:
The script calculates the % change as: (Close - Open) / Open * 100
Then, it groups the data by weekday and averages the values
This gives you insight into how each day of the week behaves historically for the current asset.
⚠️ Notes:
This script only works on daily (1D) timeframes.
For most accurate results, use it on assets with long trading history (e.g., BTCUSD).
Designed for educational and statistical analysis purposes.
Tt • FVG CandlesAn FVG / Imbalance identifier.
Default color:
• Light grey - Bullish FVG
• Dark grey - Bearish FVG
Ultimate SuperTrend with Support and ResistanceModified ST with Support and resistance levels. This was developed by SAM team to provide a singular indicator to trade in NIFTY. It can also be used in other securities.
Based on the trading style, can be used for Sell and Buy trades. Provide your comments and guidance.
Fair Value Gap MTF [by Oberlunar]Fair Value Gap MTF is a multi-timeframe indicator designed to detect and display Fair Value Gaps (FVGs) across up to five customizable timeframes. Fair Value Gaps are price inefficiencies—zones where the market moved too quickly, leaving unfilled areas between candles. These gaps are often used by traders as reference points for future price retracements, as they tend to be revisited or “mitigated” over time.
This indicator extends the traditional FVG concept by introducing dynamic multi-timeframe tracking. Each timeframe has its own visual layer, with distinct user-defined colors for bullish and bearish gaps. The script not only highlights newly formed FVGs but also updates them visually when they are touched by price. Mitigated FVGs are recolored in real time, and an optional setting allows the size of these zones to shrink progressively, reflecting only the remaining untested portion.
Labels at the center of each box display the originating timeframe, offering clear visual context. All calculations are properly aligned with the display chart, ensuring that each FVG is correctly projected into the current view, regardless of its timeframe of origin.
Fair Value Gaps often act as support or resistance levels. Bullish FVGs can serve as areas where price may find support, while bearish FVGs can signal potential resistance. When these zones are mitigated repeatedly, it typically reflects areas of institutional interest, liquidity pools, or zones of accumulation and distribution. Such behavior makes them particularly significant in breakout and reversal strategies.
— Oberlunar 👁️★
Last BarLast Bar Color
This indicator highlights only the last (most recent) price bar on the chart using dynamic color logic based on price movement:
🟢 Green if the current price closed higher than the previous bar's close
🔴 Red if the current price closed lower than the previous bar's close
⚪ Gray if the current price is unchanged
This simple yet powerful visual cue helps traders:
Quickly assess short-term price momentum
Monitor real-time candle behavior without clutter
Combine with other indicators or strategies for sharper entry/exit signals
🔧 No inputs required. Lightweight and compatible with all timeframes and chart types.
StratNinjaTableThe StratNinjaTable is a comprehensive technical analysis tool for TradingView designed to provide traders with a multi-timeframe overview of a security's performance and key metrics in a single, customizable table.
This indicator is built around "The Strat" candlestick methodology, which focuses on inside bars (1), trending bars (2U for up, 2D for down), and outside bars (3). It displays this information across multiple, user-selected timeframes simultaneously, from minutes to yearly charts.
Key Features
Multi-Timeframe "Strat" Analysis: The core of the indicator is a table that shows the current "Strat" number (1, 2U, 2D, or 3) and the directional bias (▲ for up, ▼ for down) for each selected timeframe. This allows for a quick assessment of market structure and potential setups across different chart periods.
Customizable Timeframe Selection: Users can easily select which timeframes they want to monitor, including standard intervals like 5-minute, 15-minute, hourly, daily, weekly, and monthly charts.
Comprehensive Data Table: Beyond the "Strat" analysis, the indicator populates a detailed table with essential market data:
Ticker Information: Displays the current ticker and the chart's timeframe.
Money Flow Index (MFI): Shows the MFI value, with color-coded backgrounds to highlight overbought (>80) and oversold (<20) conditions.
Average True Range (ATR): Provides the ATR value and its percentage relative to the closing price, with color signals for low or high volatility.
Market Cap: Calculates and displays the security's market capitalization.
Sector Information: Shows the sector the security belongs to.
Moving Average Data: Includes the distance of the current price from the 20-day Simple Moving Average (SMA), expressed as a percentage.
Volume: Displays the 30-day average trading volume.
Strat Pattern Prediction: Shows a historical sequence of the last two Strat patterns and a potential future pattern based on the current bar's direction.
Timeframe Countdown: A timer for each timeframe shows how much time is left until the current candle closes.
Customizable Appearance: The indicator offers extensive customization options for the table's position on the screen and the colors used for different "Strat" bar types, allowing users to tailor the visual presentation to their preferences.
In essence, the StratNinjaTable serves as an all-in-one dashboard, enabling traders to quickly gauge market sentiment, identify confluence across timeframes, and access key technical data without cluttering their charts with multiple separate indicators.
TrEx H/L Trendlines [ETPINVEST]TrEx H/L Trendlines - User Guide
🎯 WHAT IS THIS INDICATOR?
TrEx H/L Trendlines is a professional indicator for automatic search and display of price extremes with trendline construction.
🔍 WHAT IS IT USED FOR?
Main tasks:
Extreme identification - automatic search for significant price highs and lows
Trend analysis - building trendlines between found extremes
Reversal point detection - identifying potential zones of direction change
Structural analysis - understanding the internal structure of price movement
Who is it suitable for:
📈 Swing traders - for identifying key turning points
⚡ Day traders - for analyzing intraday structure
🎯 Scalpers - for precise local extreme identification
📊 Analysts - for structural market analysis
⚙️ HOW DOES THE ALGORITHM WORK?
1. Extreme search
The indicator uses a complex algorithm to find significant highs and lows through strictly defined candle combinations.
Validation - verification of compliance with strict mathematical conditions
2. Filtering and alternation
Found extremes undergo additional processing:
Selection of strongest - choosing the most significant extremes in each zone
Ensuring alternation - correct sequence of highs and lows
Time sorting - chronological ordering
3. Trendline construction
Based on filtered extremes, connecting lines are built:
Sequential connection - linking all extremes in order
Trend visualization - displaying overall movement direction
Structure analysis - understanding internal movement waves
🛠️ DETAILED SETTINGS DESCRIPTION
📊 Extremes
Show Extremes
Purpose: Enable/disable extreme display
Default: Enabled
Upper Extreme Color
Purpose: Color of upper extreme markers (highs)
Default: Red
Lower Extreme Color
Purpose: Color of lower extreme markers (lows)
Default: Green
Analysis Depth
Range: 50-300 bars
Default: 200
Purpose: Depth of historical analysis for extreme search
Timeframe recommendations:
- M1-M5: 100-150 bars
- M15-H1: 150-250 bars
- H4-D1: 200-300 bars
📈 Trendline
Show Trendline
Purpose: Enable/disable trendline display
Default: Enabled
Trendline Color
Purpose: Color of trendlines connecting extremes
Default: Yellow
Trendline Width
Range: 1-5 pixels
Default: 1
Purpose: Thickness of trendlines
📈 PRACTICAL USAGE TIPS
🎯 Trading strategies
1. Trading from extremes
✅ Buy signal:
Price approaches lower extreme (green marker)
Reversal pattern forms on lower timeframe
Confirmation by volume or other indicators
✅ Sell signal:
Price approaches upper extreme (red marker)
Reversal pattern forms on lower timeframe
Confirmation by additional signals
2. Trend structure analysis
✅ Uptrend:
Sequential higher highs and lows
Trendlines directed upward
Each new extreme higher than previous
✅ Downtrend:
Sequential lower highs and lows
Trendlines directed downward
Each new extreme lower than previous
3. Trend reversal identification
⚠️ Reversal signals:
Violation of extreme sequence
Change in trendline slope
Formation of divergences with oscillators
💡 Settings optimization
For scalping (M1-M5):
Analysis Depth: 100-150
Focus on fresh extremes
For day trading (M15-H1):
Analysis Depth: 150-200
Balance between history and relevance
For swing trading (H4-D1):
Analysis Depth: 200-300
Maximum analysis depth
🔍 Additional techniques
Combining with other tools:
Oscillators - finding divergences at extremes
TrEx S/R Levels - applying support and resistance levels
⚠️ IMPORTANT FEATURES
✅ Advantages:
Automation - no manual extreme search required
Mathematical precision - strict selection algorithms
Universality - works on any assets and timeframes
Ease of use - intuitive interface
Trend analysis - automatic structure construction
Real-time updates - on each candle close
⚠️ Limitations:
Requires history - needs minimum 50 bars for operation
Lag - extremes determined after their formation
🎯 CONCLUSION
TrEx H/L Trendlines is a powerful tool for automatic analysis of extremes and trend structure of the market. The indicator is perfect for studying price behavior and can serve as a foundation for developing trading strategies.
SKT's Volume Weighted Ichimoku Conviction Candle ColoringOverview
This indicator is a customized, volume-weighted variation of the classic Ichimoku Kinko Hyo system, designed to provide traders with an "at-a-glance" visualization of trend conviction and exhaustion. It overlays dynamic candle coloring on your chart, using a smooth gradient from deep green (strong bullish conviction) to gray (neutral or exhausted) to deep red (strong bearish conviction). The colors are driven by a composite score (-10 to +10, displayed as -100% to +100% strength), which quantifies probabilistic bias based on historical Ichimoku patterns, normalized for volatility and enhanced with volume dynamics.
Unlike standard Ichimoku, this version emphasizes "conviction strength" through gradients, helping identify not just trends but their reliability—e.g., fading colors signal potential reversals or pullbacks. It's particularly suited for trending assets like BTC/USD on daily or higher timeframes, where volume-weighted adjustments make lines hug price action during high-participation moves.
Key Benefits
Visual Heat Map: Candles shift colors based on score intensity, making it easy to spot weakening trends (pale shades) or strong continuations (deep shades).
Exhaustion Detection: Incorporates slope flattening, volume divergences, and cloud thinning to proactively desaturate colors near potential turns.
Strength Box: A persistent top-right label shows current % strength (e.g., "+75% Bull"), synced to the candle gradient for quick reference.
Adaptability: Works on any timeframe/asset; inputs allow tuning (e.g., for crypto's 24/7 volatility).
How It Works
The indicator computes a conviction score per bar, ranging from -10 (max bearish) to +10 (max bullish), then maps it to candle colors and a % strength display. The score is a weighted sum of five factors (total 100%), each normalized by ATR for scale-invariance:
Base: Normalized Price-Cloud Distance (40% Weight): Measures how far price is above (bullish) or below (bearish) the cloud. Calculation: Distance / ATR, clamped via tanh sigmoid for smoothness. Penalty: Fades score if distance <0.5 ATR (approaching cloud edge). Rationale: Large separations historically predict ~60-70% continuation; proximity hints at reversals.
Cloud Thickness & Color Alignment (15% Weight): Thickness = |Senkou A - B| / ATR; compared to SMA average. Boost if thick (>average: up to +3); penalty if thin (<0.5 average: up to -3). +1 bonus if cloud color aligns (green bull, red bear). Rationale: Thicker clouds act as stronger support/resistance; thinning signals exhaustion.
Other Lines: Chikou & Tenkan/Kijun Positions (15% Weight): Chikou distance from price/cloud ( / ATR): +4 if aligned far; -0.5 penalty if misaligned. Tenkan-Kijun separation ( / ATR): +3 if diverging (>0.5 ATR). Averaged for contribution. Rationale: Chikou confirms momentum from history; diverging lines indicate strength.
Exhaustion: Slope Calculation (Tenkan/Kijun) (15% Weight): Avg slope = (Tenkan linreg * 0.7 + Kijun linreg * 0.3) / ATR. Boost if steep (>0.2 abs: +3); penalty if flat (<0.1 abs: -3) or declining in trend (-4). Doubled if lines converging (<0.5 ATR sep). Rationale: Flattening/declining slopes detect fading momentum early.
Exhaustion: Volume Boost/Penalty (15% Weight): Dynamic thresholds: High = SMA(vol) + STD; Low = max(SMA - STD, 0). Boost if vol > high & slope aligns (up to +3). Penalty if vol < low or slope diverges (up to -3); skipped on new-bar first tick (barstate.isnew). Symmetric clamp: volContrib bounded ±3 to avoid spikes. Rationale: High aligning volume confirms conviction; low/diverging signals traps/exhaustion.
Score clamped ±10 overall. Gradients use RGB mixing: Deep colors for high abs(score), desaturated near 0 for smooth fades. Neutral bars vary gray shades by cloud thickness.
Inputs and Customization
All parameters are adjustable via TradingView's indicator settings:
Tenkan/Kijun/Senkou B Periods (9/26/52): Standard Ichimoku lengths; increase for smoother lines on volatile assets.
Displacement (26): Cloud shift; tweak for forward projection.
ATR Length (14): Volatility normalizer; longer for less sensitivity.
Slope/Volume/Thickness Lookbacks (5/20/20): Periods for slopes, vol SMA/STD, cloud avg—balance responsiveness vs. noise.
Scale Factor (2.0): Controls sigmoid clamping sharpness; lower for more gradual scores.
For BTC/USD: Try 20/60/120 periods on 1H/4H for crypto's non-stop trading.
Usage Instructions
Add to your chart via TradingView's Indicators menu.
Interpret Gradients: Deep Green: Strong bull (>+70% strength)—ride trends. Pale Green: Weakening bull (~+20-50%)—watch for exhaustion. Gray: Neutral (inside cloud)—avoid directionals. Symmetric for reds (bearish).
Strength Box: Top-right label shows live % (updates per tick).
Combine with: RSI/MACD for reversals (e.g., RSI divergence + pale gradient = potential turn).
Timeframes: Works on all; daily+ for best results. Test settings per asset/TF.
Notes and Disclaimer
- Performance: Backtest on your assets—score aligns with ~60% historical continuation in strong trends, but markets are unpredictable.
- Limitations: Volume-sensitive on low-TF or illiquid assets (fixed with clamps/barstate.isnew); no built-in alerts (add via TradingView).
- Disclaimer: For educational purposes only—not financial advice. Past performance ≠ future results; use with risk management.
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.
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.
BOR + 08:28BOR + TIME: Precision 1-Minute Opening Range Analysis
METHODOLOGY OVERVIEW
This indicator implements a proprietary time-based trading methodology that combines opening range analysis with precision timing algorithms designed exclusively for 1-minute charts during the New York trading session.
CORE ALGORITHM COMPONENTS
1. Bond Opening Range (BOR) Identification
- Captures the complete price range during 08:00-09:00 NY time
- Establishes the foundational trading range for the session
- Uses high-precision minute-level data to define exact boundaries
2. Critical Time Level Analysis (08:28 Candle)
- Identifies the 08:28-08:29 minute candle as a key reference point
- This specific timing represents a critical juncture before market open
- Captures the exact high/low range of this precise minute
3. Directional Bias Determination (09:00 Analysis)
- At exactly 09:00, compares current price position relative to 08:28 boundaries
- Above 08:28 High: Activates support-seeking mode (bullish bias)
- Below 08:28 Low: Activates resistance-seeking mode (bearish bias)
- Inside 08:28 Range: No directional bias established
4. Dynamic Standard Deviation Projections
- Uses the 08:28 candle range as the mathematical basis for standard deviation calculations
- Support Mode: Projects levels below 08:28 low using range multipliers (-1σ, -2σ, -3σ, -4σ)
- Resistance Mode: Projects levels above 08:28 high using range multipliers (+1σ, +2σ, +3σ, +4σ)
- Levels are active only during 09:00-10:30 trading window
UNIQUE FEATURES
Conditional Logic Engine
- Real-time directional switching based on 09:00 price position
- No static levels - everything adapts to intraday price action
- Eliminates noise by focusing on specific time windows
Precision Timing Requirements
- Requires exact 1-minute timeframe for accurate calculations
- Time-sensitive algorithm that relies on minute-by-minute analysis
- Optimized for high-frequency intraday trading decisions
Mathematical Framework
- Standard deviations calculated using actual candle range data
- Dynamic level spacing based on market volatility (08:28 range)
- Four-tier projection system for multiple target/stop levels
TRADING APPLICATION
Best Used For:
- ES, NQ, YM and other liquid index futures
- Active day trading during NY session (07:00-12:00)
- Scalping and short-term reversal strategies
- Intraday support/resistance identification
Signal Interpretation:
- Red lines represent potential reversal zones
- Direction determined by 09:00 vs 08:28 relationship
- Multiple standard deviation levels provide layered entry/exit points
- Time-restricted plotting ensures relevance during active trading hours
IMPORTANT REQUIREMENTS
- ONLY works on 1-minute charts - precision timing is essential
- Designed for New York trading session (futures markets)
- Most effective during high-volume trading periods
CUSTOMIZATION OPTIONS
- Toggle BOR box visibility and transparency
- Enable/disable 08:28 candle highlighting
- Adjust visual elements (colors, transparency)
- Show/hide range information labels