MTF MA⤴︎【MTF MA & パーフェクトオーダー・テーブル】
現在のチャートと上位足の移動平均線(MA)、そして複数の時間足におけるパーフェクトオーダーの状況をチャート上にまとめて表示する、マルチタイムフレーム分析支援インジケーターです。
主な機能
マルチタイムフレーム移動平均線
現在足のMA: チャートに表示している時間足の短期・中期・長期のMA計3本を表示します。
上位足のMA: 現在の足より一つ上の時間足(例:15分足なら1時間足)の中期・長期MA計2本を自動で表示します。
超長期MA: 上記に加え、さらに2本の超長期MA(例:120期間、200期間)を表示し、より大きなトレンドの把握をサポートします。
パーフェクトオーダーの可視化
現在足と上位足、それぞれのMAが上昇トレンドか下降トレンドかを判断し、MA間を色で塗りつぶします。トレンドの方向と勢いを視覚的に捉えることができます。
トレンド状況テーブル
画面の隅に、1時間足、4時間足、日足、週足、月足のパーフェクトオーダー状況を一覧表示するテーブルを設置。
各時間足のトレンド方向が矢印(⬆︎, ⬇︎など)で示されるため、複数時間足の環境認識を一目で完了できます。
ポイント
高いカスタマイズ性: 移動平均線の種類(EMA/SMA)、期間、色などを自由に変更できます。
柔軟な上位足MA計算: 上位足のMAは、「上位足のローソク足で計算する」方法と、「現在足で上位足相当の期間を計算する」方法から選択可能です。
分析の効率化: 複数のインジケーターを組み合わせることなく、この一つでマルチタイムフレームでのトレンド分析が完結します。
Indicator Description (English)
【MTF MA & Perfect Order Table】
This is an all-in-one indicator for multi-timeframe analysis. It displays moving averages (MAs) for both the current and a higher timeframe, and features a dashboard showing the perfect order status across major timeframes, right on your chart.
Key Features
Multi-Timeframe Moving Averages (MTF MAs)
Current Timeframe MAs: Displays three MAs (short, medium, and long-term) on your active chart.
Higher Timeframe MAs: Automatically plots two MAs (medium and long-term) from the next higher timeframe (e.g., it shows 1H MAs on a 15m chart).
Ultra-Long-Term MAs: Adds two additional ultra-long-term MAs (e.g., 120, 200 periods) to help you identify the larger, underlying trend.
Perfect Order Visualization
The indicator fills the area between the moving averages with color to visually represent the trend's direction. The color helps you quickly identify whether the trend is bullish or bearish.
Trend Status Dashboard
A table in the corner of your screen displays the perfect order status for the 1H, 4H, Daily, Weekly, and Monthly timeframes.
The trend direction is shown with simple arrows (⬆︎, ⬇︎), allowing you to assess the market environment across multiple timeframes at a single glance.
Highlights
High Customizability: Freely change MA types (EMA/SMA), periods, colors, and the price source.
Flexible Calculation Method: You can choose how the higher timeframe MAs are calculated, either based on the higher timeframe's own price data or by converting the period for the current chart's resolution.
Efficient Analysis: This single tool provides a comprehensive multi-timeframe trend analysis, saving you chart space and eliminating the need for multiple indicators.
อินดิเคเตอร์และกลยุทธ์
TKTForex_MFI confluence indicator 5 15 30Money flow index is an indicator run faster than RSI. It help trader get the entry sooner.
Fixed Trading - JeremyZanXMaps out the range on the 23rd hour of each day for the past 100 days. It then provides some tradable price points based upon the range derived. Meant to be used on the H1 ONLY. Hasn't been programmed to work on any other timeframe.
Pionex Signal Bot (Single/Multi Position)Guide: Integrating Your TradingView Strategy with a Signal Bot
This guide provides step-by-step instructions for connecting a TradingView strategy script with a compatible signal bot platform for automated execution, such as Pionex.
This script is based on DCA strategy execution, with the capability of customizable signal indicators by modifying the script section for modularity with minimal adjustments to adapt other source code. The default indicator is the moving average.
You will need an account on a compatible bot execution platform to execute the trades.
You will need a TradingView account with at least an Essential subscription for Alert and Webhook URL access.
A desktop browser is required to access the TradingView Pinescript Editor and the Signal bot configuration page on the execution platform.
1. Configuring the “Signal” on the Bot Execution Platform
Log in to your bot execution platform account (e.g., Pionex).
Navigate to the Futures → Futures Bot → Signal Bot section.
Click on the “Add signal” button and set the name and description for this signal, then click “Confirm.”
Once the signal has been created, directly click on the “I have completed the configuration” and “I have created the alert” buttons on the bot platform.
Signal setup on the bot execution platform has been completed.
2. Add a Strategy Script to the TradingView Chart
Log in to your TradingView account.
Choose the desired trading pair on your integrated exchange, and click the “ Launch chart “ button.
Click “Indicators”, select the Signal bot script you want to use.
Click the “Gear” icon to open the strategy settings, on the “Input” tab, copy the “Message” provided by your bot execution platform into the “Pionex Message” (or equivalent) textbox within the script's inputs.
On the “Properties” settings, refer to the recommended settings as follows:
• Initial capital: Keep this value at "100".
• Base currency: Keep this value at “Default”.
• Order size: 1 ~ 100 USDT. Keep the value within 1 to 100 USDT. 50 USDT may be translated as 50% fund utilization on the execution platform, such as Pionex .
• Pyramiding: 1 ~ any value. This value is for multi-position entry settings.
• Margin for long positions: Keep this value at "0".
• Margin for short positions: Keep this value at "0".
• Other parameters can be ignored as they do not impact the core configuration.
Strategy configuration in the TradingView chart has been completed.
3. Configuring the Strategy Alert on TradingView for Bot Connection
Log in to your TradingView account.
Click on the “Alarm” icon in the upper right corner, and click the “+” icon to create a new alert.
In the “Settings” tab, choose the desired strategy from the list.
Note: The latest configuration will typically be at the bottom of the list and may need to be updated every time there are changes to the strategy “Input” configuration.
In the “Message” tab, keep the value unchanged as the default content.
Note: This variable will produce the necessary JSON code for the trading instruction.
In the “Notification” tab, enable the “Webhook URL” and paste the Webhook URL obtained from your bot execution platform into the “Webhook URL” field in TradingView.
Click the “Create” button to complete the setup, and the alert will appear in the “Alert” list.
Strategy Alert configuration in the TradingView chart has been completed.
4. Creating the Signal Bot on the Execution Platform with the Linked Strategy
Log in to your bot execution platform account (e.g., Pionex).
Navigate to Futures → Futures Bot → Signal Bot.
On the “Signal Bot” page, click the “Automate signal” button to configure the bot settings, and then click the “Create the bot.”
The Signal bot creation on the execution platform has been completed.
5. Checking Signal Transmission Between TradingView and Bot Platform
Log in to your TradingView account.
Click on the “Alarm” icon in the upper right corner, and click the “Log” tab to check the alert history.
Log in to your bot execution platform account (e.g., Pionex).
Click on “Details” for your bot and then navigate to the “Signal Log” tab.
Compare the TradingView Alert log with the bot execution platform's Signal Log to ensure the signals are received properly.
To understand the raw Message content, manual interpretation or platform-specific tools may be required.
6. How to Add Other Indicator into the Strategy Script for the Signal Bot
Log in to your TradingView account.
Obtain the open-source indicator, such as “RSI”, into the TradingView chart, and copy its Pine Script™ source code.
Open the Signal bot strategy script in the Pine Script™ Editor. This script is typically optimized for integration with the bot execution platform.
Paste the custom indicator source code into the specific designated section for custom indicators within the Signal bot strategy script.
Define the conditions for “Long” (buy) and “Short” (sell) entries from your custom indicator into the pre-defined “longCondition” and “shortCondition” variables within the script.
Click the “Add to chart” or “Update on chart” button to complete the script configuration and apply changes to your chart.
Integrating a custom indicator into the strategy script has been completed.
Adaptive Momentum Scalper (AMS) - ADX/RSI Filters Fixed### 📘 Strategy Description: **Adaptive Momentum Scalper (AMS) – Prop Firm Edition**
The **Adaptive Momentum Scalper (AMS)** is a breakout-based trend-following strategy designed with **prop firm trading rules and risk management** in mind. It combines volatility, momentum, and trend filters with dynamic sizing to manage risk across changing market conditions.
#### ✅ Core Features:
* **Breakout Logic**: Enters long or short when price breaks above/below a short-term range.
* **Momentum Filter**: Confirms breakouts with ATR-based price momentum.
* **Trend Filter**: Uses EMA(20) to ensure directional bias.
* **Volatility Filter**: Requires ATR > ATR average to avoid choppy zones.
* **ADX Filter (Optional)**: Confirms strength of trend (default ADX > 20).
* **RSI Zone Filter (Optional)**: Limits long trades to RSI > 50, shorts to RSI < 50.
* **Dynamic Position Sizing**: Risk-based lot sizing tied to ATR and account equity.
* **Hard SL/TP or Time-Based Exit**: Trades close by target, stop, or max bars in trade.
* **Session Filtering**: Trade only within configured hours (to avoid high spread periods).
* **Prop Firm Safety-Oriented**: Configurable to stay within max drawdown rules.
---
### ⚙️ Settings:
* **Risk per Trade** (% of equity)
* **ATR multipliers** for stop loss and take profit
* **Trading hours** (e.g. 1 AM to 10 PM EST)
* **Max bars in trade before exit**
* **Enable/disable**:
* ADX filter
* RSI filter
---
### 🎯 Ideal Use:
* Scalping on **Gold (XAUUSD)** or other volatile assets.
* Forward testing under prop firm conditions (3% daily / 6% max drawdown).
* Identifying breakout opportunities with strong trend and momentum backing.
Open Price multi TimeframeMulti Open Price Lines
© 2025 Unikryptonian. Licensed under MIT.
---
**What it does**
This indicator plots the opening price of up to four user-selectable higher timeframes directly on your current chart. You can toggle between showing only the current period’s open or the full historical line.
**Inputs**
• Select Timeframe 1/2/3/4 (e.g. 5m, 30m, 1h, 4h, 1D)
• Show only current open? (On/Off for each timeframe)
**How to use**
1. Add the indicator to any chart (recommended timeframe ≥ lowest selected TF).
2. In Settings ► Inputs, choose your desired timeframes.
3. Tick “Show only current open” to hide past lines and see only the latest open price extended to the right.
4. Untick to display the full historical open-price line.
**Changelog**
• v1.0 (2025-06-11): Initial release with multi-TF support.
**Disclaimer**
• For educational purposes only.
• Not financial advice—use at your own risk.
EMA 50/200 Pullback + RSI/SMA RSI
Strategy Description: EMA 50/200 Pullback + RSI/SMA RSI
1. Trend Identification with EMA:
Uses two Exponential Moving Averages (EMA): a fast EMA (default 50) and a slow EMA (default 200).
When the fast EMA crosses above the slow EMA (bullish crossover), an uptrend is identified.
When the fast EMA crosses below the slow EMA (bearish crossover), a downtrend is identified.
The lengths of both EMAs are fully customizable.
2. EMA Distance Condition:
Signals are only valid when the absolute percentage distance between the two EMAs is within a user-defined range (default: 0.4% to 1%).
This helps filter out weak signals when the EMAs are too close or too far apart.
3. Pullback Condition:
After a new trend is detected (EMA crossover), the strategy waits for the price to pull back to touch or cross the fast EMA (EMA 50).
This ensures entries are not taken immediately at the crossover, but after a retracement to a dynamic support/resistance area.
4. RSI Confirmation:
Uses the RSI indicator (default 14) and its Simple Moving Average (SMA RSI, default 14).
Buy signal: RSI crosses above its SMA.
Sell signal: RSI crosses below its SMA.
Both RSI and SMA RSI lengths are fully customizable.
5. Entry Rules:
The indicator only gives the first buy/sell signal after each EMA crossover (start of a new trend), and will not repeat signals until the next EMA crossover.
Buy signal:
Fast EMA crosses above slow EMA
EMA distance is within the valid range
Price pulls back to the fast EMA
RSI crosses above its SMA
Sell signal:
Fast EMA crosses below slow EMA
EMA distance is within the valid range
Price pulls back to the fast EMA
RSI crosses below its SMA
6. Customization:
All parameters (EMA lengths, RSI length, SMA RSI length, EMA distance range) can be adjusted in the indicator’s settings.
Note:
This is a signal indicator, not a complete trading strategy. For real trading, always combine with risk management and additional confirmations.
MohdTZ - XO Trend Scanner/EMA/ATR/Supertrend/WatermarkApply the Script:
Copy the code into TradingView’s Pine Script editor.
Save and add the indicator to your chart.
Verify Supertrend:
Look for a line that switches between green (uptrend) and red (downtrend) based on price movement relative to the Supertrend level.
It should appear alongside the 200 EMA, Slow EMA, ATR band fill, and trend scanner EMAs.
Customize Settings:
Adjust supertrend_length and supertrend_multiplier in the indicator settings to fine-tune sensitivity.
Change supertrend_color_up, supertrend_color_down, or supertrend_linewidth for visual preferences.
Modify atr_band_color if you want a different fill color for the ATR bands.
Check for Clutter:
The chart now includes multiple overlays (200 EMA, Slow EMA, ATR bands, Supertrend, Fast/Slow EMAs). If it’s too crowded, toggle i_bothEMAs to false to show only the Consolidated EMA, or adjust line widths/transparency.
Why Supertrend Wasn’t Visible Before
The original scripts didn’t include Supertrend calculations or plotting.
If you were expecting Supertrend from another indicator or script, it’s possible another indicator was disabled or not applied. This script now explicitly includes Supertrend.
Additional Notes
Chart Appearance: The Supertrend line will plot above or below the price, changing color based on trend direction. Ensure it’s visible by checking the chart’s scale and that no other indicators are overlapping.
Conflicts: If you don’t see the Supertrend, verify that no other indicators are hiding it (e.g., due to overlapping colors or chart scaling). You can disable other indicators temporarily to confirm.
Further Customization: If you want Supertrend to interact with other components (e.g., combine with EMA signals, adjust bar coloring based on Supertrend), let me know, and I can add that logic.
Debugging: If the Supertrend doesn’t appear, check the TradingView console for errors, or share a screenshot/description of your chart setup.
If you meant a specific Supertrend implementation (e.g., with unique parameters or additional features) or if you’re referring to a different issue (e.g., a specific Supertrend script you expected), please provide more details, and I’ll refine the solution. Let me know if you need help applying this or visualizing the result!
learn Supertrend parameters
Bollinger Bands
Smart Order Block IdentifierThis custom TradingView indicator identifies and highlights Smart Money Order Blocks (OBs) based on refined multi-candle price action logic. It detects bearish and bullish order blocks using a structured pattern involving five candles. For a bearish order block, the central (OB) candle must have a high that is greater than the highs of both the candle before and after it—signaling local strength. Additionally, the high of the candle two bars after (the “next-next” candle) must be lower than the OB candle’s low, indicating a potential shift in momentum and confirming bearish intent. Conversely, a bullish order block is identified when the OB candle has a low lower than the lows of both the previous and following candle. The candle two bars later must have a low higher than the OB candle’s high, showing price rejection and a likely reversal. The indicator marks these blocks visually with boxes on the chart and optionally filters out mitigated zones.
RSI TrendSignal **Smart RSI System – Free & Open Source**
A powerful RSI-based indicator designed for traders who want clarity, simplicity, and filtered signals that *actually mean something*.
---
### 🎯 Key Features:
✅ Classic RSI with custom smoothing
✅ Optional Bollinger Bands over RSI
✅ Built-in Divergence Detection (Regular Bullish/Bearish)
✅ Dynamic Buy/Sell Conditions based on RSI + MA cross
✅ STAR signals for high-conviction entries (Overbought/Oversold + strength filter)
✅ ATR-based strength filter and custom visualizations
✅ Works great on **crypto**, **forex**, or **indices**
✅ Fully open-source and beginner-friendly!
---
### 📊 Recommended Timeframes:
15min, 1H, 4H, Daily – test and adjust settings for your style.
---
### ⚙️ How to Use:
1. Watch for **Buy/Sell** shapes when RSI confirms crossover with smoothed MA.
2. **STAR signals** are stronger – when RSI is above 70 or below 30 with momentum separation.
3. Divergences (optional) can confirm reversals.
4. Use ATR plot or your own trailing stop logic for exit strategy.
---
🔔 Alerts are built-in and ready to use.
📌 You can connect them to bots, webhooks, or Telegram (see alert templates in the script).
---
🧠 **Built by a trader, for traders.**
Use this as a base and build your own version – or just trade it as is.
---
---
💬 **Feedback / Questions / Want to talk?**
Feel free to message me on Telegram:
This is a clean version of RSI TrendSignal with improved alerts.
It uses RSI cross with a smoothed moving average to generate filtered buy/sell signals.
accepted All rulls
EMA Momentum + OBV + Volume Signals with DivergenceHere’s a detailed description of the script "EMA Momentum + OBV + Volume Signals with Divergence" you've created in Pine Script v6:
🔍 Overview
This script is a technical analysis tool for TradingView that combines 7-day Exponential Moving Averages (EMA) of:
Momentum
On-Balance Volume (OBV)
Volume
It generates:
Buy/Sell signals based on EMA direction
Regular divergence detection (price up, OBV/volume down)
Hidden/reverse divergence detection
A dynamic table displaying 3-day comparative stats for each indicator
📊 Key Indicators Used
Momentum
momentum = close - close
EMA applied to smooth out noise
Rising momentum indicates price acceleration
OBV (On-Balance Volume)
A cumulative total that adds/subtracts volume based on price movement
EMA helps identify smoothed volume trend
Volume
Raw volume and its 7-day EMA used to track market participation
✅ Signal Logic
Buy Signal:
Triggered when EMA of momentum, OBV, and volume are all rising
Sell Signal:
Triggered when any one of the EMAs starts falling — indicating weakening trend
🔀 Divergence Detection
Regular Divergence:
Price makes a higher high
EMA OBV and EMA volume make lower highs
This suggests a potential reversal
Hidden (Reverse) Divergence:
Bullish Hidden: Price makes higher lows, OBV falls
Bearish Hidden: Price makes lower highs, OBV rises
These can signal continuation of trend after pullbacks
📋 Table Structure (Bottom-Right Corner)
Shows values for:
EMA Momentum
EMA OBV
Raw OBV
EMA Volume
Raw Volume
Each row includes:
Value from D-2 (two bars ago)
D-1
Now
Difference
% Change
This provides a quick multi-day trend snapshot.
🎨 Visuals
Triangle Buy (Green) below bar
Triangle Sell (Red) above bar
Orange background for regular divergence
Navy background for bullish hidden divergence
Maroon background for bearish hidden divergence
ADR by Saurabh MaggoADR levels for intraday
This Pine Script v5 indicator plots Average Daily Range (ADR) levels on a 5-minute NSE chart, ideal for intraday traders. It marks key price levels (L3+, L3-, L2+, L2-, L1+, L1-) at 9:15 AM IST each day, based on the daily open and a customizable ATR period.
Features:
Configurable Levels: Adjust ATR period (default 5) and multipliers (L3=0.5, L2=0.25, L1=0.125) to set price targets.
Today Only Option: Toggle Show Recent to display only the current day’s levels or all historical levels.
Visual Customization: Choose vibrant colors for each level via settings, with a glow effect
(toggleable, transparency=20) and adjustable circle size (default 2, range 1–5) for enhanced visibility, optimized for dark chart backgrounds.
Clean Design: Single-point plotting at 9:15 AM IST ensures a clutter-free chart, with dynamic points that move with the chart.
Usage: Perfect for NSE intraday trading, this indicator helps identify high-probability price targets. Customize levels, colors, and visuals to suit your strategy.
强势币选币模型 V2 多周期评分**StrongCoinScore\_V2**
A multi-timeframe cryptocurrency momentum scorer that blends five key dimensions—trend structure, volume/OBV momentum, MACD signal, volume-profile distribution (VRVP), and chip distribution—across 15-minute and 4-hour charts.
* **Trend Structure (EMA 20 vs. EMA 50):** Checks for bullish alignment of EMA20 above EMA50 and evaluates pullback strength.
* **Volume/OBV Momentum:** Compares current volume to its 10-period SMA and uses a cumulative on-balance volume calculation to confirm strong money flow.
* **MACD Signal:** Awards extra points for crossovers and accelerating histogram bars.
* **VRVP (Volume-Range Volume Profile):** Measures whether price resides above high-density volume nodes (placeholder logic).
* **Chip Distribution:** Assesses if price is supported by major volume clusters (placeholder logic).
Each dimension is scored 0–100 per timeframe, averaged equally (5 dimensions), producing a 15 min score and a 4 h score. The final output is the simple average of both timeframe scores, plotted as a single line from 0 to 100. Color-coded thresholds highlight:
* **≥ 85 (Strong Buy)**
* **78–84 (High-Potential)**
* **< 78 (Neutral/Skip)**
Use StrongCoinScore\_V2 to quickly rank and screen coins on TradingView’s Crypto Pairs Screener for multi-timeframe strength.
Sally's 9 EMA Strategy Local 3A simple script to count the number of 1 min bars that close over or under the 9 ema. It starts displaying at the 2 min bar and indicates buy/sell on the 4 min bar. The idea is to wait for the 5th bar to close to confirm. If the sequence has a + next to the numbers it means that all the bars are trending in the same direction as well as over the 9 ema.
Deep: 2 Consecutive Candle Color + OB + CPR + MAs🔍 For TradingView or Technical Traders:
1.
💡 All-in-One Price Action Tool
Candle Patterns ✅ | Order Blocks ✅ | CPR Levels ✅ | MA Crossovers ✅
One script to filter high-probability trades — test it now!
2.
📊 Precision Meets Price Action
This multi-tool Pine Script blends CPR, OB, MA Crossovers, and Candle Color Logic for sharper entries.
Optimize your edge — visually.
3.
🎯 Smart Visual Trading Assistant
No more clutter — just clean, rule-based signals using:
✔️ OB Detection
✔️ CPR Levels
✔️ Dual MA Crossovers
✔️ 2-Candle Confirmation
🤖 For Algo-Trading / Strategy Developers:
4.
🚀 Power-up your trading algorithm!
This script combines institutional price levels (CPR + OB) with price action and trend logic.
Test, tweak, trade smarter.
5.
🔧 Built for traders, by traders
Detect trends, reversals, and OB zones with a clean overlay.
Try this visual assistant on your charts today!
Accurate 1-Min Trend System [Dr.K.C.Prakash]Accurate 1-Min Trend System — Indicator Overview
This 1-minute trend-following system is designed to identify high-probability intraday entries using a combination of EMA-based trend direction, swing structure, and price action strength. It is optimized for option buying or scalping entries in strong directional moves.
🧠 Core Logic:
1. Trend Filter (Context Check)
Uses 50 EMA (fast) and 200 EMA (slow) to determine the market trend.
Only takes buy entries in uptrends and sell entries in downtrends.
Additional filters ensure both EMAs are rising or falling, avoiding sideways noise.
2. Swing Structure Confirmation
Uses swing high/low over a lookback period to ensure price is breaking structure favorably.
Buy: Price closes above previous swing low in an uptrend.
Sell: Price closes below previous swing high in a downtrend.
3. Candle Strength Filter
Ensures only strong bullish or bearish candles (large body relative to ATR) are used for entries.
Filters out weak or indecisive candles, increasing precision.
4. Entry Gapping
Avoids overtrading by restricting entries within a set number of bars (gapBars) since the last trade.
Prevents back-to-back signals during chop or fakeouts.
📊 Visual Components:
🔶 Orange Line: 50 EMA (short-term trend)
🟦 Teal Line: 200 EMA (long-term trend)
🟢 BUY Label: Signals a strong bullish entry
🔴 SELL Label: Signals a strong bearish entry
✅ Best Use Cases:
1-minute scalping in index options (e.g., NIFTY/BankNIFTY)
Filtering trades only in strong directional bias
Combining with manual support/resistance or higher-timeframe SMC zones
Bullish/Bearish Candle HighlighterAdjustable indicator designed to highlight bullish or bearish candles.
Candle Price % ChangeIf you are using candle bottoms/tops for your stop-loss, this indicator allows you to see the price percentage difference between the current price and the high or low of a candle. This eliminates the need to manually measure the candle every time you need to determine your stop-loss %. It's particularly useful when scalping on small time frames like the 1m.
NonLag MAThe Non-Lag Moving Average (MA) is a technical analysis indicator designed to track price trends with significantly less lag than traditional moving averages like the SMA or EMA.
Its primary purpose is to provide a smoother, more responsive representation of the current price direction. It achieves this by using a complex, adaptive filtering algorithm—often involving trigonometric functions (like the cosine function in the code you provided)—to assign weights to past price data. This sophisticated calculation allows it to stay closer to the price action, aiming to give earlier and more reliable trend signals.
Traders use the Non-Lag MA to:
Identify Trend Direction : The slope and color of the indicator line clearly signal whether the market is in an uptrend (rising) or a downtrend (falling).
Generate Crossover Signals : Like other moving averages, a faster Non-Lag MA crossing above a slower one can indicate a buy signal, while a cross below can signal a sell.
---
Just another publicly available indicator from MT5 translated.
Toolbar-FrenToolbar-Fren is a comprehensive, data-rich toolbar designed to present a wide array of key metrics in a compact and intuitive format. The core philosophy of this indicator is to maximize the amount of relevant, actionable data available to the trader while occupying minimal chart space. It leverages a dynamic color-coded system to provide at-a-glance insights into market conditions, instantly highlighting positive/negative values, trend strength, and proximity to important technical levels.
Features and Data Displayed
The toolbar displays a vertical column of critical data points, primarily calculated on the Daily timeframe to give a broader market context. Each cell is color-coded for quick interpretation.
DAY:
The percentage change of the current price compared to the previous day's close. The cell is colored green for a positive change and red for a negative one.
LOD:
The current price's percentage distance from the Low of the Day.
HOD
The current price's percentage distance from the High of the Day.
MA Distances (9/21 or 10/20, 50, 200)
These cells show how far the current price is from key Daily moving averages (MAs).
The values are displayed either as a percentage distance or as a multiple of the Average Daily Range (ADR), which can be toggled in the settings.
The cells are colored green if the price is above the corresponding MA (bullish) and red if it is below (bearish).
ADR
Shows the 14-period Average Daily Range as a percentage of the current price. The cell background uses a smooth gradient from green (low volatility) to red (high volatility) to visualize the current daily range expansion.
ADR%/50: A unique metric showing the distance from the Daily 50 SMA, measured in multiples of the 14-period Average True Range (ATR). This helps quantify how extended the price is from its mean. The cell is color-coded from green (close to the mean) to red (highly extended).
RSI
The standard 14-period Relative Strength Index calculated on the Daily timeframe. The background color changes to indicate potentially overbought (orange/red) or oversold (green) conditions.
ADX
The 14-period Average Directional Index (ADX) from the Daily timeframe, which measures trend strength. The cell is colored to reflect the strength of the trend (e.g., green for a strong trend, red for a weak/non-trending market). An arrow (▲/▼) is also displayed to indicate if the ADX value is sloping up or down.
User Customization
The indicator offers several options for personalization to fit your trading style and visual preferences:
MA Type
Choose between using Exponential Moving Averages (EMA 9/21) or Simple Moving Averages (SMA 10/20) for the primary MA calculations.
MA Distance Display
Toggle the display of moving average distances between standard percentage values and multiples of the Average Daily Range (ADR).
Display Settings
Fully customize the on-chart appearance by selecting the table's position (e.g., Top Right, Bottom Left) and the text size. An option for a larger top margin is also available.
Colors
Personalize the core Green, Yellow, Orange, and Red colors used throughout the indicator to match your chart's theme.
Technical Parameters
Fine-tune the length settings for the ADX and DI calculations.
Universal Scalper: Candle OR Momentum (VWAP Optional)A universal scalping alert tool that triggers based on candle and/or momentum pattern reversals, with or without the optional VWAP proximity filter.
How to Use
To see more momentum signals:
- Set Require VWAP Proximity for Momentum Alerts? to false in the settings.
- Try shorter EMAs (8/21 or 5/20).
- Optionally, relax the RSI filter (e.g., <70 for longs, >30 for shorts).
To require VWAP for both:
- Set both toggles to true.
Debug:
Aqua/fuchsia squares = momentum signals.
Lime/orange circles = candle pattern signals.
Main triangles = overall alert.
Summary
Momentum alerts are rare when too many filters are combined.
This script lets you control if VWAP proximity is required for each alert type, and visually shows which logic is firing.
For more signals, relax filters and/or use shorter EMAs.
This will ensure you get both candle and momentum alerts, with full control over VWAP filtering and easy debugging.
Devrat Smart Confluence 55% long Strategy v3ema 30/50 and 100 55% win rate trades logic :
| Confluence Factor | Purpose |
| ------------------------------------------ | ------------------------------ |
| ✅ EMA 30/50/100 alignment | Trend confirmation |
| ✅ ADX > 20 | Strong momentum filter |
| ✅ Pullback to dynamic support (EMA30 zone) | Sniper entries, not chasing |
| ✅ Bullish engulfing *AND* volume spike | Confirm real buyer interest |
| ✅ Trade only during NY/London hours | Avoids fakeouts from Asia chop |