Smart Chandelier Exit

5

Smart Chandelier Exit 

Smart Chandelier Exit is an adaptive trailing-stop and trend-direction indicator. It plots a multi-layer ratchet stop line that follows price: green below price in an uptrend, red above price in a downtrend. The line only ever ratchets in the trend's favor, never against it, so it doubles as a mechanical trailing stop and a clear trend-state signal.

What makes it smart is the built-in Pearson R trend-quality filter. A raw stop line tells you where the stop is; the Pearson R engine tells you how strong the current trend actually is (strong, moderate, weak, or ranging noise). Both are shown together on a compact on-chart panel, along with rolling statistics that separate genuine trend flips from short-lived fake flips.

The indicator is non-repainting: the stop line is computed on closed bars with a one-directional ratchet, alerts fire only on a closed bar, and flip arrows are confirmed after a fixed number of bars so an arrow never appears and then disappears. What you see in history is what you would have seen live.

Release notes, chart examples and new product announcements are posted on the TrendTower channel: https://www.mql5.com/en/channels/trendtower

What You See on the Chart

Layered Glow Stop Lines
The active stop direction is rendered using layered glow rendering consisting of an outer background halo, an inner mid corona, and a sharp core line marking the precise stop level. Line colors shift automatically across six market regimes based on Pearson R trend quality: Bright Emerald for Strong UP, Soft Green for Moderate UP, Amber for Weak trends, Cool Gray for RANGING markets, Soft Red for Moderate DOWN, and Bright Crimson for Strong DOWN. Only the active stop direction is drawn, leaving the inactive side hidden to keep the chart clean.

Fill Band Shadow Zone
A subtle shaded volatility band approximately 0.4 × ATR wide hugs the active stop line. A dark green shadow appears below the bullish stop line and a dark red shadow appears above the bearish stop line, providing an instant visual cue of the danger zone relative to price.

Stop With a Buffer
A thin dotted line runs behind the active stop line, Buffer behind the line (ATR) further away from price (1.0 ATR by default). It marks where a stop sits outside the ordinary noise around the line, and like the line it only ever moves toward price while the direction holds. Measured on GOLD, EURUSD and US100 H1 over three years, with a trade taken at every confirmed arrow and the stop on the dotted line, 1.0 ATR gave the best result of the distances tested (0 to 1.0 ATR) on all three markets. The differences were modest, and the last year alone did not repeat the order on GOLD, which is why the distance is a setting.

Why the Halo Starts One Bar Late
The two glow layers and the fill band begin on the second bar of a direction run, while the sharp core line is drawn from the first bar. This is deliberate. Price sometimes closes a hair past the stop and recovers on the very next bar: that is a genuine one-bar stop-out, and the core line still marks it. Without this rule the same single bar would also paint a wide halo and a band of the opposite colour across the chart, which reads as a rendering glitch rather than as information. The test looks only one bar backwards, so no closed bar ever changes afterwards and the non-repainting guarantee is unaffected. On a normal trend the only visible effect is that the halo begins one bar after the core line.

Confirmed Flip Arrows
Confirmed direction flips are marked with green up-arrows below bullish bars and red down-arrows above bearish bars. Since version 1.5 the arrow stands on the bar where the flip was confirmed - the first bar on which a trader could act - and a small dimmed dot marks the earlier bar where the new direction began. Before 1.5 the arrow stood on that earlier bar, which made past signals look earlier than anyone could have taken them: measured on GOLD, EURUSD and US100 H1 over three years, price had already moved a median of 0.24 to 0.49 ATR between the two bars, and more than 1 ATR in about a third of the flips. Arrows are rendered only after a flip maintains its direction continuously for the fake-flip window (A flip held <= this many bars is tagged FAKE), so they never repaint. Arrow width encodes trend quality at the flip moment, with a small numerical Pearson R label printed next to each arrow.

Arrows always alternate between bullish and bearish. When an opposite flip in between was tagged FAKE and therefore never drawn, the confirmed direction never visibly left the previous side, so the next same-way flip is a duplicate rather than a new signal and no second arrow appears. Nothing is lost by this: the flip remains in the Direction buffer that EAs read, and it still counts towards the Fake Flips percentage on the panel.

Info Dashboard Panel
An optional Bloomberg-style on-chart panel is displayed in the selected chart corner. It provides section header accents, a two-column grid layout, and a live calculation indicator.

Placing the Panel
Pick a starting corner with Panel corner position and nudge it with the Panel offset X / Y inputs. All four corners render the same layout; the panel keeps itself inside the chart and follows its corner when the window is resized.

You can also drag it. Press the left mouse button anywhere on the panel body and move: the whole panel follows the cursor and the chart does not scroll while you drag. The position you release it at is remembered per symbol and timeframe, so it survives removing and re-adding the indicator and restarting the terminal. To send the panel back to a corner, change Panel corner position; that clears the stored manual position. Set Allow dragging the panel with the mouse to false to lock it in place. The panel is never selectable, so it cannot be nudged with the arrow keys or deleted from the object list by accident.

Panel and Indicator Readouts

Setup Section
Pearson R measures the correlation coefficient between price and time over the last Correlation lookback (price vs time) bars on a scale of −1.0 to +1.0. Strength Bar displays absolute correlation magnitude across 10 segments. Regime converts correlation into plain-language classifications (Strong, Moderate, Weak, RANGING). ATR Base echoes the active ATR period and multiplier settings.

Execution Section
Direction shows current active status (BULLISH or BEARISH). Stop Level shows the exact price of the active stop line at full symbol precision. Distance displays the gap between price and stop in price units and ATR multiples. Stop+Buffer shows the dotted stop and its distance setting. The higher timeframe row (H4 Trend by default) shows the chandelier direction of the last closed bar of that timeframe and whether it agrees with the chart. Measured on H1 charts, confirmed flips that agreed with H4 did clearly better on GOLD, but not on EURUSD or US100; the row is information, and the matching alert filter is off by default.

Insights Section
Fake Flips shows the share of recent flips that reversed within the confirmation window over a 50-flip sample. Risk Thermometer converts this percentage into a 10-segment risk gauge (LOW below 20%, MED 20–40%, HIGH above 40%). Bars Since tracks how many bars have passed since the active direction began.

