Bullish Consecutive Signal

Bullish Consecutive Signal — Consecutive Bullish Candle Buy Signal with Alerts & P&L Simulation


Bullish Consecutive Signal automatically detects consecutive bullish candle patterns and marks high-probability buy entries directly on the chart. Each signal comes with an ATR-calculated Stop Loss and Take Profit level, drawn as reference lines so you can assess risk at a glance. A built-in P&L back-simulation lets you evaluate strategy performance without leaving the chart.


⚠ IMPORTANT — DEFAULT SETTINGS
The default parameters are optimized for XAUUSD on the M1 timeframe.

If you apply this indicator to a different symbol or timeframe, results may vary significantly. Always backtest and adjust the filters, ATR multipliers, and MA periods before using the indicator in a live environment.


─────────────────────────────────────────
HOW IT WORKS
─────────────────────────────────────────
The indicator scans for a configurable number of consecutive bullish (green) candles. When the pattern is confirmed at bar open, a buy signal arrow is plotted below the bar. SL and TP lines extend forward a user-defined number of bars so they are easy to read.

Entry  = Open price of the signal bar
SL     = Entry − (ATR × ATR Multiplier SL)
TP     = Entry + (ATR × ATR Multiplier TP)

─────────────────────────────────────────
5 WIN-RATE FILTERS
─────────────────────────────────────────
Each filter is independent and can be turned on or off without affecting the others.

① RSI Range Filter
   Passes the signal only when RSI is inside a user-defined zone (e.g. 35–60).
   Use this to avoid overbought entries or to require a specific momentum condition.

② ADX Trend Strength Filter
   Requires ADX to be above a minimum threshold before a signal is accepted.
   Keeps the strategy out of ranging, low-volatility environments.

③ Long-Term MA Direction Filter
   Checks whether price is above or below a slow EMA (e.g. 200-period).
   Aligns entries with the higher-timeframe trend.

④ Candle Body Size Filter
   Compares the average body size of the bullish sequence against a percentage of ATR.
   Rejects weak signals where candles are mostly wicks rather than body.

⑤ Trading Session Filter
   Restricts signals to a specified server-hour range (e.g. 07:00–21:00).
   Avoids low-liquidity periods outside the main trading sessions.

─────────────────────────────────────────
MOVING AVERAGE POSITION FILTERS
─────────────────────────────────────────
Two EMA lines (short-period and long-period) act as additional entry qualifiers:

• MA Alignment — require golden-cross, dead-cross, or no condition.
• Open Position — signal is only accepted when the bar open is below the short EMA
  or below the long EMA, helping to catch pullback entries.
• MA Distance — minimum gap between the two EMAs filters out noisy, flat zones.

─────────────────────────────────────────
BOLLINGER BAND TOUCH FILTER
─────────────────────────────────────────
When enabled, at least one candle in the bullish sequence must have touched or crossed
the lower Bollinger Band. This combines mean-reversion logic with the momentum pattern.

─────────────────────────────────────────
REAL-TIME ALERTS
─────────────────────────────────────────
When a new signal appears on the last completed bar the indicator fires:
• On-screen popup alert
• Email notification  (requires SMTP setup in MT5 Options)
• Push notification   (requires MetaQuotes ID in MT5 Options)

Each alert includes symbol, timeframe, signal time, entry price, SL and TP.

─────────────────────────────────────────
BUILT-IN P&L BACK-SIMULATION
─────────────────────────────────────────
Click the "[ Run Simulation ]" button on the chart to instantly simulate all signals
within the last N days (configurable). The panel shows:

  • Total trades / Open (unresolved) trades
  • Win count / Loss count / Win rate
  • Net P&L
  • Gross profit and gross loss
  • Largest win and largest loss
  • Average win and average loss
  • Expected value per trade
  • Actual simulation date range

Each simulated trade is drawn on the chart as a dotted line from entry to exit, with
a result label. Wins are shown in blue, losses in orange-red.

If the requested date range exceeds available chart history, a warning popup explains
the data shortage and the simulation runs automatically on the available period instead.

─────────────────────────────────────────
INDICATOR BUFFERS (for EA integration)
─────────────────────────────────────────
Buffer 0 — Arrow position  (plotted, DRAW_ARROW)
Buffer 1 — Entry price
Buffer 2 — Stop Loss price
Buffer 3 — Take Profit price

Read buffers 1–3 via iCustom() inside your Expert Advisor to automate entries.

─────────────────────────────────────────
NOTES
─────────────────────────────────────────
• Signals are generated at bar open — no repainting after the bar closes.
• If the simulation button does not respond on a live account, set the

  "Sim trigger (true = run immediately)" input to true to execute on next load.

Default settings are tuned for XAUUSD M1. Other symbols and timeframes require individual testing and parameter optimization.



Parameter Descriptions (All default values are calibrated for XAUUSD on the M1 chart.)

