SynchroObject

MT4に表示している同一通貨ペアのチャート上で、水平線や垂直線、トレンドラインなどのオブジェクトを同期します。

このインジケーターを使うと、1つの時間足で作成した水平線などのオブジェクトが、同一通貨ペアの他のチャートにも同じオブジェクトが作成されるようになります。また、作成後の移動、プロパティ変更、削除なども同期することができます。


■チャートオブジェクトが同期されるケース

 ・チャートオブジェクトの作成

・チャートオブジェクトのスタイル変更(色、太さなど)

・チャートオブジェクトの移動

・チャートオブジェクトの削除


■対応しているチャートオブジェクト

 以下24のオブジェクトに対応しています。

・水平線
・垂直線
・トレンドライン
・平行チャネル
・フィボナッチリトレースメント
・フィボナッチ・エクスパンション
・フィボナッチ・チャネル
・フィボナッチ・タイムゾーン
・フィボナッチ・ファン
・フィボナッチ・アーク
・角度によるトレンドライン
・アンドリューズ・ピットフォーク
・標準偏差チャネル
・線形回帰チャネル
・サイクルライン
・三角形
・長方形
・楕円
・ギャン・ライン
・ギャン・ファン
・ギャン・グリッド
・テキスト
・ラベル
・矢印


■パラメータ

パラメータ 初期値 説明
HTFView true 上位時間足に表示
ENABLE_HLINE true
水平線の同期を有効にする
ENABLE_VLINE true
垂直線の同期を有効にする
ENABLE_TREND true
トレンドラインの同期を有効にする
ENABLE_CHANEL true
平行チャネルの同期を有効にする
ENABLE_PITCHFORK true
アンドリューズ・ピットフォークの同期を有効にする
ENABLE_TRIANGLE true
三角形の同期を有効にする
ENABLE_FIBOCHANNEL true
フィボナッチ・チャネルの同期を有効にする
ENABLE_EXPANSION true
フィボナッチ・エクスパンションの同期を有効にする
ENABLE_FIBO true
フィボナッチリトレースメントの同期を有効にする
ENABLE_TRENDBYANGLE true
角度によるトレンドラインの同期を有効にする
ENABLE_CYCLES true
サイクルラインの同期を有効にする
ENABLE_STDDEVCHANNEL true
標準偏差チャネルの同期を有効にする
ENABLE_REGRESSION true
線形回帰チャネルの同期を有効にする
ENABLE_RECTANGLE true
長方形の同期を有効にする
ENABLE_ELLIPSE true
楕円の同期を有効にする
ENABLE_FIBOTIMES true
フィボナッチ・タイムゾーンの同期を有効にする
ENABLE_FIBOFAN true
フィボナッチ・ファンの同期を有効にする
ENABLE_FIBOARC true
フィボナッチ・アークの同期を有効にする
ENABLE_GANNLINE true
ギャン・ラインの同期を有効にする
ENABLE_GANNFAN true
ギャン・ファンの同期を有効にする
ENABLE_GANNGRID true
ギャン・グリッドの同期を有効にする
ENABLE_TEXT true
テキストの同期を有効にする
ENABLE_LABEL true
ラベルの同期を有効にする
ENABLE_ARROW true
矢印の同期を有効にする
TFColorChange true 時間足毎に色を変更
TFColor1 clrWhite 1分足の色
TFColor2 clrYellow 5分足の色
TFColor3 clrLimeGreen 15分足の色
TFColor4 clrAqua 30分足の色
TFColor5 clrDeepSkyBlue 1時間足の色
TFColor6 clrDeepPink 4時間足の色
TFColor7 clrLime 日足の色
TFColor8 clrViolet 週足の色
TFColor9 clrRed 月足の色
ENABLE_OBJECT_CREATE true オブジェクトの作成を同期する
ENABLE_OBJECT_CHANGE true オブジェクトの変更を同期する
ENABLE_OBJECT_DELETE true オブジェクトの削除を同期する
btnSynchroView true 設定切替ボタンを表示する
btnFont MS ゴシック ボタンのフォント
btnFontSize 9 ボタンのフォントサイズ
btnColor_text_t clrBlack ボタンテキストの色(true)
btnColor_text_f clrLightGray ボタンテキストの色(false)
btnColor_bg_t clrPowderBlue ボタン背景の色(true)
btnColor_bg_f clrGray ボタン背景の色(false)
btnColor_border_t clrDeepSkyBlue ボタン枠線の色(true)
btnColor_border_f clrWhite ボタン枠線の色(false)
btnTextCreate Sync(Create) 作成同期切替ボタンのテキスト
btnTextChange Sync(Change) 変更同期切替ボタンのテキスト
btnTextDelete Sync(Delete) 削除同期切替ボタンのテキスト
btnTextHTFView HighTimeFrameView 上位時間足反映切替ボタンのテキスト
btnTextTFColor ColorChange 時間足毎の色変更切替ボタンのテキスト
btnScaleCreate 10,30,120,20 作成同期切替ボタンの位置とサイズ (X,Y,W,H)
btnScaleChange 10,55,120,20 変更同期切替ボタンの位置とサイズ  (X,Y,W,H)
btnScaleDelete 10,80,120,20 削除同期切替ボタンの位置とサイズ (X,Y,W,H)
btnScaleHTFView 10,105,120,20 上位時間足反映切替ボタンの位置とサイズ(X,Y,W,H)
btnScaleTFColor 10,130,120,20 時間足毎の色変更切替ボタンの位置とサイズ(X,Y,W,H)
prefix 12541125 インジケーター識別子
spltxt _ 区切り文字