Panel Footer
The bottom line of the panel prints the running version and brand, currently "v1.5 • algoteknik". Use it to confirm at a glance which build is attached to the chart.

Calculation Mechanics & EA Integration
Long stops sit at highest-high minus ATR multiplied by the ATR multiplier, while short stops sit at lowest-low plus ATR multiplied by the ATR multiplier. Data buffers for EA developers via iCustom: Buffer 10 returns direction (+1 for Bullish, −1 for Bearish), Buffer 11 the raw Pearson R correlation coefficient, Buffers 12 and 13 the dotted long and short stop (each holds a value only while its side is active and is empty otherwise), Buffer 14 the confirmed signal (+1 or -1 on the bar where a flip is confirmed, 0 otherwise, whether or not arrows are shown), Buffer 15 the higher timeframe direction (0 while it loads or when it is off) and Buffer 16 the dotted stop of the active side on every bar. Buffers 12, 13 and 16 are filled even when the dotted line is hidden. Buffers 10 and 11 keep the numbers they had before 1.5, and the 1.5 settings come after all earlier ones, so an EA that passes the earlier settings to iCustom in order still sets the same inputs.

Input Parameters Reference

CE Parameters
ATR period (stop distance sizing): Default 22. ATR period used to size the stop distance.
Highest/Lowest lookback (bars): Default 22. Bars used for the highest-high / lowest-low calculation.
ATR multiplier (larger = wider stop): Default 3.0. ATR multiplier; larger values produce wider stops and fewer flips.

Pearson R (Trend Quality)
Correlation lookback (price vs time): Default 22. Lookback period for the price-versus-time correlation.
|R| >= this = Strong regime: Default 0.7. Correlation threshold at or above which the regime reads Strong.
|R| >= this = Moderate regime: Default 0.5. Correlation threshold at or above which the regime reads Moderate.

Fake Flip Detection
A flip held <= this many bars is tagged FAKE: Default 5. Window length in bars within which a flip reversal is tagged fake. A flip that holds longer is confirmed, and its arrow is drawn on the bar where the window ends.

Performance & Limits
Max calculation bars (0 = All history): Default 5000. Maximum historical bars processed (0 = all history).
Max flip arrows on chart (0 = All): Default 100. Maximum flip arrows retained on the chart (0 = unlimited).

Visual
Show info panel: Default true. Toggles the info dashboard.
Show confirmed flip arrows: Default true. Toggles the confirmed flip arrows.
Allow dragging the panel with the mouse: Default true. Allows the panel to be dragged with the mouse and remembers where you drop it. Set to false to lock the panel to its corner.
Panel corner position: Default Top Left. Starting corner for the info panel. Changing it also clears any manually dragged position.
Panel color theme: Default Dark Obsidian (Gold / Emerald). Visual color theme of the panel.
Panel offset X from corner (px): Default 20. Panel pixel offset from the selected corner, horizontally (0 or more).
Panel offset Y from corner (px): Default 20. Panel pixel offset from the selected corner, vertically (0 or more).

Distance Unit
Panel distance: auto / pip / point: Default Auto. Units for the Distance readout. Auto uses pips on Forex symbols and the raw price difference on indices, crypto and shares, because MT5 points are misleading on those instruments. Can be forced to Pip or Point.

Raw Flip Alerts
These fire on the raw direction flip, on the close of the bar where direction changed. They do not wait for the fake-flip confirmation, so an alert can arrive for a flip that is later tagged FAKE. Treat them as an early warning, and read the Regime row and Fake Flips gauge before acting.
Pop-up alert on raw flip: Default false. Terminal pop-up alert on a raw flip.
Push notification on raw flip: Default false. Mobile push notification on a raw flip. Requires a MetaQuotes ID configured in the terminal (Tools > Options > Notifications).
Email alert on raw flip: Default false. Email alert on a raw flip. Requires SMTP settings configured in the terminal (Tools > Options > Email).

Confirmed Arrow Alerts
These fire at the moment a confirmed arrow is drawn: the flip has held its direction for the fake-flip window and it alternates with the previous arrow. They arrive later than the raw flip alerts but carry no FAKE flips, and the message says whether the higher timeframe agrees with the arrow or is against it (left out while the higher timeframe is off or still loading). The two sets are independent. Nothing fires while history is being drawn, so adding the indicator to a chart is silent no matter how many past arrows appear.
Pop-up alert when a confirmed arrow is drawn: Default false. Terminal pop-up when a confirmed arrow is drawn.
Push notification when a confirmed arrow is drawn: Default false. Mobile push notification on a confirmed arrow.
Email alert when a confirmed arrow is drawn: Default false. Email alert on a confirmed arrow.

Stop Buffer
Show the stop with a buffer behind the line: Default true. Draws a thin dotted line this far behind the chandelier line: the stop outside the line's ordinary noise. It only moves toward price while the direction holds. The values stay in the EA buffers when the line is hidden.
Buffer behind the line (ATR): Default 1.0. Distance of the dotted stop behind the line, in ATR, from 0 to 10.

Higher Timeframe
Higher timeframe shown on the panel: Default H4. The timeframe whose chandelier direction the panel shows next to the chart's own. On a chart at or above this timeframe the row reads off.
Confirmed arrow alerts only when the higher timeframe agrees: Default false. When true, a confirmed arrow alert is sent only when the higher timeframe points the same way as the arrow; while the higher timeframe is still loading, none is sent. On a chart at or above the higher timeframe the row is off and this filter does nothing. Arrows are drawn either way.

Flip Dot
Mark the bar where a confirmed flip began with a dot: Default true. Draws a small dimmed dot on the bar where a confirmed flip began, next to the arrow on the bar where it was confirmed.

Suggested Use & Disclaimer

  • Trade in the direction of the active glow line: green for longs, red for shorts.
  • Confirm signal quality when the panel displays Strong or Moderate regime status.
  • Place the stop on the dotted buffered line rather than on the line itself; it never loosens either.
  • Evaluate Fake Flips risk gauge before entering fresh flips.

Questions, bug reports and feature requests are welcome on the TrendTower channel: https://www.mql5.com/en/channels/trendtower

This is an indicator for analysis and decision support. It does not place trades. Always test thoroughly before using any tool in live trading. Trading involves risk.

