Timesharing Chart of Gold

推荐这款分时均线指标程序!它在主窗口直观展示实时价格与 30 分钟、60 分钟、120 分钟均线,助您精准把握日内趋势。参数可灵活调整,支持多种均线类型,适配不同交易风格。代码优化高效,避免重复计算,运行流畅。清晰的多色线条与标签设计,让价格与均线的关系一目了然,助力您快速捕捉交易信号。简洁实用的设计,是日内交易者分析行情的得力工具,值得一试。配合MACD及HAM买卖提示能对交易有质的提升。

1. 指标显示设置

  • 借助  #property  指令对指标的显示属性加以设置:
    • #property indicator_chart_window :保证指标在交易图表的主窗口显示。
    • #property indicator_buffers 4 :设定指标运用 4 个数据缓冲区,分别用来存储实时价格以及 3 种不同周期的均线数据。
    • #property indicator_colorX :为不同的线条设定颜色,例如价格线是蓝色,30 分钟均线是红色,60 分钟均线是绿色,120 分钟均线是紫色。

2. 输入参数设置

  • 提供了几个可调节的输入参数,用户能够依据自身需求进行修改:
    • MAPeriod1 、 MAPeriod2 、 MAPeriod3 :分别代表 30 分钟、60 分钟和 120 分钟均线的计算周期。
    • MA_Type :代表均线的计算类型,有简单移动平均( MA_SIMPLE )、指数移动平均( MA_EXPONENTIAL )、平滑移动平均( MA_SMoothed )和线性加权移动平均( MA_LWMA )这几种选项。

3. 初始化功能

  • OnInit  函数承担指标的初始化工作:
    • 把不同的缓冲区( PriceBuffer 、 MABuffer1 、 MABuffer2 、 MABuffer3 )与指标的各个索引进行绑定。
    • 把这些缓冲区设置为按时间序列存储数据。
    • 对不同线条的绘图样式和标签进行设置,像线条的类型、粗细、颜色以及显示的名称等。
    • 记录当前最新 K 线的时间到  LastBarTime  变量。

4. 核心计算功能

  • OnCalculate  函数是指标的核心计算部分,其功能如下:
    • 检查是否有新的 K 线生成,若没有新 K 线则不进行计算,避免重复计算。
    • 计算需要更新的 K 线数量。
    • 针对每个需要更新的 K 线,进行如下操作:
      • 把当前 K 线的收盘价存入  PriceBuffer  中,当作实时价格。
      • 运用  iMA  函数分别计算 30 分钟、60 分钟和 120 分钟的均线值,并将结果存入对应的缓冲区( MABuffer1 、 MABuffer2 、 MABuffer3 )。

5. 综合功能

  • 该指标会在交易图表的主窗口实时绘制价格线以及 3 种不同周期的分时均线,方便交易者观察价格走势和均线的变化情况,进而做出交易决策。