■上位時間足での表示設定 

下位の時間足で作成したオブジェクトを上位の時間足に表示するかどうかの設定です。

デフォルトでは表示する設定(false)になっています。


■オブジェクト別同期設定

オブジェクト別に同期するか否かの設定を行うことが出来ます。

デフォルトでは対応しているすべてのオブジェクトが同期する設定(true)となっています。


■時間足毎に色を変更

作成した時間足毎にオブジェクトの色を分けることが出来ます。


■動作別同期設定

作成、変更、削除の同期を行うかどうかを設定できます。


■簡単設定切り替えボタン設定

オブジェクトの作成、変更、削除の同期、上位の時間足へのオブジェクトの表示、時間足毎の色分けの それぞれのON(True)、OFF(False)の設定をボタンクリックで簡単に切り替えることが出来ます。

いったんこの時間足のこのオブジェクトだけ削除したい、このオブジェクトは上位足に反映させたくない等の場合、プロパティの設定画面を開いて設定を変えるのはちょっと面倒ですよね。

ボタンクリックだけで設定が切り替えられれば、状況に合わせて柔軟かつ簡単に設定の切り替えができるのでストレスが減ると思います。

ボタンの色(文字、背景、枠)、位置、サイズ、ボタンのテキストはパラメータで自由に変更可能できるため、ボタンの外観と配置は100%カスタマイズ可能です。

また「設定切替ボタンを表示する」をfalseにするとボタン自体を非表示にすることが出来ます。


■ご利用上の注意点

※1.オブジェクト名から作成した時間足や当インジケーターで作成されたものかどうかなどを識別しているため、オブジェクト名は基本的に変更をしないで下さい。

※2.パラメーターの「インジケーター識別子」「区切り文字」は当インジケーターのオブジェクト作成後に変更しないで下さい。

※1の理由と同じで、オブジェクトが正常に判別が出来なくなるためです。

変更が必要な例外的なケースとして、確率的にほぼ考えられませんが、他のインジケーターで生成されたオブジェクト名などと被ってしまうような場合です。

こういった場合には、「インジケーター識別子」「区切り文字」を変更することで対応が可能です。