algoteknik

Support, updates and every other product: mql5.com/en/users/bugraky123
Product channel: mql5.com/en/channels/trendtower

Smart Chandelier Exit version 1.5


レビュー 4
Riss
43
Riss 2026.08.13 09:43 
 

Really liking this MT5 indicator so far. It’s clean, easy to read, and gives a lot of useful information without making the chart too cluttered. The trend direction, fake flips, ATR, and execution levels are especially helpful. The recent panel positioning fix is also a nice improvement. Overall, a really solid indicator!

Agson Gonçalves
65
Agson Gonçalves 2026.08.07 11:29 
 

Quero parabenizar o desenvolvedor do Smart Chandelier Exit. Depois de utilizá-lo no mercado Forex, posso dizer que é uma ferramenta extremamente eficiente. A leitura da tendência é clara, os sinais são consistentes e o painel com informações como regime de mercado, nível de stop e qualidade dos sinais ajuda muito na tomada de decisão. Além disso, o indicador é visualmente limpo e intuitivo, facilitando o gerenciamento das operações. Na minha experiência, foi um dos melhores indicadores que já utilizei. Meus parabéns pelo excelente trabalho e pela dedicação em criar uma ferramenta tão útil para traders.

lisi 7887
1930
lisi 7887 2026.07.31 15:28 
 

Fire!!!

