Indikator

Indikator

EMA20 Pullback Target FinderThe EMA Touch Price Predictor is designed to estimate the exact price level where the market will intersect with the EMA in real time. Because the Exponential Moving Average continuously adjusts as price moves, the actual price that will touch the EMA is not always obvious while the market is moving.
This indicator solves that problem by calculating the dynamic price level at which the current price would equal the EMA, based on the EMA’s recursive formula. It then displays this level directly on the chart as a horizontal line and label, allowing traders to clearly see where a real-time EMA touch is likely to occur.
Instead of waiting for price to visually reach the moving average, traders can anticipate the interaction in advance and position entries or exits more precisely.
Key Features
1. Real-time EMA touch prediction based on the EMA calculation formula
2. Displays the projected price where the current bar will intersect with EMA
3. Draws a horizontal line marking the predicted touch level directly on the chart
4. Optional label showing EMA value, touch price, and distance from current price
5. Customizable line style, width, and colors
6. Works on any timeframe and any EMA length
How It Works
The indicator calculates the EMA normally, but also determines the price level required for the current price to equal the EMA at that moment. This level effectively represents the true dynamic target where price and the EMA will meet if price continues moving in the current bar.
This tool is especially useful for traders who rely on EMA-based strategies, helping them anticipate interactions with the moving average instead of reacting after the fact. Indikator

Multiple EMA20Multi-Timeframe EMA20 Levels
This indicator displays the latest EMA(20) values from multiple higher timeframes directly on the current chart. Each selected timeframe calculates its own EMA20 and plots it as a horizontal level, allowing traders to quickly see where important higher-timeframe dynamic support and resistance levels are located.
Instead of switching between different charts, you can view several timeframe EMAs simultaneously. This helps identify confluence zones, track trend alignment, and monitor how price interacts with higher-timeframe moving averages in real time.
Key Features
Multi-timeframe EMA20 levels plotted on a single chart
Dropdown menu for timeframe selection (e.g., 1H, 4H, 1D, 2D, etc.)
Displays the latest EMA value based on the current market price
Customizable line style and width (solid, dashed, or dotted)
Color-coded levels for easy visual distinction
Optional labels showing timeframe and EMA value
Designed to quickly highlight higher-timeframe support and resistance
Typical Use Cases
Identify higher-timeframe dynamic support/resistance
Spot EMA confluence across multiple timeframes
Improve entry timing on lower timeframes
Monitor trend structure and pullback zones
This tool is especially useful for traders who combine top-down analysis with intraday execution, allowing them to stay aware of key higher-timeframe levels without leaving the current chart. Indikator

Indikator

BoaBias: Multi-Timeframe EMA AnalysisWhat it does
BoaBias: Multi-Timeframe EMA Analysis displays Exponential Moving Averages (EMAs) across six timeframes (15m, 1H, 4H, 1D, 3D, 1W) on a single chart and tracks session statistics: how long price stays above or below each EMA, average session lengths, and deviation from the EMA. It marks crossover and crossunder events with labels and projects estimated time to the next cross based on historical averages. Candles are colored by position relative to configurable slow and fast EMAs.
How it works
The indicator uses EMA crossover logic: price above EMA = bullish session (L), price below EMA = bearish session (S). For each timeframe, it counts consecutive bars in each state and detects crosses when the state flips. Session lengths are computed natively on each timeframe (via request.security with barmerge.lookahead_off to avoid repainting). Average session length is calculated over a rolling window (default 200 bars). Deviation is the percentage distance of price from the EMA: (EMA - close) / close * 100. Projected lines extend from the last cross by the average session length in chart bars, scaled to the current chart timeframe—these are estimates, not guarantees.
Originality
This combines multi-timeframe EMA display with session-run statistics and deviation metrics in one overlay. Unlike simple MTF EMA scripts, it adds: (1) average and current session lengths per TF, (2) deviation percentages, (3) cross labels with session length at cross, (4) projected ETA lines based on average session duration, (5) configurable candle coloring by EMA position with entry and retest highlighting. The session logic runs on each TF natively for accurate bar counts.
How to use
EMA lines: Six colored lines (15m yellow, 1H red, 4H green, 1D blue, 3D purple, 1W orange). Adjust lengths in EMA Settings.
Cross labels (S/L): S = price crossed from below EMA up; L = from above down. Number shows bars in the completed session. Enable per TF in Cross Labels.
Final labels (right side): Show deviation %, Avg S/L, Cur S/L, event counts. Enable per TF in Final Labels.
Projected lines: Horizontal lines extend from last cross; vertical ETA lines show estimated next cross. Limit with "Max bars ahead for projections."
Candle coloring: Select slow EMA (default 4H) and fast EMA (default 1H) in Candle Coloring.
Colors indicate:
Lime — price above slow EMA (bullish)
Red — price below slow EMA (bearish)
Gray — price between fast and slow EMA (correction from fast toward slow)
Teal — entry long (price crosses slow EMA up)
Maroon — entry short (price crosses slow EMA down)
Aqua — retest of fast EMA in uptrend, continuation
Orange — retest of fast EMA in downtrend, continuation
Settings: EMA lengths (default 16/24/42/29/30/52), average window (200), label toggles, candle color scheme.
Limitations
Projected ETA lines are based on historical average session lengths and do not predict future price. Use them as context, not as entry signals. Session statistics require sufficient history within the averaging window. Indikator

