Indicadores y estrategias
知行趋势指标根据Z哥给的通达信指标翻译为pine script,去掉了TV没有的行业板块概念信息。
知行趋势指标(Zhixing Trend Indicato)
知行趋势指标是一种基于多重均线的趋势跟踪工具,结合短期 EMA 与多周期 SMA,以判断市场的短期和中长期趋势。
指标组成:
知行短期趋势线(zx_short):采用双 EMA(EMA(EMA(Close, 10),10))计算,反应价格的短期波动和趋势。
知行多空线(zx_trend):由四条不同周期的 SMA 平均计算(默认周期 M1=14, M2=28, M3=57, M4=114),用于判断市场的多空方向。
使用说明:
指标只在日线及以上周期显示,分钟和小时级别周期自动隐藏。
短期趋势线可以捕捉快速的价格变化,而多空线用于确认整体趋势方向。
可通过调整四条 SMA 周期,适应不同市场和品种的波动特点。
Zhixing Trend Indicator
The Zhixing Trend Indicator is a trend-following tool based on multiple moving averages. It combines short-term EMA with multi-period SMA to identify both short-term and medium-to-long-term market trends.
Components:
Short-Term Trend Line (zx_short): Calculated using a double EMA (EMA(EMA(Close,10),10)), reflecting short-term price fluctuations and trend.
Bull-Bear Line (zx_trend): Calculated as the average of four SMAs with different periods (default M1=14, M2=28, M3=57, M4=114), used to determine overall market direction.
Usage Notes:
This indicator only displays on daily or higher timeframes; intraday (minute/hour) charts are automatically hidden.
The short-term trend line captures fast price movements, while the bull-bear line confirms the overall trend.
SMA periods can be adjusted to suit different markets or trading instruments.
RSI Regime & Reversals (Leading) — Bull/Bear Trend Finder📈 RSI Regime & Reversals (Leading) — Bull/Bear Trend Finder
This advanced RSI-based tool helps identify bullish and bearish market trends before they happen — combining classic RSI analysis with Cardwell-style reversals and range shift detection to act as a leading indicator rather than a lagging one.
🧠 Core Concept
The script detects when RSI behavior “shifts ranges,” a signature of trend changes:
• Bull Regime — RSI pullbacks hold above ~40 (momentum stays strong)
• Bear Regime — RSI rallies stall below ~60 (momentum weakens)
It then looks for leading clues inside those regimes:
• ✅ Positive Reversal: Price makes a higher low while RSI makes a lower low — a bullish continuation or early trend reversal signal.
• ❌ Negative Reversal: Price makes a lower high while RSI makes a higher high — an early warning of weakness.
• 🔁 Classic Divergences: Confirms reversals when RSI and price diverge at pivot points.
🎯 Signals
• Green “▲ Bull lead” — bullish reversal or divergence detected.
• Red “▼ Bear lead” — bearish reversal or divergence detected.
• Optional background shading:
• 🟩 Teal = Bullish regime
• 🟥 Red = Bearish regime
⚙️ Customization
• Regime sensitivity — Adjust RSI floor/ceiling for your asset’s volatility.
• Pivot sensitivity — Tune pivot lookback (L/R bars) for faster or slower signals.
• RSI smoothing — Filters noise without losing responsiveness.
• Alerts included — Trigger TradingView alerts for bullish or bearish leading signals.
🕵️♂️ Why it’s different
Unlike standard RSI divergences (which confirm after the move), this indicator uses positive/negative reversals to identify potential trend shifts early — a technique favored by Andrew Cardwell’s RSI analysis.
📊 Works great for:
• Swing trading and trend detection
• Spotting momentum regime shifts
• Stocks, crypto, FX, indices
GK BOS ultimateGK BOS ultimate is a structured Break of Structure tool designed to highlight major shifts in the market structure.
The script identifies when price breaks above a significant previous high or below a significant low, using a defined lookback period and a ATR filter to reduce weak or minor breakouts
When a major bullish or bearish structure breaks occurs, the indicator marks the chart with a GK BUY or GK SELL label.
It also plots a TP1 level based on ATR(14) multiplied by a user-selected factor.
This provides a consistent volatility-based reference point that helps traders analyse potential follow-through areas after a structure break.
HOW IT WORKS
the script calculates the highest high and lowest low over the chosen lookback period
A break of structure is confirmed only if the close moves beyond these levels with enough strength relative to ATR, When this happens the indicator
Prints GK BUY for bullish structure breaks
Prints GK SELL for bearish structure breaks
Plots a corresponding TP1 PRINT derived from recent volatility
no repainting occurs because calculations are based on confirmed closes
this TOOL is intended for educational and analytical purposes only
YenCarry IndexA risk gauge that signals when USD/JPY is moving fast enough to make yen intervention likely by Ministry of Finance.
Market Sentiment [NeuraAlgo]
Market Sentiment
This indicator provides a real-time view of market momentum and sentiment by analyzing bullish and bearish impulses using price and volatility-based calculations. It visualizes trends on the chart and offers a dashboard with key statistics.
1.Status Calculation
The Status measures bullish momentum by identifying strong upward impulses.
Equation:
Status Source = Average of lows where(Low - High ) > ATR
For each bar, it checks if the current low minus the high from two bars ago exceeds the Average True Range (ATR) .
All lows that satisfy this condition are collected.
The average of these lows forms the Status Source , representing the level of strong buying pressure.
This helps traders visualize where significant bullish activity is concentrated and gauge upward momentum.
2.Status Source Calculation
Similarly, bearish impulses are detected by checking if highs fall below lows from two bars ago beyond ATR thresholds. The corresponding levels form the reference for selling pressure.
3. Trend Strength and States
Strength is Quantifies how far the price is from bullish or bearish reference levels as a percentage.
Trend States
Stability Phase (Gray): Market is quiet, minimal momentum.
Positive Flow (Green): Bullish pressure dominates; buyers are in control.
Negative Flow (Red): Bearish pressure dominates; sellers lead.
State Transition: Market is shifting; momentum is building.
4. Visuals
Bar colors indicate trend state: green for bullish, red for bearish, gray for neutral.
Filled zones highlight bullish and bearish reference levels for intuitive trend analysis.
5. Dashboard
An optional dashboard displays:
Sentiment: Visual gradient representing bullish or bearish dominance.
Status: Current trend state in concise, human-readable terms.
6. Purpose:
This indicator is designed to identify the current market status and the behavior of the asset by analyzing bullish and bearish impulses. It helps traders understand whether the market shows signs of stability, growth, or decline based on the asset’s price action and volatility.
Understand the asset behavior
Healthy asset behavior
Weak asset behavior
Market Sentiment combines price action, ATR-based volatility, and impulse tracking to provide a clear and actionable view of market conditions. The BullLine equation ensures that only meaningful bullish moves are highlighted, giving traders a reliable reference for momentum and potential entry points.
Thirdeyechart index weekly 2Positive values indicate weekly bullish momentum, while negative values show weekly bearish pressure. The results are displayed in a minimal, easy-to-read table format, suitable for intraday, swing, and position traders who rely on higher-timeframe bias.
This version is intentionally simple, fast, and lightweight, designed for traders who want a straightforward understanding of weekly strength without unnecessary complexity.
Thirdeyechart Index WeeklyThe Index Weekly provides a clean and fast overview of the weekly trend strength for major global indices. This version focuses only on weekly percentage movement, giving traders a quick snapshot of how strong or weak each index is for the current week.
The indicator measures the weekly percentage change using the formula:
((close_week - open_week) / open_week) * 100
Positive values indicate weekly bullish momentum, while negative values show weekly bearish pressure. The results are displayed in a minimal, easy-to-read table format, suitable for intraday, swing, and position traders who rely on higher-timeframe bias.
This version is intentionally simple, fast, and lightweight, designed for traders who want a straightforward understanding of weekly strength without unnecessary complexity.
Supported Index Examples
USD
EUR
GBP
NZD
JPY
CAD
AUD
CHF
XAU
The table highlights each index with color-coded weekly movement, making it easy to spot which markets are leading or lagging for the week.
Disclaimer
This indicator is for education and market observation only. It does not provide buy or sell signals and should not be used as financial advice. Trading involves risk, and users are responsible for their own decisions.
© 2025 Ajik Boy. All rights reserved. Redistribution or commercial use is prohibited.
Long Short Lien TucRSI Long Short Continuum
The RSI Long Short Continuum unveils a meticulously engineered paradigm for decoding market momentum, transcending the rudimentary confines of the traditional Relative Strength Index (RSI). By orchestrating a symphony of Exponential Moving Average (EMA) and Weighted Moving Average (WMA) dynamics, this indicator distills the chaotic oscillations of price action into a refined lattice of actionable signals. Its esoteric methodology probes the undercurrents of trend expansion and contraction, harnessing real-time price flux to illuminate pivotal junctures of market intent.
Core Constructs:
• RSI (Period 14): A sentinel of momentum, its chromatic transmutations—crimson at ≥80, verdant at ≤20—herald zones of exuberance or capitulation.
• EMA (Period 9) of RSI: A mercurial filter that tempers the RSI’s caprice, tracing the ephemeral shifts in market fervor with surgical precision.
• WMA (Period 45) of RSI: An anchor of gravitas, weaving a tapestry of long-term momentum to sieve transient noise from enduring trends.
• Trend Expansion Logic: A proprietary calculus that discerns anomalous divergences between RSI and WMA, auguring moments of kinetic eruption or subsidence.
• Real-Time Signal Nexus: By interrogating live candle data, the indicator conjures buy and sell sigils—triangular glyphs of intent—poised at the precipice of momentum reversal.
Operational Codex:
The Continuum operates as a dualistic oracle, simultaneously charting the ebb of momentum and the crescendo of trend potential. Its signals emerge from a confluence of arcane conditions:
• Buy Signals: Manifest when RSI ascends past the EMA in the wake of a downtrend’s distension, with the EMA’s curvature aligning toward convergence with the WMA. The slope of the EMA, ascending gently, corroborates the nascent resurgence, while a disciplined proximity between EMA and WMA ensures fidelity.
• Sell Signals: Crystallize as RSI descends beneath the EMA following an uptrend’s apogee, with the EMA’s declivity and narrowing EMA-WMA interstice heralding exhaustion. The antecedent trend’s vigor, now waning, validates the signal’s portent.
• Trend Divination: The EMA’s ascent above the WMA augurs a burgeoning momentum, while its descent portends enervation. The indicator’s vigilance over trend expansion—gauged through aberrant RSI-WMA disparities—unveils moments of latent reversal.
Distinction from Orthodoxy:
Unlike the prosaic RSI, tethered to static thresholds of overbought and oversold, the Continuum probes deeper strata of market dynamics. Its fusion of EMA slope analysis, WMA-referenced trend anchoring, and real-time divergence detection transcends conventional momentum paradigms. By eschewing the banal reliance on fixed levels, it navigates the liminal spaces of price flux, offering prescience where others falter.
Application Mandala:
• Optimal Context: The Continuum thrives in the crucible of short-term frameworks—5 to 15-minute charts—where its real-time alchemy captures fleeting dislocations in forex, equities, or volatile indices.
• Strategic Deployment: Seek buy signals in the aftermath of oversold retrenchments, corroborated by EMA-WMA convergence; deploy sell signals at the zenith of overbought exuberance, tempered by trend exhaustion cues.
• Complementary Synthesis: Augment with support/resistance confluences or volume surges to refine entry precision.
Caveat Emporium:
This construct serves as a lens for technical divination, not an infallible prophecy. Markets, in their probabilistic dance, elude certainty. Practitioners are adjured to wield robust risk protocols and seek confluence across manifold analytical vectors before committing capital.
4H Confirmation + 1H SFP BOS Retest4H Confirmation + 1H Entry (SFP + BOS + Retest)Run it on 1H
Uses 4H EMAs for higher-timeframe direction (confirmation)
Uses 1H SFP + BOS + retest + RSI for entries
This gives you more trades, still guided by the 4H trend
Delta Signals NO REPINTA (FINAL)📢 New Indicator: Delta Signals NO REPAINT 🔥
Introducing my new indicator based on Order Flow Delta, designed to provide buy and sell signals with absolutely NO repainting — perfect for scalping, day trading, or swing trading.
This tool combines two powerful components:
✅ Order Flow Delta — Measures the real strength between buyers and sellers
✅ Smart Trend Filter — Only shows signals in the direction of the dominant trend
Together, they deliver cleaner, more accurate and more reliable signals, with clear entry markers on the chart and a delta histogram revealing real market pressure.
🚀 What’s Included?
🔹 Buy/Sell signals with NO repaint
🔹 Intelligent delta calculation
🔹 Trend filter using moving average
🔹 Clear labels on entry points
🔹 Visual delta histogram
🔹 Works great on Crypto, Forex, Indices & Stocks
🔹 Very lightweight and fast on TradingView
🎯 Why is it powerful?
Because it doesn't rely on lagging indicators — it reads the actual imbalance between buyers and sellers, often detecting strong moves before traditional indicators do.
This type of analysis is used by professional order flow traders, but now you have it on your TradingView chart in a simple, visual format.
🔥 Perfect for:
Scalpers who need precision
Day traders working breakouts and pullbacks
Swing traders seeking strong confirmations
Traders who want clean, NO-repaint signals
If you want a version with automatic TP/SL, alerts, or full backtesting, I can publish that as well.
Just let me know. 🚀📈
DMI_HMA Oscillator Smoothed by HMA v2The script provided, titled "DMI_HMA Oscillator Smoothed by HMA v2," is a technical analysis tool written in Pine Script (Version 6) for the TradingView platform. It represents a hybrid approach to momentum trading, combining the directional insight of the Directional Movement Index (DMI) with the noise-reduction capabilities of the Hull Moving Average (HMA). The purpose of this indicator is to provide a cleaner, lag-reduced view of market trend strength and direction, filtering out the erratic noise often associated with raw DMI readings.
Using this indicator is highly appropriate for traders who struggle with the "noise" of standard momentum indicators but cannot afford the delay of traditional smoothing.
Noise Reduction: Standard DMI crossovers can trigger frequently in sideways markets. The HMA smoothing suppresses these minor fluctuations, helping traders stay in a trade longer without being shaken out by temporary volatility.
Lag Management: Most smoothing techniques (like SMA or EMA) introduce significant lag, making signals arrive too late. The HMA is specifically designed to minimize this, making it an excellent choice for a leading indicator like DMI.
Clarity: By converting the two-line DMI system into a single oscillator relative to a zero line, the visual complexity is reduced. A trader simply needs to observe if the teal line is above or below the gray dashed zero line.
Conclusion: The DMI_HMA Oscillator is a sophisticated yet elegant tool. It effectively addresses the primary weakness of the standard DMI (noise) without sacrificing its primary strength (responsiveness). It is best used as a trend-confirmation tool in conjunction with price action analysis, serving as a reliable filter for determining the prevailing market bias.
Sniper BB + VWAP System (with SMT Divergence Arrows)STEP 1: Load two correlated futures charts.
Example: CL + RB/SI+GC/ NQ+ES
STEP 2: Add Bollinger Bands (20, 2.0) on both.
Optional add (20, 3.0).
STEP 3: Watch for a BB tag on one chart but not the other.
STEP 4: Wait for a reclaim candle back inside the band.
STEP 5: Enter with stop below/above the wick + 3.0 BB.
STEP 6: Scale out midline, then opposite band.
STEP 7: Hold partials when both pairs confirm trend.
*You can take the vwap bands off the chart if it is too cluttered.
Thirdeyechart Index – 7 MajorsThe 7 Majors Masterclass is a professional TradingView indicator designed for traders who want a fast, clear, and comprehensive view of the market direction of the 7 major forex pairs. This version monitors EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, and NZDUSD simultaneously, allowing traders to see global forex trends at a glance.
The indicator calculates percentage changes for each pair across Weekly (W), Daily (D), 4-Hour (H4), and 1-Hour (H1) timeframes. Positive changes are highlighted in blue, negative changes in red, giving an immediate visual cue of market direction. A Total Average Trend Strength is calculated across all timeframes, helping traders quickly identify strong, weak, or neutral trends for each currency pair.
Math Logic Behind the Indicator
Percent change per timeframe:
pct_tf = ((close_tf - open_tf) / open_tf) * 100
Collect all timeframe values for each pair:
values =
Total Average Trend Strength:
Total_Avg = sum(values) / 4
Trend interpretation (default thresholds):
≥ +0.50 → Strong Uptrend
+0.15 to +0.49 → Weak Uptrend
−0.14 to +0.14 → Neutral
−0.49 to −0.15 → Weak Downtrend
≤ −0.50 → Strong Downtrend
The table layout is boxed and clean, making it easy to compare multiple pairs simultaneously. Traders can use it for intraday, swing, or long-term analysis, quickly assessing which pairs are strong or weak and planning trades accordingly.
This indicator is informational and educational only. It does not provide buy or sell signals. Users must perform their own analysis and apply proper risk management before taking any trades.
Disclaimer / Copyright:
© 2025 Thirdeyechart. All rights reserved. Redistribution, copying, or commercial use without permission is prohibited. The author is not responsible for any trading losses or financial decisions made using this indicator.
2s10s Bull/Bear Steepener/Flattener (Intraday bars)A simple indicator that tracks the curve of the US2y and US10y






















