TRI - Multi-Timeframe Support and ResistanceTRI - MULTI-TIMEFRAME SUPPORT & RESISTANCE v3.0.0
DESCRIPTION:
Advanced multi-timeframe Support & Resistance indicator using ta.pivothigh/ta.pivotlow
to display pivot-based S/R levels from higher timeframes on your current chart.
Features smart pivot positioning, dynamic level merging, and comprehensive alert system.
KEY FEATURES:
Multi-timeframe pivot detection using ta.pivothigh/ta.pivotlow on candle body
Smart pivot positioning - pivots are placed on the correct candle type (bullish for highs, bearish for lows)
Automatic timeframe selection - configure different S/R timeframes for each chart timeframe
Dynamic level merging - nearby levels are merged based on ATR tolerance (newer wins)
Mitigated level tracking - shows recently broken levels with distinct styling
Smart visualization - always shows N closest levels above and below current price
Comprehensive alert system with 9 different alert types
Significant breakout detection with configurable parameters
Memory efficient - automatic cleanup of expired levels
HOW IT WORKS:
The indicator uses ta.pivothigh() and ta.pivotlow() on the selected higher timeframe.
Pivot highs are positioned on bullish candles (using close price).
Pivot lows are positioned on bearish candles (using close price).
If the pivot candle is not the correct type, it searches back up to 5 candles.
Only unbreached levels are displayed as active support/resistance.
When a level is breached, it becomes a "mitigated level" with distinct styling.
Mitigation is checked only after the first candle following the pivot (to avoid false triggers).
LEVEL MERGING:
Nearby levels of the same type are automatically merged based on ATR tolerance.
The newer pivot always wins, replacing older levels within the tolerance range.
Tolerance = HTF ATR × Merge Tolerance setting (default 0.5 ATR).
VISUALIZATION:
The indicator always displays the N closest levels above and below the current price.
Levels are sorted by distance, ensuring the most relevant S/R are always visible.
Active levels show as solid lines, mitigated levels as dashed lines.
ALERT SYSTEM:
Breakout (any level) - triggers when any level is broken with coherent candle
Breakout Support - triggers when a support level is broken by bearish candle
Breakout Resistance - triggers when a resistance level is broken by bullish candle
New Pivot (any) - triggers when a new pivot is detected
New Pivot Support - triggers when a new support pivot is detected
New Pivot Resistance - triggers when a new resistance pivot is detected
Significant Breakout (any) - triggers on high-quality breakouts
Significant Breakout Support - high-quality support breakout
Significant Breakout Resistance - high-quality resistance breakout
SIGNIFICANT BREAKOUT CRITERIA:
A breakout is considered "significant" when:
Candle direction is coherent (bearish for support, bullish for resistance)
At least X% of the candle body crosses the level (configurable, default 50%)
Opposite wick is limited to Y% of candle range (configurable, default 30%)
Example: For a bearish candle breaking support, the upper wick must be small.
TIMEFRAME CONFIGURATION:
Configure different S/R timeframes based on current chart timeframe:
1m-5m charts → Default 4h S/R
15m charts → Default 4h S/R
30m-1h charts → Default 4h S/R
4h charts → Default 4h S/R
Daily charts → Default Daily S/R
Weekly charts → Default Weekly S/R
Monthly charts → Default Monthly S/R
All timeframes are configurable via input settings.
SETTINGS OVERVIEW:
Timeframe Configuration - Set S/R timeframe for each chart timeframe
Pivot Detection - Max levels, left/right bars, merge tolerance, level extension
Mitigation Settings - How long mitigated levels remain visible
Visual Settings - Colors, line width, price scale display
Significant Breakout - Min body cross %, max opposite wick %
Debug - Show pivot detection markers
Multitimeframe
Price Action Visualizer (EMA/SMA Color Bars)This custom Pine Script indicator, "EMA(21) vs SMA(30) Color Bars," provides a unique and immediate visual representation of market bias by dynamically painting the candlesticks based on their position relative to two critical moving averages.
💡 What It Does:
The indicator calculates and plots the 21-period Exponential Moving Average (EMA) and the 30-period Simple Moving Average (SMA). It then analyzes the closing price of each candle and colors the entire candlestick (body and border) according to pre-defined trend conditions.
This visualization allows traders to identify strong trend environments versus periods of consolidation or indecision at a glance, removing the need to constantly check the price relationship manually.
🎨 Color Conditions and Meaning:
The indicator uses three distinct color states to signal the market's current momentum:
Color,Condition,Market Interpretation
🟢 GREEN,Closing Price is ABOVE both the 21 EMA AND the 30 SMA.,Strong Bullish Trend: Suggests high momentum and confirmation of an uptrend. Ideal for long bias.
🔴 RED,Closing Price is BELOW both the 21 EMA AND the 30 SMA.,Strong Bearish Trend: Suggests high downward pressure and confirmation of a downtrend. Ideal for short bias.
⚫ GRAY,"Closing Price is in any other state (e.g., between the two MAs, or under one and over the other).","Neutral / Consolidation: Indicates uncertainty, low momentum, or potential trend exhaustion/reversal. Caution is advised."
🔧 Customization Options:The indicator is fully customizable, allowing users to fine-tune the periods to match their preferred trading style (e.g., scalping, swing trading).Dĺžka EMA (Length EMA): Allows you to change the period for the Exponential Moving Average (default is 21).Dĺžka SMA (Length SMA): Allows you to change the period for the Simple Moving Average (default is 30).
@Fhunded PxH/PxLPlots previous day/week highs and lows (PDH/PDL/PWH/PWL) along with daily, weekly, and monthly opens. Each level includes customizable colors, visibility toggles, and adjustable forward-projected line length for clean HTF reference levels.
ADX Indicator with VisualADX Indicator with line and clear number. Identifies when ADX Index is weak, trending, or strong. Depending on timeframe, this indicator can be used to identify early signs of a change in trend.
This is my first time creating an indicator and coding, so please, use it at your own discretion. If anyone has any helpful suggestions, please leave a comment. I can email you the source code so you can revise it. In return, I ask that you share the updated code with me so everyone that uses this indicator can benefit. Thank you! :)
EMA Convergence EstimatorEMA Convergence Estimator is a tool designed to help traders visualize when two key trend EMAs—typically the 50-EMA and 200-EMA—are moving toward or away from each other. By analyzing slope, distance, and rate of convergence, the script estimates how many candles, hours, or days remain until the EMAs potentially touch.
This can be helpful for identifying upcoming trend shifts, tightening market conditions, or periods where momentum may be compressing before a larger move.
🔍 Features
Fast EMA & Slow EMA (default 50 / 200)
EMA distance tracking
Slope-based convergence calculation
Estimated time until EMAs meet in:
📍 Candles
⏱️ Hours
📅 Days
Real-time label panel showing all values
On-chart EMA cross markers
“+” printed directly on bullish EMA crosses
“–” printed directly on bearish EMA crosses
Fully transparent label background so it does not obstruct candles
📈 Use Cases
Identifying when EMAs are tightening (consolidation)
Spotting potential future crossovers earlier than normal indicators
Estimating momentum compression or expansion
Tracking longer-term trend dynamics on any timeframe
⚠️ Notes
The convergence estimate is mathematical, not predictive.
EMAs react to price — they do not forecast it.
Results depend on current slope and can change rapidly as new candles form.
Always use this tool as part of a broader analysis process.
This script is for educational purposes only and does not constitute financial advice.
Liquidity Analysis🙏🏻 Liquidity Analysis is 1 of 2 structural layer / orderflow layer analysis scripts. Both are independent so can’t be released together as a single script, but should be used together. The second one which is called (Signed) Volume Analysis is incoming.
The same math used in this script can be applied on other types of profile-like data: orderbooks, trading volumes of all options for each strike.
Important: market or volume profile, just as orderbooks and options traded volume by strikes, are all liquidity ‘estimates’, showing where liquidity is more likely or less likely to be. These estimates however, especially combined with other info, are really useful and reliable.
This script works with inferred volumes vs the provided one. It's the better choice for equities, bonds; neutral choice for currencies; and suboptimal choice for natural & artificial commodities.
Contents:
Output description;
How to analyze & use the outputs;
How to use it together with upcoming (Signed) Volume Analysis script;
How did I use both scripts to finish The Leap profitably and skipped many losses.
1. Output description
Color of the profile reflects the liquidity imbalance state: red is negative, purple is neutral, blue is positive.
Bar coloring represents history values of liquidity imbalance for backtesting purposes. It can be turned on/off in the script's Style settings.
Two purple vertical lines represent calculated borders of excessive liquidity (HVN), scarce liquidity (LVN), and sufficient liquidity (NVN) zones.
Vertical dash line marks the moving window end, this way you can be certain over what exact data you see the profile was built.
2. How to analyze & use the outputs
Setup up the script:
Moving window length: set it to ~ ¼ of your data analysis window. E.g if you see on your charts and use ~ 256 bars, set the length to 64.
Native tick size multiplier: leave it at 0 to calculate optimal number of rows automatically, or set it manually to match native tick size multiples you desire.
Use 2 timeframes: main one and a far lower one 3 steps down, just like on the screenshot.
Native lot size multiplier allows to round profile rows themselves to nearest multiples of native lot size. I added this just in case any1 needs it.
Find out current liquidity imbalance state:
As mentioned before, based on profile color, it can be negative, neutral or positive. This is the state variable that changes slowly and denies/confirms the signals that would be explained in the minute.
I use my own statistically grounded imbalance metric (no hardcoded/learned thresholds), that unlike mainstream imbalance metrics (e.g orderbook imbalance as sum of bids vs sum of asks) provides a natural neutral zone, when liquidity imbalance is ofc there but not strong enough to be considered.
…
Profile-based signals: look at profile shape vs 2 vertical purple lines.
where profile rows exceed the left purple line, these prices are considered HVN. Too much potential liquidity is there.
where profile rows don’t exceed the right purple line, these prices are considered LVN. Potential thin/lack of liquidity is expected there.
where profile rows are in between these 2 purple lines, these are NVN, or neutral liquidity zones.
Trading ruleset itself is based on couple of simple rules:
Only! Use limit orders hence provide liquidity in LVNs and Only! use stop-market orders hence consume liquidity in HVNs;
These orders should be put in advance ‘only’. This is how you discover the direction or orders: you can only put sell limit orders above you and buy limit orders below you, and you can only put buy stop orders above you, and sell stop orders below you.
This is really it. It may look weird, but once you just try to follow these 2 rules letter by letter for 1 hour, you’ll see how liquidity trading works.
Now once you know that, just don’t open new trades against the liquidity imbalance state. So don’t open shorts when the profile is blue, and don’t open longs when it’s red.
The last part is multi-timeframe logic. Prefer to act when a lower timeframe is Not against the main timeframe. That’s all, no multiple higher timeframes are needed.
3. How to use it together with upcoming (Signed) Volume Analysis script.
That upcoming script would also have a mean to generate its own signals, and another state variable called volume imbalance.
So now you’re not only looking at liquidity imbalance but also at volume imbalance that would deny/confirm a profile based signal. You need at least one of these to favor your long or short.
This is the same logic widely used in HFT, where MM bots cancel/shift/resize orders when book is too onesided And ordeflow is one sided as well.
4. How did I use both scripts to finish The Leap profitably and skipped many losses.
Even tho you can use structural information as your main strategic layer, as many so-called orderflow traders do, I traded in objective style: my fade signals were volatility based in essence, and I used ordeflow for better entries and stops, but most importantly to skip losses.
When ‘both‘ liquidity imbalance and volume imbalance (in their main timeframes) were against my trades, I skipped them all, saving many ~$500 stop losses (that was my basis risk unit for the Leap). Unless I had a very strong objective signal, i.e confluence of several signals, or just one higher timeframe signal, I did all these skips.
I traded ~ intraweek timeframe, so I was analyzing either the last 230 30min bars or 1380 5min bars. Both Liquidity Analysis and (signed) Volume Analysis scripts were set to moving window length 46 or 276 for either granulary.
I finished the leap with 9% profit and max DD ~ 5%, a bit short of my goal of 12.5%. If not these 2 scripts I would’ve finished a bit above breakeven I think.
∞
Smart Money Time by TMUSMT-Integrated Institutional Structure
This solution addresses a critical limitation in retail technical analysis: Fractal Blindness. While standard indicators operate linearly on a single timeframe, this script utilizes a Synchronous Multi-Timeframe (MTF) Architecture combined with SMT (Smart Money Time) logic to overlay higher-order market structure directly onto your execution chart.
It is engineered to align your entry triggers with the dominant institutional trend, effectively filtering out counter-trend noise that often leads to liquidity sweeps.
Core Technology: The "Fractal-Sync" Engine
1. Hierarchical Trend Propagation (MTF Logic) The script performs a real-time request.security analysis of user-selected higher timeframes to determine the "True State" of the market.
The Mechanism: Instead of repainting historical data, the algorithm uses a Step-Locked logic. It projects the confirmed Swing Highs and Lows of the Higher Timeframe (e.g., 4H) onto your Lower Timeframe (e.g., 5m or 15m).
Practical Value: You instantly visualize the "Big Picture" bias without switching tabs, ensuring your local trades are aligned with the global flow.
2. SMT-Grade Pivot Detection Integrating concepts from Smart Money analysis, the indicator identifies Key Swing Points that have a high probability of defense by large operators.
Technique: By calculating volatility-adjusted deviations (ATR) across multiple timeframes, the script distinguishes between a standard "pullback" and a genuine Structure Shift (MSS) or Break of Structure (BOS).
Benefit: It visually separates weak internal structure (inducement) from strong external structure (protected levels).
Technical Specifications & Filters
To satisfy strict stability requirements and provide objective signals, the engine incorporates unique validation methods:
Volatility Normalization: Structure breaks are validated against a dynamic ATR threshold. This ensures that low-volume consolidation does not trigger false structural resets.
Candle-Close Validation Protocol: A level is considered breached only if the candle body closes beyond the pivot. This filters out "Wick Fakeouts" and Stop-Hunts often seen during news events.
Conflict Resolution: When the Lower Timeframe trend contradicts the Higher Timeframe structure, the indicator visualizes this as a "Retracement Phase," advising caution.
Operational Workflow
This tool acts as a Market Context Filter, not a simple signal generator:
Trend Alignment: Use the visual cues to instantly recognize the dominant institutional flow.
Zone Identification: The script automatically plots "Strong Lows" (Invalidation Points) and "Weak Highs" (Targets).
Execution: Seek entries on your timeframe only when the higher timeframe structure (shown by this script) confirms the direction.
Note for Professional Use: This script is designed for precision execution. It minimizes chart clutter by displaying only confirmed structural points, providing a clean, logic-driven workspace for objective decision-making.
SMT [Advanced] by TMUThis is a proprietary technical analysis tool designed to detect SMT (Smart Money Time) Divergences with a specific focus on Time-Cycle Theory and advanced Data Visualization.
Originality & Technical Uniqueness Unlike standard open-source SMT indicators that simply compare Highs/Lows and clutter the chart with overlapping text, this script utilizes a custom-built "Label Registry & Stacking Engine". Standard indicators often fail when multiple divergences occur simultaneously on different timeframes. This script solves this problem using a proprietary deferred rendering algorithm:
Registry System: Instead of drawing signals immediately, the script calculates potential divergences across multiple assets/timeframes and pushes them into a dynamic array (registry).
Dynamic Stacking: A background sorting algorithm processes this stack every bar, groups signals by their timestamp and type, and renders them with calculated offsets. This ensures labels never overlap, providing a clean, professional workspace impossible to achieve with basic plotting functions.
Signal Rotation: It implements a "rotation manager" logic for 90-minute cycles. As price action evolves, the script automatically assesses whether to update an existing divergence line or create a new historical reference, keeping the analysis strictly relevant to the current cycle structure.
How it Works (Methodology) The script performs a relative strength analysis between two correlated assets (e.g., ES vs. YM) using request.security to fetch comparative data.
Pivot Analysis: It identifies structural Pivot Highs and Lows based on a configurable length, filtering out minor internal noise.
Divergence Logic:
Bearish SMT: Validated when the primary asset makes a Higher High while the comparison asset makes a Lower High.
Bullish SMT: Validated when the primary asset makes a Lower Low while the comparison asset makes a Higher Low.
Time-Cycle Isolation: The analysis is confined within strictly defined temporal windows (Daily, Weekly, and custom 90-minute intraday blocks). The script detects cracks in correlation specifically within these isolated sessions rather than looking at infinite history.
Features
Smart Filter: Advanced logic to filter out "Internal" structure and focus only on major external pivot breaches.
Multi-Cycle Dashboard: A real-time table monitoring the SMT status of Monthly, Weekly, Daily, and intraday cycles simultaneously.
Auto-Ticker Selection: Automatically detects the current asset class (Indices/Forex) and selects the appropriate comparison symbol (e.g., selects YM when viewing ES).
Settings
Comparisons: Manual or Auto-ticker selection.
Visuals: Custom colors, line styles, and label positioning modes.
Alerts: Customizable alerts for valid SMT formation on any monitored timeframe.
Amin_RsiBar_Macd2m in 1m_BB_ V 3.0Pro RSI Divergence Detector
This indicator automatically detects bullish and bearish divergences on the RSI by comparing key swing highs and lows in price with momentum shifts on the oscillator. It identifies both classic and hidden divergences, helping traders spot early trend reversals, momentum exhaustion, and high-probability entry zones.
Designed for traders who rely on momentum analysis, this tool provides clear on-chart signals, improves timing, and filters out false moves. It works on all markets and timeframes.
Suitable for: Crypto, Forex, Stocks, Indices
Use cases: Trend reversal detection, entry confirmation, exit optimization, momentum analysis
XXMonk Sequence Price Grid (Manual Origin + U)⭐ XXMonk Sequence Grid – Harmony Price Levels (1–144 Sequence Engine)
Algorithmic Sequence Mapping for Price Displacement
The XXMonk Sequence Grid is a precision mapping tool designed to project algorithmic price levels using harmonic numerical sequences derived from the ICT-inspired time/price symmetry concept.
This indicator takes a user-defined Origin (EQ level) and generates symmetrical expansion bands above and below price using any combination of the following sequence values:
These levels act as algorithmic rails that price frequently reacts to, respects, or expands toward — providing traders with a structural framework to interpret displacement, liquidity objectives, and sequence-based expansions.
🔷 Core Features
✔ Manual Origin (EQ Level)
Set any midpoint — daily open, session equilibrium, dealing range midpoint, your own anchor, etc.
✔ Manual U Value (Unit Size)
No restrictions. Enter any point value (ex: 0.25, 1, 5, 12.5, 25…) to scale the sequence to your instrument.
✔ Full Sequence Control
Toggle ON/OFF each individual harmonic sequence:
Micro ranges → 1, 3, 5
Intermediate → 8, 13, 21
Macro ranges → 34, 55, 89, 144
✔ Individual Line Colors
Every sequence level has its own color input for full customization.
✔ Static Lines (Do Not Move With Cursor)
Lines anchor from the first bar and extend infinitely to the right.
✔ Automatic Labels on Right Side
These levels often align with:
Liquidity pools
Displacement endpoints
PD array boundaries
Algorithmic expansion levels
Reversal zones
Session highs/lows
Volatility-based fractals
Price frequently travels sequence-to-sequence, creating a predictable harmonic structure.
GIX-KC-MAStrategia folosește doar KC si SMA 50 (filter + HTF SMA).
Intrările sunt agresive și foarte filtrate (close > SMA + break + HTF confirm).
Se folosesc pending orders automatizate, cu:
Entry = High ± pips
SL = Low ± pips
Expirare automată după X bare
Anulare la semnal opus
KC are 3 moduri de TP
Multi Time Frame Trend BiasSee the lower time frame and higher time frame trend at a glance. Choose 8 lower time frames, and 8 higher time frames. You can also choose your ema / sma relationship but I recommend using 13ema / 30 sma relationship. You can change the size of the table. You can also hide the rows and only view the overall trend if you want. Very useful as a confluence with your strategy / entry model. Trade in the same direction of the trend. Don't fight the trend.
Alloyz Traders_RSI by Sagar BRSI for Intraday purpose with moving average and volume weightage price added in RSI.
GIX Analizor strategiiGIX Analyzer – Intelligent Time Filters + X Strategy
This script combines the X Strategy with an advanced system for filtering trades based on time intervals. The strategy allows:
Filtering by preset trading hours (active sessions )
Filtering by a fully customizable time interval (hour + minute, Romania time )
Filtering by calendar range (Start Date → End Date)
Simultaneous activation of both time-filter modes for maximum control
Trading only within valid time ranges, while keeping all logic unchanged
This indicator provides high flexibility for testing and optimizing trading entries based on hours, minutes, and calendar periods—while preserving the simplicity and efficiency of any strategy
Swing Elite Supply & Demand MTFSwing Elite Supply & Demand MTF
Institutional-grade multi-timeframe Supply & Demand system with FLIP logic, Level-on-Level detection, stop-loss padding, and advanced zone mitigation.
This tool automatically detects RBR / DBR / RBD / DBD patterns on any timeframe and plots refined demand & supply zones based on explosive candles, base structure, and smart-money logic.
🔥 Core Features
• Multi-Timeframe Zone Detection
Detect supply/demand zones from any higher timeframe (HTF) and project them onto your chart.
Perfect for aligning low-timeframe entries with institutional HTF levels.
• Preferred vs Wider Zone Width
Switch between:
Preferred → body-based, tighter zones (institutional quality)
Wider → wick+body zones for more tolerance
• Level-on-Level (LOL) Zones
Automatically merges overlapping zones and builds stronger multi-layered zones, indicating repeated institutional accumulation or distribution.
• FLIP Zones (Support → Resistance / Resistance → Support)
FLIP zones are detected when the market breaks a key swing and returns to retest the zone.
These are premium continuation levels.
• Automatic Mitigation Logic
Zones are removed when:
price mitigates enough (% based)
LOL zones get fully closed through
price travels too far away after touch (invalidates the setup)
• Stop-Loss Padding System
Auto-calculates SL levels (optional) based on zone height and custom padding %.
• Clean HTF Visualization
Displays:
zone type (RBR, DBR, RBD, DBD)
LOL / FLIP
timeframe source (e.g., 4H, 1D)
automatic color coding
📊 Alerts Included
Price entering a Demand Zone
Price entering a Supply Zone
Use them for automation or high-probability entries.
🎯 Best For
SMC / ICT style trading
Order block & zone traders
Intraday HTF bias alignment
Swing trading
Algorithmic filtering (EA/strategy integration)
🚀 Why It Works
This indicator is built on institutional logic:
explosive displacement
indecisive bases
mitigation and market structure
multi-zone stacking (LOL)
HTF contextual zones
swing high/low breaks (FLIP logic)
It produces clean, high-probability zones with no repainting of the explosive candle signal.
Punjis Dynamic Daily EMA/SMA 5,9,21,50,100 LevelsPunjis Dynamic Daily EMA/SMA 5,9,21,50,100 Levels
Overview:
This indicator displays daily timeframe moving averages as horizontal lines extending to the right of your chart, regardless of what timeframe you're currently viewing. It includes six key moving averages: EMA 5, EMA 9, EMA 21, SMA 50, SMA 100, and SMA 200.
Key Features:
Clean Chart Design: Unlike traditional moving average lines that clutter your chart with curves across all candles, this indicator uses horizontal lines that extend only from the current price level to the right edge of your screen
Multi-Timeframe Analysis: View daily moving averages on any intraday timeframe (1min, 5min, 15min, etc.) without switching charts
Fully Customizable:
Toggle each moving average on/off independently
Adjust the period length for each MA
Customize colors for each line
Master toggle to show/hide all lines at once
Reduced Visual Noise: Horizontal lines keep your price action clean and easy to read while still providing critical support/resistance levels
Professional Layout: Perfect for traders who need to monitor multiple key levels without obscuring candlestick patterns and chart analysis
Benefits of Horizontal Lines:
Cleaner Charts: Traditional MAs draw lines through every candle, creating visual clutter. Horizontal lines only show current values, keeping your chart clean
Focus on Current Levels: What matters most is where the MAs are NOW relative to price - horizontal lines highlight this instantly
Better Price Action Visibility: See candlestick patterns, volume, and support/resistance levels clearly without MA lines crossing through them
Quick Reference: Instantly identify if price is above or below key moving averages without following curved lines across the chart
Professional Appearance: Clean, minimalist design preferred by institutional traders and technical analysts
Use Cases:
Day traders monitoring higher timeframe levels on intraday charts
Swing traders tracking daily moving averages as dynamic support/resistance
Multi-timeframe analysis without chart switching
Identifying trend direction and potential reversal zones
Clean workspace for pattern recognition and price action trading
Disoxis Capital Club📊 Strategy B✅This indicator has been exclusively developed for Disoxis Capital Club members, combining advanced volume-weighted analytics with institutional trading concepts.
The indicator automatically resets at the start of each trading session and uses volume-weighted statistical calculations to ensure accuracy that aligns with professional trading platforms. All visual elements, including customizable color schemes and line styles, have been optimized for clarity and real-time decision-making. Designed specifically for active intraday traders within the Disoxis Capital Club community, this indicator incorporates time-based filtering capabilities and session-specific analytics to help identify high-probability trading opportunities.
The tool displays key institutional levels through clean visual representation, making it easier to recognize market behavior around volume-weighted price zones. Whether you're analyzing futures, forex, or equity markets, this indicator provides the technical foundation needed to align your trading with smart money movements and institutional order flow patterns.
HighCrew Multi-Timeframe RSI Tracker Level 2This script extends standard RSI analysis by combining multiple timeframe RSI readings with volatility-adaptive thresholds, divergence detection, and slope-based reversal estimation. Instead of evaluating RSI in isolation, this version compares short-term, mid-term, and long-term RSI groups to identify alignment, pressure transitions, and early trap conditions.
Core Logic Used in the Script:
1. Multi-Timeframe RSI Stack
The script calculates RSI(14) on eight different timeframes:
1m, 5m, 15m, 30m, 60m, 120m, 180m, 240m.
These values are stored in arrays and evaluated together to determine overall directional bias.
2. Volatility-Adaptive Thresholds
A dynamic adjustment to RSI bull/bear levels is applied based on the ratio between current ATR and its 20-period ATR average.
• Higher volatility raises the required bull threshold and lowers the bear threshold.
• Lower volatility compresses the thresholds.
This allows RSI interpretation to scale with market speed.
3. Alignment & Status Modeling
The script counts how many timeframes are bullish, bearish, or neutral relative to the adaptive thresholds.
From this, it generates statuses such as:
• Full Bull Alignment
• Full Bear Alignment
• Partial Trend Formation
• Mixed / Range Conditions
4. Predictive Divergence Logic
The script compares short-term RSI (1m/5m) against mid-term RSI (15m/30m) to look for early trap-type divergences:
• Short-term RSI flipping while higher-timeframe RSI moves opposite
• Micro-TF bursts failing to confirm on mid-TFs
This helps highlight potential early bull/bear trap conditions.
5. RSI Group Averages & Behavior Interpretation
Short, mid, and long-range RSI averages are calculated to classify behavior such as:
• Pressure building
• Downward momentum
• Early trap signatures
• Macro continuation after local dips
• Alignment cooling/stalling
6. Slope-Based Early Reversal Signal
The script measures RSI slope changes between short-term and mid-term averages.
A widening slope spread indicates a potential early reversal forming.
A decay/reset mechanism reduces reversal probability when slopes re-align.
7. Table Display Output
All RSI readings, thresholds, alignment status, trap conditions, volatility mode, and early-reversal probability are shown in a table for quick interpretation.
Purpose of the Tool:
This system is designed to help traders observe how RSI evolves across multiple timeframes simultaneously and how short-term movement interacts with higher-timeframe structure. It does not generate buy/sell signals — instead, it visualizes alignment, divergence, and momentum shifts.
MTF Supply/Demand + FVG Pro (v6)MTF supply demand indicator with different lower time frame entry indicators... testing at the moment
CES Pro HUD (CES + RSI + Trend + Momentum + Expansion)my first attempt at a suit of at a glance helpful table.
MACD 3TF Trend Alignment + Strong CandleThis indicator combines multi‑timeframe MACD/EMA trend alignment with a Marubozu and strong‑candle detector in a single overlay.
MACD 3TF trend logic
The script tracks MACD on a higher timeframe and an intermediate timeframe, and first checks whether their trends match (both bullish or both bearish) based on the MACD line vs signal line. It then calculates three EMAs (lengths 50, 20, 9) on both the intermediate and lower timeframes and compares their “direction” (price above = bullish, price below = bearish) with the intermediate‑timeframe MACD trend. Only when all enabled conditions pass—higher and intermediate MACD aligned, intermediate MACD aligned with intermediate EMA‑20 and EMA‑9, and lower‑timeframe EMA‑50/20/9 aligned with the intermediate MACD—does the background highlight green for bullish or red for bearish, visually marking strong multi‑timeframe trend agreement.
Configurable filters
Three checkboxes allow independent control of each MACD/EMA step: Step 1 (higher vs intermediate MACD alignment), Step 2b (intermediate MACD vs intermediate EMA‑20 and EMA‑9), and Step 2c (lower‑timeframe EMA‑50/20/9 vs intermediate MACD). When a checkbox is turned off, that step no longer filters the signal, so the highlight is based only on the remaining active conditions. This makes it easy to use the same script as a simple 2‑TF MACD tool or as a strict multi‑timeframe trend filter without editing code.
Marubozu and strong‑candle detection
The merged strong‑candle module analyzes each bar’s body size, total range, and body‑to‑range ratio relative to an average over a user‑defined period. It identifies bullish and bearish Marubozu candles when the real body occupies most of the candle’s range, and flags “strong” bullish/bearish candles whose bodies are significantly larger than the recent average but not pure Marubozu. These signals are plotted as small triangles and circles above or below price, and can be globally enabled or disabled with a dedicated checkbox.
Use cases
The indicator is designed to help quickly spot moments when higher‑timeframe and lower‑timeframe trends are in sync, while also highlighting powerful single‑bar patterns that occur inside that context. Traders can use the background color as a directional bias filter for entries and exits, while using the Marubozu/strong‑candle markers to refine timing or confirm impulse strength within the prevailing multi‑timeframe trend.
Credit Spreads Signals — 1H OnlyOverview
A n easy to use indicator that scans 1-hour charts to identify higher-probability credit-spread setups. The indicator combines momentum, trend and volatility signals with volume confirmation and multi-timeframe trend checks to produce a compact “signal + recommended sell leg” table and on-chart markers. Designed for swing-style option sellers who prefer fewer, stronger setups.
What it does
• Detects directional setups on the 1H timeframe and issues a PCS (put credit spread) or CCS (call credit spread) signal.
• Recommends a sell leg level (displayed in the table and optionally drawn on chart).
• Uses a blend of common market inputs (momentum, trend, ATR-based volatility and relative volume) plus higher-timeframe confirmation to filter noise.
• Built-in safety checks: extended-hours detection, ticker preset matching, one-signal cooldown logic and last-hour suppression on 1H charts.
Key features
• Compact table view with current signal, recommended sell leg, average spacing between signals, and recent crossing statistics.
• Per-ticker preset tuning for common tickers (Auto or specific preset).
• Optionally draw the recommended sell leg on the chart.
• Works with extended hours enabled; warns if chart/timeframe/preset mismatch prevents signals.
• Closed-source: algorithmic details and exact parameter values are proprietary.
How to use
Apply on a 1H chart (required for live signals).
Enable extended hours on your chart to allow signal generation.
Optionally select a preset ticker or leave set to Auto. Note: Auto will have a lower accuracy.
Use the table to see the current signal and recommended sell leg; combine with your risk management and execution process.
Limitations & important notes
• This is a signal helper — not a full trading system. Always use your own sizing, risk controls, and exit rules.
• The indicator is closed-source / inner workings and exact parameter values are proprietary.
• No performance guarantees. Past signals do not ensure future results.
Disclaimer
Not financial advice. For educational and informational purposes only. Trading involves risk — you may lose money. Do your own research and consult a licensed professional if needed.
Trend Targets Strategy v13 Trend System
Supertrend + WMA + EMA smoothing
Trend direction detection
Rejection-based signals
✔ Multi-Timeframe System
EMA strength (fast vs slow)
ATR trend (Up, Dn, Side)
User selects strictness (1–5 TF alignment)
✔ Breakout System
Candle distance from trendline
Momentum continuation rules
✔ 3 Strategies in One
Main Trend Strategy
Multi-TF Strategy
EMA Distance Strategy
✔ Backtesting Engine
ATR-based SL & 3 TPs
Partial exits (33/33/34)
Full visual line system
✔ Alerts
Trend change
Rejection
TP hits
Full JSON alerts for Discord






