MTF 200 EMA from 1m to MonthlyThe 200 Exponential Moving Average (EMA) is one of the most widely respected indicators by institutional and retail traders alike for determining long-term trend direction and identifying dynamic support or resistance.
This Multi-Timeframe 200 EMA Tracker allows you to monitor the 200 EMA across 10 different timeframes simultaneously on a single chart. Instead of constantly switching between timeframes to find major levels, this indicator plots them all for you, providing a complete macro and micro view of the market's trend.
Key Features:
10 Timeframes in One: Tracks the 200 EMA for the 1m, 5m, 15m, 30m, 1H, 2H, 4H, Daily, Weekly, and Monthly timeframes.
Dynamic Color Coding: Visualizes momentum at a glance. The EMA lines dynamically change color based on the current price's position:
Green: Price is above the specific timeframe's 200 EMA (Bullish context).
Red: Price is below the specific timeframe's 200 EMA (Bearish context).
Visual Hierarchy: Line thickness increases with higher timeframes to reduce chart clutter and emphasize the most important macro levels. (e.g., the Monthly EMA is thicker than the 5m EMA).
How to Use This Indicator:
Trend Alignment (Confluence): Look for multiple EMA lines to turn green or red simultaneously. When the 1H, 4H, and Daily EMAs are all green, you have strong bullish confluence.
Dynamic Support/Resistance & Magnet Zones: Higher timeframe 200 EMAs (like the 4H, Daily, or Weekly) often act as strong support or resistance. If you are day-trading on a 5m chart, knowing exactly where the Daily 200 EMA is resting can help you set realistic take-profit targets or find high-probability bounce zones.
Breakout Confirmation: Watch for the price to cross and hold above/below a cluster of EMAs to signal a potential macro trend reversal.
⚠️ Important Technical Notes:
Timeframe Compatibility: Pine Script’s request.security() function is designed to pull data from higher timeframes to lower timeframes (e.g., viewing a Daily EMA on a 15m chart). If you attach this indicator to a Daily chart, the lower timeframe EMAs (like 1m or 5m) will only reflect the last known value and will not plot historically accurately across the whole chart. For the best experience, use this on lower timeframe charts (like 5m, 15m, or 1H).
Historical Data: By default, standard MTF indicators use the closing price of the higher timeframe, which means historical visual data might look slightly different than real-time formation. This is standard TradingView behavior. Indikator