Parameter Description Default

── Signal Conditions ──

InpBullCount Number of consecutive bullish candles required to confirm a buy signal. A candle is bullish when Close > Open. Higher values produce fewer but potentially stronger signals. 3


── Moving Average Filter ──

InpShortMAPer Period of the short-term EMA used for MA alignment and open-position filtering. 7

InpLongMAPer Period of the long-term EMA used for MA alignment and open-position filtering. 30

InpMACond MA alignment requirement. Golden Cross: short EMA must be above long EMA. Dead Cross: short must be below long. Disabled: no alignment check is applied. Disabled

InpOpenFilter Requires the signal bar's open price to be below the selected EMA. Below Short MA filters pullback entries against the short EMA. Below Long MA uses the long EMA. Disabled: no position filter. Below Short MA

InpMADistMin Minimum price distance between the short and long EMAs. Set to 0 to disable. Useful for filtering flat, non-trending market conditions. 0.0


── Bollinger Bands ──

InpBBPeriod Period of the Bollinger Bands used for the lower-band touch filter. 20

InpBBDev Standard deviation multiplier for the Bollinger Bands. 2.0

InpBBTouch When true, at least one candle in the bullish sequence must have touched or crossed the lower Bollinger Band. Adds a mean-reversion condition to the entry. false


── ATR SL / TP Settings ──

InpATRPeriod Period used to calculate the Average True Range (ATR) for dynamic SL and TP placement. 14

InpATRMultSL ATR multiplier for the Stop Loss. SL = Entry − (ATR × this value). Increase to give the trade more room; decrease for a tighter stop. 1.5

InpATRMultTP ATR multiplier for the Take Profit. TP = Entry + (ATR × this value). The default setting produces a 2 : 1 reward-to-risk ratio (3.0 ÷ 1.5). 3.0

InpLineBars Number of bars that the SL / TP / Entry reference lines extend to the right of the signal bar. Cosmetic only; does not affect calculations. 8


── Filter ① — RSI Range ──

InpRsiEnable Enables the RSI range filter. When active, a signal is accepted only if the RSI value falls within [InpRsiMin, InpRsiMax]. false

InpRsiPeriod RSI calculation period. 14

InpRsiMin Lower boundary of the acceptable RSI range. Signals with RSI below this value are rejected. 35.0

InpRsiMax Upper boundary of the acceptable RSI range. Signals with RSI above this value are rejected. 60.0


── Filter ② — ADX Trend Strength ──

InpAdxEnable Enables the ADX strength filter. When active, signals are accepted only when ADX is above InpAdxMin, indicating a trending rather than ranging market. true

InpAdxPeriod ADX calculation period. 7

InpAdxMin Minimum ADX value required to pass the filter. A value of 20 is a widely used threshold for a trending market; lower values are more permissive. 19.0


── Filter ③ — Long-Term MA Direction ──

InpTrendMAEnable Enables the trend MA direction filter. When active, signals must align with the position of price relative to the slow EMA. false

InpTrendMAPer Period of the slow trend EMA (e.g. 200 for the classic 200 EMA). 200

InpTrendMAAbove When true, signals are accepted only when price (bar open) is above the trend EMA — bullish bias. When false, only signals below the EMA are accepted — bearish bias / counter-trend mode. true


── Filter ④ — Candle Body Size ──

InpBodyEnable Enables the candle body size filter. Rejects signals where the average candle body of the bullish sequence is too small relative to ATR. true

InpBodyMinRatio Minimum required body size expressed as a percentage of ATR. The average body across the bullish sequence must equal or exceed (ATR × InpBodyMinRatio / 100). Increase to require stronger bullish momentum. 7.0


── Filter ⑤ — Trading Session ──

InpTimeEnable Enables the session time filter. When active, signals outside the defined hour range are ignored. false

InpTimeStart Session start hour (server time, 0–23). Signals at or after this hour are allowed. 7

InpTimeEnd Session end hour (server time, 0–23). Signals before this hour are allowed. If InpTimeEnd < InpTimeStart the filter wraps around midnight (e.g. 22:00–06:00). 21


── Live Alerts ──

InpAlertPopup Enables an on-screen popup alert each time a new signal is detected on the latest completed bar. true

InpAlertEmail Sends an email alert on each new signal. Requires SMTP settings configured under MT5 Tools → Options → Email. false

InpAlertPush Sends a push notification to the MetaQuotes mobile app on each new signal. Requires a MetaQuotes ID registered under MT5 Tools → Options → Notifications. false


── Simulation ──

InpSimDays Number of calendar days to include in the P&L back-simulation, measured back from the current bar. Click the "[ Run Simulation ]" button on the chart to execute. 100

InpSimLots Lot size used to calculate the simulated dollar P&L for each trade. Does not affect signal detection. 0.1