※3.当インジケーターはMT4専用となります。MT5では動作確認を行っていないため動作保証対象外です。

Recommended products
Quantum Falcon Signal Free is a smart visual trading indicator for MetaTrader 4 designed for Forex and Gold traders. The indicator combines: • Trend analysis • RSI momentum confirmation • MACD momentum filtering • ATR volatility filtering • Higher timeframe confirmation • Smart exit signal detection Main Features: • Smart Buy and Sell signals • Exit Buy / Exit Sell alerts • Real-time dashboard on chart • Professional candle arrows • Multi-timeframe trend confirmation • ATR market volatility filt
FREE
Double HMA lines MTF
Pavel Zamoshnikov
5 (2)
This is a multi-timeframe version of the popular Hull Moving Average (HMA). The Double HMA MTF Light indicator combines two timeframes on a single chart. The HMA of the higher timeframe defines the trend, and the HMA of the current timeframe defines short-term price movements. The indicator is freely distributed and hasn't audio signals or messages. Its main function is the visualization of price movements. If you need advanced functionality of the HMA multi-timeframe indicator (information ab
FREE
"Dynamic Scalping Oscillator" - is an advanced custom Crypto_Forex indicator - efficient Trading tool for MT4!  - New generation of Oscillators - see pictures to check how to use it. - Dynamic Scalping Oscillator has adaptive Oversold/Overbought zones. - Oscillator is an auxiliary tool to find exact entry points from dynamic OverSold/OverBought areas. - Oversold values: below Green line, Overbought values: over Orange line . - This indicator is great to combine with Price Action patterns as wel
Super Reversal Pattern
Parfait Mujinga Ndalika
Super Reversal Pattern Indicator Unlock the power of advanced pattern recognition with our Super Reversal Pattern Indicator. Designed for traders seeking precision and reliability, this indicator identifies one of the most effective reversal patterns in technical analysis, offering a significant edge in your trading strategy. Key Features: Non-Repainting Accuracy: Enjoy the confidence of non-repainting technology. Once a Super Reversal Pattern is detected, it remains static, providing consiste
VR Cub
Vladimir Pastushak
VR Cub is an indicator for getting high-quality entry points. The indicator was developed to facilitate mathematical calculations and simplify the search for entry points into a position. The trading strategy for which the indicator was written has been proving its effectiveness for many years. The simplicity of the trading strategy is its great advantage, which allows even novice traders to successfully trade with it. VR Cub calculates position opening points and Take Profit and Stop Loss targe
Auto Fibo Pro m
DMITRII GRIDASOV
"Auto FIBO Pro"   Crypto_Forex  indicator  - is great auxiliary tool in trading! Indicator automatically calculate and place on chart Fibo levels and local trend lines (red color). Fibonacci levels indicate key areas where price can reverse. Most important levels are 23.6%, 38.2%, 50% and 61.8%. You can use it   for reversal scalping  or for zone grid trading. There are plenty of opportunities to  improve your current system using Auto FIBO Pro indicator as well. It has Info Spread Swap Displa
EARLY REMINDER: The Starting price is 65 price will rise soon up to 365$ and then 750$ after first 10 copies of sales. Grab this offer now! Introduction Hello, traders! Welcome to the demonstration of the Forex Beast Indicator , a comprehensive tool designed to assist aspiring traders in navigating the complexities of the forex market. This indicator incorporates seven essential components to provide a well-rounded trading experience: Moving Averages Colored Zones Support and Resistance Levels
Smart FVG Indicator MT4   delivers professional Fair Value Gap (FVG) detection, monitoring, and alerting directly on your charts. It combines   ATR-based filtering   with structure-aware logic to remove noise, adapt to liquidity, and keep only the most relevant imbalances for precise decisions. Key Advantages Accurate FVG detection:   Identifies genuine inefficiencies, not just simple candle gaps. ATR-based precision:   Adaptive sensitivity filters out low-quality signals across markets and time
FREE
Indicator for binary options arrow is easy to use and does not require configuration works on all currency pairs, cryptocurrencies buy signal blue up arrow sell signal red down arrow tips do not trade during news and 15-30 minutes before their release, as the market is too volatile and there is a lot of noise it is worth entering trades one or two candles from the current period (recommended for 1 candle) timeframe up to m 15 recommended money management fixed lot or fixed percentage of the depo
MT Scanner
Niravkumar Maganbhai Patel
4 (2)
This indicator helps you to Scan symbols which are in the Market Watch Window  and filter out trends with alerts. It works based on the effective indicator "SUPERTREND" which is used by many traders for trading: When box color changes to " Green " or " Red " color, it indicates you for trend change for long and short entry. And also you will get alerted on screen. When it changes to " Green ", it indicates you that trend is going upwards, and you can take the long entry. If the color changes to
FREE
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
The indicator allows you to trade binary options. The recommended time frame is М1 and the expiration time is 1,2,3 minutes. The indicator suitable for auto and manual trading. A possible signal is specified as a arrows above/under a candle. You should wait until the candle closes! Arrows are not re-painted Trade sessions: TOKYO section (Half-end) Currency pairs: USD/JPY Working time frame: M1 Expiration time: 1,2,3 minutes. The indicator also shows good results when using the martingale strateg
FREE
PZ Mean Reversion MT4
PZ TRADING SLU
3 (4)
Outperform traditional strategies: effective mean reversion for savvy traders Unique indicator that implements a professional and quantitative approach to mean reversion trading. It capitalizes on the fact that the price diverts and returns to the mean in a predictable and measurable fashion, which allows for clear entry and exit rules that vastly outperform non-quantitative trading strategies. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Clear trading signals Am
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
We present you the indicator "Candle closing counter", which will become your indispensable assistant in the world of trading. That’s why knowing when the candle will close can help: If you like to trade using candle patterns, you will know when the candle will be closed. This indicator will allow you to check if a known pattern has formed and if there is a possibility of trading. The indicator will help you to prepare for market opening and market closure. You can set a timer to create a pre
[ZhiBiCCI] indicators are suitable for all cycle use, and are also suitable for all market varieties. [ZhiBiCCI] Green solid line is a reversal of bullish divergence. The green dotted line is a classic bullish divergence. [ZhiBiCCI] The solid line to the red is a reverse bearish divergence. The red dotted line is a classical bearish divergence. [ZhiBiCCI] can be set in the parameters (Alert, Send mail, Send notification), set to (true) to send instant signals to the alarm window, email, insta
SX Supply Demand Zones accurately identifies and draws high-probability Supply and Demand zones using a sophisticated algorithm. Unlike traditional indicators that clutter your chart, this indicator is designed with a focus on performance and a clean user experience. New Unique Feature: Interactive Legend System What truly sets this indicator apart from everything else is the Interactive Control Legend. You have a professional dashboard directly on your chart that allows you to: Show/Hide: Ins
FREE
Binary Options Support Resistance Indicator This indicator is designed for binary options trading and effectively shows retracements from support and resistance levels. Signals appear on the current candle. A red arrow pointing downwards indicates a potential selling opportunity, while a blue arrow pointing upwards suggests buying opportunities. All that needs adjustment is the color of the signal arrows. It is recommended to use it on the M1-M5 timeframes as signals are frequent on these timef
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Rainbow MT4
Jamal El Alama
Rainbow MT4 is a technical indicator based on Moving average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, it’s a signal to buy. When price crosses below MA and MA changes color to red, it’s a signal to sell. The Expert advisor ( Rainbow EA MT4) based on Rainbow MT4 indicator, as you can see in the short video below is now available here .
FREE
High Low Open Close MT4
Alexandre Borela
4.81 (21)
If you like this project, leave a 5 star review. This indicator draws the open, high, low and closing prices for the specified period and it can be adjusted for a specific timezone. These are important levels looked by many institutional and professional traders and can be useful for you to know the places where they might be more active. The available periods are: Previous Day. Previous Week. Previous Month. Previous Quarter. Previous year. Or: Current Day. Current Week. Current Month. Current
FREE
Night ghost
Dmitriy Kashevich
Night Ghost - Arrow indicator for binary options. This is a reliable assistant to you in the future! - No redrawing on the chart -Works great on EUR/USD currency pairs! -Indicator accuracy up to 90% (Especially at night) -No long setup required (Perfectly set up for Binary Options) - Not late signals - The appearance of a signal on the current candle -Perfect for M1 period (No More!) - Eye-friendly candle color (Red and Blue) -Installed Alert Working with it: - Blue arrow shows signa
Advanced Stochastic Scalper
Evgeny Belyaev
4.56 (16)
Advanced Stochastic Scalper - is a professional indicator based on the popular Stochastic Oscillator. Advanced Stochastic Scalper is an oscillator with dynamic overbought and oversold levels, while in the standard Stochastic Oscillator, these levels are static and do not change. This allows Advanced Stochastic Scalper to adapt to the ever-changing market. When a buy or a sell signal appears, an arrow is drawn on the chart and an alert is triggered allowing you to open a position in a timely mann
Trend PA
Mikhail Nazarenko
5 (3)
The Trend PA indicator uses   Price Action   and its own filtering algorithm to determine the trend. This approach helps to accurately determine entry points and the current trend on any timeframe. The indicator uses its own algorithm for analyzing price changes and Price Action. Which gives you the advantage of recognizing, without delay, a new nascent trend with fewer false positives. Trend filtering conditions can be selected in the settings individually for your trading style. The indicator
Credible Cross System   indicator is designed for signal trading. This indicator generates trend signals. It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. The indicator works based on instant price movements. This indicator is a complete trading product. This indicator does not need any additional indicators. The indicator certainly does not repaint. The point at which the signal is given does not c
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
MasterDot
Andrey Kozak
Master Dot for MetaTrader 4 Detect Volatility Exhaustion Before the Market Returns to Balance Master Dot is a professional non-repainting indicator designed to detect moments when price moves beyond its statistically expected volatility range. These situations often occur during sharp market impulses, liquidity grabs or temporary emotional moves, when price departs from its normal trading conditions. Instead of following trends, Master Dot highlights volatility exhaustion — moments where the mar
"Dynamic Trading Oscillator" - is an advanced custom Crypto_Forex indicator - efficient Trading tool for MT4!  - New generation of Oscillators - see pictures to check how to use it. - Dynamic Trading Oscillator has adaptive Oversold/Overbought zones. - Oscillator is an auxiliary tool to find exact entry points from dynamic OverSold/OverBought areas. - Oversold values: below Blue line, Overbought values: above Red line . - This indicator is great to combine with Price Action patterns as well. -
Gvs Undefeated Trend   indicator is designed for trend and signal trading. This indicator generates trend signals.  It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators.  You can only trade with this indicator. The generated signals are displayed on the graphical screen.  Thanks to the alert features you ca
Skalping instant indicator. The signal to purchase or sale of the basement in conjunction with the value of the indicator arrow. A strong signal is considered when the arrow and the basement indicator that displays four timeframes coincide in the forecast. This indicator contains many algorithms and tasks that have been reduced to one result, which the Skalping instant indicator gives, namely, informs the trader about the direction of the market. Thus, he gives 1. Scalping signal (Figure 1)
Buyers of this product also purchase
Gann Made Easy
Oleg Rodin
4.84 (171)
Gann Made Easy is a professional and easy to use Forex trading system which is based on the best principles of trading using the theory of W.D. Gann. The indicator provides accurate BUY and SELL signals including Stop Loss and Take Profit levels. You can trade even on the go using PUSH notifications. PLEASE CONTACT ME AFTER PURCHASE TO GET TRADING  INSTRUCTIONS   AND GREAT EXTRA INDICATORS  FOR FREE! Probably you already heard about the Gann trading methods before. Usually the Gann theory is a
Super Signal – Skyblade Edition Professional No-Repaint / No-Lag Trend Signal System with Exceptional Win Rate | For MT4 / MT5 It works best on lower timeframes, such as 1-minute, 5-minute, and 15-minute charts. Core Features: Super Signal – Skyblade Edition is a smart signal system designed specifically for trend trading. It applies a multi-layered confirmation mechanism to detect only strong, directional moves supported by real momentum. This system does not attempt to predict tops or bottoms
Neuro Poseidon MT4
Daria Rezueva
4.8 (45)
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 all
Prop Firm Sniper
Mohamed Hassan
5 (5)
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. 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,
SR Liquidity is a trading indicator designed to reveal the hidden zones where market liquidity concentrates and price reacts most strongly. These special liquidity areas act as powerful support and resistance levels, giving you a clear map of where the market is most likely to reverse. Instead of drawing ordinary Support/Resistance lines, SR Liquidity analyzes real price behavior to detect the zones where buying and selling pressure accumulate. These are actually the pools of liquidity that driv
Zoryk Gold mt4
Reda El Koutbane
discount ends in 24 h original price 69 $ ZORYK — Advanced XAUUSD Signal System for MetaTrader 4 You know the feeling. You spend time analyzing gold. You wait for the entry. You finally open the trade, and price immediately moves against you. You close too early, move the Stop Loss, or hesitate for a few seconds. Then the market reaches the exact destination you originally expected without you. The direction was not always the problem. The real problem was uncertainty. You did not know exa
Scalper Inside PRO
Alexey Minkov
4.74 (68)
Scalper Inside PRO helps you read the intraday trend and plan your trade before you enter. It uses exclusive built-in algorithms to evaluate market direction and calculate key target levels the moment a signal appears, so you always see the potential entry, stop-loss and profit targets ahead of time. The indicator also shows detailed performance statistics on historical data, so you can see how different instruments and strategies behaved and choose what fits current market conditions. You can e
M1 Sniper
Oleg Rodin
5 (26)
M1 SNIPER  is an easy to use trading indicator system. It is an arrow indicator which is designed for M1 time frame. The indicator can be used as a standalone system for scalping on M1 time frame and it can be used as a part of your existing trading system. Though this trading system was designed specifically for trading on M1, it still can be used with other time frames too. Originally I designed this method for trading XAUUSD and BTCUSD. But I find this method helpful in trading other markets
Currency Strength Wizard is a very powerful indicator that provides you with all-in-one solution for successful trading. The indicator calculates the power of this or that forex pair using the data of all currencies on multiple time frames. This data is represented in a form of easy to use currency index and currency power lines which you can use to see the power of this or that currency. All you need is attach the indicator to the chart you want to trade and the indicator will show you real str
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
Trading Special – 30% OFF Best Solution for any Newbie or Expert Trader! This indicator is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. With this update, you will be able to show double timeframe zones. You will not only be able to show a higher TF but to show both, the chart TF, PLUS the higher TF: SHOWING NESTED ZONES. All Supply Demand traders will love it. :) Important Information Revealed Maximize the pot
Official BlueDigitsFx Ecosystem Access Get infrastructure updates, workflow resources, product releases, and ecosystem access through the official BlueDigitsFx ecosystem. Telegram Ecosystem Website MT5 Version BlueDigitsFx Easy 123 System — Powerful Reversal and Breakout Detection for MT4 All-In-One Non-Repaint System for Spotting Market Reversals and Breakouts – Built for traders who value structure, clarity, and confirmation-based trading workflows. The BlueDigitsFx Easy 123 System is a vis
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Specials Discount now. The Next Generation Forex Trading Tool. Dynamic Forex28 Navigator is the evolution of our long-time, popular indicators, combining the power of three into one: Advanced Currency Strength28 Indicator (695 reviews) + Advanced Currency IMPULSE with ALERT (520 reviews) + CS28 Combo Signals (recent Bonus) Details about the indicator  https://www.mql5.com/en/blogs/post/758844 What Does The Next-Generation Strength Indicator Offer? Everything you loved about the originals, now
DayTrader PRO MT4
Davit Beridze
5 (1)
DayTrader PRO DayTrader PRO   is an advanced trading indicator that combines John Ehlers' Laguerre Filter with a powerful Auto-Optimization Engine. Instead of using fixed parameters, the indicator automatically searches for the best settings based on recent market conditions, helping you adapt to changing volatility without constant manual adjustments. The indicator generates clear   BUY   and   SELL   signals together with adaptive   Stop Loss   and   Take Profit   levels calculated from curre
Hydra Trend Rider is a non-repainting, multi-timeframe trend indicator that delivers precise buy/sell signals and real-time alerts for high-probability trade setups. With its color-coded trend line, customizable dashboard, and mobile notifications, it's perfect for traders seeking clarity, confidence, and consistency in trend trading. Setup & Guide:  Download  MT5 Version here. To learn how to use the Indicator: Indicator Manual & Guide -   Read Here Exclusively for you: It's your chance to st
Finesia Sniper
Robby Suhendrawan
Finesia Scalper - High Probability & Non-Repainting System Discounted   Price   !!     Secure the Lowest Price Today. Next The price will increase to   250 USD . Are you looking for a powerful, high-probability trading indicator that removes the guesswork from your chart? Finesia Scalper is a professional-grade, 100% non-repainting trading tool designed to provide you with ultimate precision. Built on a proven algorithm, this indicator seamlessly combines three highly effective trading methodolo
Documentation for connecting Metatrader 4 with Python with a simple drag and drop EA.   A full end-to-end solution ,fully tested ,fast and efficient! The Pytrader ecosystem consists of a python script and a MT4 EA. (  MT5  version ) Further for the licensing an indicator is used.  The communication between the python script and the EA is based on sockets. EA is the  Server   and the python script the  Client .  It is always query(function / python script) and output(data / server). The EA doe
Money Flow Profile MT5 HERE   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 This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
This product was   updated   for the   2026 market   and   optimized   for the   latest MT5 builds . PRICE UPDATE NOTICE: Smart Trend Trading System   is currently available for $99. The price will   increase to $199   after the next   30 purchases. SPECIAL OFFER:  After purchasing Smart Trend Trading System, send me a private message to claim the Smart Universal EA for FREE and turn your Smart Trend signals into automated trades. Smart Trend Trading System is a complete non-repainting, non-re
Ace Supply Demand Zone Indicator The concept of supply demand relies on the quantity mismatching between buying and selling volumes in the financial market. Supply and demand zone can provide the good entry and exit. A zone is easier to trade than a line. The supply demand zone can provide the detailed trading plan and the risk management. Its ability to predict market direction is high. There are two distinctive points about Ace Supply Demand Zone Indicator. Ace Supply Demand Zone indicator was
Atomic Analyst
Issam Kassas
5 (11)
This product was   updated   for   the 2026 market   and   optimized   for the   latest MT5 builds. PRICE UPDATE NOTICE: Atomic Analyst is currently available for $99. The price will increase to $199 after the next 30 purchases. SPECIAL OFFER:  After purchasing Atomic Analyst, send me a private message to claim the Smart Universal EA for FREE and turn your Atomic Analyst signals into automated trades. Atomic Analyst is a non-repainting, non-redrawing, and non-lagging price action trading indic
Market Structure Break Out
Ashkan Hazegh Nikrou
5 (8)
Detect Indirection Break Out Signal with high success rate. Price will increase to 119$ By 15th August Introduction to Market Structure Break Out (MSB) , this indicator is an advanced tool designed for both MT4 and MT5 platforms , helping traders view market movement through the lens of price structure. It identifies and highlights key trading signals using arrows and alerts, both in the direction of the trend and against it (reversal signals). One of its standout features is the ability to draw
Meravith
Ivan Stefanov
5 (3)
Market makers' tool. Meravith will: Analyze all timeframes and display the current trend in force. Highlight liquidity zones (volume equilibrium) where bullish and bearish volumes are equal. Display all liquidity levels across different timeframes directly on your chart. Generate and present text-based market analysis for your reference. Calculate targets, support levels, and stop-loss points based on the current trend. Compute the risk/reward ratio for your trades. Determine position size accor
TrendDecoder Premium
Christophe Pa Trouillas
5 (8)
Identify ranges  | Get earliest signals of Trends  | Get clear exits before reversal  | Spot the Fibo levels the price will test Non-repainting, non-delayed indicator - ideal for manual and automated trading - for all assets and all time units After purchase,   please contact me   for recommended and personalised settings Version   MT4  -  MT5   |  Check our   3 steps MetaMethod  to maximise your profits:   1. TrendDECODER  2. PowerZONES  3. BladeSCALPER   What is it about? TrendDECODER is a c
M1 Arrow
Oleg Rodin
4.81 (21)
M1 Arrow is an indicator which is based on natural trading principles of the market which include volatility and volume analysis. The indicator can be used with any time frame and forex pair. One easy to use parameter in the indicator will allow you to adapt the signals to any forex pair and time frame you want to trade. Besides the main algorithm which is based on buy and sell signals, the indicator also has multiple built-in extra strategies which you can choose in the inputs. These strategies
Stop Guessing. Start Trading with a Statistical Edge. Stock indices don't trade like forex. They have defined sessions, they gap overnight, and they follow predictable statistical patterns. This indicator gives you the probability data you need to trade indices like the DAX, S&P 500, and Dow Jones with confidence. What Makes This Different Most indicators show you what happened. This one shows you what's likely to happen next.  Every trading day, the indicator analyses your current setup against
Special offer : ALL TOOLS , just $35 each! New tools   will be   $30   for the   first week   or the   first 3 purchases !  Trading Tools Channel on MQL5 : Join my MQL5 channel to update the latest news from me Stochastic Z-Score is a momentum oscillator that normalizes price with a Z-Score, bounds it via stochastic logic, and smooths it with HMA, with ALMA for long-term context. Optional elements include a histogram, dynamic bands, and reversal labels. See more MT5 version at:  Stochastic Z S
AW Candle Patterns MT4
AW Trading Software Limited
The AW Candle Patterns indicator is a combination of an advanced trend indicator combined with a powerful candle pattern scanner. It is a useful tool for recognizing and highlighting the thirty most reliable candlestick patterns. In addition, it is a current trend analyzer based on colored bars with a   plug-in multi-timeframe trend panel that can be resized and positioned. A unique ability to adjust the display of patterns depending on the trend filtering. Advantages: Easily identifies candle p
PZ Day Trading
PZ TRADING SLU
3.67 (3)
Effortless trading: non-repainting indicator for accurate price reversals This indicator detects price reversals in a zig-zag fashion, using only price action analysis and a donchian channel. It has been specifically designed for short-term trading, without repainting or backpainting at all. It is a fantastic tool for shrewd traders aiming to increase the timing of their operations. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Amazingly easy to trade It provides
Institutional Blueprint   (MT4) — Market Structure, Order Blocks & Risk/Reward Zones Institutional Blueprint reads the chart the way professional price-action traders do. On every closed bar it maps live market structure, marks the Order Block behind each move, and turns the most relevant block into a ready-to-read trade plan with a clear Entry, Stop Loss and three Take-Profit targets — drawn as a green reward zone and a red risk zone, so the trade geometry is obvious at a glance. Based on Sm
Filter:
No reviews
Reply to review