EMA and Dow Theory Strategies V4━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Overview
EMA and Dow Theory Strategies V4 is a refinement of V3, focused on one core problem: protecting profits on trades that moved in your favor but reversed before reaching the take-profit levels.
The entry logic is unchanged from V3 — EMA slope direction, Dow Theory swing structure, and ADX trend filter. V4 adds a Break Even Stop mechanism that automatically moves the stop-loss to the entry price once floating profit reaches a defined threshold. This single addition meaningfully improves the risk-adjusted performance without sacrificing the strategy's core edge.
The visual interface has also been fully redesigned — gradient Dow Theory zones, a neon EMA glow effect, minimal trade labels, and a real-time status table showing all entry conditions at a glance.
──────────────────────────────
What Changed from V3
Added:
- Break Even Stop (BE Stop) — When floating profit reaches the BE Trigger % threshold, the stop-loss automatically moves to entry price (+ 0.1% buffer for fees). Trades that previously resulted in a loss after being in profit now exit at breakeven instead.
- Real-time Status Table — Displays EMA direction, Dow Theory trend, ADX value, position status, and BE state. Supports Japanese / English toggle.
- Per-element display toggles — Each visual element can be shown or hidden independently via checkboxes.
- Higher TF swing repainting fix — Rebuilt using lookahead_off and confirmed pivot bars to reduce repainting. Note: the higher timeframe swing lines have always been display-only and were never used in entry conditions, so this change does not affect strategy logic.
- Bilingual support — Full Japanese / English language toggle.
Redesigned:
- EMA line now uses a 3-layer glow effect (neon teal / neon red)
- Dow Theory gradient zones simplified from 5 layers to 2 layers
- TP lines changed to semi-transparent lines (TP1 faint → TP3 visible)
- Trade labels now show only final exit results
- Higher TF swing lines thinned and made semi-transparent as reference-only
──────────────────────────────
Parameters & Recommended Ranges
EMA Period — Default: 58 — Range: 30–100
Shorter for high-volatility assets, longer for stable ones.
ATR Factor — Default: 3.8 — Range: 2.5–6.0
Controls TP distance. Higher = wider targets.
Stop Loss (%) — Default: -5.0 — Range: -4 to -10
Wider for volatile assets, tighter for BTC/ETH.
ADX Threshold — Default: 20.5 — Range: 15–28
Higher = stricter range filter, fewer but higher-quality trades.
Swing Length — Default: 13 — Range: 2–20
Larger = less sensitive to minor swings.
BE Trigger (%) — Default: 9.0 — Range: 3.0–15.0
Set below TP1 distance for protection before TP1 is reached.
──────────────────────────────
Recommended Settings by Asset Type
Meme coins (DOGE, SHIB, etc.)
EMA: 44–58 / ATR: 3.5–5.0 / SL: -5 to -8% / ADX: 18–22 / Swing: 10–15 / BE: 7–10%
Major assets (BTC, ETH)
EMA: 55–80 / ATR: 2.5–4.0 / SL: -4 to -6% / ADX: 20–25 / Swing: 8–15 / BE: 5–8%
Mid-cap alts (SOL, SUI, etc.)
EMA: 35–55 / ATR: 4.0–5.5 / SL: -5 to -7% / ADX: 18–23 / Swing: 8–15 / BE: 6–10%
Small-cap alts
EMA: 30–50 / ATR: 4.5–6.0 / SL: -7 to -10% / ADX: 18–22 / Swing: 5–12 / BE: 8–12%
──────────────────────────────
Recommended Settings by Timeframe
1–5 min: ADX threshold 15–20
15 min – 1 hour: ADX threshold 18–23
2–4 hour: ADX threshold 20–25 (default settings optimized for 2H)
──────────────────────────────
Entry Conditions
Long: EMA slope rising AND Dow Theory trend up AND ADX > threshold
Short: EMA slope falling AND Dow Theory trend down AND ADX > threshold
──────────────────────────────
Exit Conditions
TP1: Entry + ATR x Factor x 1 → close 30%
TP2: Entry + ATR x Factor x 2 → close 30%
TP3: Entry + ATR x Factor x 3 → close 30%
Stop Loss: Fixed % from entry → full close
Break Even Stop: Triggered once profit >= BE Trigger % → full close at entry price
Trend Reversal: Dow Theory swing flip → full close
──────────────────────────────
Visual Features
EMA line: 3-layer neon glow — teal when rising, red when falling
Dow Theory zones: 2-layer gradient from swing high/low to current price
Swing lines: Horizontal support/resistance at current swing high/low
TP lines: Semi-transparent lines, TP1 faint to TP3 visible
BE Stop line: Gold line shown when BE is active
Higher TF swing: Thin reference lines from the 4H timeframe
Gray background: ADX below threshold (range-bound zone, no entries)
Status Table: Real-time display of all entry conditions and current state
This strategy is designed for trend-following on crypto assets, primarily on the 1H–4H timeframe. Default settings are optimized for DOGE on the 2H chart. Always backtest on your target asset before live trading. Past performance does not guarantee future results.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
概要
EMA and Dow Theory Strategies V4 は、V3をベースに改良したバージョンです。解決した課題は一つ——含み益が出ていたにもかかわらず、TP到達前に相場が反転して損失になるトレードを減らすことです。
エントリーロジックはV3から変わっていません。EMAの傾き、ダウ理論のスイング構造、ADXトレンドフィルターの3条件です。V4ではこれにブレークイーブンストップを追加しました。含み益が設定したしきい値%に達すると、損切りラインが自動的にエントリー価格に移動します。このシンプルな追加一つで、ストラテジーの本質的なエッジを損なわずにリスク調整後のパフォーマンスが改善されています。
また、チャートの視覚表現も全面的に刷新しました。ダウ理論ゾーンのグラデーション、EMAのネオングロー効果、すっきりしたトレードラベル、そしてエントリー条件をひと目で確認できるステータステーブルを追加しています。
──────────────────────────────
V3からの主な変更点
追加したもの:
- ブレークイーブンストップ(BE Stop) — 含み益がBE発動しきい値%に達すると、損切りラインがエントリー価格(+手数料分0.1%バッファ)に自動移動。以前は「プラスになったのに最終的にマイナス」で終わっていたトレードがブレークイーブン撤退になります。
- ステータステーブル — EMA方向・ダウ理論トレンド・ADX値・ポジション状態・BEの状態をリアルタイムで一覧表示。日本語・英語の切り替えに対応。
- 描画要素の個別ON/OFF — 各表示要素をチェックボックスで個別に切り替え可能。
- 上位足スイングラインの再描画修正 — lookahead_off と確定済みピボットバーを使用して再描画を低減。なお、上位足スイングラインはもともとエントリー条件には使用しておらず、あくまで参考表示のみです。この修正はストラテジーのロジックに影響しません。
- 日英バイリンガル対応 — ステータステーブルと表示ラベルの日本語・英語切り替えに対応。
刷新したもの:
- EMAラインが3層グロー効果(ネオンティール / ネオンレッド)に
- ダウ理論グラデーションゾーンを5層→2層に簡略化
- TPラインを半透明ラインに変更(TP1が最も薄く、TP3が最も濃い)
- トレードラベルは最終決済時のみ表示(部分利確のラベルは非表示)
- 上位足スイングラインを細く・半透明にして参考表示に
──────────────────────────────
パラメーターと推奨設定範囲
EMA期間 — デフォルト: 58 — 推奨範囲: 30〜100
ボラが高い銘柄は短め、安定銘柄は長め。
ATR倍率 — デフォルト: 3.8 — 推奨範囲: 2.5〜6.0
TP距離の基準。大きいほど利確ラインが遠くなる。
損切り(%) — デフォルト: -5.0 — 推奨範囲: -4〜-10
ボラが高い銘柄は広め、BTC/ETHはタイトでOK。
ADXしきい値 — デフォルト: 20.5 — 推奨範囲: 15〜28
高いほどレンジ除外が厳しく、トレード数が減り精度が上がる。
スイング検出期間 — デフォルト: 13 — 推奨範囲: 2〜20
大きいほど小さなスイングに反応しにくくなる。
BE発動しきい値(%) — デフォルト: 9.0 — 推奨範囲: 3.0〜15.0
TP1到達距離より低めに設定すると、TP1到達前に元本を守れる。
──────────────────────────────
銘柄タイプ別おすすめ設定
ミーム系(DOGE・SHIBなど)
EMA: 44〜58 / ATR倍率: 3.5〜5.0 / 損切り: -5〜-8% / ADX: 18〜22 / スイング: 10〜15 / BE: 7〜10%
主要銘柄(BTC・ETH)
EMA: 55〜80 / ATR倍率: 2.5〜4.0 / 損切り: -4〜-6% / ADX: 20〜25 / スイング: 8〜15 / BE: 5〜8%
中堅アルト(SOL・SUIなど)
EMA: 35〜55 / ATR倍率: 4.0〜5.5 / 損切り: -5〜-7% / ADX: 18〜23 / スイング: 8〜15 / BE: 6〜10%
小型アルト
EMA: 30〜50 / ATR倍率: 4.5〜6.0 / 損切り: -7〜-10% / ADX: 18〜22 / スイング: 5〜12 / BE: 8〜12%
──────────────────────────────
時間足別おすすめ設定
1〜5分足: ADXしきい値 15〜20
15分〜1時間足: ADXしきい値 18〜23
2〜4時間足: ADXしきい値 20〜25(デフォルト設定は2時間足向けに最適化)
──────────────────────────────
エントリー条件
ロング: EMAが上向き AND ダウ理論トレンドが上昇 AND ADX > しきい値
ショート: EMAが下向き AND ダウ理論トレンドが下降 AND ADX > しきい値
──────────────────────────────
イグジット条件
TP1: エントリーから +ATR×倍率×1 → 30%決済
TP2: エントリーから +ATR×倍率×2 → 30%決済
TP3: エントリーから +ATR×倍率×3 → 30%決済
損切り: 設定%を超えたら全決済
BEストップ: 含み益がBE発動しきい値%以上になると自動発動 → エントリー価格で全決済
トレンド反転: ダウ理論のスイングが逆転したら全決済
──────────────────────────────
チャートの見方
EMAライン: 3層グローエフェクト。上向きのときネオンティール、下向きのときネオンレッド
ダウ理論ゾーン: スイング高値・安値から現在価格までの2層グラデーション
スイングライン: 現在のサポート・レジスタンス水平線
TPライン: 半透明ライン。TP1が最も薄く、TP3が最も濃い
BEストップライン: BE発動中にゴールドのラインで表示
上位足スイング: 4時間足のスイングレベルを参考表示(細い半透明ライン)
グレー背景: ADXがしきい値以下の横ばいゾーン(このゾーンではエントリーしません)
ステータステーブル: 全エントリー条件と現在の状態をリアルタイム表示
このストラテジーは主に1時間〜4時間足の暗号資産トレンドフォローを想定して設計されています。デフォルト設定はDOGEの2時間足で最適化されています。実運用の前に必ずご自身の対象銘柄・時間足でバックテストを行ってください。過去の結果は将来の利益を保証するものではありません。 Strategie