推荐产品
El indicador "MR BEAST ALERTAS DE LIQUIDEZ" es una herramienta avanzada diseñada para proporcionar señales y alertas sobre la liquidez del mercado basándose en una serie de indicadores técnicos y análisis de tendencias. Ideal para traders que buscan oportunidades de trading en función de la dinámica de precios y los niveles de volatilidad, este indicador ofrece una visualización clara y detallada en la ventana del gráfico de MetaTrader. Características Principales: Canal ATR Adaptativo: Calcula
FFx CCI Divergences
Eric Venturi-Bloxs
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly). Define the width (number of bars) for each ti
Trends Finder
Oleksii Ferbei
"Trend Finder" is a trend trading strategy that combines market noise filtration and all necessary functions in one tool! The system automatically displays entry and exit points using arrows. Only one parameter is sufficient for configuration. It offers simple, intuitively understandable, and effective trend detection. The intelligent algorithm of the "Trend Finder" indicator identifies potential market reversal points. Often, a good trend can be visually observed on the price chart. However, a
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - 下一代外汇交易工具。 当前 49% 折扣。 Dynamic Forex28 Navigator 是我们长期流行的指标的演变,将三种功能合二为一: 高级货币强度 28 指标 (695 条评论)+ 高级货币 IMPULSE 带警报 (520 条评论)+ CS28 组合信号(奖励)。 有关指标的详细信息 https://www.mql5.com/en/blogs/post/758844 下一代强度指标提供什么? 您喜欢的原始指标的一切,现在通过新功能和更高的精度进行了增强。 主要特点: 专有货币强度公式。  所有时间范围内的平滑和准确的强度线。 非常适合识别趋势和精确进入。 动态市场斐波那契水平(市场斐波那契)。  此指标独有的独特功能。 斐波那契应用于货币强度,而不是价格图表。 适应实时市场活动以获得准确的反转区域。 实时市场动量。  第 9 行显示市场是活跃还是被动。 对于定时交易至关重要。 全面的警报和显示。  每种货币最强的买入和卖出动量。 ​​28 对的双重动量买入和卖出。 超买/超卖警告外部范围和止损。 反转
FFx RSI Divergences
Eric Venturi-Bloxs
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
Gets
Andrey Kozak
Gets is a smart trading system with complex market analysis mechanism. The operation principle of Gets is based on neural networks and diversified collection of information from various market analyzers. Then the system analyzes the statistical databases to create a general idea of the current market situation and the further price movement. The information is displayed on the screen in a simple and intuitive way - in the form of buy and sell arrows. Also, the information on the current trend st
ProEdge RoC MTF Momentum MT4
Regidor Ilagan Tumbaga
ProEdge ROC MTF Momentum MT4 多时间框架动量信号指标 ProEdge ROC MTF Momentum MT4 是一款专业交易指标,通过多时间框架 ROC 分析识别高概率 BUY 和 SELL 信号。 它结合动量、趋势一致性和信号评分,过滤低质量交易。 优势 普通指标: 单一时间框架 信号噪音大 ProEdge: 分析 M5、M15、H1、D1 信号评分(0–100) 趋势确认 减少噪音 信号 BUY 78 → 强势上涨 SELL 64 → 中等下跌 可设置最低评分。 ️ 功能 多时间框架分析 信号过滤 清晰界面 不重绘 实时模式 仪表盘 适用 短线交易 日内交易 使用方法 等待: 多时间框架一致 分数 ≥ 60 明确信号 ️ 注意 不保证盈利。
Skynet Lasso
Roman Yablonskiy
This indicator displays entry and exit points in the market. The indicator is based on Parabolic and various mathematical and statistical methods to increase profitability and reduce the number of losing trades. The indicator helps in many cases to skip false inputs, the support and resistance lines go around the price in a certain mode, reducing losses. The dashboard shows the results of the indicator so that you can adjust it more accurately and see how the parameters affect the result. The n
FFx MACD Divergences
Eric Venturi-Bloxs
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
Spirit mt4
Alena Snigireva
5 (1)
Spirit mt4 is an indicator that works without flashing, the signals are triggered after the arrow at the beginning of the next candle Includes several indicators for overbought and oversold levels. Works with any currency pair: EUR/USD, AUD/USD and others. After the purchase, send me a private message and I will send you the settings that I use for this indicator. Suitable for trading cryptocurrencies. I like to trade cryptocurrency more, so I use it more there. It can also be used for bi
Quant Direction
Georgios Kalomoiropoulos
Quant Direction 是一款三维市场分析工具。它通过同时计算多个维度上的精确百分比偏差,提供完全客观的、基于算法的市场分析视角。该算法采用先进的人工智能建模工具开发,并经过全面测试,旨在以独特的精准度解读市场。它可以分析您平台上的任何货币对或金融工具。 无论您是短线 交易者、日内 交易者还是波段交易者,Quant Direction 都是您的理想之选。 交易者的真正优势 Quant Direction 的真正优势在于彻底消除情绪、屏幕疲劳和过度思考。它无需手动点击十几个图表来寻找方向并反复质疑自己的偏好,引擎即可在几毫秒内即时处理 8 个时间周期(从 5 个月到月线)。它能准确告诉你任何时刻谁在掌控市场,确保你始终朝着概率最高的方向进行交易。 市场分析的三个维度 该算法将市场分为三个不同的交易维度,为您提供完整的宏观和微观视角: 超短线交易分析: 捕捉即时、快速的动量变化和较低时间框架的执行点。 日内分析: 识别真实的、潜在的每日方向性偏差。 波动分析: 专注于宏观趋势,确保您不会与大盘机构的走势背道而驰。 独家评分引擎 Quant Direction 的底层采用了一套
The Wing Patterns indicator scans for many different kinds of Patterns using an XABCD structure. The term Wing Pattern is used to refer to all types of patterns based on a general XABCD structure, which is plotted in an alternate high-low extreme form. In other words, assume that point X is started at a low point on the chart. The point A is plotted at the next highest point within a certain number of bars. This certain number of bars is called the depth level. In this example, point B would be
FILH Index Pro MT4
Aiman Saeed Salem Dahbag
Indicator Description: The Advanced Force Index combines volume and price to determine the strength  of the trend. It has been developed to provide an accurate measurement of  seller and buyer power in the market, with multiple smoothing and display options. Key Features: Two display modes: Colored Histogram (bicolor) or Solid Line 4 Moving Average methods: SMA, EMA, SMMA, LWMA 7 Price types: Close, Open, High, Low, Median, Typical, Weighted Both volume types supported: Tick Volum
FREE
供求区关键价指标 背景 系统自动搜索 K 线中的供求区域,并画出实时的关键价格线,交易者可以根据价格交易线进行交易。 主要特点 系统是自动搜索 K 线中的供求区域的,系统同时会画出实时的关键价格线,交易者可以根据价格交易线进行交易。所以使用供求区策略的交易员无需再耗费时间去寻找标识供求区域,而可以关注在价格对供求区域以及关键价格的反应,制定适合自己的交易策略。 然而供求区策略本身就是一个在震荡时期更加有效的策略,所以当市场呈现强大趋势的时候,应当小心使用,或者按顺应趋势的方向使用指标提供的建议。   范围 ShowZones :是否显示供求区域 DrawLines: 是否显示关键价格 SupplyZoneLineColor: 供给区价格线颜色 DemandZoneLineColor: 需求区价格线颜色 PenatratedLineColor: 被击穿价格线颜色   执行 只需将指标附加到图表上即可。 请给我您宝贵的意见,让我改进指标。 如有问题,联系微信 imlizard
Renegades
Ivan Simonika
Renegade The indicator generates arrows (red and blue by default). The indicator is installed in the usual way on any trading symbol with any time interval. It is an auxiliary tool that is used for technical analysis of the price movement chart in the Forex market. Novice traders have difficulties both with finding an indicator and with its application. Their reason is the lack of technical awareness of ordinary users and the lack of basic knowledge about good trading programs. In Forex transa
Great Indicator
Ruben David Santana Rodriguez
Les presento un indicador que funciona como estrategia por si solo , trabaja muy bien en periodos de 4 horas pero puedes aplicarlo a cualquier timeframe , las señales son muy faciles de interpretar , en momento en que la linea naranja pasa hacia arriba las media azul y roja , se entra en largos , la operativa se mantiene abierta hasta que la linea naranja cruce la media mas cercana ya sea la azul o la roja , si la operacion era long y la linea azul cruza hacia arriba la linea roja y la naranja c
Rainbow Price Visualizer
Vincent Jose Proenca
Rainbow Price Visualizer v1.21 See where the market really breathes. Turns your MT4 chart into an ultra-precise heatmap that highlights price zones favored by big players. Why it matters 300 price levels at 0.2‑pip resolution — microscopic detail. 8 visual themes (Rainbow, Fire, Ocean…) for instant readibility. Smart opacity: low noise fades, real zones pop. Lightweight rendering with automatic cleanup. Fully customizable: saturation, opacity, resolution, history depth. Bands project into the f
Signal Histogram 是一款适用于 MetaTrader 4 平台的可靠技术指标,旨在通过比较收盘价和移动平均线来直观地识别当前趋势。该指标在一个单独的窗口中显示直方图:绿色柱表示价格高于平均线,红色柱表示价格低于或等于平均线。这种方法可以帮助您快速评估趋势方向并识别潜在的反转点。该指标会在价格与移动平均线的交叉点生成交易信号,这对于短线交易和日内交易尤为有效。所有信号均为非重绘信号,因为它们仅在K线收盘后生成,从而确保了稳定性,并能够根据历史数据客观地评估指标表现。为了提高准确性,Signal Histogram 使用了时间过滤器:您可以自定义交易时段窗口,排除波动较大的时段,专注于最活跃的市场板块。这使得该指标特别适合偏好在特定时段进行交易的交易者。该指标支持推送通知和提醒,即使您不在电脑前,也能确保您不会错过任何重要事件。 Signal Histogram 的主要优势之一在于,您可以在同一图表上安装多个实例,并分别设置不同的周期,例如 20、50 和 100(参见截图 #2)。这样可以同时显示价格相对于短期、中期和长期趋势的表现。例如,如果价格高于所有三条线,通常
The Supernatural channel is determined using a special algorithm, marker points are used to determine the movement of the channel. The Supernatural channel consists of two lines, red and blue, that make up the channel. Simple, visual and efficient use. Can be used for intra-channel trading. The indicator does not redraw and does not lag. Works on all currency pairs and on all timeframes.
Skalpex
Andrey Kozak
Skalpex is a system indicator for wave diagnostic analysis of the early phases of a market condition. The indicator lags exactly 1 bar. It shows the exact price reversals, does not redraw its values, but is 1 bar late. This is due to the fact that the last (zero bar) has not yet been formed before closing, which means that no one ever knows where it will go exactly and where it will close. We can assume. In order not to try to play fortune-telling, the Skalpex indicator is late by one candle an
Trendiness Index
Libertas LLC
5 (3)
"The trend is your friend" is one of the best known sayings in investing, because capturing large trendy price movements can be extremely profitable. However, trading with the trend is often easier said than done, because many indicators are based on price reversals not trends. These aren't very effective at identifying trendy periods, or predicting whether trends will continue. We developed the Trendiness Index to help address this problem by indicating the strength and direction of price trend
REX complete 3in1
Christophe Godart
This is the complete REX package. It consists of the lite, pro and ULTRA version.  Perfect for beginners and intermediates. REX complete is 100% non repaint. The strategy is based on a mix of different strategies, statistics, including pivot points, oscillators and patterns.  As the trading idea consists of a variety of some classic indicators like Momentum, Williams Percent Range, CCI, Force Index, WPR, DeMarker, CCI, RSI and Stochastic, it is clear that the fundamental indicators have being u
TouchGuard Alert – Advanced Price Alert & Notification Indicator for MetaTrader 4 (MT4) TouchGuard Alert   is a fast, lightweight, and highly accurate price-touch   Alert & Notification   system designed for   MetaTrader 4 (MT4)   and   MetaTrader 5 (MT5) . It automatically sends real-time   Alerts, Pop-Up Alerts, Email Notifications, Push Notifications   and early-warning notifications when price touches or approaches your chart objects. Key Features (High-Precision Alert & Notification System)
FreqoMeterForecast
Stanislav Korotky
The main idea of this indicator is rates analysis and prediction by Fourier transform. Indicator decomposes exchange rates into main harmonics and calculates their product in future. You may use the indicator as a standalone product, but for better prediction accuracy there is another related indicator - FreqoMaster - which uses FreqoMeterForecast as a backend engine and combines several instances of FreqoMeterForecast for different frequency bands. Parameters: iPeriod - number of bars in the ma
Sneaky Busters 4
Mushfiq Faysal
5 (1)
Unveil Market Secrets with Sneaky Busters on MetaTrader 4! Delve deeper into the intricate world of trading with the Sneaky Busters indicator, specifically crafted to spotlight the sophisticated maneuvers of smart money and uncover hidden market trends. Comprehensive Features: 1. Smart Money Accumulation & Distribution Detection: Accurate Analysis: Identify key zones where smart money collects and disperses assets. These insights help you understand market sentiment and potential turning points.
Backtest with good trend detection results from January 2023 EURUSD Time frame: m15, m30, H1 AUDUSD Time frame: m15, m30 NASDAQ Time frame: m15 S&P 500 Time frame: m15, m30 XAUUSD Time frame: m30 BTCUSD Time frame: H4 These are just some of the assets tested (Please note that past results are no guarantee of future results). Note that this is not a complete strategy, you can use this indicator as an entry trigger after your analysis by setting stop loss and take profit values ​​that you deem
FREE
Introducing the "Extreme Exhaustion Levels": A powerful tool for traders looking to identify market exhaustion and potential trend reversals. The Exhaustion Indicator is an advanced technical analysis tool that helps traders identify when markets are overbought or oversold, potentially indicating an imminent reversal in the trend. With a unique combination of price action, moving averages, and Bollinger Bands, the Exhaustion Indicator provides traders with a comprehensive view of market condit
Voles Indicator
Oleg Klimakhin
Voles Indicator Operation Principles It is based on the standard indicators of the MetaTrader 4 terminal. It shows the market entry points. How to trade When a bar is complete and an arrow is shown, place a BuyStop order at the High of the bar is the arrow is green, or a SellStop order at the Low of the bar if the arrow is red. StopLoss should be set at the level of the last downwards fractal below the entry point at a green arrow or at the level of the last upwards fractal above the entry poi
This indicator softens the value of the RSI (Relative Strength Index) and reduces its volatility. You can use this indicator in your expert advisors, indicators and strategies. With this indicator, you don't need to have two indicators on the chart at the same time. For example, an RSI indicator and a Moving Average indicator If you have any questions or concerns, contact me.
FREE
History Pattern Search
Yevhenii Levchenko
该指标建立当前报价,可以与历史报价进行比较,并在此基础上进行价格走势预测。指示器有一个文本字段,用于快速导航到所需日期。 选项: 符号 - 选择指标将显示的符号; SymbolPeriod - 选择指标从中获取数据的时段; IndicatorColor - 指示器颜色; HorisontalShift - 由指标绘制的报价移动指定的柱数; Inverse - true 反转引号,false - 原始视图; ChartVerticalShiftStep - 图表垂直移动(键盘上的向上/向下箭头); 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。
该产品的买家也购买
Miraculous 指标 – 100% 不重绘的外汇和二元期权工具,基于江恩九方图 这个视频介绍的 Miraculous 指标 是一款专为外汇和二元期权交易者开发的高精度、强大交易工具。该指标的独特之处在于它建立在传奇的 江恩九方图 和 江恩振动法则 之上,使其成为现代交易中可用的最精确预测工具之一。 Miraculous 指标 完全不重绘 ,这意味着它的信号在 K 线收盘后不会改变或消失——你看到的就是你得到的。这为交易者提供了可靠且一致的基础,让他们能够自信地进出场交易。 主要特点: 基于江恩九方图和江恩理论构建 100% 不重绘的信号系统 适用于所有时间周期(M1、M5、H1、H4、日线、周线) 适用于外汇和二元期权交易 清晰的买卖信号,准确率高 可用于剥头皮、日内交易或波段交易 兼容大多数 MT4 平台 这款工具旨在帮助初学者和专业交易者做出更好、更明智的决策。无论您是交易货币、指数还是二元期权,Miraculous 指标都将为您在市场中提供所需的优势。
訂閱指標注意事項 此信號只支援電腦版MT4 不支援MT5、手機、平板 指標只顯示當日進場箭頭 非直播指標顯示歷史箭頭 (直播為展示用) 指標為交易輔助性質 非EA自動交易 無跟單功能 指標只標示進場位置 無出場(止盈)指示 進場止損點位設定30-50 PIPS 或是前高前低做為防守 止損不需拉太遠 紅色箭頭為多方進場訊號 綠色箭頭為空方進場訊號 撐阻力強度用箭頭大小表示 此指標適用於波段策略 不適合當沖策略盤整 多空反轉時不適用 指標載入後 右下角都會預設顯示盤整 載入指標一小時後 才會顯示多空 加入Youtube頻道會員 可參加每個月一次實體抽獎活動(台灣以外地區,獎品折現金用Paypal匯出) 每月抽獎時間為非農數據公布當週的週末盤勢分析(2100) 得獎者必須抽獎時在線上,逾期不候
Pulse Scalping Line - an indicator for identifying potential pivot points. Based on this indicator, you can build an effective Martingale system. According to our statistics, the indicator gives a maximum of 4 erroneous pivot points in a series. On average, these are 2 pivot points. That is, the indicator shows a reversal, it is erroneous. This means that the second signal of the indicator will be highly accurate. Based on this information, you can build a trading system based on the Martingale
Rtc ML Ai Predictor MT4
Muhammad Faisal Sagala
Rtc ML Ai | Predictor CORE MACHINE LEARNING ENGINE Adaptive ML Market Predictor – Multi-Bar Trend & Candle Forecast What This Indicator Does This indicator is a  real-time market prediction engine  designed to analyze price behavior and estimate  future market tendencies . Unlike conventional indicators, this system  does not rely on static parameters or historical curve-fitting , but adapts its internal state dynamically during live market operation. Instead of using static rules, the indic
FFx Engulfing Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the chart Remove the suggestion once the price reached the SL line Lines
FFx InsideBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry Minimum candle size - to avoid too close buy/sell entry suggestions 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the c
FFx OutsideBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry. 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low. 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward. Offset the dashboard - any place on the chart. Remove the suggestion once the price reached the SL line.
FFx PinBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry Minimum candle size - to avoid too small candles 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the chart Remove the sugges
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly). Define the width (number of bars) for each ti
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to Understand the Status: Green/Red square: histogram above/below 0 line Green square + Red bord
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: RSI above/below 50 line Green square + Red border: R
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: Stoch above/below 50 line Green square + Red border:
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: Price above/below Cloud (Kumo) Green square + Red bo
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: MA pointing Up/Down Green square + Red border: MA po
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs. Multi timeframes: all selected timeframes must agree for an alert to be triggered. Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green square: Price above PSAR Red square: Price below PSAR Options
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: CCI above/below levels (ie. 100/-100) Grey square: C
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: ADX above level Grey square: ADX below level Red bor
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: bullish/bearish candle Options available in the FFx Dashboard Alerter
THE GRAFF III
Antonin Skaryd
The [GRAFF] III manual trading system is based on multiple MetaTrader (MT4) indicators. Together, the entire PACK of GRAFF III indicators makes an advanced trading tool. The system consists of over 20 different custom-built indicators which have been carefully selected and tested in the long term to produce strong and efficient trading signals. The particular indicators are based on different mathematical formulas, so the entire system is calibrated to remove false signals from its own indicator
FFx Universal Strength Meter PRO is more than a basic strength meter. Instead of limiting the calculation to price, it can be based on any of the 19 integrated strength modes + 9 timeframes. With the FFx USM, you are able to define any period for any combination of timeframes. For example, you can set the dashboard for the last 10 candles for M15-H1-H4… Full flexibility! Very easy to interpret... It gives a great idea about which currency is weak and which is strong, so you can find the best pai
Pan PrizMA CD Phase is an analogue of the МetaТrader 5 indicator , and is an option based on the Pan PrizMA indicator. Details . Averaging by a quadric-quartic polynomial increases the smoothness of lines, adds momentum and rhythm. Extrapolation by the sinusoid function near a constant allows adjusting the delay or lead of signals. The value of the phase - wave status parameter (which is close in meaning to the trigonometric phase or the angle of the radius-vector rotation in the trigonometric p
Ticks Size
Viktor Kolmakov
This indicator displays in a separate window the difference between the number of points which increased the price, and the number of points that decreased the price during the time interval specified in the settings. The time interval for calculation is expressed as the number of bars of the chart the indicator is attached to. This approach allows you to evaluate the movement direction (growth or fall) of the instrument's price, the strength of the movement and the size of the movement in point
FFx Basket Scanner
Eric Venturi-Bloxs
MetaTrader 5 version available here : https://www.mql5.com/en/market/product/24882 FFx Basket Scanner is a global tool scanning all pairs and all timeframes over up to five indicators among the 16 available. You will clearly see which currencies to avoid trading and which ones to focus on. Once a currency goes into an extreme zone (e.g. 20/80%), you can trade the whole basket with great confidence. Another way to use it is to look at two currencies (weak vs strong) to find the best single pairs
NostradamusMT4
Andrey Spiridonov
1 (1)
NostradamusMT4 is a powerful indicator from the set of professional trader. The indicator is based on Andrei Spiridonov's original price calculation method (ESTIMATED PRICE) for the current candle price. Advantages The indicator does not redraw. It works on any timeframes. Works with any trading instruments. Perfectly suitable for scalping and trading binary options. Parameters Color - color of the ESTIMATED PRICE FUTURE line. How to work with the indicator The indicator forms the ESTIMATED P
FFx Pivot SR Suite PRO
Eric Venturi-Bloxs
MetaTrader 5 version available here: https://www.mql5.com/en/market/product/25794 FFx Pivot SR Suite PRO is a complete suite for support and resistance levels. Support and Resistance are the most used levels in all kinds of trading. Can be used to find reversal trend, to set targets and stop, etc. The indicator is fully flexible directly from the chart 4 periods to choose for the calculation: 4Hours, Daily, Weekly and Monthly 4 formulas to choose for the calculation: Classic, Camarilla, Fibonac
BinaryIndicator
Andrey Spiridonov
BinaryIndicator is a highly accurate indicator for trading binary options. It shows excellent results in scalping. This indicator is based in multifactor analysis of trend indicators, as well as confirmation oscillators, which in the end gives an increased accuracy of signals. Advantages of the indicator Increased accuracy of signals. Excellent results when trading binary options with a short expiration time from M30 to M1 . It works on any timeframes. Works with any trade symbols. Parameters
BinaryScalping
Andrey Spiridonov
BinaryScalping is a professional indicator for trading binary options and scalping. The algorithm of the indicator is based on the calculation of pivot points for each time period separately, the location of the price of the trading instrument relative to the pivot points is analyzed and the probability of a trading operation is calculated. The indicator has a built-in filter of trading signals based on the global trend. The indicator is installed in the usual way and works with any trading inst
BinaryUniversal
Andrey Spiridonov
BinaryUniversal is a signal indicator for binary options and Forex. In its work, the indicator uses a complex algorithm for generating signals. Before forming a signal, the indicator analyzes volatility, candlestick patterns, important support and resistance levels. The indicator has the ability to adjust the accuracy of the signals, which makes it possible to apply this indicator for both aggressive and conservative trading. The indicator is set in the usual way, it works on any time period and
Sweet Waffle
Christophe Godart
The arrows are calculated with: -     2 Parabolic  parameters -     2 ADX parameters -     4 Stochastic parameters We recommend to combine it with Parabolic, ZigZag or Elliot waves indicator. Always trade the trend! If you make sure to draw your trend lines and support/resistance zones you will just have to wait for the signal to appear. Take the trade. For Binary Options it is advisable to set the expiry time to 5-15 min in M1 chart. THIS INDICATOR IS ZERO REPAINT Best assets to trade: - EUR
作者的更多信息
这段代码是一个用于   MetaTrader 4 (MT4)   平台的MQL4指标脚本,主要功能是在图表上实时显示以下信息: 当前K线的剩余时间 (格式为   X分Y秒 )。 本地时间 (格式为   HH:MM:SS )。 代码的主要组成部分包括: 初始化函数   OnInit : 创建文本对象用于显示时间和剩余时间。 计算并打印本地时间与服务器时间的差异。 初始化定时器,每1秒触发一次   OnTimer 。 反初始化函数   OnDeinit : 删除文本对象。 销毁定时器。 计算函数   OnCalculate : 计算当前K线的剩余时间。 获取本地时间并格式化。 更新文本对象的内容和位置,确保显示信息实时更新。 定时器函数   OnTimer : 每1秒调用一次   OnCalculate ,强制更新时间显示。 辅助函数   FormatRemainingTime : 将剩余时间(秒)格式化为   X分Y秒   的字符串。
1.   结构清晰,模块化设计 代码通过注释和函数划分,将不同功能模块(如初始化、EMA 计算、信号检测)分离,逻辑层次分明,易于阅读和维护。 核心功能(如计算最大值、平均值、平均偏差、检查均线汇聚)被封装为独立函数( GetMaxMin 、 CalculateAverage 、 CheckConvergence 等),减少了代码冗余,提高了可重用性。 2.   参数化配置,灵活性高 所有周期参数( P1 到 P7 )和偏差范围( Deviation )均通过 input 关键字定义,用户可在 MT4 界面自由调整,适应不同交易策略和市场环境。 这种设计使得指标具有高度灵活性,无需修改代码即可适配多种交易场景。 3.   多条件信号判断,提高准确性 信号检测不仅基于均线汇聚(通过平均偏差与平均值的比例判断),还结合了均线方向(向上或向下)以及关键均线的穿越条件(如上穿 / 下穿 60 日均线)。 多条件过滤机制减少了单一条件可能产生的误信号,提升了交易信号的可靠性。 4.   效率优化 使用 IndicatorCounted() 函数优化计算过程,避免重复处理已计算的 K 线,提高了指
筛选:
无评论
回复评论