InpSimTrigger Set to true to run the simulation automatically on indicator load, without clicking the button. Useful on live accounts where chart object click events may not fire correctly. false



おすすめのプロダクト
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
============== -- If you are a fan of FIBONACCI... then this is defenitely a tool for you -- Please master the optimal trade entry concept and you will become profitable -- Show me you comment about this tool and I will give you more tools: Tradelist Panel, Watermark, Reversal tool, ... ============== Hallo Trader, This is fibonacci system based on the previous day levels (low and high) and the current day levels. You can choose your favorite in settings. I use the Previous Day Fibo and use the
FREE
Best SAR MT5
Ashkan Hazegh Nikrou
4.33 (3)
説明 :  外国為替市場(PSAR)で専門的で人気のあるインジケーターの1つに基づいた新しい無料インジケーターをご紹介します。このインジケーターは元のパラボリックSARインジケーターの新しい変更です。プロSARインジケーターでは、ドットと価格チャートのクロスオーバーを見ることができます。クロスオーバーはシグナルではありませんが、動きの終わりの可能性について話します。新しい青いドットで購入を開始し、最初の青いドットの1 atr前にストップロスを配置し、最後にドットが価格チャートを横切るとすぐに終了できます。 売買シグナルを開く方法は? 最初の青い点によるオープンバイトレードと最初の赤いドットによるオープンセルトレード 正しいストップロスはどこにありますか? 安全なストップロスは最初のドットにある可能性があります(最初の青いドットの買いの場合と最初の赤い点の売りの場合) 正しいテイクプロフィットはどこにありますか? テイクプロフィットはストップロス距離とRRに基づいて調整できるので、私の提案は2 RRで、ストップロスの2倍です。 利益を上げているのにtpを達成できなかった場合
FREE
概要 このインジケーターは、クラシックな ドンチャンチャネル を強化したバージョンで、実践的なトレード機能を追加しています。 標準の3本線(上限、下限、中央線)に加え、 ブレイクアウト を検出し、チャート上に矢印で視覚的に表示します。また、チャートを見やすくするために、 現在のトレンド方向と逆側のラインのみを表示 します。 インジケーターの機能: 視覚的シグナル :ブレイクアウト時にカラフルな矢印を表示 自動通知 :ポップアップ、プッシュ通知、Eメール RSIフィルター :市場の相対的な強弱に基づいてシグナルを検証 カスタマイズ可能 :色、ラインの太さ、矢印コード、RSI閾値など 動作原理 ドンチャンチャネルは次のように計算します: 上限線 :直近N本のクローズ済みローソク足の最高値 下限線 :直近N本のクローズ済みローソク足の最安値 中央線 :最高値と最安値の平均値 上方ブレイクアウト は終値が上限線を超えたときに発生し、 下方ブレイクアウト は終値が下限線を下回ったときに発生します。 インジケーターは以下を行います: 3本のドンチャンラインを描画 方向転換後の最初のブレイクアウト
FREE
RSI abcd
Francisco Gomes Da Silva
4.33 (3)
RSI ABCDパターンファインダー:テクニカル戦略 1. インジケーターの仕組み 古典的RSI と ABCD調和パターン の自動検出を組み合わせたものです。 主要コンポーネント 標準RSI (調整可能な期間) 高値・安値マーカー (矢印) ABCDパターン (緑/赤の線) 過買(70)・過売(30)フィルター 2. MT5設定 period = 14 ; // RSI期間 size = 4 ; // 最大パターンサイズ OverBought = 70 ; // 過買水準 OverSold = 30 ; // 過売水準 Filter = USE_FILTER_ YES ; // 確認フィルター 3. 取引戦略 3.1. 買いエントリー(強気ABCD) 条件: RSIが以下を形成: 谷( A )→ 山( B )→ より高い谷( C ) D が過売域(30)より上だが C より下 確認:A-B-C-Dを結ぶ緑色の線 目標: TP1: B-Cの61.8% TP2: B-Cの100% ストップロス: D より下 3.2. 売りエントリー(弱気ABCD) 条件: RSIが以下を形成: 山( A
FREE
ROMAN5 Time Breakout Indicator automatically draws the boxes for daily support and resistance breakouts. It helps the user identifying whether to buy or sell. It comes with an alert that will sound whenever a new signal appears. It also features an email facility. Your email address and SMTP Server settings should be specified in the settings window of the "Mailbox" tab in your MetaTrader 5. Blue arrow up = Buy. Red arrow down = Sell. You can use one of my Trailing Stop products that automatical
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
CV Support & Resistance is a professional support and resistance indicator for MetaTrader 5, designed to accurately identify key market and price zones. The indicator helps traders detect potential entry, exit, and reaction areas within the market at an early stage. Features: Automatic support and resistance zone detection Dynamic market structure analysis Professional visualization of key price areas Suitable for scalping, day trading, and swing trading Optimized for multiple symbols and timefr
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
MACD Enhanced
Nikita Berdnikov
4 (4)
Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
FREE
Swing BOS Structure is a market structure indicator for MetaTrader 5. The indicator automatically detects: • Swing High (SH) • Swing Low (SL) • Break of Structure (BOS) • Change of Character (CHoCH) Swings are confirmed only after a defined number of candles, ensuring no repainting. BOS signals indicate trend continuation. CHoCH signals indicate a potential change in market structure and may appear less frequently depending on market conditions and timeframe. The indicator is lightweight, fa
FREE
1. Overview The Scalping PullBack Signal indicator is a powerful technical analysis tool designed to help traders identify scalping opportunities based on potential pullback and reversal signals. This tool is particularly useful on lower timeframes (below 15 minutes) but can also be applied on higher timeframes for longer-term trades. This indicator integrates several key analytical components, providing a comprehensive view of trends and potential entry/exit points, helping you make quick and e
FREE
Peak Trough Analysis is the great tool to detect peaks and troughs in your chart. Peak Trough Analysis tool can use three different peaks and troughs detection algorithm. The three algorithm include the orignal Fractals Indicator by Bill Williams, the Modified Fractals indicator and ZigZag indicator. You can use this peak and trough analysis tool to detect the price pattern made up from Equilibrium Fractal-Wave process. For further usage, there are good guide line on how to use this peak trough
FREE
SUPERTREND; It is a trend following indicator based on the SuperTrend ATR created by Olivier Seban. It can be used to detect changes in trend direction and locate stops. When the price falls below the indicator curve, it turns red and indicates a downtrend. Conversely, when the price moves above the curve, the indicator turns green, indicating an uptrend. Like other indicators, it works well on SuperTrend when used in conjunction with other indicators such as MACD, parabolik SAR, Bollinger Band
FREE
Gold Candle Timer – Candle Countdown Indicator for MetaTrader 5 Gold Candle Timer is a MetaTrader 5 indicator that displays the remaining time before the current candle closes directly on the chart. The indicator provides a clear countdown timer that updates in real time. It allows traders to monitor when the current candle will close and helps them track candle timing more easily while trading. Knowing the exact moment when a candle closes is useful for traders who rely on candle confirmation
FREE
Stochastic RSI with Visual Split and Alerts This indicator is based on the Stochastic oscillator applied to the Relative Strength Index (RSI). It is designed to help traders visually identify the main long-term trend while generating entry signals in overbought and oversold zones. Support and questions via MQL5 product comments. For questions, updates, and to connect with other traders, join my official   MQL5 group ForexEAandMore Key Features Visual RSI Split : The RSI line is displayed in gr
FREE
Shadow Flare インジケーターは、MetaTrader 5 向けの 非リペイント型トレンド & 流動性ツール です。設定可能な移動平均ベースライン(HMA / EMA / SMA / RMA から選択)を計算し、その上下に ATR(Average True Range)ベースのバンドを巻き付けることで「粘着性」のあるトレンド状態を生成します。トレンド状態は、価格の終値が上側バンドまたは下側バンドを明確にブレイクしてクローズしたときにだけ反転します。同じトレンドエンジンが自動サプライ・デマンドゾーンモジュールも駆動し、スイングハイ/スイングローを検出してその周囲に色付きボックスを描画し、価格がクローズでゾーンを抜けた瞬間にそのゾーンを無効化(ミティゲート)します。 トレンド状態が反転したバーで買い・売りシグナルが発生し、オプションの出来高フィルターと RSI フィルターにより、弱いエントリーやモメンタムに逆行するエントリーをブロックできます。内蔵ダッシュボードはリアルタイムでトレンドバイアス、モメンタム(RSI ベース)、出来高ステータスを表示します。ポップアップ、サウンド、モ
FREE
HMA Color – Master Smoothed A clean, high-precision visual Hull Moving Average indicator with fully smoothed trend color display. Designed for professional scalpers and algorithmic traders who want a simple, fast, powerful trend view without noise. This indicator is built with a " true   double smoothing system" , making the Hull curve extremely soft and responsive. When the trend is bullish, the HMA line automatically switches to Green and shows upward candles. When the trend is bearish, the HM
FREE
English VWAP Daily (Clean) is a simple and lightweight indicator that plots the classic Daily VWAP (Volume Weighted Average Price) directly on your MT5 chart. Features: Classic Daily VWAP calculation Supports real volume (if available) or tick volume Timezone offset option to match your broker’s server time Weekend merge option (merge Saturday/Sunday data into Friday) Clean version → no arrows, no alerts, only VWAP line VWAP is widely used by institutional traders to identify fair value, su
FREE
The Bull DCA DowJones Signal – Premium Trend & Swing Indicator (WinWiFi Robot Series) Overview: Unlock the full potential of Index trading with the latest innovation from the WinWiFi Robot Series . "The Bull DCA DowJones Signal" is a precision-engineered indicator designed to conquer global Indices, Energy, and Forex markets. Optimized for the H4 Timeframe , this tool filters out market noise and delivers clear, actionable signals for Trend Following, Breakouts, and Pullbacks. Key Features & S
FREE
The SMMA Bands indicator is an advanced volatility-based trading tool that creates 6 dynamic support and resistance levels around an envelope formed by two Smoothed Moving Averages (SMMA).  This indicator combines the reliability of SMMA trend identification with the precision of standard deviation-based volatility bands, making it suitable for both trend-following and mean-reversion strategies. Every band has its own buffer for use in EA. feel free to make suggestions and add reviews , i will
FREE
The Pivot Indicator is a vital tool for technical analysis used by traders in the financial markets. Designed to assist in identifying potential reversal points or trend changes, this indicator provides valuable insights into key levels in the market. Key features of the Pivot Indicator include: Automatic Calculations: The Pivot Indicator automatically calculates Pivot Point, Support, and Resistance levels based on the previous period's high, low, and close prices. This eliminates the complexity
FREE
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Indicator and Expert Adviser  EA Available in the comments section of this product. Download with Indicator must have indicator installed for EA to work. Mt5 indicator alerts for bollinger band and envelope extremes occurring at the same time. Buy signal alerts occur when A bullish candle has formed below both the lower bollinger band and the lower envelope  Bar must open and close below both these indicators. Sell signal occur when A bear bar is formed above the upper bollinger band and upper
FREE
This indicator is a zero-lag indicator and displays  strength of trend change . True Trend  Oscillator Pro works best in combination with True Trend Moving Average Pro that displays exact trend as is. Oscillator value is exact price change in given direction of the trend. True Trend Moving Average Pro: https://www.mql5.com/en/market/product/103586 If you set PERIOD input parameter to 1 this indicator becomes a sharpshooter for binary options. Developers can use True Trend Oscillator in Exper
FREE
Fibonacci Trend Indicator for MT5 Unlock the power of Fibonacci analysis on your MetaTrader 5 charts! Our   Fibonacci Trend Indicator   automatically plots dynamic support and resistance levels so you can spot trends, reversals, and breakout opportunities at a glance. Features & Advantages Automatic Fibonacci Levels Instantly displays seven key Fibonacci retracement levels based on the highest and lowest prices from your chosen lookback period — no manual work required. Dynamic Trend Adaptatio
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
This is the demo version of "All Harmonics 26" indicator . "All Harmonics 26" searches for 26 types of harmonic patterns and outputs them in a convenient way. You can check out the documentation here . This demo version has the following limitations: The indicator searches only for one type of harmonic patterns out of 26:- Gartley. The indicator outputs new patterns with a lag of 10 bars.
FREE
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
マルチタイムフレーム対応、カスタマイズ可能なビジュアルシグナル、設定可能なアラートシステムを備えたAverage True Range(ATR)インジケーター。 フリーランスプログラミングサービス、アップデート、その他のTrueTL製品は私の MQL5プロフィール でご覧いただけます。 フィードバックとレビューを大変お待ちしております! ATRとは? Average True Range(ATR)は、J. Welles Wilderが開発した市場のボラティリティを測定するテクニカルインジケーターです。指定した期間のTrue Rangeの平均を計算します。True Rangeは以下の中で最大の値です:現在の高値から現在の安値までの距離、前回の終値から現在の高値までの距離、または前回の終値から現在の安値までの距離。 ATRは価格方向を示しません — ボラティリティのみを測定します。ATRが上昇するとボラティリティの増加を示し、ATRが低下するとボラティリティの減少を示します。トレーダーはATRを使用して市場状況を評価し、動的なストップロスを設定し(例:ATRベースのトレーリングストッ
FREE
このプロダクトを購入した人は以下も購入しています
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
SuperScalp Pro
Van Minh Nguyen
4.65 (26)
SuperScalp Pro – 高度なマルチフィルタースキャルピングインジケーターシステム SuperScalp Pro は、クラシックな Supertrend と複数のインテリジェント確認フィルターを組み合わせた高度なスキャルピングインジケーターです。M1 から H4 まで複数の時間足で効率的に動作し、XAUUSD、BTCUSD、主要 Forex 通貨ペア向けに最適化されています。 このインジケーターは明確な Buy / Sell シグナルを提供し、ATR に基づいてエントリー価格、Stop Loss、Take Profit を自動計算します。Fibonacci Take Profit 機能により、重要な価格帯で早期決済し、到達時に通知を送信します。 初期設定では Fibonacci Take Profit が有効化されており、より安定した取引体験を重視しています。チャートに適用するだけですぐ利用可能です。上級者向けに、すべてのパラメータは自由にカスタマイズできます。 完全なドキュメントは製品ブログにあります: [User Guide] SuperScalp Pro Auto T
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
Entry In The Zone and SMC Multi Timeframe is a real-time 2-in-1 market analysis tool that combines market structure analysis and a No Repaint BUY / SELL signal system into a single indicator, built on Smart Money Concepts (SMC) — a widely adopted framework used by professional traders to understand market structure. This indicator helps you see the market more clearly, make decisions based on structure rather than guesswork, and focus on high-probability zones where price is more likely to react
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
ScalpPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or emai
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
SignalTech MT5 is an unique fully rule based trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY.  All the winning trades with chart setups are published on the comments page. 2026-05 4107 Pips (Until 05-29 NY Closed) 2026-04 2243 Pips 2026-03 2165 Pips 2026-02 2937 Pips 2026-01 2624 Pips 2025-12 1174 Pips It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flag
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 V2発売記念オファー — Azimuth Pro V2をUSD 399で(次の100本)。最終価格:USD 499。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、従来のMTF同期問題なし。シンセティックエンジンは 固定比率タ
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Smart Trend Trading System は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Smart Trend Trading System を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Smart Trend のシグナルを自動売買に変えることができます。 Smart Trend Trading System は、リペイントなし、再描画なし、遅延なしの完全なトレーディングシステムです。よりクリーンなシグナル、より明確なトレンド方向、そしてより整理された取引方法を求めるトレーダー向けに作られています。 Online course , manual and download presets . このシステムは、トレンド検出、反転ゾーン、Smart Cloud、トレーリングストップロジック、サポートとレジスタンス、ローソク足の色分け、ア
FX Trend NG:次世代マルチマーケット・トレンドインテリジェンス 概要 FX Trend NG は、複数の時間足に対応したプロフェッショナル向けトレンド分析およびマーケット監視ツールです。 市場全体の構造を数秒で把握することができます。 複数のチャートを切り替える必要はありません。どの銘柄がトレンド中なのか、どこでモメンタムが弱まっているのか、そしてどの時間足で強い整合性があるのかを瞬時に確認できます。 ローンチ特別オファー – FX Trend NG を $30(6ヶ月) または $80 永久ライセンス でご利用いただけます。 すでに Stein Investments のユーザーですか? -> メッセージを送信 して、プライベートグループへアクセスしてください。 セットアップや詳細情報が必要ですか? -> Stein Investments 公式ページ をご覧ください。 1. FX Trend NG が他と異なる理由 3ステート・トレンドロジック ― Buy と Sell だけではない • 多くのインジケーターは Buy または Sell の2状態のみを表示します。
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
GoldenX Entryは、MT5向けのインジケーターであり、適応型Smart Entry Trendアルゴリズム、シグナルスコアリングシステム、マーケットレジーム検出機能、およびボラティリティフィルターを備えています。各シグナルには、計算されたエントリーレベル、3つのテイクプロフィット(TP1、TP2、TP3)、およびストップロスレベルが含まれます。本インジケーターは、異なる市場環境に適応するために設計された複数の分析レイヤー上に構築されており、マルチレイヤー分析システムと内蔵オプティマイザーおよび統計トラッキングシステムを組み合わせています。リスク・リワード(RR)指標および過去のトレード履歴に基づく定量分析を提供します。 使い始めは簡単です — 選択した時間足でオプティマイザーを実行し、そのままチャート上でインジケーターを使用します。 コア機能 GoldenX Entryは、シグナルエンジンとトレード管理機能、そして過去統計トラッキングを1つのチャートに統合しています: - 内蔵オプティマイザー: オプティマイザーはチャート上でワンクリックで実行できます。200通りのパラメー
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
M30/H1/H4スイング版もあります M5/M15では取りきれない大きな波を狙いたい方へ。 Gold Signal Swing Pro(M30/H1/H4対応)を販売中。 1トレードで$20〜$80+の値幅を狙う。 https://www.mql5.com/en/market/product/177643 KURAMA GOLD SIGNAL PRO(MT5版)— 7層フィルター搭載 XAUUSD完全トレードシステム リペイントなし。リドローなし。ラグなし。すべてのサインは確定後に変わりません。 購入者限定特典:買い切りライセンスをご購入いただいた方に、AI Zone Radar($59相当)+PDFマニュアルを無料プレゼント。購入後にMQL5でメッセージをお送りください。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高評価。 あなたの問題
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (3)
新たな王者が登場 - インジケーター + 注文管理表示(TP1 + TP2 + TP3)+ オプションのTelegramシグナル送信機能付き(無料) (完全なトレード&シグナルシステム) ゴールド向け最高のEA: Gold Slayer このインジケーターには、高度な戦略、カスタマイズ可能な注文管理システム、そしてエンベロープ拡張を組み合わせた平均回帰システムが搭載されています。さらに、RSIなど複数のインテリジェントな確認フィルターによって、高確率の反転エントリーをBUY・SELLシグナルとして検出します。 単にトレードを学ぶだけでなく、複数ポジションを効果的に管理し、過去に利益を出しているオープンポジションで損失トレードをカバーする方法も学べます。 M5向けに構築・最適化されており、流動性が高くシグナルの精度が安定しているBTCUSDとXAUUSDで優れたパフォーマンスを発揮します。 このインジケーターは、ATRを基に自動計算されたエントリー、ストップロス、テイクプロフィットレベルを備えた明確なLong・Shortシグナルを提供するため、リスク管理が最初から組み込まれています。 マ
Market Structure Order Block Dashboard MT5 は、市場構造と主要な価格反応ゾーンをチャート上で直接読み取りたいトレーダー向けに設計された MT5 インジケーターです。BOS、ChoCH、オーダーブロック、Fair Value Gap (FVG)、流動性、Kill Zones、Volume Profile、そして素早い分析のためのコンパクトなダッシュボードを組み合わせています。 本インジケーターは、市場構造、ICT、Smart Money の概念を意思決定の枠組みとして使用するトレーダーを対象としています。トレンド継続、反転の可能性、価格の不均衡、流動性ターゲット、注目ゾーンをより構造的に特定する助けとなります。 購入者向けの付属リソース 購入後、MQL5 のプライベートメッセージにてご依頼いただくと、完全な PDF ユーザーガイドとパラメータ設定のヒントを提供いたします。MQL5 のプライベートメッセージによる直接的な技術サポート。 バージョン 1.20 では 2 つの重要な追加機能があります: Pending BOS / Pending Cho
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Atomic Analyst は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Atomic Analyst を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Atomic Analyst のシグナルを自動売買に変えることができます。 Atomic Analyst は、リペイントなし、再描画なし、遅延なしの Price Action トレーディングインジケーターで、手動取引、シグナルの明確化、EA 自動化のために設計されています。 User manual: settings, inputs and strategy. 価格行動、強さ、モメンタム、マルチタイムフレーム方向、高度なフィルターを分析し、トレーダーがノイズを減らし、弱いセットアップを避け、より構造化された取引判断を行えるようにします。 このインジケーターは、複雑な市場計算をシンプルな視覚シ
FX Levels: あらゆる市場における非常に高精度なサポート&レジスタンス 概要 通貨ペア、株式指数、個別銘柄やコモディティなど、どのような市場でも信頼できるサポートとレジスタンスを特定したいですか? FX Levels は伝統的な “Lighthouse” メソッドと先進的な動的アプローチを融合し、ほぼ汎用的な精度を実現します。ブローカーの実務経験を活かし、自動化されたデイリー更新とリアルタイム更新を組み合わせることで、 FX Levels は反転ポイントを見つけ、利益目標を設定し、自信をもってトレードを管理するための手助けをします。今すぐ試してみて、サポート/レジスタンス分析の正確性がどれほどトレードを向上させるかを実感してください! 1. FX Levels がトレーダーにとって非常に有用な理由 非常に正確なサポート&レジスタンスゾーン • FX Levels は異なるブローカー環境でもほぼ同一のゾーンを生成するよう設計されており、データフィードの差異や時刻設定のずれによる不一致を解消します。 • つまり、どのブローカーを利用していても一貫したレベルが得られるため、戦
Smart Structure Concepts MT5
Cristhian Alexander Gaibor Cuasquer
5 (1)
これは、ゾーンを描いてあなたに推測させる、もう一つの構造インジケーターではありません。 Smart Structure Concepts はあなたのために市場を読み取ります — XAUUSD(ゴールド)、外国為替、株価指数、暗号通貨、その他あらゆる市場 で Smart Money Concepts (SMC / ICT) 構造をリアルタイムでマーキングします。各ゾーンを設定するためにインプットに入る必要はもうありません: チャート上のインタラクティブなダッシュボードパネル で、ワンクリックで何を表示、非表示、調整するかを決定できます — プロパティを開く必要も、インジケーターを再起動する必要もありません。 このツールは MetaTrader 5 用の成長中のインジケーターとパネルのセットの一部です — すべて 11 言語の教育的なツールチップと、すべてのチャートに組み込まれたビジュアルメンターを備えています。 各ツールはあなたがトレードする間に教えます:任意のゾーン、シグナル、レベルにマウスを置くと、説明がチャートに直接表示されます。ブラックボックスなし、盲目的な注文なし。あなたはトレ
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 65 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な戦
Trend Forecaster – Since 2023. The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time
作者のその他のプロダクト
SuperScalp Pro Trader EA Automated trading EA for the indicator — dual-source Fibonacci TP, per-ticket management, and advanced trailing stop. Quick start: Apply the indicator to your chart first, then attach this EA.  How to use Open your chart and select your preferred symbol and timeframe. Insert the indicator onto the chart. Attach SuperScalp Pro Trader EA to the same chart. Leave IndicatorName blank — the EA automatically detects the chart indicator instance (Mode B). To load the indicat
Product Name AllAverages Cross EA – 36 Moving Average Crossover Strategy Short Description (one-liner) Universal MA crossover EA with 36 built-in moving average types, multi-timeframe support, ATR-based risk management, multi-level TP partial close, and trailing stop — no external indicators required. Full Description Overview AllAverages Cross EA is a fully self-contained dual moving average crossover Expert Advisor that internalizes 36 different moving average algorithms. Unlike typical MA cro
FREE
All Averages Cross Signal – 36 MA Types with Built-in Trade Simulator Description: All Averages Cross Signal is a powerful dual moving average crossover indicator featuring 36 different MA calculation methods and a built-in trade simulation engine. Identify golden cross and dead cross signals with any combination of moving averages, then instantly evaluate strategy performance — all without leaving the chart. 36 Moving Average Types in One Indicator Choose from 36 MA methods for both Fast and Sl
FREE
1. Overview — TrendFusion Pro TrendFusion Pro is a free, open-source MetaTrader 5 indicator that generates buy and sell signals only when all seven independent filters simultaneously agree. By requiring SuperTrend direction change, Triple EMA alignment, EMA proximity, RSI momentum direction, MACD divergence, wick ratio, and over-extension filters to pass at once, it delivers high-precision confluence signals with minimal false positives — suitable for both trend-following and scalping strategie
FREE
Position Manager Pro v1.0 (MT4) Dual Magic Number Independent Group Manager with Live P&L Dashboard Overview Position Manager Pro is a powerful trade management Expert Advisor for MetaTrader 4 that operates as an overlay manager — it does not open positions itself, but instead manages and monitors positions opened by other EAs or manually by the trader. The core concept is two fully independent groups , each identified by a unique Magic Number . Each group has its own Take Profit, Stop Loss, and
FREE
Indicator Trader EA v1.0 for MetaTrader 5 Universal EA that bridges any custom indicator's signals to automated trading XAUUSD · Major Forex Pairs · Crypto | All Timeframes M1 ~ D1 Overview Indicator Trader EA is a universal Expert Advisor that automatically executes buy and sell orders based on signal buffers from any custom indicator. With a single EA, you can connect any commercial indicator (SuperScalp Pro, Trend 7Filter Pro, etc.) directly — no extra coding required. Simply configur
FREE
Position Manager Pro v1.0 (MT5) Dual Magic Number Independent Group Manager with Live P&L Dashboard Overview Position Manager Pro   is a powerful trade management Expert Advisor for MetaTrader 5 that operates as an   overlay manager   — it does not open positions itself, but instead manages and monitors positions opened by other EAs or manually by the trader. The core concept is   two fully independent groups , each identified by a unique   Magic Number . Each group has its own Take Profit, Stop
FREE
A complete copy trading EA suite that automatically replicates trades across MT4 and MT5 platforms. Supports all four combinations — MT4→MT4, MT4→MT5, MT5→MT4, and MT5→MT5 — in a single package. Uses the FILE_COMMON shared folder method for fast, reliable signal delivery within the same PC or VPS. Overview CopyTrading EA Suite is a utility package that automatically replicates trades between MetaTrader 4 and MetaTrader 5 platforms. A single Sender EA can broadcast signals to multiple Receive
FREE
Real Time Account Overview MT4 — Account & Magic Number P&L Monitor Real-time account overview and per-strategy P&L tracking, all in one clean panel. Overview Dashboard MT5 is a lightweight Expert Advisor that overlays a live information panel directly on your MetaTrader 4 chart. It gives you an instant snapshot of your account health and the performance of each trading strategy — identified by magic number — without ever leaving the platform. Whether you run a single EA or a dozen simultaneous
FREE
Real Time Account Overview MT5 — Account & Magic Number P&L Monitor Real-time account overview and per-strategy P&L tracking, all in one clean panel. Overview Dashboard MT5 is a lightweight Expert Advisor that overlays a live information panel directly on your MetaTrader 5 chart. It gives you an instant snapshot of your account health and the performance of each trading strategy — identified by magic number — without ever leaving the platform. Whether you run a single EA or a dozen simultaneous
FREE
A complete copy trading EA suite that automatically replicates trades across MT4 and MT5 platforms. Supports all four combinations — MT4→MT4, MT4→MT5, MT5→MT4, and MT5→MT5 — in a single package. Uses the FILE_COMMON shared folder method for fast, reliable signal delivery within the same PC or VPS. Overview CopyTrading EA Suite is a utility package that automatically replicates trades between MetaTrader 4 and MetaTrader 5 platforms. A single Sender EA can broadcast signals to multiple Receive
FREE
フィルタ:
レビューなし
レビューに返信