Indikator

Indikator

Squeeze/IntraDay ScalpsSqueeze / Intraday Scalps is a momentum-based intraday trading tool designed to help traders identify high-probability entry opportunities during strong directional moves. The indicator combines adjustable EMA crossover signals (5, 9, 21, and 34 are presets, but all customizable inputs) with higher-timeframe MAs (50 and 100 are preset, but can be adjusted as well as being EMAs or SMAs) and volume confirmation to filter out low-quality signals and highlight moments when momentum aligns with broader trend conditions.
Intended for intraday scalping and short-term options trading. The signals generated are dynamic, meaning a signal may trigger on the 5 minute chart, but not the 15M based on user-defined conditions; not meant to be a standalone entry signal, only used with other indicators for confirmation.
Customization Inputs:
• EMA and MA visibility
• MA types (EMA or SMA)
• Signal cooldown timing
• Label or triangle signal style
• Moving average colors
• Optional 50 and 100 MA structure filters
• Dashboard gradient strength
Dashboard provides a quick market readout of the following:
Trend – Bullish, Bearish, or Chop
Signal Status – Call, Put, Cooldown, or None
Volume Context – Supportive or Light
Gradient intensity reflects strength of the underlying condition, providing a visual gauge of momentum.
Signal Logic
Call Signals
A CALL signal is generated when:
• The 5 EMA crosses above the 9 EMA
• Price is trading above the 34 EMA
• The broader structure is bullish
• The cooldown timer allows a new signal (cooldown is also adjustable by minutes)
Put Signals
A PUT signal is generated when:
• The 5 EMA crosses below the 9 EMA
• Price is trading below the 34 EMA
• The broader structure is bearish
• The cooldown timer allows a new signal
Volume
Volume is compared to a 20-period average to determine whether market participation is strong enough to support the move.
The dashboard identifies when volume is:
• Supportive – momentum is likely sustainable
• Light – moves may lack conviction
Calculations and Best Uses
Signals generate following three passing conditions:
1. Momentum Trigger
• 5 EMA crossing above 9 EMA → Potential CALL signal
• 5 EMA crossing below 9 EMA → Potential PUT signal
This identifies when short-term momentum begins shifting.
2. Trend Structure Filter
Momentum signals are only triggered when the broader structure supports them. It evaluates:
• EMA 21 vs EMA 34 (core trend direction)
• Optional 50 MA (intermediate structure)
• Optional 100 MA (macro trend filter)
This prevents signals from firing against the general market direction.
3. Price Position Filter
Signals a call or put when previous two conditions are met and current price is trending:
• CALL signals require price above the 34 EMA
• PUT signals require price below the 34 EMA
This helps avoid entries in the middle of consolidation. However, given this is not always the case, the inputs are adjustable to allow traders to bypass this if they feel it's a good trade even if this final condition isn't met.
Author
© TylerisTrading Indikator

