VolProfile PRO

For those who need a Volume Profile / Market Profile indicator, here is the solution!

It contains the essential information:

  1. Control Point (POC);
  2. Higher Value Area (VAH);
  3. Lower Value Area (VAL);
You can choose to SHOW or NOT SHOW the volume Histogram, according to your wish. If you choose to show the histogram, note that according to the type of asset, it is necessary to adjust the scale of the indicator (last parameter of the indicator).

You can also choose from the data source of your histogram:

  1. Ticks - A little slow
  2. 1 minute candles
You can also choose the VOLUME TYPE: Real Volume or Tick Volume!

Super Fast and Reliable, the indicator visually displays vital information in your graph in the LINES format. With that, you can easily link this indicator to your EA using CopyBuffer (iCustom) and get the data you need!


Enjoy!! Wish great trades to you!


推荐产品
Each VolumeProfile holds: The price range for a given period Buy/sell volume for each price level Calculated POC, VAH, VAL, Delta, and Imbalance Indicator Logic Summary Divide data by timeframe (e.g., one H1 profile per hour). Aggregate volumes for each price level. Separate buy and sell volumes using tick or trade direction. Compute Delta (Buy − Sell) and Imbalance (dominance ≥70%). Detect POC, VAH, VAL to outline the Value Area. Draw graphical profiles beside price candles using color-co
Indicador de Volume
Devscode Desenvolvimento de Softwares LTDA
4.5 (2)
This indicator is a volume indicator it changes the color of the candles according to a certain number of ticks, and this number of ticks can be informed by the user both the number of ticks and the color of the candles, this indicator works in any graphical time or any asset, provided that the asset has a ticker number to be informed. This indicator seeks to facilitate user viewing when analyzing candles with a certain number of ticks.
FREE
AvgVolumes
Marco Montemari
5 (1)
This indicator is based on Volumes standard indicator, calculates the average of Volumes based on the last N bars set by users, and if the value of the volume is bigger then a set % respect the average a different color will be used. The indicator is shown in a separate indicator window. This version has now a limitation in setting the % about the threshold. If you are interested to set threshold consider to buy the PRO version ( https://www.mql5.com/en/market/product/35925 ) If you want to use
FREE
Swiss VWAPsimple
Terence Gronowski
4.8 (5)
Swiss VWAPsimple Motivation Did not find free VWAP that works, the one that I found craseh. So I created a VWAP which calculates values only for the actual day. So computer resouces are not over stressed. What is VWAP, how is it used?  VWAP stands for Volume Weighed Average Price, it calculates the running sum of tick volume and the runnung sum of price times tickvolume. The division of these sums result in a weighed price (Sum P*V/Sum V). The calculation starts normally at midnight. The values
FREE
Easy VWAP
Luca Spinello
VWAP Indicator, the short form of Volume Weighted Average Price, is similar to a moving average but takes into consideration the tick volume of the candles. The indicator calculates the moving average multiplying the price of each candle for the tick volume in the candle. Said calculation weighs with more significance price where more transactions were made. Features: Visual styling customizable Period customizable Ease of use
FREE
Deriv Boom and crash
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Boom: Take SELL signals only (price spikes up then crashes) Crash: Take BUY signals only (price drops then spikes up) SL goes beyond the line as labeled Interactive Market Watch Panel : A left-side sidebar showing real-time strength indicators (po
FREE
Basic Vwap
james mugendi
4 (1)
Simple Vwap with the daily, weekly and monthly VWAP is the abbreviation for   volume-weighted average price , which is a technical analysis tool that shows the ratio of an asset's price to its total trade volume. It provides traders and investors with a measure of the average price at which a stock is traded over a given period of time. How it's used Identify entry and exit points:   Traders can use VWAP to determine when to buy or sell an asset.   Understand price trends :  Traders can use V
FREE
Alpine Volume Profile See where the real volume traded — not just where price moved. Alpine Volume Profile is an MQL5 indicator that transforms raw tick or exchange volume into a clean, readable horizontal histogram directly on your chart. Instead of a single volume bar at the bottom of the screen, you get a full breakdown of which price levels attracted the most trading activity, session by session. What It Does For every day, week, or fixed block of bars you choose, Alpine Volume Profile build
VP hidden
Emr Aljnaby
4.33 (12)
The indicator works to convert normal volume into levels and determine financial liquidity control points. It is very similar in function to Fixed Volume Profile. But it is considered more accurate and easier to use than the one found on Trading View because it calculates the full trading volumes in each candle and in all the brokers present in MetaTrade, unlike what is found in Trading View, as it only measures the broker’s displayed prices. To follow us on social media platforms: telegram
FREE
TrendSync Risk Calculator
Juliano Guzlinki Pacheco
Stop guessing your lot size. Risk the same amount on every trade. Most traders blow accounts not because of bad entries, but because of inconsistent position sizing: fixed lots with variable stops means every trade risks a different — and unknown — amount of money. TrendSync Risk Calculator solves this in one drag. How it works Attach the indicator. It automatically anchors three draggable lines at the current price: Entry , SL at N×ATR and TP at your chosen R:R . Drag any line — or type a new A
FREE
White Weis Volume Ticks
Ricardo Almeida Branco
5 (4)
White Weis Volume This indicator shows the sum of the volume in each wave, bulish or bearish, as idealized by David Weis , but it brings an important addition , which is the marking of the bar with the highest volume of the wave (White Bar)! In coding the indicator, it was sought to optimize the code to require minimal processing during use and not to overload mt5. The indicator can be used for pre-trading analysis and study, where the trader analyzes possible points of support and resistance
VolumaxProfile
Alexandre Vincent Traber
概述 VolumaxProfile 直接在图表上构建真实的成交量分布图,显示所选周期内各价格水平的成交量集中位置。自 动标出成交量控制点(POC)和价值区域(VAH/VAL)。 工作原理 扫描最近N根K线(Lookback_Bars),将价格区间划分为若干 行 将每根K线的成交量分配到其触及的价格行 为每行绘制与成交量成比例的水平直方图 识别POC(成交量最高的行)并计算覆盖设定百分比的价值区域 每根新K线自动重建 输入参数 Lookback_Bars: 用于构建分布图的K线数量 Row_Count: 价格行数量 Value_Area_Pct: 价值区域覆盖的成交量百分比 Max_Bar_Width_Px: 直方图最大宽度 Show_POC: 显示POC线 Show_Value _Area: 显示VAH/VAL线 Use_Tick_Volume: 使用tick成交量或真实成交量 Color_Profile: 直方图颜色 Color_ValueArea: 价值区域颜色 Color_POC: POC线颜色 Color_VAH_VAL: VAH/VAL线颜色 推荐设置 适用于任何品种和
FREE
Volume Profile FREE — Multi-Session Heatmap (POC · VAH · VAL) See where trading activity actually occurs—not just where price moves. This indicator builds a clear, color-coded Volume Profile Heatmap directly on your chart and highlights the market's most important price levels: the Point of Control (POC) and the Value Area (VAH/VAL) , where price is most likely to react.
FREE
Proton Candle Time MT5 OVERVIEW Proton Candle Time MT5 is an indicator for MetaTrader 5 that displays a real-time countdown timer showing the number of seconds remaining in the current candle. The indicator updates continuously as the candle develops and resets when a new candle opens. This tool is designed for traders who need precise timing information while analyzing price action. PRIMARY FUNCTION The indicator displays the active candle countdown timer directly on the chart. The timer show
FREE
Rolling vwap atr market panel
Florian Alain Bernard Jean-paul Pierre Cuiset
Rolling VWAP + ATR Bands + Market Panel — powerful visual tool for scalping, extensions detection and intraday market structure analysis. Rolling VWAP + Panel Rolling VWAP + Panel is a professional MetaTrader 5 indicator designed to analyze market structure using a Rolling Volume Weighted Average Price (VWAP) combined with ATR-based volatility bands , a real-time market analysis panel , and an integrated candle countdown timer . This indicator provides a clear and structured view of price beha
FREE
Mirror Chart MT5
Andrej Hermann
5 (1)
The Mirror Chart MT5 is a overlay indicator specifically designed to project a second financial instrument directly onto the main chart window. This tool is invaluable for traders who rely on correlation analysis, as it visualizes the price movements of two different instruments in real time. Unlike traditional overlays, this indicator utilizes intelligent, dynamic centering and scaling logic. It continuously analyzes the visible price range in the current window for both symbols and calculates
FREE
价格行为辅助指标套件4-4  ATR/ATR%数值指标 这是一套个人常年交易在使用的价格行为辅助指标,已涵盖了价格行为交易的基本需求。任何标的都可以载入使用。 纯价格行为手工交易的福音,提供多项辅助。非价格行为交易者请谨慎购买,该套指标无任何买卖信号,纯辅助。 该套指标包含4个组件,由于平台的原因只能拆分开,购买的朋友请看清介绍,按需购买。 4-1、4-2为收费指标,4-3、4-4为免费指标。 全套指标包含以下四个内容—— 4-1 缺口自动标记,包括跳空缺口和影线缺口的自动标记,实体缺口由于MT5不支持透明度着色的原因已去除,以保持图表整洁。含实体缺口的版本仅在TV版提供(TV版指标为单指标所有辅助功能齐全的版本,还有许多MT5版本没有的工具) 4-2 H/L自动标记,仅在影线部分对H/L的情况做提醒,不进行数H1/H2的标记,以保持图表的整洁和可读性。 4-3 枢轴点PivotPoints指标,只显示当天的枢轴点情况,为日内止盈止损提供参考。 4-4  ATR/ATR%数值,提供5M/30M/1D/1Y的ATR数值,可以直观的反应标的的波动情况。
FREE
Periodic Volume Profile
Raphael Lorenz Baumgartner
周期性成交量轮廓(Periodic Volume Profile) 平台: MetaTrader 5 类型: 自定义指标 显示位置: 图表窗口(叠加) 功能: 实时计算 POC(控制点) 、 VAH(价值区上沿) 和 VAL(价值区下沿) ,基于滑动窗口内的K线数据。 使用 tick 成交量和收盘价来更新每个价格区间的成交量分布。 达到 CleanUpAfter 所设定的K线数量后,自动删除最旧的数据。 若价格超出当前分布范围,自动调整分布范围。 每个价格层的成交量按 tickMultiplier 设置的精度划分。 输入参数: ValueAreaPercent (默认:70) 用于确定价值区域的成交量百分比。 CleanUpAfter (默认:50) 滑动窗口的K线数量限制。超过后会移除旧数据。 输出值: POC(控制点) :滑动窗口内成交量最大的价格。 VAH :价值区域的上边界。 VAL :价值区域的下边界。
Waves Sizer
Flavio Javier Jarabeck
3.86 (7)
Wyckoff fans, enjoy! Ideally to be used with the Weis Waves indicator, but it can be easily used alone, the Waves Sizer puts the range (in resulting Price movement) done by the Price on its market swings. You can control how accurate or loose will be the swings. This tool is very helpful for visually know how much the Price has traveled in your Timeframe. This way you can confront this level of effort with the resulting Volume, etc... Weis Waves indicator: https://www.mql5.com/en/market/produc
FREE
QDragon Lot Calculator & Risk Manager 是一款专为 MetaTrader 5 设计的高级交互式辅助工具,旨在简化您的风险管理和手数计算。无需再进行繁琐的手工计算、查看表格或盲目猜测交易手数。只需拖动图表上的线条,让指标为您完成所有计算! 核心功能: - 图表交互线条:直接在图表上拖放进场线(灰色)、止损线(红色)和止盈线(绿色)。 - 实时手数计算:根据您选择的风险参数,在面板上实时计算并更新交易手数。 - 双重风险模式:   * 风险比例 (%):根据账户余额的百分比计算风险(例如 1%、2%)。   * 固定金额 ($):设定每笔交易的固定亏损金额(例如 $50、$100)。 - 自动方向检测:指标自动识别是买入 (BUY) 设定(止损在进场价下方)还是卖出 (SELL) 设定(止损在进场价上方),并即时调整计算。 - 盈亏比与财务指标:显示 SL/TP 的精确点数距离、以账户货币结算的潜在盈亏以及精确的风险回报比 (R:R)。 - 时尚现代的 GUI 面板:高端深色主题界面,完美契合任何图表模板。
FREE
Overview Market Volume Profile Modes is a powerful MT5 volume distribution indicator that integrates multiple Volume Profile variants. Users can switch between different analysis modes through a simple menu selection. This indicator helps traders identify key price levels, support and resistance zones, and market volume distribution. Core Concepts • POC (Point of Control): The price level with the highest volume concentration, representing the market's accepted "fair value" area • VAH (Value A
FREE
Volume profile CVD Frato
Francisco Felipe Alves Da Silva Rocha
5 (2)
Frato Volume Profile Pro v7.5 由 Frato Academy 开发 此指标用于 MetaTrader 5 平台,显示价格成交量分布图。它计算在可配置周期内各价格水平的交易量分布,并将结果直接显示在主图表上。 功能: 带颜色渐变的成交量分布图 该指标将价格区间划分为多个水平,并为每个水平分配相应的成交量。每个水平的颜色根据成交量呈连续渐变:低成交量水平采用冷色调(深蓝色),高成交量水平采用暖色调(黄色)。最高成交量水平,称为控制点 (POC),会以视觉方式突出显示。 参考线:POC、VAH 和 VAL 该指标会自动绘制三条水平线: - POC(控制点):最高成交量水平 - VAH(价值区域上限):价值区域的上限 - VAL(价值区域下限):价值区域的下限 定义价值区域的百分比可配置(默认值:70%)。 预估成交量差值 对于每个价格水平,该指标根据每根K线的开盘价、收盘价、最高价和最低价之间的关系,估算买卖成交量之间的差异。结果以镜像K线的形式显示在成交量分布图旁边。 当日成交量差值面板 一个浮动面板显示自当日开盘以来的累计成交
FREE
Onyx FVG Pro
Thirawut Detbangoon
Onyx FVG Pro 基于市场结构与 Fair Value Gap (FVG) 的 MT5 智能交易系统 1. 市场结构检测引擎 (Market Structure Engine) 采用高级 Swing High/Low 逻辑,自动识别关键的市场结构转变,包括 CHoCH (结构转变) 和 BOS (结构突破) ,确保您的交易始终顺应主趋势。 2. 动态 FVG 自动检测 (含自动缓解功能) 根据可自定义的最小点数阈值,实时扫描并绘制高概率的 Fair Value Gap (失衡区) 区域。具备 智能自动缓解 (Auto-Mitigation) 功能,当区域被价格填补后会自动变为灰色,保持图表整洁。 3. 智能趋势过滤与信号引擎 严格过滤信号,仅允许进入与当前市场结构方向一致的 FVG 区域。自动计算并显示高精度的交易计划: 入场价 (Entry) 与 止损价 (SL) 位置 TP1 至 TP4 止盈目标(风险回报比从 1:1 到 1:4) 4. 纯黑极简仪表盘 (Pure-Black Dashboard) 在图表上直接显示直观的 HUD 仪表
FREE
VWAP Volume And Price is the indicator for Volume Weighted Average Price, designed according to regular calculation. The average price is calculated using typical price - (high + low + close) / 3 - and weighted by volume for each candle. So, the indicator can be used to trend trades, balanced with volume. Try other products and expert advisors too. Any doubt, PM.
Frato Vwap Bands
Francisco Felipe Alves Da Silva Rocha
Frato VWAP 带——带标准差的成交量加权平均价格 Frato VWAP 带指标结合了传统的成交量加权平均价格 (VWAP) 和动态波动率带。它提供成交量加权平均价格的多周期视图。 主要功能: 该指标计算成交量加权平均价格 (VWAP),并根据标准差绘制最多 3 条上下波动率带。每次选择新的周期(小时、4 小时、日线、周线、月线)时,计算都会重置,从而支持日内和长期趋势分析。 标准差带的权重与 VWAP 的权重相同。这使得它们具有动态性,能够灵敏地反映市场活动,有助于识别异常的价格波动和潜在的反转区域。 解读指南:VWAP 线通常用作加权平均价格的参考线。高于 VWAP 线的交易表明买盘压力,而低于 VWAP 线的交易则表明卖盘压力。这些带状区域作为动态参考水平,外侧带状区域指示具有统计显著性的极值。 配置参数: 周期:定义 VWAP 重置频率。 - 1 小时 (H1) – 每 00:00 重置一次。 - 4 小时 (H4) – 每 4 小时重置一次(00:00、04:00、08:00 等)。 - 日线 – 在每个交易日开始时重置。 - 周线 – 在每个交
FREE
DS True Open Sessions
Darkstone Capital LTD
DS True Open Sessions V2.6 Daily, Weekly, Monthly, Quarterly and Yearly Open Levels Indicator for MetaTrader 5 DS True Open Sessions V2.6 is a MetaTrader 5 indicator that automatically calculates and displays major market opening levels on the chart. The indicator plots: Daily Open Weekly Open Monthly Open Quarterly Open Yearly Open Each level is calculated from the corresponding market period opening price and displayed as a horizontal chart reference. Features Daily Open Displays the opening p
FREE
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis A professional spike pattern indicator built for synthetic traders who scalp and swing Crash 500/300/1000 with precision.  This indicator: Detects powerful 3-candle spike formations (Spike → Pullback → Spike) Automatically draws a clean box a
FREE
VSA Volume Color
Thanh Tuan Nguyen
5 (1)
Instantly see how strong each bar's volume really is. VSA Volume Color classifies tick volume into 6 color-coded levels using Wilder's Moving Average — so you always know when Smart Money is active and when the market is quiet. The problem most traders face: A standard volume histogram tells you how much — but not how significant. Every bar looks similar. You have no quick way to tell whether this volume spike is truly abnormal, or just slightly above average noise. What VSA Volume Color does: T
FREE
BoxInside MT5
Evgeny Shevtsov
5 (4)
This indicator calculates the volume profile and places labels that correspond to the VAH, VAL and POC levels, for each candle individually. Indicator operation features The indicator works on the timeframes from M3 to MN, but it uses the history data of smaller periods: M1 - for periods from M3 to H1, M5 - for periods from H2 to H12, M30 - for the D1 period, H4 - for the W1 period, D1 - for the MN period. The color and location of the VAL, VAH and POC labels on the current candle are considere
FREE
Automatic Vwap Midas
Ricardo Almeida Branco
5 (1)
The 3 Automatic Vwap (Midas) Indicator can be used for Price and Volume studyers to map the movement of market drivers. It automatically plots 3 Vwaps, two of which are dynamic and will be updated throughout the day if new highs or new lows emerge. The third Vwap is daily and can help if the trend is up or down. Also, an auxiliary indicator that plots (also dynamic) points of interest with OHLC prices (Open, High and Low of the current day and Close of the previous day) was inserted. Success and
该产品的买家也购买
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Trend Trading System 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Smart Trend Trading System 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Smart Trend 信号转换为自动交易。 Smart Trend Trading System 是一套完整的交易系统,具备不重绘、不回绘、不延迟的特点,专为希望获得更清晰信号、更准确趋势方向以及更有组织交易方式的交易者打造。   [User Manual]   ,  [PDF]  ,   [Installation manual]   and  [Online course] 它将 10 多种交易工具 整合到一个系统中,包括趋势检测、反转区域、Smart Cloud、移动止损逻辑、支撑与阻力、K线着色、提醒以及多周期分析。 该系统旨在帮助您应对不同的市场环境: 趋势市场: 识别主要趋势,发现回调,跟随
Trend Sniper X
Sarvarbek Abduvoxobov
5 (8)
Trend Sniper X 是一款适用于 MetaTrader 5 的多时间周期趋势跟踪指标,帮助交易者以清晰、精确的方式识别趋势方向和潜在的反转点。 价格信息: 当前价格为促销价,随着未来更新和新功能的发布,价格可能会有所变动。 Code2Profit 频道 通过多时间框架分析掌握市场! 技术规格 平台 MetaTrader 5 指标类型 多时间周期趋势指标 运行时间周期 任何图表时间周期,可独立选择更高的时间周期 (M1–MN1) 主要交易品种 外汇、黄金 (XAUUSD) 及其他差价合约 (CFD) 推荐账户 任何账户类型 可视化 彩色趋势蜡烛 (买入/卖出/微弱/变化) + 买入/卖出箭头 附加模块 交易时段方框 (悉尼、东京、伦敦、纽约) 主要功能 多时间周期趋势分析: 直接在当前图表上投射更高时间周期的趋势方向,提供清晰的宏观视角。 弱势/不确定柱检测: 高亮显示趋势条件不明朗的柱线,让交易者避开震荡区域。 买入/卖出信号箭头: 在确认趋势变化后的柱线上自动绘制箭头,支持警报、推送和电子邮件通知。 一键开启/关闭面板: 图表上的按钮可切换指标,下拉菜单可立即切换分析时间周
Superhero
Ihor Otkydach
5 (2)
SUPERHERO 指標是一款基於「全方位」原則設計的多貨幣交易系統。該指標能獨立分析市場,並提供開倉與平倉的交易訊號。它採用止損與獲利了結訂單,風險報酬比(R:R)為 1:1。 我偶爾會根據這個系統的訊號親自進行交易,以下是我獲得的結果—— 即時訊號 此系統可向您的智慧型手機發送推播通知,讓您無需綁定電腦,即可「隨時隨地」進行交易。這對於自營交易公司而言再適合不過了。 每位顧客皆可享額外好禮: 每位購買此指標的買家,都將收到我贈送的一項特別實用工具,該工具: 自動下達止損與獲利了結訂單 當價格達到目標水準時,系統會自動平倉 支援待執行訂單交易 支援均值交易模式 如果您希望將這款優秀且極為便利的工具作為禮物獲贈,請在購買 SUPERHERO 指標後,立即透過 MQL5 平台的私訊與我聯繫。此外,您還將獲得培訓課程「如何安裝與設定 SUPERHERO 並開始穩定獲利」的存取權限。 關於「超級英雄」策略 SUPERHERO 策略是利用價格回調時,順應趨勢方向進行盤中交易。 「超級英雄」程式碼內含數個強大的技術指標,用以分析價格通道的趨勢方向與波動範圍,並能識別在修正性回調後形成的盤中波段反
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading opp
SuperScalp Pro
Van Minh Nguyen
4.6 (30)
SuperScalp Pro – 专业多层共振剥头皮交易系统 SuperScalp Pro 是一款专业的多重共振剥头皮交易系统,旨在帮助交易者识别更高概率的交易机会,提供更清晰的入场确认、基于 ATR 的止损(Stop Loss)和止盈(Take Profit)水平,以及适用于 XAUUSD、BTCUSD 和主要外汇货币对的灵活信号过滤功能。 完整使用文档可在产品博客查看: [User Guide] 支持通过 SuperScalp Pro Auto Trader EA 进行自动交易: [Auto Trader] 基于 SuperScalp Pro 交易逻辑开发的黄金自动剥头皮 EA: [SuperScalp Gold] SuperScalp Pro 集成了 Supertrend、VWAP、EMA、RSI、ADX、成交量分析、布林带(Bollinger Bands)以及 MACD 背离分析,用于过滤低质量交易机会,减少虚假突破信号,并提高入场精准度。 SuperScalp Pro 专为 XAUUSD、BTCUSD 以及主要外汇货币对优化设计,通过基于 ATR 的波动率逻辑和规则化信
SMC Intraday Formula
Kareem Abbas
5 (21)
让我们先坦诚一点。 没有任何一个指标可以单独让你实现盈利。如果有人告诉你可以,那他是在向你兜售一个梦想。任何显示完美买卖箭头的指标都可以被做得看起来毫无瑕疵——只需要放大历史中的某一段并截取成功交易的截图。我们不会这样做。 SMC Intraday Formula 是一个工具。 它为你读取市场结构,标记出概率最高的价格区域,并用简单直白的语言准确告诉你当前智能资金的行为轨迹。你仍然需要做决定。你仍然需要执行交易。但现在,你是带着精确性执行,而不是靠希望。 我们已经在黄金(XAUUSD)以及主要外汇货币对的日内剥头皮交易中使用该指标将近三年。这是我们在 M1、M5、M15 和 M30 上的日常主力工具。它之所以有效,是因为它不试图预测未来——它展示的是当前正在形成的高概率交易机会,并解释 为什么 。 它与其他所有指标有什么不同? 大多数交易指标只做一件事。移动平均线交叉。振荡指标触及某个水平。出现一个箭头。你进场交易。你亏损。你责怪指标。重复。 SMC Intraday Formula 将多个机构级概念整合为一个统一的市场解读: - 斐波那契共振引擎 不只是普通的斐波那契水平——该指标
Entry Points Pro for MT5
Yury Orlov
4.51 (148)
传奇回归:Entry Points Pro 10。 这款传奇指标曾 3 年稳居 MQL5 Market 前三,如今全面重启。 数百条热情好评(两个版本合计 589 条),每天有数千名交易者用它交易,演示版下载 31,000+   MT4+MT5  次。 五年来我读过你们的每一条评价——在第 10 版里,我没有给出许诺,而是把答案直接做进了产品。指标作者自 1999 年入市, 珍视诚信、自己的声誉和自己的客户 。 Entry Points Pro 给出的入场信号严格不重绘。 而且这一次不再只是作者的一面之词,而是可验证的事实:确认信号只在 K 线收盘后标出,自动化测试记录到 零重绘 (在 EURUSD、XAUUSD 和 BTCUSD 上共 2,486,568 次不变量检查——0 次违规)。测试方法完全公开——您可以在策略测试器中自行复现。 购买后请务必第一时间给我发私信。 我会发给您 扩展版说明书《交易者圣经》 ——使用本指标交易的完整指南——并告诉您如何免费获得 赠品:市场扫描器 ,它能同时分析多个品种和多个时间周期,并在一个界面上显示 Entry Points Pro 此刻在哪里表现
Neuro Poseidon MT5
Daria Rezueva
4.85 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
M1 Sniper MT5
Oleg Rodin
5 (4)
M1 SNIPER   是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Divergence Bomber
Ihor Otkydach
4.89 (93)
我偶爾會親自使用這個系統進行交易。 請評估我在真實帳戶上進行的手動 BOMBER 交易—— LIVE SIGNAL 购买该指标的每位用户将额外免费获得以下内容: 原创工具“Bomber Utility”,该工具会自动跟踪每一笔交易,设置止损和止盈点,并根据策略规则自动平仓; 适用于不同交易品种的指标设置文件(Set 文件); 三种不同风险模式下的 Bomber Utility 设置文件:“最低风险”、“平衡风险” 和 “观望策略”; 一套详细的 视频操作手册,帮助您快速完成安装、配置并开始使用本交易系统。 注意: 要获取以上所有赠品,请通过 MQL5 的私人消息系统联系卖家。 我为您介绍原创的自定义指标 “Divergence Bomber”(背离轰炸机),它是一套基于 MACD 背离交易策略 的“全功能”交易系统。 该技术指标的主要任务是识别 价格与 MACD 指标之间的背离,并发出交易信号(包括推送通知),指示未来价格可能的运动方向。平均而言,这些信号的准确率超过 98%。有关该指标如何工作的详细说明,请观看本页面上的视频演示。 该系统使用 止损订单 和 动态回撤平仓机制 来管理
Atomic Analyst MT5
Issam Kassas
4.41 (49)
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Atomic Analyst 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Atomic Analyst 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Atomic Analyst 信号转换为自动交易。 Atomic Analyst 是一款不重绘、不回绘、不延迟的 Price Action 交易指标,专为手动交易、清晰信号和 EA 自动化而设计。 User manual: settings, inputs and strategy.   &   User Manual PDF . 它分析价格行为、强度、动能、多周期方向和高级过滤器,帮助交易者减少噪音,避免弱势交易机会,并做出更有结构的交易决策。 该指标将复杂的市场计算转换为简单的视觉信号、彩色K线、趋势读数、止损水平和多个止盈区域,使交易者能够快速理解并应用于真实市场环境。 主要交易用途: 剥头皮和日内交易: 专为快速决策、清晰箭头、提醒、K线颜色和
Gann Made Easy MT5
Oleg Rodin
5 (9)
Gann Made Easy   是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (3)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Power Candles MT5
Daniel Stein
5 (9)
Power Candles V3 - 自我优化的强度指标 Power Candles V3 把货币与品种的强度直接转化为图表上可执行的交易方案。指标不再仅根据强度给K线着色,而是在后台持续运行实时自动优化,为您正面对的品种给出最佳 Stop Loss、Take Profit 与信号阈值。一键采用,Entry、Stop Loss、Take Profit 线就以精确价格绘制在图表上,提醒消息中直接包含方向。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 每根收盘K线运行 3,000+ 次交易模拟。9 种强度状态。2 种策略并行测试。一键采用最优配置。 为什么需要这个 大多数强度指标只给您一个数值,然后留下三个问题:相信哪个阈值、用哪个 Stop Loss、走哪个交易方向。Power Candles V3 在每根收盘K线上自动回答这些问题。结果就是一个完整的交易方案 -
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (18)
趨勢捕捉指標 趨勢捕捉指標結合了作者獨有的客製化自適應趨勢分析指標,用於分析市場價格趨勢。它透過過濾掉短期噪音,並專注於潛在的動能強度、波動性擴張和價格結構行為,來識別真實的市場方向。此外,它還結合了平滑和趨勢過濾等客製化指標,例如移動平均線、相對強弱指標 (RSI) 和波動率過濾器。 您可以在這裡查看實際運行情況以及我的其他產品: https://www.mql5.com/en/users/mechanic/seller 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。 重要提示!購買後請立即聯繫我,以獲取使用說明和額外獎勵! 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。
M1 Quantum MT5
Hamed Dehgani
4.27 (11)
使用 M1 Quantum 的实盘交易信号 : 信号 (交易由 Quantum Trade Assistant 自动 执行,并作为本产品 免费 提供。) 最新消息: 版本 1.64 已发布。现在所有交易的止损都会设置在相应的支撑位/阻力位之后。Smart Close 功能也进行了改进,以提升此版本 EA 的性能。 自 8 月 9 日起,实盘信号一直运行在版本 1.64 上。 价格计划: 当前价格: $169 (早期用户优惠) 下一阶段计划价格: $189 计划零售价: $299 开发者提示: 购买后请联系我,以获取 最新推荐的参数设置文件(Set File) 、交易建议,以及加入 VIP 支持群组 ,与其他 M1 Quantum 用户交流经验。 常见问题 - 设置文件 - 安装指南 M1 Quantum 是一款专业的 M1 交易系统,提供快速且精准的交易信号,并内置止损(Stop Loss)、止盈(Take Profit)以及智能资金管理功能。 M1 Quantum 包含专业的资金管理系统,通过专注于 连续盈利交易 ,帮助交易者更快地增长账户资金。 M1 Quantum 指标 的主
Atbot
Zaha Feiz
4.69 (55)
AtBot: 它是如何工作的以及如何使用它 ### 它是如何工作的 “AtBot”指标用于MT5平台,通过结合技术分析工具生成买入和卖出信号。它集成了简单移动平均线(SMA)、指数移动平均线(EMA)和平均真实波幅(ATR)指标,以识别交易机会。此外,它还可以利用Heikin Ashi蜡烛来增强信号的准确性。 购买后留下评论,您将获得特别的奖励礼物。 ### 主要特点: - 不重绘: 信号在绘制后不会改变。 - 不变动: 信号保持一致,不会被更改。 - 无延迟: 提供及时的信号,没有延迟。 - 多种时间框架: 可在任何时间框架上使用,以适应您的交易策略。 ### 操作步骤: #### 输入和设置: - firstkey (TrendValue): 调整趋势检测的灵敏度。 - Secondkey (SignalValue): 定义买入/卖出信号生成的灵敏度。 - masterkey (ExitValue): 控制信号的退出策略。 - h: 切换是否根据Heikin Ashi蜡烛生成信号(真/假)。 - notifications: 启用或禁用信号提醒。 #### ATR计算: ATR测
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5合成分形结构分析与确认入场 概述 Azimuth Pro 是 Merkava Labs 推出的多层级波段结构指标。四层嵌套波段层级、锚定波段的VWAP、ABC形态识别、三时间框架结构过滤以及收盘确认入场——一个图表,一个从微观波段到宏观周期的完整工作流程。 这不是盲目的信号产品。它是一个以结构为先的工作流程,专为重视位置、背景和时机的交易者打造。 ️ 夏季促销 — 庆祝夏至与 The Oracle Pro 上市:Azimuth Pro 七折优惠,现价 279 美元(原价 399 美元)。限时夏季优惠。 1. V2的变化 合成多时间框架引擎 高时间框架分析从零开始重建,采用与Meridian Pro相同的专有合成架构。更清晰的HTF背景、稳定的实时行为、无经典MTF同步问题。合成引擎还解锁了 固定比率时间框架级联 (x2、x3、x4、x6)——不再在经纪商的固定时间框架之间任意跳转,您可以按图表时间框架的固定倍数分析结构,在每个尺度上保持相同的分形关系。 确认入场箭头 作为稳定且可恢复的执行层而设计的收盘确认箭头。当ABC设置形成且自适应确认逻辑
SkyHammer Signal Pro
Shengzu Zhong
5 (4)
SkyHammer Signal Pro Professional No-Repaint Trend Signal Indicator with Locked Entry, SL and TP Levels SkyHammer Signal Pro is a structured trend and momentum signal indicator designed for traders who want clear, fixed, and verifiable trading signals. It works best on lower timeframes such as M1 and M5 . The indicator does not try to predict tops or bottoms. Instead, it waits for confirmed market structure, trend direction, momentum strength, volatility quality, and target space before generati
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Price Action Concepts 目前价格为 $200 。 接下来的 30 次购买 后,价格将上涨至 $299 。 特别优惠: 购买后,请发送私信给我,即可领取 免费赠品 + 礼物 。 首先需要强调的是,这款交易工具是不重绘、不回绘、不延迟的指标,因此非常适合专业交易使用。 Online course , and manual Smart Price Action Concepts 指标是一款非常强大的工具,适合新手和有经验的交易者使用。它将 20 多个实用指标整合到一个系统中,结合了 Inner Circle Trader Analysis 和 Smart Money Concepts Trading Strategies 等高级交易理念。该指标专注于 Smart Money Concepts,帮助交易者理解大型机构如何交易,并辅助预测其市场行为。 它特别擅长流动性分析,使交易者更容易理解机构交易逻辑。它也非常适合预测市场趋势并仔细分析价格走势。通过让交易与机构策略保
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (5)
全新王者降临 - 指标 + 订单管理提示(TP1 + TP2 + TP3)+ 可选 Telegram 信号发送器 INCLUDED(免费) (完整交易与信号系统) 我们最强的黄金 EA: Gold Slayer 该指标包含先进的交易策略、可自定义订单管理系统,以及结合 Envelope 扩展的均值回归系统,并通过 RSI 等多重智能确认过滤器进行验证,以捕捉高概率反转入场机会,提供 BUY 与 SELL 信号。 你不仅能够学习如何交易,还能学会如何高效管理多个仓位,并利用之前盈利的持仓来覆盖亏损交易。 专为 M5 周期打造并优化,在 BTCUSD 和 XAUUSD 上表现尤为出色,因为这些市场的流动性能够让信号更加干净、可靠。 该指标会自动生成清晰的多头(Long)与空头(Short)信号,同时基于 ATR 自动计算入场位、止损位和止盈位,让风险管理从一开始就融入系统之中。 多 TP 系统设有三个渐进式目标位,你可以在 TP1 锁定部分利润、在 TP2 继续持仓,并在更大的行情中将仓位持有至 TP3,而这正是平均风险回报比真正开始大放异彩的地方。 默认参数开箱即用,已经针对稳定表现进行
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 5. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status, d
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro:用于 MT5 的合成多周期偏向引擎 ️ 夏季上市优惠 — 早期买家可以 199 USD 获得 The Oracle Pro。价格将随关注度上升;最终价格 399 USD。 The Oracle Pro 是一款面向高要求与专业交易者的 MetaTrader 5 高级多周期 偏向引擎 。它以纪律回答一个问题:当前每个周期的方向偏向是什么、强度如何、各周期之间的一致程度如何?一切仅在已收盘的 K 线上计算——绝不重绘。 The Oracle Pro 是一套多因子共识系统。它将专有指标与优化算法整合为单一而精密的共识向量,并在单个指标实例内,跨当前周期与更高周期的堆栈进行读取——而不是在多个图表上堆叠互不相关的工具。 它是 Oracle 共识方法的专业进化版:完整重建为高级操作控制台,面向希望在一个纪律化工作流中获得深度、多周期背景与背离洞察的交易者。 是偏向引擎,而非信号生成器 The Oracle Pro 明确自身定位。它是一款提供纪律化方向背景的 多周期多因子偏向指标 。它 不是 信号生成器:不承诺入场、出场或盈利。偏向是背景——你在其方向上交易自己的设置
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
介绍 Quantum TrendPulse   ,这是一款终极交易工具,它将 SuperTrend   、   RSI 和 Stochastic 的强大功能整合到一个综合指标中,以最大限度地发挥您的交易潜力。该指标专为追求精准和效率的交易者而设计,可帮助您自信地识别市场趋势、动量变化以及最佳进入和退出点。 主要特点: 超级趋势整合: 轻松跟随当前的市场趋势并乘上盈利浪潮。 RSI 精度: 检测超买和超卖水平,非常适合把握市场逆转时机,可用作 SuperTrend 的过滤器 随机精度: 利用随机振荡在波动的市场中寻找隐藏的机会, 用作超级趋势的过滤器 多时间范围分析: 从 M5 到 H1 或 H4,在不同时间范围内关注市场动态。 可定制的警报: 当您的自定义交易条件得到满足时收到通知,这样您就不会错过任何交易。 无论您是新手还是经验丰富的交易员,   Quantum TrendPulse 都能为您提供所需的优势,帮助您增强策略并自信地进行交易。借助这一强大的指标,将洞察力转化为利润 — 掌控您的交易! ***购买 Quantum TrendPulse,即可免费获得 Quantum Tr
UZFX {SSS} 超短线智能信号 v4.0 MT5 是一款无重绘的高性能交易指标,专为在快速波动的市场中需要精准、实时信号的超短线交易者、日内交易者和波段交易者设计。该指标由 (UZFX-LABS) 开发,融合了价格行为分析、趋势确认和智能过滤技术,可在所有货币对和时间周期内生成高概率的买卖信号、预警信号以及趋势延续机会。 别再对交易犹豫不决了,开始遵循这一专为追求清晰、精准和纪律性市场执行的交易者设计的结构化信号系统吧。 我的建议* 最佳时间周期:15分钟及以上。 {H1} 是我的最爱。而且效果令人惊叹……!! 更新后的主要功能 • 自动买入和卖出信号检测 • 先进的反转识别逻辑 • 潜在市场反转前的早期预警信号 • 趋势延续确认信号 • 内置风险管理功能,包含入场点、止损点、TP1、TP2和TP3水平 • 完全可自定义的风险回报比 • 实时警报、声音提醒和移动端推送通知 • 带交易建议的专业信息面板 • 适用于所有MT5交易品种和时间周期 • 界面简洁、轻量且用户友好 为什么交易者选择 UZFX SSS? 大多数交易者亏损的原因在于入场过晚、平仓过早,或者缺乏明确的交
可以说,这是您可以为MetaTrader平台找到的最完整的谐波价格形成自动识别指标。它检测19种不同的模式,像您一样认真对待斐波那契投影,显示潜在的反转区域(PRZ),并找到合适的止损和获利水平。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 它检测19种不同的谐波价格形态 它绘制了主要,衍生和互补的斐波那契投影(PRZ) 它评估过去的价格走势并显示每个过去的形态 该指标分析其自身的质量和性能 它显示合适的止损和获利水平 它使用突破来表明合适的交易 它在图表上绘制所有样式比率 它实现了电子邮件/声音/视觉警报 受斯科特·M·卡尼(Scott M. Carney)的书的启发,该指标旨在满足最纯粹和最熟练的交易者的需求。但是,它采取了一种使交易更容易的方式:在向交易发出信号之前,它会等待Donchian朝正确方向突破,从而使交易信号非常可靠。 斐波那契投影与向量无关 它实现了电子邮件/声音/推送警报 它绘制了ABCD投影 重要提示: 为了符合 Scott M. Carney先生 的商标申诉,某些图案名称已重命名为不言自明的替代方式, Scott M.
FX Power MT5 NG
Daniel Stein
5 (33)
FX Power:分析货币强度,助您做出更明智的交易决策 概述 FX Power 是一款专业工具,帮助您全面了解主要货币和黄金在任何市场条件下的真实强度。通过识别强势货币用于买入,弱势货币用于卖出, FX Power 简化了交易决策,并帮助您发现高概率的交易机会。不论您是想跟随趋势还是通过极端的 Delta 值预测反转,这款工具都能完美适应您的交易风格。别再盲目交易——用 FX Power 让您的交易更加智慧。 1. 为什么 FX Power 对交易者极具价值 实时货币和黄金强度分析 • FX Power 实时计算并显示主要货币和黄金的相对强度,助您全面了解市场动态。 • 监控领先或落后资产,轻松识别值得交易的货币对。 全面的多时间框架视图 • 跟踪短期、中期和长期时间框架的货币和黄金强度,以便将您的交易策略与市场趋势保持一致。 • 无论是快进快出的短线交易还是更长期的投资策略, FX Power 都能为您提供所需的信息。 Delta 动态分析用于趋势和反转 • 极端 Delta 值常常预示反转机会,而平缓的 Delta 变化则确认趋势延续。 • 使用 Delta 分析,轻
Axiom Matrix
Issam Kassas
5 (5)
AXIOM MATRIX MT5 首发价格:$99 Axiom Matrix 现以 $99 的首发价格提供。 前 30 次购买完成后,价格将上涨至 $199。 购买后,请直接私信我,以获取使用说明并领取您的专属赠品奖励。 Axiom Matrix 是一款适用于 MetaTrader 5 的专业多品种、多时间周期市场扫描器和决策仪表板。 它会扫描您的 Market Watch,分析多个时间周期,读取多个证据引擎,比较最强的交易机会,并在一个清晰的矩阵仪表板中显示最佳 BUY、SELL、WAIT 或被阻止的状态。 我开发 Axiom Matrix,是因为我想要一个可以替我完成繁重市场扫描工作的工具。 我不想只单独检查 RSI。 然后单独检查 MACD。 然后检查移动平均线。 然后检查成交量。 然后检查波动率。 然后检查支撑和阻力。 然后还要手动在不同品种和时间周期之间切换,只为了建立一个交易思路。 我想要一个仪表板,可以扫描市场、比较证据、排序最佳机会,并告诉我现在最强的交易设置在哪里。 这就是 Axiom Matrix 背后的核心理念。 AXIOM MATRIX 的功能 Axiom Ma
FX Trend MT5 NG
Daniel Stein
5 (6)
FX Trend NG:新一代多市场趋势智能分析工具 概述 FX Trend NG 是一款专业的多时间周期趋势分析与市场监控工具,帮助您在几秒钟内全面了解市场结构。 无需在多个图表之间来回切换,您可以立即看到哪些品种处于趋势中、哪里动能正在减弱,以及哪些时间周期之间存在强烈共振。 限时发布优惠 – 仅需 $30(6个月) 或 $80 终身授权 即可拥有 FX Trend NG 。 已经是 Stein Investments 客户? -> 发送消息 以获取专属客户群访问权限。 需要帮助或安装指导? -> 请访问 Stein Investments 官方页面 。 1. FX Trend NG 的核心优势 三状态趋势逻辑 —— 不只是 Buy 或 Sell • 大多数指标仅显示两种状态:Buy 或 Sell。 • FX Trend NG 增加第三种状态: Fade 。 • Fade 表示趋势强度正在减弱,在完全反转之前提前发出信号。 这种结构化逻辑让您看到趋势变化过程,而不仅仅是简单方向信号。 多时间周期分析(M1 至 MN1) • 从短线交易到中长线交易全面覆盖。 • 快速识别趋势
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
作者的更多信息
Donchian Pro
Paulo Henrique Faquineli Garcia
5 (3)
The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the application
FREE
Midas VWAP
Paulo Henrique Faquineli Garcia
4 (2)
Volume Weighted Average Price (VWAP) is a trading benchmark commonly used by Big Players that gives the average price a Symbol has traded throughout the day. It is based on both Volume and price. This indicator contains Daily VWAP and MIDAS' VWAP, which means you are able to anchor the beggining of MIDAS' calculations and, therefore you will be able to use this methodology to study price versus volume moves after anchor point. You will be able to anchor up to 3 HIGH MIDAS VWAP's and 3 LOW. Wish
FREE
Rejection Zones
Paulo Henrique Faquineli Garcia
Este poderoso indicador analisa o gráfico e mostra zonas de Rejeição de Preços! Isto é, locais onde o preço foi, mas não foi aceito pelo mercado! A visualização desta zona de Rejeição, facilita o entendimento do trader na tomada de decisões de onde operar e como operar! O indicador é composto por 4 linhas, sendo classificadas em 2 grupos: Linhas Vermelha e Amarela: Denotam os extremos onde o preço conseguiu chegar, mas não foi aceito! Linhas Laranja e Azul: A partir delas, denotam o Início da z
FREE
VolumeFlow
Paulo Henrique Faquineli Garcia
5 (2)
VolumeFlow is a Volume Accumulation / Distribution tracking indicator. It works in a similar way to OBV, but it is much more refined and includes the options to use: Classical Approach = OBV; Useful Volume Approach; Gail Mercer's approach; Input Parameters: Input Parameters: Approach Type: Explained above; Volume Type: Real or Ticks; Recommendations: Remember: The TOPs or BOTTONS left by the indicator are good Trade Location points. This is because the players who were "stuck" in these regions w
FREE
ColoredMA
Paulo Henrique Faquineli Garcia
4.5 (2)
Média Móvel que possui todos tipos de Cálculo comum: Simples Exponencial Suavizada Ponderada Conta com suporte para aplicação sob outros indicadores! Seu principal diferencial é o esquema de cores em GRADIENTE que, de acordo com a mudança no ângulo da média, altera suas cores conforme demonstrado nas imagens abaixo. Com isso, espera-se que o usuário tenha uma percepção mais suavizada das pequenas alterações. Bons trades!!
FREE
VWAPBands
Paulo Henrique Faquineli Garcia
This indicator calculates the Daily VWAP and projects its Bands in 3 upper levels and 3 lower levels (Supports and Resistances), offset by the Standard Deviation selected by the user. How to configure: Choose the symbol and the desired graphic time; Choose the type of price that is most suitable to calculate the Desired VWAP; Choose whether or not you want the Bands to be plotted; Choose the type of Volume you want to use (Ticks or Real); Choose the type of Calculation of the Bands (Deviation
EchoCardiogram
Paulo Henrique Faquineli Garcia
This indicator allows you to monitor and correlate several assets simultaneously. Using an operational reading technique applied in Multimarkets, the user is able to observe the behavior of other assets visible to the current asset that is operating. With this, the user's ability to make decisions becomes more robust and grounded. The indicator has the capacity to list up to 4 assets, with the possibility, also, to change the type of quote and be used both for the current price and the past pr
Will Spread
Paulo Henrique Faquineli Garcia
The Larry Wiliams' indicator named WillSpread considers the influence of the secondary Asset (Symbol) on the current Asset (trading). Indicator essence is to transform the correlation between assets in accumulated history data, providing an opportunity to detect various peculiarities and patterns in price dynamics which are invisible to the naked eye. Based on this information, traders can assume further price movement and adjust their strategy accordingly. As exposed on his Book, Larry says: "a
VolumeCapacitor
Paulo Henrique Faquineli Garcia
Designed by Fábio Trevisan, VolumeCapacitor is an indicator that, in addition to showing the volume quantity, shows its direction, having as main characteristic, the possible price tops and bottoms, or pullback areas. With its simple but not simplistic calculation method, it is able to determine areas where the defense of long and short positions can be assessed with a simple observation. VolumeCapacitor uses in its unique formula the OBV (Balance of Volume, or On-Balance Volume) idealized by J
BigPlayerBars
Paulo Henrique Faquineli Garcia
Se você já ouviu falar do Método de  Wyckoff, Análise de dispersão de volume, etc., com certeza chegou até aqui para buscar o indicador que lhe faltava!! Nosso indicador é capaz de lhe mostrar a dispersão de volume negociado pelos grandes players durante todo o período de negociação! E o grande diferencial deste tipo de abordagem é a capacidade que este indicador possui de lhe mostrar onde está armado o "ACAMPAMENTO" dos BigPlayers e, assim, tirar o melhor proveito em seus trades, entrando junt
Renko Ultimate
Paulo Henrique Faquineli Garcia
3.5 (2)
This indicator creates the perfect RENKO for you to work with timeless types of Candles! Due to RENKO characteristics of timeless, the indicator adjusts trading arrows (otherwise they would be lost) and leaves them exactly where the negotiation occurred in Renko Candles! In addition, this indicator shows exactly the division between days, in order to make it clear to user where each trading session started and ended! Important details: The automatically generated RENKO has an accuracy of up to
ATR SuperTrend
Paulo Henrique Faquineli Garcia
A ‘Supertrend’ indicator is one, which can give you precise buy or sell signal in a trending market.  As the name suggests, ‘Supertrend’ is a trend-following indicator just like moving averages and MACD (moving average convergence divergence). It is plotted on prices and their placement indicates the current trend. The Supertrend indicator is a trend following overlay on your trading chart, much like a moving average, that shows you the current trend direction. The indicator works well in a tren
SuperRenko
Paulo Henrique Faquineli Garcia
This indicator creates the perfect RENKO for you to work with timeless types of Candles! Due to RENKO characteristics of timeless, the indicator adjusts trading arrows (otherwise they would be lost) and leaves them exactly where the negotiation occurred in Renko Candles! In addition, this indicator shows exactly the division between days, in order to make it clear to user where each trading session started and ended! Furthermore, the following indicators were added, giving you bigger analysis p
Volume Waves
Paulo Henrique Faquineli Garcia
One of the best tools for analyzing volume, Weis Wave was devised by David Weis to facilitate reading the directional flow. For the disciples of the Wyckoff method, this means an evolution, facilitating a predictive reading of the market, always looking for Accumulation and Distribution zones for traded assets. For better understanding, in this indicator we try to cover every reading of EFFORT (traded volume) versus RESULT (price change). Thus, you can apply the indicator on the chart twice to
Auto Midas VWAP
Paulo Henrique Faquineli Garcia
AUTO MIDAS VWAP Volume Weighted Average Price (VWAP) is a trading benchmark commonly used by Big Players that gives the average price a Symbol has traded throughout the day. It is based on both Volume and price. Commonly, MIDAS VWAP damand you to determine the initial point of analysis. This indicator plots automatically based on ZigZag Approach. You will be able to use up to 3 HIGH MIDAS VWAP's and 3 LOW MIDAS VWAP's. Wish the best trade results!!
LongShort Cointegration
Paulo Henrique Faquineli Garcia
Long & Short Based on Cointegration Statistical and Quantitative Long-Short (Pair Trading) approach for long and short positions. Your CPU will always be safe and stable when using Multiple Linear Regression if you have a reliable indicator. Based on the results of this indicator, you can execute a long and short or a long and long/short and short trade between two separate assets. It can show you a Highly informative dashboard based on Cointegration Search you determine, with all statistical d
LongShort by Cointegration
Paulo Henrique Faquineli Garcia
Be aware that standard parameters are not a recommendated inputs! You should analyze and determine your own parameters for Long&Short trades! Long   &   Short   Based   on   Cointegration Statistical and Quantitative Long-Short (Pair Trading) approach for long and short positions. Your CPU will always be safe and stable when using Multiple Linear Regression if you have a reliable Expert Advisor. Based on the results of this indicator, you can execute a long and short or a long and long/short an
筛选:
Quantum Trader
3019
Quantum Trader 2021.08.04 22:29 
 

用户没有留下任何评级信息

回复评论