Marco Polo - Lineas resist/soport/objthis will help identify break out lines and identifying direction with support line and resistance lines. Also with target to reach price
Indicadores e estratégias
RSI-Adaptive T3 [ChartPrime]The RSI-Adaptive T3 is a precision trend-following tool built around the legendary T3 smoothing algorithm developed by Tim Tillson , designed to enhance responsiveness while reducing lag compared to traditional moving averages. Current implementation takes it a step further by dynamically adapting the smoothing length based on real-time RSI conditions — allowing the T3 to “breathe” with market volatility. This dynamic length makes the curve faster in trending moves and smoother during consolidations.
To help traders visualize volatility and directional momentum, adaptive volatility bands are plotted around the T3 line, with visual crossover markers and a dynamic info panel on the chart. It’s ideal for identifying trend shifts, spotting momentum surges, and adapting strategy execution to the pace of the market.
HOIW IT WORKS
At its core, this indicator fuses two ideas:
The T3 Moving Average — a 6-stage recursively smoothed exponential average created by Tim Tillson , designed to reduce lag without sacrificing smoothness. It uses a volume factor to control curvature.
A Dynamic Length Engine — powered by the RSI. When RSI is low (market oversold), the T3 becomes shorter and more reactive. When RSI is high (overbought), the T3 becomes longer and smoother. This creates a feedback loop between price momentum and trend sensitivity.
// Step 1: Adaptive length via RSI
rsi = ta.rsi(src, rsiLen)
rsi_scale = 1 - rsi / 100
len = math.round(minLen + (maxLen - minLen) * rsi_scale)
pine_ema(src, length) =>
alpha = 2 / (length + 1)
sum = 0.0
sum := na(sum ) ? src : alpha * src + (1 - alpha) * nz(sum )
sum
// Step 2: T3 with adaptive length
e1 = pine_ema(src, len)
e2 = pine_ema(e1, len)
e3 = pine_ema(e2, len)
e4 = pine_ema(e3, len)
e5 = pine_ema(e4, len)
e6 = pine_ema(e5, len)
c1 = -v * v * v
c2 = 3 * v * v + 3 * v * v * v
c3 = -6 * v * v - 3 * v - 3 * v * v * v
c4 = 1 + 3 * v + v * v * v + 3 * v * v
t3 = c1 * e6 + c2 * e5 + c3 * e4 + c4 * e3
The result: an evolving trend line that adapts to market tempo in real-time.
KEY FEATURES
⯁ RSI-Based Adaptive Smoothing
The length of the T3 calculation dynamically adjusts between a Min Length and Max Length , based on the current RSI.
When RSI is low → the T3 shortens, tracking reversals faster.
When RSI is high → the T3 stretches, filtering out noise during euphoria phases.
Displayed length is shown in a floating table, colored on a gradient between min/max values.
⯁ T3 Calculation (Tim Tillson Method)
The script uses a 6-stage EMA cascade with a customizable Volume Factor (v) , as designed by Tillson (1998) .
Formula:
T3 = c1 * e6 + c2 * e5 + c3 * e4 + c4 * e3
This technique gives smoother yet faster curves than EMAs or DEMA/Triple EMA.
⯁ Visual Trend Direction & Transitions
The T3 line changes color dynamically:
Color Up (default: blue) → bullish curvature
Color Down (default: orange) → bearish curvature
Plot fill between T3 and delayed T3 creates a gradient ribbon to show momentum expansion/contraction.
Directional shift markers (“🞛”) are plotted when T3 crosses its own delayed value — helping traders spot trend flips or pullback entries.
⯁ Adaptive Volatility Bands
Optional upper/lower bands are plotted around the T3 line using a user-defined volatility window (default: 100).
Bands widen when volatility rises, and contract during compression — similar to Bollinger logic but centered on the adaptive T3.
Shaded band zones help frame breakout setups or mean-reversion zones.
⯁ Dynamic Info Table
A live stats panel shows:
Current adaptive length
Maximum smoothing (▲ MaxLen)
Minimum smoothing (▼ MinLen)
All values update in real time and are color-coded to match trend direction.
HOW TO USE
Use T3 crossovers to detect trend transitions, especially during periods of volatility compression.
Watch for volatility contraction in the bands — breakouts from narrow band periods often precede trend bursts.
The adaptive smoothing length can also be used to assess current market tempo — tighter = faster; wider = slower.
CONCLUSION
RSI-Adaptive T3 modernizes one of the most elegant smoothing algorithms in technical analysis with intelligent RSI responsiveness and built-in volatility bands. It gives traders a cleaner read on trend health, directional shifts, and expansion dynamics — all in a visually efficient package. Perfect for scalpers, swing traders, and algorithmic modelers alike, it delivers advanced logic in a plug-and-play format.
5M x20 Leverage Strategy - 30% TargetMaximum winning trades on 5m charts. The strategy is not working correctly at the moment but we are trying to improve it.
Fair Value Gap [Dova Lazarus]Fair Value Gap (FVG)
This indicator identifies Fair Value Gaps (FVGs) — price inefficiencies between candles — often used in Smart Money Concepts (SMC). It highlights bullish and bearish gaps on the chart using customizable boxes or high/low lines, and supports up to five higher timeframes (HTFs).
Features include:
Mitigation detection (partial or full fills)
Custom gap width, colors, and extension
Midpoint lines and HTF labels
Max displayed zones limit for performance
Ideal for traders looking to spot potential reversal or continuation zones with institutional logic.
AGIThe All Global Indicator is an advanced composite oscillator that combines 15+ technical indicators into a single, powerful momentum and trend analysis tool. This indicator normalizes and weights multiple oscillators to provide a comprehensive view of market conditions across different timeframes and analysis methods.
Key Features
Multi-Indicator Fusion
Momentum Oscillators: RSI, Stochastic, ROC, Momentum, Chande MO
Volume-Based: Money Flow Index, Klinger Oscillator, Chaikin Money Flow, Accumulation/Distribution
Price Action: Vortex Indicator, Fisher Transform, Ease of Movement, Detrended Price Oscillator
Advanced Components: SMI Ergodic Oscillator, Custom P-Line (Bull/Bear Pressure), Custom S-Line (MACD-RSI)
Normalization & Weighting
All indicators converted to 0-100 scale using RSI transformation
Intelligent weighting system with customizable main multiplier (default 16x)
Adaptive volume calculation for enhanced accuracy
Visual Interface
Scale: 0-100 (RSI-like format)
Overbought Level: 75 (customizable)
Oversold Level: 25 (customizable)
Color Coding: Dynamic lime/white coloring based on trend direction and momentum
Midline: 50 level for trend bias determination
Trading Applications
Signal Generation
Overbought Conditions: Values above 75 suggest potential selling opportunities
Oversold Conditions: Values below 25 suggest potential buying opportunities
Trend Confirmation: Values above 50 indicate bullish bias, below 50 bearish bias
Momentum Shifts: Color changes signal potential trend reversals
Advanced Analysis
Divergence Detection: Compare indicator peaks/troughs with price action
Multi-Timeframe Analysis: Use across different timeframes for confluence
Risk Management: Extreme readings help identify low-risk entry points
Customizable Parameters
Individual oscillator periods (RSI: 14, Stochastic: 14/3/3, etc.)
Main multiplier for composite weighting
Overbought/oversold threshold levels
Various source inputs (close, HLC3, HL2)
Ideal For
Swing traders seeking comprehensive momentum analysis
Day traders needing quick sentiment assessment
Multi-timeframe analysis and confluence trading
Portfolio managers requiring single-indicator market overview
Technical Specifications
Version: v1
Calculation: Real-time with historical accuracy
Performance: Optimized for minimal lag while maintaining accuracy
Compatibility: All markets and timeframes
This indicator combines the power of multiple proven technical analysis methods into one comprehensive tool, making it ideal for traders who want institutional-grade analysis without indicator clutter.
Dual-Timeframe EMA (Auto + Input Override)dual EMA..with ma changing with timeframe
eg with daily 5 and 20 it willl be atomically applied the moment you open daily
and if you open weekly it will automatically shift to weekly 4 and 12
alerts also there
have a good day
can suggest edits too! cheers
[Kpt-Ahab] Poor Mans Orderflow SimulatorScript Description – Poor Mans Orderflow Simulator
Purpose of the Script
This script simulates a simplified order flow approach ("Poor Man's Orderflow") without access to actual Bid/Ask data. The goal is to detect, quantify, and visualize patterns such as absorption, impulsive moves, and structured re-entry behaviors.
Calculation Logic
Absorption Candles
A candle is classified as "absorption" if:
The ratio of body size to full candle range is below a defined threshold,
Volume is significantly higher than the average of the last N periods,
The candle direction is negative (for long absorption) or positive (for short absorption).
These conditions define a candle with high activity but minimal price movement in the respective direction.
Impulse Candles
A candle is classified as "impulse" if:
The body-to-range ratio is high (indicating a strong directional move),
Volume exceeds the average significantly,
The price closes in the direction of the candle body (bullish or bearish).
Additionally, the average range of previous candles serves as a minimum benchmark for the impulse.
Cluster Detection
A cluster is detected when:
A minimum number of absorption candles is counted within a defined lookback period,
Either the long or short version of the absorption logic is used,
The result is a binary condition: cluster active or inactive.
Entry Signals (Re-entry)
An entry signal is generated when:
One or more absorption candles occurred in the last two bars,
A pullback against the direction of absorption occurs,
The current candle shows a directional move confirmed by a close in the expected direction.
These re-entry signals are evaluated separately for long and short scenarios.
Cluster-Confirmed Signals
A separate signal is generated when a valid re-entry setup occurs while a cluster is active. This represents a combined logic condition.
Alert Logic
The script provides a multi-layer alert framework:
Signal selection (Alertmode):
The user defines which signal type should trigger an alert (e.g. re-entry only, cluster only, combination, or impulse).
Optional filter (Filtermode):
A secondary filter limits alerts to cases where an additional condition (e.g. absorption cluster) is active.
Signal output:
As a simple binary value (+1 / –1) for classic alerts,
Or via an encoded Multibit signal, compatible with other modules in the djmad ecosystem.
These alerts are intended for integration with external systems or for use within platform-native visual or automation features.
Sessions [Plug&Play]This indicator automatically highlights the three major FX trading sessions—Asia, London, and New York—on your chart and, at the close of each session, draws right-extended horizontal rays at that session’s high and low. It’s designed to help you visually identify when price is trading within each session’s range and to quickly see where the highest and lowest prices occurred before the next major session begins.
Key Features:
Session Boxes
Draws a semi-transparent box around each session’s timeframe (Asia, London, New York) based on your local UTC offset.
Each box dynamically expands in real time: as new candles form during the session, the box’s top and bottom edges update to match the highest high and lowest low seen so far in that session.
When the session ends, the box remains on your chart, anchored to the exact candles that formed its boundaries.
High/Low Rays
As soon as a session closes (e.g., London session ends at 17:00 UTC+0 by default), two horizontal rays are drawn at that session’s final high and low.
These rays are “pinned” to the exact candles where the high/low occurred, so they stay in place when you scroll or zoom.
Each ray extends indefinitely to the right, providing a clear reference of the key supply/demand levels created during that session.
Session Labels
Optionally places a small “London,” “New York,” or “Asia” label at the top edge of each completed session’s box.
Labels are horizontally centered within the session’s box and use a contrasting, easy-to-read font color.
Customizable Appearance
Show/Hide Each Session: Toggle display of London, New York, and Asia sessions separately.
Time Ranges: By default, London is 08:00–17:00 (UTC), New York is 13:00–22:00 (UTC), and Asia is 00:00–07:00 (UTC). You can override each session’s start/end times using the “Time Range” picker.
Color & Opacity: Assign custom colors to each session. Choose a global “Dark,” “Medium,” or “Light” opacity preset to adjust box fill transparency and border shading.
Show/Hide Labels & Outlines: Turn the text labels and the box borders on or off independently.
UTC Offset Support
If your local broker feed or price data is not in UTC, simply adjust the “UTC Offset (+/–)” input. The indicator will recalculate session start/end times relative to your chosen offset.
How to Use:
Add the Indicator:
Open TradingView’s Pine Editor, paste in this script, and click “Add to Chart.”
By default, you’ll see three translucent boxes appear once each session begins (Asia, London, New York).
Watch in Real Time:
As soon as a session starts, its box will appear anchored to the first candle. The top and bottom of the box expand if new extremes occur.
When the session closes, the final box remains visible and two horizontal rays mark that session’s high and low.
Analyze Key Levels:
Use the high- and low-level rays to gauge session liquidity zones—areas where stop orders, breakouts, or reversals often occur.
For example, if London’s high is significantly above current price, it may act as resistance in the New York session.
Customize to Your Needs:
Toggle specific sessions on/off (e.g., if you only care about London and New York).
Change each session’s color to match your chart theme.
Adjust the “UTC Offset” so sessions align with your local time.
Disable labels or box borders if you prefer a cleaner look.
Inputs Overview:
Show London/New York/Asia Session (bool): Show or hide each session’s box and its high/low rays.
Time Range (session): Defines the start/end of each session in “HHMM–HHMM” (24h) format.
Colour (color): Custom color for each session’s box fill, border, and high/low rays.
Show Session Labels (bool): Toggle the “London,” “New York,” “Asia” text that appears at the top of each completed box.
Show Range Outline (bool): Toggle the box border (if off, only a translucent fill is drawn).
Opacity Preset (Dark/Medium/Light): Controls transparency of box fill and border.
UTC Offset (+/–) (int): Adjusts session times for different time zones (e.g., +1 for UTC+1).
Why It’s Useful:
Quickly Identify Session Activity: Visually distinguish when each major trading session is active, then compare price action across sessions.
Pinpoint High/Low Liquidity Levels: Drawn rays highlight where the market hit its extremes—critical zones for stop orders or breakout entries.
Multi-Timeframe Context: By seeing historical session boxes and rays, you can locate recurring supply/demand areas, overlap zones, or session re-tests.
Fully Automated Workflow: Once added to your chart, the script does all the work of tracking session boundaries and drawing high/low lines—no manual box or line drawing necessary.
Example Use Cases:
London Breakout Traders: See where London’s high/low formed, then wait for price to revisit those levels during the New York session.
Range Breakout Strategies: If price consolidates inside the London box, use the boxed extremes as immediate targets for breakout entries.
Intraday Liquidity Swings: During quieter hours, watch Asia’s high/low to identify potential support/resistance before London’s opening.
Overlap Zones: Compare London’s range with Asia’s range to find areas of confluence—high-probability reversal or continuation zones.
Precision Candle & PSP 🔍 Precision Candle & PSP is a powerful dual-indicator tool that visually highlights Precision Candles & Precision Swing Points!
1️⃣ Precision Candle (PC) – Highlights reversal candles confirmed by comparing your main chart with two other assets.
2️⃣ Precision Swing Point (PSP) – Identifies precise swing highs and lows, confirmed by reversal candles in correlated assets.
✨ Key Features:
Choose to display PC only, PSP only, or both simultaneously.
If both PC and PSP are confirmed on the same bar, PSP takes priority for coloring.
Asset 1 has priority if both assets confirm a signal.
Supports up to 4 market sessions and multiple timeframes for flexible filtering.
Fully customizable colors for easy visual analysis.
Ideal for traders who want to spot high-probability reversal zones.
PC and PSP is a concept made by @traderdaye for quarterly theory traders.
Linea Soporte y Resistencia & ObjetivosThis will help identify break out lines and identifying direction with support line and resistance lines. Also with target to reach price
Trend TradersTrend Traders
The Gold Strategy which follows the Trend, uses the Trend following strategy with Adjustable Stoploss and Target
Trend Signals StrategyThis strategy is designed to follow the dominant market trend and only take trades in the direction of that trend. It uses two moving averages for trend detection and candlestick confirmation for entries. The strategy can be used on any timeframe but works best on 15m to 1H for intraday trading.
Trend TradersTrend Traders
The Gold Strategy which follows the Trend, uses the Trend following strategy with Adjustable Stoploss and Target
Trend Trading With Aishwar.K - 3D Shiny Gap with TextHello Traders
My Name is Aishwar K. From India +917709999464
working from last 4years for this Script and Finally we made it
The 3D gap you see indicates whether the price trend is Upside or Downside
You can do scalping on all major indexes of the world on 1 minute time frame
For Trading in XAUUSD { Gold } you will get best result on 45 seconds time frame on this script...
Whenever you get a buy or sell signal, you can place your stoploss below / above the 3D gap or at the recent low / recent high manually and when the price is moving in your direction you keep trailing your stoploss yourself manually, this way your stoploss will be smaller and target will increase
SMT Divergence [Dova Lazarus]Title: SMT
Description:
The SMT (Smart Money Technique) indicator is designed to help traders identify potential divergences between correlated assets, a key concept used in smart money trading strategies. It compares price action across two or more instruments to reveal hidden strength or weakness that may not be visible on a single chart.
Key Features:
Custom asset selection: Compare your main chart with any other TradingView symbol (e.g., BTC/USD vs. ETH/USD).
Real-time SMT divergence detection: Highlights potential bullish or bearish divergences when one asset makes a higher high/lower low while the other does not.
Visual markers: Plots intuitive visual cues directly on the chart to signal divergence.
Configurable timeframes: Use on any timeframe for both intraday and swing trading setups.
How to Use:
Select your base symbol (e.g., BTCUSD) on the chart.
In the indicator settings, choose a comparison symbol (e.g., ETHUSD).
Look for divergence signals:
Bearish SMT Divergence: Base symbol makes a higher high, comparison symbol fails to make a higher high → possible sell signal.
Bullish SMT Divergence: Base symbol makes a lower low, comparison symbol fails to make a lower low → possible buy signal.
This tool is ideal for traders following ICT (Inner Circle Trader) concepts or anyone interested in identifying smart money manipulation and market inefficiencies.
Linea Soporte y Resistencia & Objetivos [ChartPrime]this will help identify break out lines and identifying direction with support line and resistance lines. Also with target to reach price
Trend TradersTrend Traders
The Gold Strategy which follows the Trend, uses the Trend following strategy with Adjustable Stoploss and Target
Crystal Buy Sell Liquidity📖 Crystal Buy Sell Liquidity (Crystal BSL)
The Crystal Buy Sell Liquidity (Crystal BSL) is an educational tool designed to support traders in recognizing directional bias and potential liquidity-based reversal zones—particularly during the first hour of market activity. It highlights potential Buy and Sell signals using intuitive labels and optional color-coded candles for improved visual clarity.
This indicator is built for traders who prefer a structured, rule-based approach without the need to constantly interpret raw market data.
📘 How It Works:
Optimized for use on the 1-hour (H1) timeframe.
The script analyzes price behavior during the first session hour to determine potential areas of interest.
Buy and Sell labels appear when key conditions based on market structure and liquidity are met.
Optional candle coloring enhances directional context.
✅ Suggested Use:
Entry: Enter trades when a Buy or Sell label appears and aligns with your personal trading strategy.
Exit / Trade Management:
Consider exiting the trade if the price closes beyond the opposite side of the signal candle.
Use your own risk-reward criteria to set stop loss and take profit.
Always apply responsible risk management.
🔧 Features:
Clean, customizable Buy/Sell signal labels.
Optional color-coded bars for clarity.
Built-in alerts to notify signal events in real-time.
Toggle visibility options for cleaner charts.
⚠️ Important Disclaimer:
This indicator is intended solely for educational purposes. It does not provide financial advice and should not be considered a signal service or investment recommendation. Trading involves risk, and all decisions are made at the user’s discretion. Past performance is not a guarantee of future results. Always test and validate any trading strategy thoroughly before using it in live market conditions.
Buying/Selling ProxyTiltFolio Buying/Selling Proxy
This simple but effective indicator visualizes short-term buying or selling pressure using log returns over a rolling window.
How It Works:
Calculates the average of logarithmic returns over the past N bars (default: 20).
Positive values suggest sustained buying pressure; negative values indicate selling pressure.
Plotted as a color-coded histogram:
✅ Green = net buying
❌ Red = net selling
Why Use It:
This proxy helps traders gauge directional bias and momentum beneath the surface of price action — especially useful for confirming breakout strength, timing entries, or filtering signals.
- Inspired by academic return normalization, but optimized for practical use.
- Use alongside TiltFolio's Breakout Trend indicator for added context.
Futures Trading Strategy (Converted)此腳本是一個期貨交易策略,結合多項技術指標以生成交易訊號,並以嚴謹的風險管理控制進場部位。策略主要針對趨勢強弱與盤整的市場狀態進行判斷,藉此過濾假訊號,並透過連續訊號確認機制提高進出場決策的可靠性。
技術指標與參數說明
風險管理
使用者可調設定每次交易風險百分比(預設 1%),並利用 ATR(平均真實區間)作為市場波動的衡量依據,依據當前賬戶權益計算出合理的進場部位大小。
盤中波動與趨勢判斷
ATR 與 Volatility Factor:腳本先利用指定參數計算 ATR,進而與 50 期簡單移動平均比較,得出一個反映當前市場波動強弱的因子。
ADX 的自訂計算:透過計算正向與反向動向(plusDM 與 minusDM)及進行 RMA 平滑處理,最終生成 ADX 值,用以衡量市場趨勢強度。
HMA 及斜率:利用 Hull 移動平均(HMA)及其基於線性回歸的斜率變化,捕捉趨勢轉向的訊號。
VHF(縱橫比濾波器):計算指定期數內價格的區間與價格變動的比率,協助辨識市場是否處於盤整狀態。
交易訊號生成與過濾
原始訊號:檢查價格與 HMA 的穿越狀態,當前一根 K 線由 HMA 下方穿越至上方則產生看多訊號,反之則看空。
Gap 訊號:藉由收盤價與 HMA 間差距的變化提出判斷,分析價格動能是否存在過熱或回調現象。
快速轉向訊號:利用 HMA 斜率由負轉正或由正轉負的急速變化,捕捉趨勢轉折。
Pivot 訊號:運用內建的 pivotlow 與 pivothigh 函式,確認轉折點。
為避免盤整時段產生誤判,當 VHF 低於設定水平且 ADX(經過波動率調整後的門檻)不足時,將進一步屏蔽交易訊號。
訊號確認機制
為降低過度交易與假訊號的風險,策略要求相同方向的信號需連續達到設定的確認棒數(confirmationBars)後,才視為最終的進場訊號。
下單與視覺化
當最終確認的多頭或空頭訊號出現,且倉位狀態允許,腳本即以計算出的合理單位尺寸發起對應方向的進場單。
同時,在圖表上繪製 HMA 曲線以及隱藏式計算的 ATR、ADX 與 VHF 指標,並以圖形標注方式分別展示買入與賣出訊號。
風險提示 本腳本僅供學習與策略回測參考,歷史效能並不代表未來表現。請根據自身風險承受能力審慎評估後使用,交易存在資金損失風險。
This script is a futures trading strategy that integrates multiple technical indicators to generate trade signals while employing rigorous risk management for position sizing. The strategy primarily evaluates market conditions based on trend strength and consolidation to filter out false signals and uses a consecutive signal confirmation mechanism to improve entry and exit decisions.
Technical Indicators and Parameter Details
Risk Management
The user can adjust the risk percentage per trade (defaulting to 1%).
The strategy uses the Average True Range (ATR) as a measure of market volatility to determine an appropriate trade size based on the current account equity.
Intraday Volatility and Trend Assessment
ATR and Volatility Factor: The script calculates the ATR using specified parameters and then compares it with a 50-period simple moving average (SMA) to derive a factor that reflects the current market volatility.
Custom ADX Calculation: By computing the positive and negative directional movements (plusDM and minusDM) and applying a smoothed RMA, the strategy generates the ADX to assess market trend strength.
HMA and Slope: The Hull Moving Average (HMA) is used along with its linear regression-based slope variation to capture potential trend reversals.
VHF (Vertical Horizontal Filter): The ratio of the price range over a specified period to the sum of price changes is calculated, assisting in identifying whether the market is in a state of consolidation.
Trading Signal Generation and Filtering
Raw Signal: Evaluates the crossover of price and HMA. A bullish signal is generated when the previous bar closes below the HMA and the current bar closes above the HMA; the converse applies for a bearish signal.
Gap Signal: Analyzes the difference between the closing price and the HMA, examining whether the momentum indicates an overheat or retracement in prices.
Rapid Reversal Signal: Detects sudden shifts in the HMA slope (from negative to positive or vice versa) to signal potential trend reversals.
Pivot Signal: Uses the built-in pivot low and pivot high functions to confirm turning points in the market.
To prevent false signals during consolidating periods, the strategy disables trading signals when the VHF is below the set threshold and the ADX (adjusted by the volatility factor) is insufficient.
Signal Confirmation Mechanism To reduce overtrading and false entries, the script requires that a signal in the same direction persists for a user-defined number of consecutive bars (confirmationBars) before it is considered a valid trading signal.
Order Execution and Visualization
When a confirmed bullish or bearish signal is detected and the current position status allows, the script places an entry order using the calculated position size based on risk management rules.
The HMA is plotted on the chart, and while ATR, ADX, and VHF calculations remain hidden, the script marks buy and sell signals graphically for easy visualization.
Risk Disclaimer This script is provided for educational and backtesting purposes only. Past performance is not indicative of future results. Please assess your risk tolerance and use the strategy with caution, as trading involves the risk of capital loss.
Breakout TrendTiltFolio Breakout Trend Indicator
The Breakout Trend Indicator by TiltFolio helps traders identify powerful price movements by combining Donchian Channel breakouts with short- and long-term trend filters.
Key Features:
Donchian Channel Breakouts: Highlights bullish and bearish momentum as price breaks above recent highs or below recent lows.
Trend Context: Includes customizable short- and long-term moving averages (SMA or EMA) to help filter trades in the direction of the broader trend.
Breakout Memory: Remembers breakout states to avoid noise and maintain trend consistency.
Bar Counter Display: Shows how many bars have passed since the most recent breakout, helping users assess trend strength and maturity.
ATR Display: Built-in ATR (Average True Range) value offers a quick gauge of market volatility.
Clean Visuals: Color-coded candles and optional channel lines keep the chart intuitive and uncluttered.
This indicator is ideal for trend-following traders looking to stay on the right side of momentum while avoiding common whipsaws. Works best on higher timeframes (e.g. 4H, Daily, Weekly).
Free and open — feel free to customize for your strategy.
Follow TiltFolio for model portfolios and signals built on systematic methods.
COT Bias-Zone Doppel-Divergenz USDJPYTraders use the COT indicator to spot extremes—when commercials are heavily long and speculators are heavily short,
for example—to anticipate price turning points and gauge the strength or weakness of ongoing trends.