Indikator

EMA Slope Pro - Dual Higher Timeframe Structural Trend Filter
What the indicator does
-This indicator plots two independent Exponential Moving Averages, each sourced from a separate user-configurable higher timeframe, directly onto your execution chart. The key difference from a standard EMA is that each line is color-coded in real time based on a quantified slope measurement — a normalized percentage that tells you not just the direction of the trend but its actual rate of change. The slope value and directional state are displayed as a live label at the right edge of each line, so you can filter entries by momentum magnitude rather than visual impression.
-The two EMAs create a dual-layer structural filter. EMA 1 (default: 200-period on the 4-hour timeframe) tracks the intermediate trend. EMA 2 (default: 200-period on the Daily timeframe) tracks the primary trend. A dedicated confluence alert fires when both layers simultaneously agree on direction, identifying the highest-confidence setups.
How it works
-Both EMAs and their slopes are calculated entirely inside request.security() calls — all arithmetic runs on the higher timeframe dataset before the results are returned to your chart. This eliminates cross-timeframe contamination that occurs when HTF prices are fetched and then processed against lower-timeframe bar series.
-The slope formula is: ((EMA_now - EMA ) / close) * 100. Dividing by the current closing price normalises the result so it is dimensionally consistent across all instruments regardless of price magnitude. A crypto pair at $60,000 and a forex pair at $1.08 will show comparable slope readings for equivalent structural momentum. Without this normalisation, the raw EMA delta is meaningless for cross-instrument comparison.
-On repainting: all request.security() calls in this indicator use exclusively barmerge.lookahead_off — the only setting that does not introduce lookahead bias. The "Wait for Candle Close" toggle controls whether each EMA updates only on confirmed HTF bar closes (the default, recommended for signal use) or on every realtime tick using the current live close. The live-tick mode does not use lookahead_on and does not fetch future prices — it uses the current bar's close as it builds, which is the live market price, not a future value. Both modes are zero-repainting by design.
-A single shared flat threshold (default 0.05%) is applied to both EMAs. When the absolute slope of either EMA falls below this value, that line is painted in the sideways color and treated as a low-momentum zone. This threshold is configurable to match the volatility profile of the instrument you are trading.
What makes it original
-A standard EMA gives you a curved line. Whether that line is rising sharply or barely drifting upward is left entirely to visual interpretation. This indicator resolves that ambiguity by converting each EMA's motion into a live, normalized rate-of-change percentage shown directly on the chart. You can then apply a minimum slope threshold as a signal filter — for example, only take long setups when EMA 1 is above +0.08% and EMA 2 is above +0.05%, which means both the intermediate and primary trends are not just directionally positive but actively accelerating.
-The dual-HTF architecture means you get two independent structural readings simultaneously on a single chart without manually switching timeframes. The confluence alert fires only on the first bar where both layers agree, using state-transition detection — it does not repeat on every bar where the condition holds. This is the same approach institutional desks use to qualify trend regime entries: requiring agreement from multiple timeframe layers before considering a position.
How to use it
-Set your chart to your execution timeframe. Set EMA 1 to a timeframe approximately four times your chart (for a 15-minute chart, use 1H or 4H). Leave EMA 2 on the Daily default, or raise it to Weekly for broader confirmation.
-Both lines green (bullish): intermediate and primary trends are aligned upward. Look for long setups on your execution timeframe. Avoid counter-trend shorts.
Both lines red (bearish): both trend layers agree to the downside. Look for short setups. Avoid longs.
Mixed state (one green, one grey or red): structural disagreement between timeframes. Reduce position size or wait for alignment.
Both lines grey: low-momentum range conditions across both timeframes. Avoid trend-following entries entirely.
F-or precision filtering, use the slope label values directly. A reading of +0.10% or above on EMA 2 indicates an established, actively accelerating trend. Readings between 0.05% and 0.10% signal a trend building momentum — tradeable but with tighter risk parameters. Below the flat threshold on either line, treat that timeframe as structurally neutral regardless of the line's visual direction.
-For alerts, the "EMA 1 + EMA 2 - Confluence Agreement" alert is the primary signal. Set it to fire on bar close. Use the individual EMA 1 and EMA 2 bullish and bearish transition alerts as early-warning notifications for when one trend layer changes before the other has confirmed.
Settings
-EMA 1 - Length: Period of the first EMA. Default 200 tracks long-term institutional structure. Use 50 for intermediate-term trend tracking.
-EMA 1 - Timeframe: Higher timeframe source for EMA 1. Default 4H. For day trading on a 5-minute chart, 1H or 4H works well.
-EMA 2 - Length: Period of the second EMA. Default 200. Can be set to a different length than EMA 1 to monitor two distinct structural levels simultaneously — for example, EMA 1 at 50 on 4H for intermediate structure and EMA 2 at 200 on Daily for primary structure.
-EMA 2 - Timeframe: Higher timeframe source for EMA 2. Default Daily. For long-term swing trading, raise to Weekly.
-Show EMA 2: Toggles the EMA 2 line on or off. Alert conditions for EMA 2 remain active even when the line is hidden.
-Slope Lookback Bars: Number of higher timeframe bars over which the slope is measured. Default 10. On a 4H chart this covers 40 hours. On the Daily it covers two calendar weeks. Increase to smooth volatility spikes; decrease for faster response to structural changes.
-Wait for Candle Close: When on, both EMAs update only after their respective HTF bar closes. Strongly recommended for all signal-based use to avoid acting on in-progress, unconfirmed HTF values.
-Flat Threshold (%): The slope cutoff for the sideways classification. Default 0.05%. Raise to 0.10-0.15% for high-volatility crypto markets. Lower to 0.02-0.03% for low-volatility instruments such as major forex pairs.
-EMA 1 and EMA 2 Line Width: Independent visual thickness controls. Default 4 for EMA 1 and 2 for EMA 2, creating a clear visual hierarchy between the primary and secondary layers.
-Bullish / Bearish / Flat Colors: All three state colours apply to both EMAs simultaneously. The shared palette ensures instant visual comparison between the two lines.
-Show Slope Labels: Displays a live label at the right edge of each EMA showing the current slope percentage and directional state (BULL, BEAR, or SIDE).
-Bullish Color / Bearish Color / Flat Color: Line colours for each of the three states. Fully customisable. These apply to both EMA lines simultaneously so the colour coding remains visually consistent across both timeframe layers.
-Show Background Tint: Enables a subtle background colour wash driven by EMA 2 trend state. Green when EMA 2 is bullish, red when bearish, no tint when flat. The tint colour is independent from the EMA line colours — you can use a softer shade for the background without affecting the line colour logic.
-Background Bullish Color / Background Bearish Color: The exact colour used for the background wash in each directional state. Default values are a soft green and soft red. For traders using dark themes, a slightly more saturated colour at higher transparency reads more clearly than a very light shade at low transparency.
-Background Tint Transparency: Controls how prominent the background wash is. Range 0 (fully opaque) to 99 (invisible). Default 93 produces a subtle ambient tint. Raise to 96-98 for a near-invisible hint of direction, lower to 85-88 for a stronger zone marker. Does not affect the EMA line colours.
-Alerts: Six independent alert conditions — three for EMA 1 (bullish, bearish, and flat-zone transitions), two for EMA 2 (bullish and bearish transitions), and one confluence alert for when both EMAs agree on direction simultaneously. All fire once per state change only, not on every bar.
Markets and timeframes
Works on all markets: equities, indices, forex, crypto, and commodities. The slope normalisation formula makes readings comparable across all price scales.
For intraday traders (5-minute to 15-minute execution): set EMA 1 to 1H or 4H, EMA 2 to Daily. Use the confluence alert as the primary bias filter and apply your entry method only in the agreed direction.
For swing traders (1H to 4H execution): set EMA 1 to Daily, EMA 2 to Weekly. This layers a weekly structural view over a daily intermediate view.
For crypto traders: raise the flat threshold to 0.08-0.12% to account for the higher baseline volatility of crypto markets compared to equities or forex.
This is a structural bias filter, not a standalone entry system. It is designed to work alongside your existing entry methodology to eliminate low-probability setups taken against the dominant multi-timeframe trend.
Disclaimer
Past performance of any indicator is not indicative of future results. This tool is provided for informational and educational purposes and does not constitute financial advice. Suitable for all markets and all timeframes. Always apply appropriate position sizing and risk management.
Indikator