おすすめのプロダクト
Smart Structure Buy Sell Signals is a visual market structure indicator developed primarily for Gold (XAUUSD) intraday trading on MetaTrader 5. The indicator combines market structure, momentum, liquidity behaviour and supply-demand zones to identify potential Buy and Sell opportunities. It provides clear trading levels while keeping the final trading decision completely under the user’s control. This is a manual trading indicator. It does not open, modify or close real trades. Main Features • C
FREE
Stackable VWAP
Flavio Javier Jarabeck
3.5 (4)
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. Additionally we put in this indicator the MVWAP (Moving Volume Weighted Average Price). For those who do not know the usage and the importance od this indicator I recommend a great article about this subject at Investopedia ( https://www.investopedia.com/articles/trading/11/trading-with-vwap-mvwap.asp
FREE
Coral trend is   a trend-following indicator that is widely popular among FOREX traders . It is usually used as a confluence with other indicators. It uses combinations of moving averages with complex smoothing formulas! It has two configurable parameters: Coefficient   - smoothing ratio (*) Applied price Calculation: Coral = (-0.064) * B6 + 0.672 * B5 - 2.352 * B4 + 2.744 * B3
FREE
OmniSignal Navigator - Smart Entries at Key Levels Trade Like a Professional with this daily/weekly High-Low-Close indicator, designed for scalping or intraday short term trading and precision breakout trading. Suggested Timeframes to trade with: M 5 DO NOT USE THE INDICATOR ON THE M1 TIMEFRAME! Why It Works Perfect for Scalping/Intraday: Targets key zones (PDH/PDL/PDC & PWH/PWL/PWC) on M2, M3, M5, M15 timeframes. (Lower Timeframes = More Signals, Higher Timeframes = Less Signals) No Chart Anal
FREE
Wave Box Market Frenquency
Jean Jacques Huve Ribeiro
4.75 (4)
Totally linked to the result of a movement and the duration he had. Its height records how many ticks the asset walked during a given movement, its width shows us the duration that movement had. Its configuration must be in line with the Weis Wave Indicator configuration to observe the movement force and can indicate a possible accumulation or distribution of the movement;
FREE
VFI Quantum
Nikita Berdnikov
5 (1)
Introducing VFI (Volume Flow Indicator) – a trading indicator that analyzes the relationship between volume and price movement to identify key trading opportunities. The indicator displays the strength and direction of volume flow, providing clear signals about potential entry and exit points. Signals are formed based on zero line crossovers, crossovers between the VFI line and its exponential moving average (EMA), and when the indicator exits overbought and oversold zones. Attention! This stra
FREE
MIDAS Super VWAP
Flavio Javier Jarabeck
4.27 (11)
Imagine VWAP, MVWAP and MIDAS in one place... Well, you found it! Now you can track the movement of Big Players in various ways, as they in general pursue the benchmarks related to this measuring, gauging if they had good execution or poor execution on their orders. Traders and analysts use the VWAP to eliminate the noise that occurs throughout the day, so they can measure what prices buyers and sellers are really trading. VWAP gives traders insight into how a stock trades for that day and deter
FREE
Tabajara V5
Flavio Javier Jarabeck
4.84 (37)
Metatrader 5 version of the famous Andre Machado's Tabajara indicator. If you don't know Andre Machado's Technical Analysis work you don't need this indicator... For those who need it and for those several friend traders who asked this porting from other platforms, here it is... FEATURES 8-period Moving Average 20-period Moving Average 50-period Moving Average 200-period Moving Average Colored candles according to the inflexion of the 20-period MA SETTINGS You can change the Period of all MA's
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.57 (14)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
QuantumAlert Stoch Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our   MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the p
FREE
Ultimate MACD MTF Pro は、従来のMACDを現代のトレード向けに再設計した、強力なアップグレード版です。 このインジケーターは、 マルチタイムフレームMACD、動的なヒストグラムカラー、シグナルクロスマーカー、モメンタムに基づくスマートなラインカラー変化 を提供します。 クリーンなシグナル、早期のトレンド検知、プロレベルの視認性を求めるトレーダーのために作られました。 主な特徴 マルチタイムフレームMACD (MTF) 現在のチャートの時間足と、上位足(H1, H4, D1など)を簡単に切り替え可能。 上位足のトレンド確認に最適です。 クリーンなMACDラインとシグナルライン – ライン幅の調整が可能 – MACDがシグナルとクロスすると自動で色が変化 – 滑らかで視認性の高いデザイン 5色スマートヒストグラム ヒストグラムは以下の条件に応じて5色に変化します: モメンタムの増加 モメンタムの減少 ゼロラインより上または下 トレンド転換の方向 これにより、トレンドの強さと反転を一目で把握できます。 クロスポイントドット(エ
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
How it works –   Base-departure detection — algorithmically finds consolidation bases (overlapping range with compressed volatility) followed by displacement departures. Patterns: Drop-Base-Rally, Rally-Base-Drop, Rally-Base-Rally, Drop-Base-Drop — detected structurally, not by candle names. –   Strength score (0–100) — from departure velocity, time-at-base, freshness (each revisit decays the score), higher-timeframe confluence and origin volume. –   Lifecycle — Fresh, Tested (decaying), Broken
FREE
Fimathe PCM Indicador
Cristiano Rodrigo Olegini
5 (1)
Velas Forex FIMATHE PCM Indicator(無料) Velas Forex FIMATHE PCM Indicator は、市場をシンプルかつ迅速、そして分かりやすく分析できるように設計された無料のインジケーターです。 明確な視覚シグナルによって市場状況を把握しやすくし、トレーダーがより自信を持って取引判断を行えるようサポートします。 XAUUSD の最良結果: 時間足: 5分足(5M) MT5サーバー時間: 02:00 リスク管理: Take Profitを1回達成したら: 取引を停止し、翌日まで待機します。 Stop Lossを2回達成したら: 取引を停止し、翌日まで待機します。 主な特徴 シンプルで直感的なインターフェース インストールと設定が簡単 MetaTrader 5で利用可能なすべての金融商品に対応 複数の時間足で使用可能 初心者から上級者まで幅広いトレーダーに最適 プラットフォームのリソース消費を最小限に抑えた軽量設計 無料 本インジケーターは、MQL5コミュニティ向けに 100%無料 で提供されています。 お役に立ちましたら、ぜひ評価とレビュ
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
Description : Rainbow MT5 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, then this is a signal to buy. When price crosses below MA and MA changes color to red, then this is a signal to sell. The Expert advisor ( Rainbow EA MT5 ) based on Rainbow MT5 indicator is now available here . MT4 version is available here .
FREE
Calmer chart context, kept practical Northstar Flow Candles MT5 is a chart-window indicator that presents Heikin Ashi candles with a five-state trend context. It is designed for traders who want a quieter view of price while keeping the native chart available as an optional reference. Visual-only indicator: Northstar Flow Candles MT5 does not place trades and does not send popup, push, or email notifications. What appears on the chart Five candle states: strong bullish, bullish, balanced, bearis
FREE
Sweep Liquidity
Nawal Kishor Yadav
5 (1)
Liquidity Sweep Pro v3.2 — スマートマネー流動性検知 機関投資家の流動性スイープをリアルタイムで検知するために設計されたプロフェッショナル指標です。Buy-Side Liquidity (BSL) と Sell-Side Liquidity (SSL) のスイープを特定し、Strong と Weak に自動分類します。 主な機能: • BSL および SSL スイープのリアルタイム検知 • ヒゲの比率、ボディの終値、出来高に基づく Strong vs Weak 分類 • 品質フィルター搭載:    - Wick Ratio Filter(Strong & Weak それぞれ調整可能)    - Volume Filter(ティック出来高 vs MA)    - Body-Close Filter • 現在のセッション別スイープカウンターダッシュボード(Strong/Weak BSL & SSL) • 非リペイント矢印 — シグナルはバーの終値で確定 • 色、矢印の距離、パネル位置、フィルター設定を完全にカスタマイズ可能 • シグナルの密集を防ぐクールダウンシ
FREE
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
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
This simple indicator paints with a darker color on the volume bar when the quantity traded is above the average of select number of periods of the volume itself, highlighting the moments when there was a large volume of deals above the average. It is also possible to use a configuration of four colors where the color tone shows a candle volume strength. The indicator defaults to the simple average of 20 periods, but it is possible to change to other types of averages and periods. If you like t
FREE
Macro-R Pro Signal — Advanced Trading Signal Indicator Macro-R Pro Signal is a professional trading indicator designed to deliver high-quality BUY and SELL signals with enhanced precision and reduced market noise. By combining Bollinger Bands, RSI, and adaptive volatility filtering , this indicator helps traders identify high-probability reversal points while avoiding unfavorable market conditions. How the Strategy Works This indicator is built on a mean reversion + momentum confirmation concep
FREE
The indicator highlights the points that a professional trader sees in ordinary indicators. VisualVol visually displays different volatility indicators on a single scale and a common align. Highlights the excess of volume indicators in color. At the same time, Tick and Real Volume, Actual range, ATR, candle size and return (open-close difference) can be displayed. Thanks to VisualVol, you will see the market periods and the right time for different trading operations. This version is intended f
FREE
Mini Charts MTF EMA Mini Charts MTF EMA is a MetaTrader 5 indicator that displays multiple mini charts from selected timeframes directly on the main chart. It helps traders monitor multi-timeframe price movement and EMA direction in one clean visual layout. Main Features Multiple mini charts on the main chart Custom timeframe selection for each mini chart Up to 4 EMA lines for every mini chart Custom EMA period, shift, method, applied price, color, style, and width Custom mini chart width, heigh
FREE
Weis Waves(ワイス・ウェーブ) は、デビッド・ワイスが開発し、リチャード・ワイコフの理論に基づいたテクニカル指標です。 従来の出来高がバーごとに表示されるのとは異なり、Weis Waves は出来高を上昇または下降の「波」として蓄積し、価格の方向が変わると新しいカウントを開始します。 この方法により、トレーダーは市場の動きの 本当の強さ を明確に把握することができます。 主な特徴: 出来高を買いと売りの波にまとめる。 支配的な圧力(買い手または売り手)を強調。 トレンドの継続 または 反転の可能性 を識別。 ワイコフ理論に基づき、出来高・フロー分析で広く使用される。 Weis Waves は、価格と出来高のバランスを評価するために、多くのプロトレーダーによって利用され、市場ダイナミクスの詳細な視点を提供します。
FREE
Rojeryo Candle Countdown is a lightweight MetaTrader 5 indicator that displays the remaining time before the current candle closes. The indicator is designed for traders who want a clean and simple countdown timer directly on the chart. It works on the current chart timeframe and updates automatically every second. Main Features - Candle close countdown - Works on the current chart timeframe - Updates every second - Simple chart label - Customizable font size - Customizable font name - Cust
FREE
Triple Moving Average Buy Sell Alerts このインジケーターは、3本の移動平均線システムを使用してトレンドフォローの売買タイミングを特定します。シグナルは確定済みローソク足で生成され、デスクトップのポップアップ通知とスマートフォンへのプッシュ通知で配信されます。 トレーディングロジック 買いシグナル(緑のダイヤモンド)は、以下のすべての条件が同時に満たされたときに表示されます。価格が3本の移動平均線すべての上で確定し、MA 20がMA 50の上にあり、MA 50がMA 200の上にあり、価格がMA 200の上にある場合です。 売りシグナル(赤のダイヤモンド)は、すべての逆の条件が満たされたときに表示されます。価格が3本の移動平均線すべての下で確定し、完全なベアリッシュアライメントが形成された場合です。 決済シグナル(金色のX)は、高速MA 20が中速MA 50をクロスしたときに表示されます。価格の下にある金色のXは買いポジションを決済し、価格の上にある金色のXは売りポジションを決済します。 インジケーターはマーケットの状態を追跡し、前のトレードが決済シ
FREE
Rule Plotter Scanner
Francisco Gomes Da Silva
5 (1)
すべてのストラテジーをスキャンし、選択したアクティブのすべてのタイムフレームでの買いポイントと売りポイントを表示するスキャナーをお持ちになったことはありますか? それがまさにこのスキャナーが行うことです。このスキャナーは、 Rule Plotter: プログラミング不要のストラテジー作成ツール で作成した買いシグナルと売りシグナルを表示し、さまざまなアクティブとタイムフレームで実行するために設計されています。 Rule Plotterのデフォルトストラテジーは陽線と陰線だけです。つまり、Rule Plotter内に何のストラテジーも描かない場合、このスキャナーは選択したアクティブのすべてのタイムフレームでのキャンドルの色を表示します。キャンドルが陰線の場合は赤で、陽線の場合は緑です。 好きなだけストラテジーを作成 標準のストラテジーに制限されることはありません。Metatraderで利用可能なすべての指標を使用して従来のストラテジーを構築するか、お好きな指標を使用してカスタムストラテジーを構築できます。 このスキャナーはRule Plotterが提供するもののほんの一部であり、Rule
FREE
DONCHIAN CHANNEL DC It is a trend indicator developed by “Richard Donchian”, consisting of 3 layers, the upper channel, the lower channel and the middle channel. It is created on the Donchian Channel by plotting the highest and lowest prices reached in the past period on the price chart. It is also used to measure the volatility of the market, as it is an expanding/contracting channel according to the increase/decrease of price volatility. Method 0; Donchian channel indicator drawing. BUY/SELL S
FREE
このプロダクトを購入した人は以下も購入しています
SMART TREND TRADING SYSTEM — 特別オファー トレードシステム、自動化EA、学習コンテンツとサポートをひとつに。 MT5用のSmart Trend Trading Systemを99米ドルでご購入いただくと、シグナルの自動売買に使える Smart Universal Expert Advisorを無料でプレゼント します。 STTSは、トレンドの方向、エントリー・決済シグナル、反転ゾーン、重要な価格水準をチャート上にまとめて表示します。システムを参考に手動で取引することも、付属のEAを接続し、ご自身で選んだ設定に基づいて自動売買することもできます。 現在の99米ドルという価格は、これからの30件の購入に適用されます。その後、価格は149米ドルに上がります。 充実のパッケージ内容 ご購入には以下が含まれます。 • MT5用Smart Trend Trading System。 • Smart Universal Expert Advisor — 無料。 • STTSの完全版PDFユーザーマニュアル。 • STTS公式オンラインコース。 • インストールと
Trend Sniper X
Sarvarbek Abduvoxobov
4.89 (35)
Trend Sniper X は、トレードの方向性と潜在的な反転ポイントを明確かつ正確に特定するのに役立つ、MetaTrader 5 用のマルチタイムフレーム・トレンドフォロー指標です。 MT4用: https://www.mql5.com/en/market/product/193245 価格情報: 現在の価格はプロモーション価格であり、今後のアップデートや新機能のリリースに伴い変更される場合があります。 ボーナス特典: このインジケーター用の無料自動売買アシスタントEAを入手するには、購入後に an 著者(開発者)へメッセージをお送りください。 Code2Profit チャンネル マルチタイムフレーム分析で相場をマスターしよう! Trend Sniper X で勝率を最大化する方法:重要なルールとセッションのコツ 技術仕様 プラットフォーム MetaTrader 5 インジケータータイプ マルチタイムフレーム・トレンドインジケーター 操作タイムフレーム あらゆるチャートタイムフレームに対応。個別に選択可能な上位タイムフレーム (M1–MN1) を搭載 主要銘柄 FX、ゴールド (X
Zoryk Gold
Reda El Koutbane
5 (10)
割引は 24 時間後に終了します — 次の価格は$ 69 ZORYK — MetaTrader 5専用 XAUUSDシグナル・トレードプランニングシステム このような経験はありませんか。 ゴールドを分析し、エントリーを待ち、ようやくポジションを持った直後に価格が逆方向へ動く。 早すぎる決済をしてしまったり、Stop Lossを動かしたり、数秒迷っている間にチャンスを逃したりする。 その後、相場は自分が最初に予想していた方向へ進み、目標へ到達する。 問題は常に方向判断ではありません。 本当の問題は、明確な計画がなかったことです。 どこでエントリーすべきか。 どこでトレードの前提が無効になるのか。 近い利益を確保すべきか、より大きな値動きを待つべきか。 現在のsetupが本当に強いのか、それとも無理にトレードを探しているだけなのか。 ゴールドは非常に速く動きます。 正しい分析でも、明確なプランがなければ数秒で悪い判断に変わることがあります。 ZORYKは、その問題を解決するために開発されました。 ZORYKとは ZORYKは、MetaTrader 5とXAU
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
UNIX SCALPER — 特別オファー セットアップを見つけ、取引プランを確認し、取引方法を選ぶ。 MT5用UNIX Scalperを99米ドルで購入すると、シグナルを自動売買に活用できるSmart Universal Expert Advisorが無料で付属します。 UNIX Scalperは、市場分析、BUY/SELL/WAITの判断、Entry、Stop Loss、TP1、TP2の水準を、見やすいパネルにまとめています。取引プランに沿って手動で取引することも、付属のEAを接続し、ご自身の設定に従って自動執行することもできます。 現在の99米ドルの価格は、今後30件の購入に適用されます。その後、価格は149米ドルになります。 パッケージの内容 ご購入には以下が含まれます。 • MT5用UNIX Scalper。 • Smart Universal Expert Advisor — 無料。 • UNIX Scalperの完全版PDFユーザーマニュアル。 • UNIX Scalper公式オンラインコース。 • インストールと設定の手順ガイド。 • 購入者限定コミュニティへ
SuperScalp Pro
Van Minh Nguyen
4.64 (33)
SuperScalp Pro - Professional Multi-Layer Confluence Scalping System SuperScalp Proは、クラシックなSupertrendに複数のインテリジェントな確認フィルターを追加した、高度なスキャルピングインジケーターです。より高い確率が期待できるBuy/Sellの取引機会を特定し、ダマシのシグナルを大幅に減らすことをサポートします。 明確なBuyとSellの矢印がチャート上に直接表示され、ATRに基づくStop LossとTake Profitのレベルがリアルタイムで自動計算されます。 購入後、設定方法や推奨設定についてのサポートが必要な場合は、私にご連絡ください。 SuperScalp Pro Auto Traderを使用して、シグナルを簡単に自動化できます: [Auto Trader] 推奨設定ファイルをダウンロード: [Set File] 完全なドキュメントは製品ブログでご覧いただけます: [User Guide] 最新情報を受け取るには公式チャンネルに参加してください: [Official Channel]
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
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (8)
新たな王者が登場 - インジケーター + 注文管理表示(TP1 + TP2 + TP3)+ オプションのTelegramシグナル送信機能付き(無料) (完全なトレード&シグナルシステム) ゴールド向け最高のEA: Gold Slayer このインジケーターには、高度な戦略、カスタマイズ可能な注文管理システム、そしてエンベロープ拡張を組み合わせた平均回帰システムが搭載されています。さらに、RSIなど複数のインテリジェントな確認フィルターによって、高確率の反転エントリーをBUY・SELLシグナルとして検出します。 単にトレードを学ぶだけでなく、複数ポジションを効果的に管理し、過去に利益を出しているオープンポジションで損失トレードをカバーする方法も学べます。 M5向けに構築・最適化されており、流動性が高くシグナルの精度が安定しているBTCUSDとXAUUSDで優れたパフォーマンスを発揮します。 このインジケーターは、ATRを基に自動計算されたエントリー、ストップロス、テイクプロフィットレベルを備えた明確なLong・Shortシグナルを提供するため、リスク管理が最初から組み込まれています。 マ
GoldenX Entryは、MT5向けのインジケーターであり、適応型Smart Entry Trendアルゴリズム、シグナルスコアリングシステム、マーケットレジーム検出機能、およびボラティリティフィルターを備えています。各シグナルには、計算されたエントリーレベル、3つのテイクプロフィット(TP1、TP2、TP3)、およびストップロスレベルが含まれます。本インジケーターは、異なる市場環境に適応するために設計された複数の分析レイヤー上に構築されており、マルチレイヤー分析システムと内蔵オプティマイザーおよび統計トラッキングシステムを組み合わせています。リスク・リワード(RR)指標および過去のトレード履歴に基づく定量分析を提供します。 使い始めは簡単です — 選択した時間足でオプティマイザーを実行し、そのままチャート上でインジケーターを使用します。 コア機能 GoldenX Entryは、シグナルエンジンとトレード管理機能、そして過去統計トラッキングを1つのチャートに統合しています: - 内蔵オプティマイザー: オプティマイザーはチャート上でワンクリックで実行できます。200通りのパラメー
伝説が帰ってきました:Entry Points Pro 10。 MQL5 Marketのトップ3に3年間入り続けた伝説的インジケーターの再始動です。 2つのバージョンで合計589件の高評価レビュー、毎日数千人のトレーダーが実際のトレードに使用し、デモのダウンロードは31,000件以上   MT4+MT5 。 私はこの5年間に寄せられたレビューをすべて読み、約束を並べる代わりに、その答えをバージョン10に組み込みました。1999年から相場に携わり、 誠実さ、自らの評判、そして顧客を大切にする 作者による製品です。 Entry Points Proのエントリーシグナルは、リペイント(再描画)を一切行いません。 そして今回初めて、これは作者の言葉ではなく検証可能な事実になりました。確定シグナルはローソク足の終値確定後にのみ表示され、自動テストで リペイントはゼロ と確認されています(EURUSD、XAUUSD、BTCUSDで2,486,568回の不変条件チェック、違反0件)。検証方法は公開されており、ストラテジーテスターでご自身で再現できます。 ご購入後は、必ずすぐにダイレクトメッセージでご
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
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
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示
ATOMIC ANALYST — 特別オファー 市場分析、自動化EA、学習コンテンツとサポートをひとつに。 MT5用のAtomic Analystを99米ドルでご購入いただくと、シグナルの自動売買に使える Smart Universal Expert Advisorを無料でプレゼント します。 Atomic Analystは、プライスアクション、トレンドの方向、エントリー・決済シグナル、損切り水準、複数の利確水準をチャート上にまとめて表示します。分析を参考に手動で取引することも、付属のEAを接続し、ご自身で選んだ設定に基づいて自動売買することもできます。 現在の99米ドルという価格は、これからの30件の購入に適用されます。その後、価格は149米ドルに上がります。 充実のパッケージ内容 ご購入には以下が含まれます。 • MT5用Atomic Analyst。 • Smart Universal Expert Advisor — 無料。 • Atomic Analystの完全版PDFユーザーマニュアル。 • Atomic Analyst公式オンラインコース。 • インストールと設
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
FiboSniper Pro – Multi-Filter Fibonacci System with Auto SL/TP and Control Panel FiboSniper Proは、動的なFibonacci Envelopesと複数の確認フィルターを組み合わせ、選別されたBuyおよびSellシグナルを生成するテクニカルインジケーターです。FibonacciレベルはMoving AverageとATRを基に計算され、その後ADX、EMA、RSI、ATR、Volume、Time、Candle構造によってフィルタリングされます。インジケーターは、ATRに基づく自動Stop LossおよびTake Profitレベルをチャート上に直接表示し、さらに迅速な調整が可能なインタラクティブControl Panelを提供します。 購入後、推奨設定ファイルと詳細な使用方法については、私にご連絡ください。 Auto Trader Xを使用してFiboSniper Proのシグナルを自動化できます: [Auto Trader X] User GuideとSet Files: [Click her
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
UZFX {SSS} スキャルピング・スマートシグナル v5.0 MT5は、変動の激しい市場において正確かつリアルタイムのシグナルを求めるスキャルパー、デイトレーダー、スイングトレーダー向けに設計された、リペイントのない高性能な取引インジケーターです。(UZFX-LABS)によって開発されたこのインジケーターは、価格行動分析、トレンド確認、スマートフィルタリングを組み合わせることで、すべての通貨ペアおよび時間枠において、高確率の売買シグナル、警告シグナル、トレンド継続の機会を生成します。 トレードの判断に迷うのはもうやめましょう。明確さ、正確さ、そして規律ある市場執行を求めるトレーダーのために設計された、体系的なシグナルシステムに従い始めましょう。 間違いなく、MQL5で入手可能な最高のインジケーターの一つです。絶対に見逃さないでください!!「スマートなトレーダーのためのスマートシグナル」 最新バージョン5.0がリリースされました。価格は予告なく最大499.99ドルまで値上がりする可能性がありますので、チャンスを逃さないようお早めにお求めください!! 購入を決める前に!無料トライアル
Smc Pro ToolKit
Talal N Z Aljarusha
5 (12)
SMC PRO TOOLKIT — SMART MONEY ANALYSIS & STRUCTURED TRADE PLANNING SMC Pro ToolKit is a professional Smart Money Concepts analysis workspace for MetaTrader 5. It combines market structure, multi-timeframe analysis, institutional price zones, setup evaluation, confirmation tools, volume context, alerts, and risk planning inside one organized chart environment. One workspace. Multiple layers of confirmation. One structured trading plan. OPEN COMPLETE USER GUIDE MULTI-CONDITION SETUP ENGINE At
Axiom Matrix — 特別オファー Axiom Matrix を 49 米ドルで購入すると、Smart Universal Expert Advisor を無料でプレゼント。 市場をスキャン。セットアップを比較。次のチャートを選ぶ。 Axiom Matrix は複数銘柄・複数時間足の分析を一つのダッシュボードに集約します。チャートを一つずつ開かずに注目する市場を探せます。 気配値表示または選択した銘柄を複数の時間足でスキャン。 トレンド、モメンタム、出来高、ボラティリティ、市場環境の質を比較。 Best Axiom Pick、シグナルの状態、クリックできるセルでセットアップを確認。 Axiom Matrix は分析用ダッシュボードです。取引は実行しません。 パッケージ内容 Axiom Matrix Smart Universal Expert Advisor PDF ユーザーガイドとオンライン講座。 設定ガイドと購入者コミュニティへのアクセス。 Smart Universal Expert Advisor は独立した特典です。本製品の直接的な自動化を約束するものではありません。
CRT Candle Range Theory HTF MT5 - Ultimate CRT Indicator: 高度なICTコンセプトとMalaysian SnRトレーディングシステム 最も先進的なCandle Range Theoryインジケーターでマーケットメーカーの足跡をマスターしましょう。Ultimate CRT Indicatorを使用して、Smart Money Concepts (SMC)の真の力を解き放ち、機関投資家のように正確にトレードします。真剣なトレーダー専用に構築されたこのインジケーターは、ICT Concepts (Inner Circle Trader)の核となる柱である、非常に効果的なCandle Range Theory (CRT)を自動化し、Malaysian Support and Resistance (SnR)エントリー手法とFVG (Imbalance)ゾーンの致命的な精度でそれを強化します。 MT5でForex、Crypto、Indicesのいずれを取引している場合でも、このアルゴリズムは市場のノイズを取り除き、ダマシ(fakeout)を
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
ATSTRONG PRO:市場構造&ブレイクアウトインジケーター ブレイクアウト検出エンジン | 5つの動的TPターゲット | ライブダッシュボードパネル | リペイントなし 導入価格 現在の価格: $59 — 10回の販売ごとに価格が$10上昇します。 ATSTRONG PRO は、MetaTrader 5 用に設計された高度なブレイクアウトおよび機関投資家向け市場構造インジケーターです。 高確率のスイングピボットを検出し、クラスター化されたサポートとレジスタンスの蓄積ゾーンを特定し、 リアルタイムで構造の破壊(BOS)と性質の変化(CHoCH)のシグナルを発します。 このインジケーターは、ダイナミックなストップロスと5つの個別のテイクプロフィットレベル(TP1〜TP5)をチャート上に自動的に直接描画します。 リスクリワード予測ボックス、星付けされたシグナル品質の評価、およびリアルタイムのオンチャートパフォーマンス分析ダッシュボードを備えています。 取引に関する注意: これは手動取引および市場分析用のインジケーターです。ローソク足の確定時に明確な視覚的シグナル、レベル、アラー
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 ️ サマーセール — 夏至とThe Oracle Proの発売を記念して、Azimuth Proが30%オフ。現在279 USD(通常399 USD)。期間限定の夏季オファー。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
Currency Strength Anchor — セッション適応型の相対的強さ指標。日足・週足・月足の始値をアンカーとして使用。非リペイント。 多くの強さメーターは、固定された過去期間で銘柄を比較します。しかし、取引日がアジアから欧州、そして米国セッションへと進むにつれ、その比較結果の意味は変化します。アジアセッションのデータで作られたランキングは、ロンドンやニューヨークが取引している時間帯にはほとんど役に立ちません。 Currency Strength Anchor は異なる基準を採用しています。各銘柄を、日足・週足・月足の3つの固定アンカーポイントに対して測定し、取引している時間帯に応じて計算範囲を自動調整します。 コンテキストは自動的に以下の間で切り替わります: アジアセッションのみ アジア+欧州セッション アジア+欧州+米国セッション 米国セッションのみ 値は確定した価格データから算出され、リペイントしません。 読み方 インジケーターは、チャート上のシンボルを構成する各コンポーネントに1本ずつラインを描画します。つまり、常に2本のラインを比較することになります。 例 1
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
作者のその他のプロダクト
Refine OBV  Refine OBV measures cumulative volume flow read against its own adaptive signal line with a color-coded spread and non-repainting divergence detection. Raw On Balance Volume answers one question: is volume being credited to the buyers or the sellers? While useful, raw OBV is a single wandering line with no reference point. Refine OBV adds an adaptive EMA of the flow itself as a reference line. The distance between the flow and its signal line (the spread) is rendered as a color-coded
FREE
Smart Exit EA — Ride the Trend, Skip the Chop Smart Exit EA follows a trend with an adaptive ATR trailing line and stays in the move until the trend really turns. It is built for two problems every trend trader knows: getting shaken out of a good trade too early, and getting chopped up in a sideways market. Release notes, chart examples and new product announcements are posted on the TrendTower channel:   https://www.mql5.com/en/channels/trendtower What It Does Rides trends longer.   The trailin
FREE
Trix Trend algoteknik · MetaTrader 5 Indicator Manual Overview Trix Trend is a momentum oscillator based on TRIX — the rate of change of a triple-smoothed exponential moving average of price. Triple smoothing removes most of the short-term noise, so the oscillator reacts to the underlying momentum of the move rather than to every small wiggle, while staying more responsive than a simple long moving average. The indicator draws a slope-colored TRIX line, a weighted signal line, a zero line, and t
FREE
SVS Assistant SVS Assistant is the execution half of Smart Volatility Squeeze MT5. It carries out the orders you request from that indicator's 1-Click Trading Desk, applies your risk rules to them, and manages the resulting positions. It is published free of charge. Please read this before downloading: it does not analyse the market and it produces no signals of its own. Without the Smart Volatility Squeeze indicator running on the same chart there is nothing for it to listen to, and it will do
FREE
Smart Volatility Squeeze MT5 Smart Volatility Squeeze MT5 is a volatility compression and momentum expansion indicator for MetaTrader 5. It builds on John Carter's Volatility Squeeze framework and extends the usual single-tier squeeze into three compression tiers, so you can see not only whether the market is compressed but how tightly it is compressed before it expands. The indicator opens in a separate window and draws two elements: a linear regression momentum histogram and a row of coloured
Quant Desk Pro An R-native trade manager for MetaTrader 5.   It manages the trades you have already opened: it measures what each one is really risking, protects it, scales out of it on a plan you set, trails what is left, and stops the whole book when the day has gone far enough wrong. Read this first.   Quant Desk Pro does not open trades and has no signal. And it ships in   VIEW ONLY : it will not send a single order until you set   I understand the risks   to true in the inputs. Until you do
Quant Key Levels, version 1.0. The reference levels a discretionary trader actually works from, on one chart and in one visual language. Eleven families, each on its own switch, and nothing on the chart that a level does not earn. What separates it from a pivot pack is not the number of families. It is that the things most level tools assume, this one measures. How far your broker's clock sits from UTC, measured out of your own terminal rather than typed into a box. Where an exchange actually op
Smart Chandelier Exit EA Smart Chandelier Exit EA is the Expert Advisor for the Smart Chandelier Exit indicator. It runs the indicator's chandelier engine by itself, with the same formula, the same default settings and the same fake-flip confirmation, and turns the confirmed flips into trades. A flip is traded only when it agrees with the higher timeframe, and every position carries a stop on the broker's server that follows the chandelier line and is never loosened. By default there is no fixed
フィルタ:
Riss
43
Riss 2026.08.13 09:43 
 

Really liking this MT5 indicator so far. It’s clean, easy to read, and gives a lot of useful information without making the chart too cluttered. The trend direction, fake flips, ATR, and execution levels are especially helpful. The recent panel positioning fix is also a nice improvement. Overall, a really solid indicator!

Bugra Kaan Yildirim
1488
開発者からの返信 Bugra Kaan Yildirim 2026.08.13 15:17
Thank you so much for the detailed feedback! We’re really glad you’re enjoying the indicator and finding the trend direction, fake flip detection, ATR, and execution levels useful. And thank you again for your suggestion regarding the panel positioning, we’re happy we could implement your feedback and improve the experience. We really appreciate your support! Best regards!
Algoteknik team
Agson Gonçalves
65
Agson Gonçalves 2026.08.07 11:29 
 

Quero parabenizar o desenvolvedor do Smart Chandelier Exit. Depois de utilizá-lo no mercado Forex, posso dizer que é uma ferramenta extremamente eficiente. A leitura da tendência é clara, os sinais são consistentes e o painel com informações como regime de mercado, nível de stop e qualidade dos sinais ajuda muito na tomada de decisão. Além disso, o indicador é visualmente limpo e intuitivo, facilitando o gerenciamento das operações. Na minha experiência, foi um dos melhores indicadores que já utilizei. Meus parabéns pelo excelente trabalho e pela dedicação em criar uma ferramenta tão útil para traders.

Bugra Kaan Yildirim
1488
開発者からの返信 Bugra Kaan Yildirim 2026.08.07 12:48
Thank you very much for taking the time to share such detailed and thoughtful feedback. It is especially rewarding for us to hear that the trend analysis, signal consistency, market regime information, stop levels, and overall interface are contributing positively to your trading decisions. Feedback like this motivates us to continue refining our tools and developing even more effective solutions for traders. We truly appreciate your trust, support, and kind words. Best regards,
Algoteknik Team
lisi 7887
1930
lisi 7887 2026.07.31 15:28 
 

Fire!!!

Bugra Kaan Yildirim
1488
開発者からの返信 Bugra Kaan Yildirim 2026.08.07 12:49
Love the energy! Thank you for your support! Algoteknik Team
mehmetmrt73
62
mehmetmrt73 2026.07.30 02:57 
 

ユーザーは評価に対して何もコメントを残しませんでした

Bugra Kaan Yildirim
1488
開発者からの返信 Bugra Kaan Yildirim 2026.07.30 06:56
Thank you for such a thoughtful review. You’ve described exactly what we set out to achieve: not only showing where the trailing stop is, but also helping traders judge whether the underlying trend is strong enough to trust. We’re especially pleased that you find the panel informative without cluttering the chart or tiring the eyes. We hope it continues to support your trading decisions as you spend more time with it, and we’d be glad to hear your feedback after further use. Thank you for choosing AlgoTeknik | Smart Chandelier Exit!
レビューに返信