Multi-Higher Time Frame (M-HTF) EMA [UkutaLabs]█ OVERVIEW
The Multi Higher Time Frame EMA is designed to bring the clarity of higher-timeframe trend analysis directly onto your current chart. Instead of constantly switching between timeframes, this indicator plots Exponential Moving Averages from multiple higher timeframes simultaneously, allowing traders to see where major trend levels exist relative to current price action.
Higher timeframe EMAs often act as dynamic support and resistance, and they are widely used by traders to identify the dominant market trend. By visualizing several higher timeframe EMAs at once, this tool helps traders quickly determine whether the market is aligned, transitioning, or in conflict across timeframes.
This creates a powerful framework for trend confirmation, pullback entries, and overall market structure awareness.
█ FEATURES
• Plot multiple higher timeframe EMAs on a single chart
• Customize EMA Line Style and Color for each timeframe
• Clearly visualize major trend levels across timeframes
• Helps identify confluence zones where multiple EMAs cluster
• Works on any market and any timeframe
█ USAGE
Trend Confirmation
When price remains above most higher timeframe EMAs, the market is generally in a strong bullish trend.
When price remains below most higher timeframe EMAs, the market is typically bearish.
Pullback Entries
Many traders look for price to pull back toward a higher timeframe EMA during a trend. These levels frequently act as dynamic support or resistance where continuation moves may occur.
EMA Confluence
When multiple higher timeframe EMAs begin to cluster in the same price region, it often forms a strong reaction zone where price may consolidate, reverse, or accelerate.
Multi-Timeframe Alignment
The strongest trends often occur when lower timeframe price action aligns with higher timeframe EMAs. If price is above the daily and 4H EMAs while also trending up on the current chart, the probability of continuation typically increases.
█ WHY USE HIGHER TIMEFRAME EMAs?
Higher timeframe indicators reflect larger market participation and therefore tend to carry more weight than signals from smaller timeframes. Visualizing them on a lower timeframe chart helps traders stay aligned with the broader market structure while still executing precise entries. Indikator

Strategie

Indikator

Indikator

Indikator

Indikator

Indikator

Apex Momentum Wave [Pineify]Apex Momentum Wave
The Apex Momentum Wave (AMW) is a noise-filtered momentum oscillator that combines Hull Moving Average price smoothing with RSI momentum measurement and an EMA-based signal line to produce cleaner, more actionable momentum readings. Instead of applying RSI directly to raw price — which often generates noisy, whipsaw-prone signals — AMW first smooths the close price through an HMA filter to strip out short-term market noise, then measures momentum on this cleaned data. The result is a responsive yet smooth oscillator that highlights genuine momentum shifts while suppressing false signals. Buy and sell markers are further refined by a midline filter that only triggers entries when momentum is turning from a favorable position, making this indicator a practical tool for timing entries across any market and timeframe.
Key Features
HMA-smoothed RSI oscillator — applies RSI to a Hull Moving Average of price rather than raw close, dramatically reducing noise and false momentum readings.
EMA signal line with crossover detection — a trailing signal line provides clear, objective crossover-based entry triggers.
Midline-filtered buy/sell signals — BUY signals only fire when momentum crosses up below the 50 midline (turning from weakness), and SELL signals only fire when crossing down above 50 (turning from strength), filtering out low-conviction entries.
Multi-layer visual zone system — overbought/oversold zones, dynamic breach fills, and oscillator-signal cloud fills provide instant visual context of market momentum state.
Built-in alert conditions — configurable alerts for both BUY and SELL signals for hands-free monitoring.
How It Works
The indicator follows a three-stage calculation pipeline designed to extract clean momentum information from price:
Price smoothing via Hull Moving Average (HMA): The closing price is first passed through an HMA with a configurable period (default: 7). The Hull Moving Average uses a combination of weighted moving averages with a square-root-period final smoothing step, producing a curve that closely tracks price with significantly less lag than traditional SMA or EMA. This step acts as a pre-filter, removing intrabar noise and minor fluctuations before momentum is measured.
Momentum measurement via RSI: The Relative Strength Index is then calculated on the HMA-smoothed price over a configurable lookback (default: 14). Because the input price has already been cleaned by the HMA, the resulting RSI oscillator produces smoother momentum readings that more accurately reflect the underlying trend's strength, rather than reacting to every minor price tick.
Signal line via EMA: An Exponential Moving Average (default period: 9) is applied to the oscillator output, creating a trailing signal line. Crossovers between the oscillator and this signal line indicate momentum direction changes — the oscillator crossing above the signal suggests strengthening momentum, while crossing below suggests weakening momentum.
Trading Ideas and Insights
The AMW is designed to be versatile across different trading styles and market conditions. Here are practical approaches:
Momentum reversal entries: The primary use case — when a BUY triangle appears (oscillator crosses above signal below the 50 midline), it indicates momentum is shifting from bearish to bullish while still in the lower half of the range, catching the turn early. Enter long and target the midline or overbought zone. The SELL signal is the mirror for short entries.
Overbought/oversold confluence: When the oscillator enters the shaded overbought zone (above 80) or oversold zone (below 20), the market is at a momentum extreme. Wait for the oscillator to turn and cross below the signal line (in overbought) or above it (in oversold) for high-probability mean reversion trades.
Trend confirmation: Use the cloud fill between the oscillator and signal line as a trend filter. A sustained bullish (green) cloud suggests maintaining long bias; a sustained bearish (red) cloud suggests maintaining short bias. Only take signals aligned with the prevailing cloud color for higher win rates.
Divergence analysis: Compare the oscillator's peaks and troughs with price action. If price makes a higher high but the oscillator makes a lower high, bearish divergence suggests weakening momentum — and vice versa for bullish divergence. These divergences often precede significant reversals.
How Multiple Indicators Work Together
The AMW integrates three distinct technical components into a cohesive system, each serving a specific role:
Hull Moving Average (noise reduction): The HMA serves as the foundation layer, transforming noisy raw price data into a clean input signal. Its near-zero-lag property is critical — if a lagging average like SMA were used instead, the subsequent RSI calculation would inherit that lag, making the entire oscillator slow to react. HMA preserves responsiveness while eliminating the noise that causes false RSI signals.
Relative Strength Index (momentum quantification): RSI converts the smoothed price movement into a bounded 0–100 oscillator that measures the speed and magnitude of price changes. Applied to the HMA-filtered price, it produces a momentum reading that is both responsive and stable — capturing genuine momentum shifts without the jitter that plagues standard RSI on raw price.
Exponential Moving Average signal line (timing mechanism): The EMA of the oscillator creates a reference line that the oscillator oscillates around. Crossovers between the two provide objective, rule-based entry timing. The EMA's inherent smoothing prevents the signal line from reacting to every minor oscillator fluctuation, ensuring crossovers represent meaningful momentum changes rather than noise.
The synergy is sequential: HMA cleans the price → RSI measures momentum on clean data → EMA provides a timing reference for the momentum reading. Each layer builds on the previous one, and the midline filter on top adds a final directional bias check, ensuring the complete system produces signals only when multiple conditions align.
Unique Aspects
Pre-filtered RSI approach: Most oscillator indicators apply RSI (or similar) directly to raw price. AMW's innovation is the HMA pre-smoothing step, which fundamentally changes the quality of the RSI output. This two-stage approach produces a momentum oscillator that behaves more like a "true" momentum reading rather than a noisy derivative of price.
Midline directional filter: Unlike simple crossover systems that generate signals anywhere in the oscillator range, AMW restricts BUY signals to the lower half (below 50) and SELL signals to the upper half (above 50). This ensures entries occur when momentum is turning from a relatively extreme position, significantly reducing false signals during choppy, range-bound conditions.
Multi-layer visual feedback: The indicator provides four distinct visual layers — oscillator-signal cloud fill, horizontal zone lines, extreme zone background shading, and dynamic breach fills — giving traders an immediate, at-a-glance understanding of the current momentum state without needing to interpret raw numbers.
Clean sub-panel design: As a non-overlay oscillator, AMW keeps the price chart uncluttered while providing all momentum information in a dedicated panel, making it easy to combine with overlay-based indicators like moving averages or support/resistance tools.
How to Use
Add the indicator to your chart. It will appear in a separate panel below the price chart, displaying the oscillator (thick line), signal line (orange), and reference levels.
Watch for BUY triangles (green, at the bottom of the panel) — these appear when the oscillator crosses above the signal line while below the 50 midline, indicating a bullish momentum shift from a weak state.
Watch for SELL triangles (red, at the top of the panel) — these appear when the oscillator crosses below the signal line while above the 50 midline, indicating a bearish momentum shift from a strong state.
Use the cloud fill color between the oscillator and signal line to gauge the prevailing momentum direction — green for bullish, red for bearish.
Monitor the overbought (80) and oversold (20) zones. When the oscillator enters these shaded areas and the breach fill activates, the market is at a momentum extreme — be alert for potential reversals.
Set up alerts using the built-in "AMW Buy Signal" and "AMW Sell Signal" alert conditions to receive real-time notifications.
Customization
Momentum Length (default: 14): The RSI lookback period. Lower values (e.g., 8–10) make the oscillator more sensitive and responsive, suitable for scalping or lower timeframes. Higher values (e.g., 21–30) produce smoother, more stable readings for swing trading or higher timeframes.
Price Smoothing / HMA (default: 7): Controls the Hull Moving Average period applied to price before RSI calculation. Lower values preserve more price detail but allow more noise through; higher values produce a cleaner oscillator but introduce slight additional lag. Find the balance that suits your timeframe.
Signal Line Length (default: 9): The EMA period for the signal line. Shorter periods make the signal line more reactive, generating more frequent crossovers; longer periods produce fewer but potentially more reliable crossover signals.
Overbought Level (default: 80): The upper threshold for the extreme zone. Raise to 85 or 90 for fewer but more extreme overbought readings; lower to 70 or 75 for earlier warnings.
Oversold Level (default: 20): The lower threshold for the extreme zone. Lower to 10 or 15 for fewer but more extreme oversold readings; raise to 25 or 30 for earlier warnings.
All colors — bullish, bearish, and signal line — are fully customizable through the Colors & Aesthetics settings group.
Conclusion
The Apex Momentum Wave reimagines the classic RSI oscillator by introducing an HMA pre-smoothing stage that fundamentally improves signal quality. Combined with an EMA signal line for objective crossover timing and a midline directional filter that restricts entries to favorable momentum positions, AMW delivers a momentum oscillator that is both cleaner and more actionable than standard RSI implementations. Its multi-layer visual design — featuring cloud fills, zone shading, and dynamic breach highlights — provides traders with immediate, intuitive momentum context. Whether you trade stocks, forex, crypto, or futures, the Apex Momentum Wave adapts to your market and timeframe, offering a refined approach to momentum-based trading decisions. Indikator

Indikator

Indikator
