Abiroid Range Breaker Arrow

Detailed blog post with extras downloads:

https://www.mql5.com/en/blogs/post/759154


About:

Price ranges most of the time in forex… Like 70-80% of the time. And then it breaks out of the range to continue in a trend.

Even in a trend, price makes smaller ranges all the time.

Range Breaker Scalper is a tool to find the times when price breaks out of a range.

A sudden break means that price will continue on for next few bars towards the breakout.

So, these areas are best for scalping. Especially if breakout has happened towards the trend direction of higher timeframes.

 

Don’t trade all signals. Please use this with a validating strategy which will check ongoing trends.

And trade on at least M15+ and preferably H1.

This post describes some good strategies that work very well.

 

Features:

  • Range Breakout
    • Breakout Bar: Min/Max Length
    • Bull/Bear Power
    • Tight Range before Breakout
  • NRTR Trend and HTF NRTR Trend
  • MA Stack Trend
  • Zigzag High Low Trend checks
  • Volume and Waddah Volatility Checks

Settings:

Max Past Bars: Total number of bars to scan

Shift: Starting at bar number

Wait Bars After Signal: After a signal, wait for at least these bars before searching for new signal

Prefix: It will use this prefix to draw all chart objects. And when indicator is unloaded, all the objects starting with this prefix are deleted. So make sure to have a unique prefix.

 

Breakout Settings:

Min Range Bars: Minimum number of bars before breakout which make the range.

Breakout Bar Min Length (x times): Minimum Candle length for breakout bar.

Suppose if it’s 3, and Min Range Bars is 10:

then it will check if current bar candle is more than 3 times the average of past 10 bars.

 

Sometimes, if breakout bar has already reached too far, then it will retrace. So we should avoid those breakouts.

Breakout Bar Max Length (0 disable):

Use this to set a limit for breakout bar. Suppose it’s 20, then breakout bar should NOT be more than 20 times the average of past 10 bars.

Set this to 0, to disable this check.

 

Bull Power/Bear Power of Range (Before Breakout):

This is the percentage of Bullish or Bearish Average height of the past 10 bars (between open and close), before breakout bar.

Usually if range has already started to move in a bullish direction.

And then a strong Bullish Breakout bar happens, then next fews bars would most likely also go upwards. If not, then it’s a false breakout.

So, keeping close stops will help. And keeping Take Profit at least 1.5-2 times more than stop loss will guarantee good profits.

 

To get all signals, keep this value to 0-100

 

Check Tight Range:

If you are only looking for a pattern with a very tight range and then a strong breakout, then keep this setting as true.

And define the Max points for each Timeframe you need. Default settings are not too tight. So will still give good signals.

Use this for calculating points:


Check Low Volatility Tight Range:

If true, then tight range last bar should have a low volatility, so that a high volatility breakout will be even stronger.


When using Tight Range, you can turn off some settings like Bull Bear Power, volume check, MA stack check, etc.

Because having too many checks on will be very restrictive.

Max tight range is the points value for breakout. If you don’t want this, keep it blank. Instead use ATR.

Low average ATR is for the average of smaller bars in Tight range. And the High ATR is for the breakout bar.

So, it will check that volatility was low when price entered range. And the strong breakout bar had a high ATR threshold.

You can change it to a higher number for really strong breakouts.

 

NRTR Support/Resistance Settings:

If price is above NRTR Blue Support Line, then it will only show Upward Breakout Signals.

If it is below Red Resistance line, then it will show only downwards breakout signals.



“Check NRTR Support/Resistance” is for current timeframe

But if you need to check for higher timeframes, thne keep “Check NRTR Higher TF” true.

Suppose, you have M15 as current TF and HTF Num is 2. Then it will check NRTR trend on M30 and H1.

If signal is not aligned with higher TF trend, then it will be ignored.

 

MA Stack Settings:

This Breakout strategy also works well when following a good ongoing trend. And finding smaller ranges inside the trend.

So, if you need to find overall trend, you can check if MAs are stacked. Using 5 MAs like default settings: 8,21,34,55,89

This will give you fewer signals. Because all 5 MAs to be stacked can be rare. So, only use this if you want to trade highly trending pairs.

As it will skip signals when price is in smaller trends or ranges.

 

Or else, use fewer MAs like: 8,21,34

Or use higher MAs to find overall higher trend like: 50,100,200

 

This will all depend on your style of trading. If you are quick scalping, only a few bars, then keep it off.

Because it takes time for trend to be established, and then MA Stacking happens. So, use it when you need to trade trends.

 

High/Low Detection:

Instead of NRTR or MA, you can also check how many higher highs and Lower lows price has been making. For an up trend, if price has already made 2 or more higher highs, then price is still in a good strong Up Trend. Same for a down trend Lower Lows and Lower Highs are important.

Keep “Check for Higher Highs and Lower Lows” to 0, to disable the checks. Same keep other “Check for Higher Lows or Lower Highs” to 0 to disable.


Volume and Volatility Settings:


If the breakout candle is a high volume and high volatility candle, then there is a greater chance of next few bars going in the same direction.

Which is why, when quick scalping just a few bars, you can keep these to true.

 

Waddah Explosion:

Waddah Sudden break will use a Multiplier to check breakout strength. If the Green/Red waddah bars are xMultiplier times greator than the yellow explosion line.

In image above Multiplier is 2. So for BUY, it will check if waddah green histogram is 2 times more than the yellow explosion line:


Max Spread:

Since this is a quick scalping strategy, it’s important to only trade pairs with a very small spread. To minimize losses.

e.g.: If Max Spread is 15, then all pairs above spread 15 will be ignored. Check the detailed Experts tab logs to see why a signal is ignored:

 

Debug Messages:

BREAK: A breakout is detected on a bar. Next it will check more filters

Skipping signals because of Filters:

NO-MA: MA Trend is not towards Breakout bar’s direction. Or MAs are not spread out and stacked yet

NO-NRTR: Current Timeframe NRTR Trend is not in breakout bar’s direction

NO-NRTR-TF: Higher Timeframe’s NRTR Trend is not aligned with breakout bar’s direction. It will be shown as NRTR-H1 for HTF H1 and so on…

BULL: % Bullish Percentage is lower than threshold. Suppose threshold is 60-100% then the debug message will show how much it actually is.

BEAR: % Bearish Percentage is lower than threshold.

NO-VOL: Breakout bar is not High/Medium volume bar

NO-WAE: Breakout bar is not High Volatility Bar

NO-HH, NO-LL, NO-HL, NO-LH: Not enough Higher-Highs OR Lower Lows, OR Higher Lows, OR Lower Highs according to defined values

Skipping Signals because of Tight Range:

TOO-LONG: Breakout Bar is longer than xMultiplier “Breakout Bar Max Length”.

NO-TIGHT: Past range bars total height is not less than the Tight Range Max height defined for that timeframe

NO-RANGE-ATR-LOW: Past range bars average ATR is not LESS than “Low Average ATR Threshold”

NO-BREAK-ATR-HIGH: Breakout bar’s current ATR is not MORE than “High ATR Threshold”


Just turn “Show Debug Bar Numbers” true temporarily in Arrows indicator. To see which bar has skipped signal and match it in the logs.


おすすめのプロダクト
History Exporter can help to export your orders history from MT4 account. After that you can use another data analysis tools to get what you want.  File format is .csv file, the content such as below OrderID,Symbol,Type,Lots,OpenTime,OpenPrice,StopLoss,TakeProfit,CloseTime,ClosePrice,Commission,Swap,MagicNo,Comment,ProfitUSD,ProfitPips,NetProfit,Duration,(Days),(HH:MM:SS), 21520206,EURCHF,buy,0.05,2020.03.10 08:06:15,1.06304,0.00000,0.00000,2020.03.11 13:37:38,1.06015,-0.60,-0.05,28282888,RedRab
FREE
Smart Volume 2026 - Institutional Market Structure & Volume Profile Smart Volume 2026 is the ultimate "All-in-One" solution for Market Structure analysis on MetaTrader 4. Any asset, any timeframe. Most traders fail because they trade blindly, ignoring where the real money is moving. Smart Volume 2026 solves this by visualizing the three most critical data points on a single, clean chart: Volume Distribution , Volatility Intensity , and Session Breakouts . Stop guessing. Start trading with insti
Whale Alert EA   is a trading system based on medium-term impulse price fluctuations. Each trade is opened when there is a corresponding trend. Whale Alert conducts in-depth technical analysis of your chosen currency pair. The Expert Advisor does not use aggressive and dangerous trading methods and therefore is as stable as possible when using certain settings. For safe and the most stable trading, you should always use SL. With its unique filtering algorithm for false market entry signals, Wha
It's a variation of mid of HH and LL since it compares the higher of HH or LL against a period and twice the number of bars back to avoid whipsaws. I used to display this against lines on a chart, but made a histogram out of it and it looks interesting. It looks good at gauging trend strength and general turns (see image below). The name of the indicator is BAM, which is an acronym for "Below and Above Mid". Ways to use it: 1. To see general trend on longer TFs (more than 30 bars back).
このスクリーナーを使用すると、選択した期間(時間枠)内に通常よりも買われ過ぎ(成長率)または売られ過ぎ(減少率)の資産を特定できます。 市場は法律によって支配されており、より安く購入し、より高価に販売しますが、自動スキャナーがないと、たとえば今週内に、通常よりも買われ過ぎまたは売られ過ぎの通貨/株を特定することは非常に困難です。現在の時間、または月。 数十または数百の機器が存在する可能性があり、すべてを手動で分析する時間がないことが物理的に可能な場合もあります。これらの問題は、Screenerを使用して簡単に解決できます。 スクリーナーができること スキャナーはどのTFでも使用できます スキャナーは、通貨、株式、暗号通貨、商品、インデックス、およびその他の機器で動作します 資産を特定するロジックは、市場の基本法則に基づいているため、普遍的です。 スクリーナーの助けを借りて、あなたはさまざまな戦略に従って作業することができます、最も一般的なものの1つはポンプとダンプです 各商品の平均値を明らかにする-SoftimoTradeScreenerは、選択したTFの資産の買われ過ぎと売られ過ぎ
Power Bank
Sergey Kasirenko
5 (3)
O パワーバンク EA は、運河の標識なしの管理システムであり、運河の管理区域や管理区域としての管理区域として、傾向を識別できる CCI の管理システムです。 O EA は、マルチンガラ/クワドリキュラのメソッドを使用して、オペラ座とバジスタとコントロールの傾向を正確に把握します。 推奨ペア: EURUSD、AUDUSD、GBPUSD、NZDUSD、AUDCAD、NZDCAD、EURNZD、EURCAD、XAUUSD を含む、マルコ テンポラル M15 は含まれません。 設定: 開始時間 – EA の開始時間 開始分 – EA の開始分 終了時間 – EA の終了時間 終了分 – EA の終了分 ロット – 取引を開始する最初のロット 可変ロットの使用 – True/False – 資金管理を使用する True/False 0.01 ロットごとのフリー マージン – 0.01 ロットごとのフリー マージン 乗算 – 1.5 などの乗数 最大ロット – 許可される最大ロット 利益確定 – ポイントでの利益確定 ポイントでのストップ ロス (0: 使用しない) – ポイントでのストップ
The Definitive Performance Testing Solution for MetaTrader Environments What This Tool Does This specialized benchmark utility measures the performance of your MetaTrader environment, providing insights that impact your trading execution. Unlike generic system benchmarks, this tool evaluates performance specifically within the MetaTrader runtime environment. For Professional Traders & Developers: Performance Metrics : Measurements of calculation throughput and memory efficiency Trading-Specific
TrendCore Adaptive FX — Smart Expert Advisor for Confident and Adaptive Forex Trading TrendCore Adaptive FX   is a powerful, fully automated trading robot designed for consistent performance in the Forex market. It combines trend-based technical analysis, adaptive lot management, and solid capital protection strategies to ensure robust and efficient trading under real market conditions. Whether you're a professional trader or a long-term investor, this EA offers an intelligent solution to a
!!!!FIFO COMPLIANT!!!! ONLY 5 COPIES LEFT AT $49 and Price goes up to $99 This is an automated or semi automated expert advisor.  This EA is based on trend...and there's nothing better than the heikin-ashi zone trade candles to show you price action trend. Download the Heikin Ashi Zone candles for   free here. It's recommended to use this EA as a semi automated trader. Example of semi automation: You look at higher time frames of the EURUSD and see it's in a down trend. So you open an M15 chart
This Expert Advisor uses scalping as its main strategy based on a statistical model called Bollinger Band. It embedded with two exit market strategies called 1st and 2nd dagger. The 1st dagger exits on the mid line of the band and the 2nd dagger exits by trailing until the maximum profit. It is recommended to use both strategies to lower the risk since it would split the lot into half for each dagger. Recommended: M5/M15, EURAUD/GBPAUD, ECN account Please add the news link ( http://ec.forexprost
DYJ NetPilot is an Expert Advisor (Utilities) developed for the MetaTrader platform, designed to optimize trade exits by dynamically calculating the weighted average price (Pmix) of all open positions and adjusting exit levels accordingly. Key Features: Pmix Calculation: Computes the weighted average price (Price Mix) of open positions, providing a clear reference point for trade management. Dynamic Exit Strategy: Identify the prevailing direction (long/short positions) within open orders and es
Introducing EA Meta 4: AI Distance In the ever-changing financial world, staying updated with timely information and trends is key to success. EA Meta 4 proudly presents our latest product: AI Distance . This advanced Expert Advisor (EA) is designed to help investors optimize trading decisions based on news analysis and market trends. Key Features of AI Distance: Real-Time News Monitoring: AI Distance utilizes AI technology to track and analyze diverse news sources, from leading financial websit
Balance Injection EA is an adaptive expert, which is scanning old signal to catch right Trend and jump to market by creating single order. Balance Injection Expert users can set their maximal DD in the expert setting and is preferable to attach it to EURUSD chart. Expert is already pre-set with optimum setting and is advisable to use the default setting for beginner users. Balance should be at least 5000 USD to keep maximal DD in a good position.  FOR Beginner Users please use Input Settings in
ForexGumpUltra is a new and more advanced indicator of the ForexGump series. This indicator easily determines the price direction on any currency pair and any timeframe. The indicator draws its signals on the zero bar and does not redraw them (see the video). In the 34th second of the video it can be seen that this indicator uses new filters to determine the changes in price movement direction without delay, despite the market noise present at the moment (see the video on the 34th second). Once
インジケーターには、現在のサーバー時間と、現在のバーがチャート上で閉じるまでの時間が表示されます。 情報は、トレーダーが取引セッションを開始するために、ろうそくが閉じるのを待っているときに、ニュースリリースの瞬間に非常に便利です。 フォントサイズと色は、チャートテンプレートに合わせて調整できます。 設定: テキストの色-表示テキストの色 テキストサイズ-表示テキストのサイズ あなたが指標について肯定的なフィードバックを残すなら、私は非常に喜んでいます。 あなたの武器で見たい他の指標やその他のツールを議論に書いてください。  新しいロボットの更新とリリースを逃さないように友人として私を追加-> Dmitrii Korchagin 市場で私の他の製品を参照してください-> 私の製品 私のロボットはすぐにリリースされますが、その間に、それがどのように取引されるかを見てください-> Hewer Signal
FREE
SAWA Framework  is the perfect tool for automatic or manual trading ! How does it work? You can trade manually or use it in automatic mode with your own strategy. The expert advisor opens a position when all signals enabled agree on the direction of the trend. It includes 3 types of Money Management: Fix Lot. Auto-lot calculated with a percentage of the account Balance in risk. Auto-lot calculated with a multiplier of the previous position. 3 types of Martingales: Disable. Enable adding in pro
MT4 Terminal to Telegram Pro
Thennakoon Mudiyanselage Eranda Nuwan Kumara
**MT4 Terminal to Telegram Pro** is a professional-grade notification utility that turns your MetaTrader 4 terminal into a real-time Telegram signal channel with clean, structured, and reliable trade communication. Built for traders, account managers, and signal providers, it automatically tracks live terminal activity and delivers a complete trade lifecycle to Telegram: entry alerts, SL/TP modification updates, and close notifications. Instead of manually copying trades, you get consistent, f
Dynamic Range Indicator for MQL4 Introducing our cutting-edge Dynamic Range Indicator , specifically designed for 5-minute charts, featuring a proven back-testing record to ensure reliable performance. Key Features: Blue and Red Lines: The indicator uses two dynamic lines to represent market volatility. Calculation Method: The lines are constructed using the last 14 days' average absolute movement of 5-minute closing prices, multiplied by today's session open price. Indicator Formula: Today's op
Lot Profit Stats User Manual I am used to trading with the Martingale strategy. Every time I need to do statistics, I have to export the chart data to Excel for analysis, which is a very tedious process. Although there are already many statistical indicators on the market, there is a lack of one specifically for analyzing lots. With such an indicator, it would be very convenient to easily analyze the profit and loss status under different lot sizes. 1. Overview `Lot Profit Stats` is a chart-
With the help of this Practica Trend forex indicator algorithm, you can quickly understand what kind of trend is currently developing in the market. The Practical Trend indicator accompanies long trends, can be used without restrictions on instruments or timeframes. With this indicator, you can try to predict future values. But the main use of the indicator is to generate buy and sell signals. The Practical Trend indicator is used in the forex markets. One of the main definitions for monitorin
ブログ: https://www.mql5.com/en/blogs/post/761835 MT4バージョン: https://www.mql5.com/en/market/product/122732 MT5バージョン: https://www.mql5.com/en/market/product/122733 CORRELATION MASTER:ペアを2倍にしてリスクを半分に 負の相関と自動ヘッジのためのスマートEA Correlation Masterは、通貨ペア間の負の相関戦略を活用する自動EAです。このEAは、反対のペア(例:EURUSDの買いとUSDCHFの売り)で反対のポジションを開くことで、リスクを最小限に抑えながら利益を最大化することを目指します。 柔軟なリスク管理と複数通貨ペアの設定を備えたこのEAは、スマートな自動ヘッジ戦略を求めるトレーダーに最適です。 主な機能 自動負相関戦略 反対方向に動く通貨ペアで買いと売りのポジションをオープンします。 例:EURUSD(買い)↔ USDCHF(売り) 複数通貨ペアのサポート 最大13通貨ペア(E
Rira Renko
Vitor Palmeira Abbehusen
RENKO on Time Chart This indicator is an enhanced Renko, so you can watch the Renko bricks on the chart to understand price movement more clearly the other improvement is automated box size according to ATR (Average True Range) period you can set the ATR number as you want and the box size of Renko changes automatically based on price movement Inputs Mode: Box size is the input to specify the size of the Renko box you want to print on the chart. This input lets you choose the fixed box siz
Deep Pound MT4  – AI-Powered GBPUSD Expert Advisor Introducing the revolutionary Expert Advisor for the MT4 trading platform: Deep Pound MT4. This cutting-edge trading expert advisor leverages state-of-the-art technology, incorporating a pre-trained Temporal Fusion Transformer (TFT) model based on deep learning principles to elevate your trading experience with GBPUSD to unprecedented levels. IMPORTANT!  Due to market instability , this bot will temporarily not open any orders from December 15
Oscillator helps determine the direction of the market Shows the direction of the price movement and is painted in the appropriate color. Allows you to conduct trend and counter trend trading It works on all timeframes, on any currency pairs, metals and cryptocurrency Can be used when working with binary options Distinctive features Does not redraw; Simple and clear settings; It works on all timeframes and on all symbols; Suitable for trading currencies, metals, options and cryptocurrency (Bitco
Robot nest is a robot advisor working on price levels calculated using a quantum system. The advisor is made with static flexible settings, which allows you to most accurately determine the price levels. There is an opportunity to work with a change in the period of the estimated time. The Expert Advisor applies security varnishing orders and fixes the profit only with a positive balance. Suitable for any style of trading, scalping, medium and long-term trading. It is possible to use martingale
Introducing the Open Order Timer EA Are you tired of manually opening trades at specific times?  Are you longing for a trading tool that can execute orders with pinpoint precision? Are you struggling to time your trades accurately in a fast-paced market environment? Introducing Open Order Timer, an Expert Advisor that automatically opens positions at your desired times with just a few clicks. This powerful tool takes the guesswork out of timed trading, allowing you to focus on your strategy whil
The EA performs trade operations of closing position groups. Positions are grouped by type. It is possible to select orders by the profit (loss) value. It is possible to form the closure groups manually. You can set a value for automatic closure of a positions group after reaching a certain profit/loss level or price level. The additional functions of the EA are called using the hot keys: SHIFT+A - show/hide Auto exit options. SHIFT+S - show/hide Settings panel. SHIFT+V - sound ON/OFF. SHIFT+I -
Magic Card: 魔法カードを持っているなら、なぜ自分で魔法を学ぶ必要があるの? アブラカダブラ~ シャザム~ 実現せよ! ねえ、Magic Cardを聞いたことある?これは手品師のトリックじゃない——本物の 市場魔法カード だよ! まだ手動で取引してるの?2026年だよ、魔法に働いてもらう時が来た! 他の人たちがまだ「トレーディング聖書」を勉強している間に、あなたに必要なのはクリック一つ—— Magic Card が魔法をかけ始める! これは手品師じゃない、あなたの「ポケットサイズ魔法カード」 従来の取引 : 100の指標を学ぶ + チャートを見て睡眠不足 + 精神的な葛藤 = お金を稼げるかも Magic Card : カードを挿入 → 起動 → 市場に踊らせる = 自動的に利益を得る ミシュラン星レストランの料理を楽しむのにシェフになる必要がないのと同じ——市場から利益を得るのにトレーディングの達人になる必要はないんだ! Magic Cardの3つの「魔法の瞬間」 1.   「時間魔法」——チャートを見つめる時間を人生の時間に戻す   → 以前の
GoldStrike Momentum Trend Indicator - The Ultimate Forex Trading Tool Description: Introducing the GoldStrike Momentum Trend Indicator , a powerful and intuitive tool designed for traders seeking precision in their Forex strategies. Using a combination of momentum analysis and the RSI (Relative Strength Index) , this indicator provides buy and sell signals that help you identify optimal entry and exit points, improving your trading decisions. Perfect For: Day traders who need quick, precise sign
弱い通貨に対して強い通貨を取引することは、常に最も安全なプレイです。この指標は、主要通貨間の相対的な強さを測定し、金融商品の選択、入場、退出をより簡単にします。基本的な考え方は、弱い通貨をカウンター通貨として使用し、その逆を使用することです。弱さに対する強さおよび強さに対する短い弱さを購入します。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 一目で強い通貨と弱い通貨を見つける ある通貨を別の通貨と簡単に比較する 通貨は強化されていますか?長い間探します 通貨は弱くなっていますか?ショートパンツを探す 複数時間枠のダッシュボードを実装します それは取引のための最高品質の確認です インディケーターは最適化をまったく必要としません カスタマイズ可能なルックバック期間 インジケーターは再描画されていません インジケーターの解釈はかなり簡単です。 27通貨ペアの現在と以前の価格を比較し、各通貨が他のすべての通貨に対して獲得または損失した回数をカウントします。通貨は8つしかないため、最大スコアは+7(他のすべてに対して獲得された通貨
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出す
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
Super Signal – Skyblade Edition プロ仕様のノンリペイント / ノーラグ・トレンドシグナルシステム。卓越した勝率を実現 | MT4 / MT5 対応 1分足、5分足、15分足などの低い時間足で最も効果を発揮します。 主な特徴: Super Signal – Skyblade Edition は、トレンド取引に特化したスマートなシグナルシステムです。マルチレイヤーのフィルターロジックを用いて、明確な方向性と実際のモメンタムに支えられた強力なトレンドのみを検出します。 このシステムは 天井や底を予測するものではありません 。次の3つの条件がすべて満たされた場合にのみシグナルを発生させます: 明確なトレンド方向 モメンタムの増加 健全なボラティリティ構造 市場セッションに基づく流動性分析と組み合わせることで、シグナルの精度とタイミングがさらに向上します。 シグナルの特性: すべての矢印シグナルは 100% 非リペイント / 遅延なし 一度出現したシグナルは固定され、点滅・消失しません チャート上の矢印、情報パネル、ポップアップ通知、音声アラート、プッシュ通知
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for all
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
この製品は 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、トレーリングストップロジック、サポートとレジスタンス、ローソク足の色分け
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Atomic Analyst は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Atomic Analyst を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Atomic Analyst のシグナルを自動売買に変えることができます。 Atomic Analyst は、リペイントなし、再描画なし、遅延なしの Price Action トレーディングインジケーターで、手動取引、シグナルの明確化、EA 自動化のために設計されています。 User manual: settings, inputs and strategy.     &   User Manual PDF . 価格行動、強さ、モメンタム、マルチタイムフレーム方向、高度なフィルターを分析し、トレーダーがノイズを減らし、弱いセットアップを避け、より構造化された取引判断を行えるようにします。 こ
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
トレンドトレーディング は、タイミングのプルバックとブレイクアウトにより、市場で起こっているトレンドから可能な限り利益を得るように設計された指標です。確立されたトレンドの中で価格が何をしているかを分析することにより、取引の機会を見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 自信を持って効率的に金融市場を取引する むち打ちにならずに確立されたトレンドから利益を得る 収益性の高いプルバック、ブレイクアウト、早期の逆転を認識する この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します インジケーターは再描画されていません 電子メール/音声/視覚アラートを実装します 確立されたトレンドは多くの取引機会を提供しますが、ほとんどのトレンド指標はそれらを完全に無視しています。インジケーターの解釈はかなり簡単です: (1) トレンドの変化 (2) トレンドの方向への後退 (3) トレンドの方向へのブレイクアウト 赤いダッシュ は下降トレンド中の修正です 青いダッシュ は上昇トレンド中
Gold Signal Swing Pro XAUUSD with Auto TP SL (MT4) — 7層フィルター + RR保証システム搭載 XAUUSDスイング完全トレードシステム リペイントなし。リドローなし。ラグなし。すべてのサインは確定後に変わりません。 購入者限定特典:買い切りライセンスをご購入いただいた方に、AI Zone Radar($59相当)+PDFマニュアルを無料プレゼント。購入後にMQL5でメッセージをお送りください。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 MT5版もあります:  https://www.mql5.com/ja/market/product/177643?source=Site +Profile+Seller ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高評価。 こんな方におすすめ 仕事や家事で忙しく、M5/M15に張り付けない方 厳選されたサインだけで運用したい方 寝てる間や外出中もポジションを持っておきたい方 1サインで大きく取りた
MTF Supply Demand Zones
Georgios Kalomoiropoulos
4.82 (22)
次世代の自動化された需要と供給のゾーン。どのチャートでも機能する新しい革新的なアルゴリズム。すべてのゾーンは、市場の価格行動に従って動的に作成されています。 2種類のアラート --> 1) 価格がゾーンに達したとき 2) 新しいゾーンが形成されたとき もう 1 つの役に立たない指標はありません。実績のある完全な取引戦略を手に入れることができます。     新機能:     価格が需給ゾーンに達したときにアラートを出す     新しい需給ゾーンが作成されたときにアラートを発します     プッシュ通知アラート     ピップ単位のゾーン幅ラベル     MTF のもう 1 つのタイムフレーム。したがって、現在より 2 時間足高いのではなく、現在より 3 時間足し上に見えるようになります。     アラート/ゾーン/MTF 機能を有効/無効にするボタン あなたが得る利点:     取引から感情を取り除きます。     取引エントリをオブジェクト化します。     確率の高いセットアップで利益を上げましょう。     描画ゾーンから時間を節約します。
Scalper Inside PRO Scalper Inside PRO は、独自の内蔵アルゴリズムを用いて相場の方向性や主要なターゲット価格を評価する、デイトレード向けのトレンド&スキャルピングインジケーターです。本インジケーターはエントリーポイントとエグジットポイント、および複数の利益確定ターゲット価格を自動的に計算し、詳細なパフォーマンス統計を表示します。これにより、さまざまな銘柄や戦略がヒストリカルデータ上でどのように機能したかを確認できます。これは、現在の相場環境に適した銘柄を選ぶのに役立ちます。また、ご自身の矢印インジケーターを Scalper Inside PRO に接続し、その統計やヒストリカルシグナルをすばやく確認することも可能です。 Scalper Inside PRO マニュアルおよび設定の説明: こちらをクリックして読む 本インジケーターはあらゆる銘柄および時間足で動作し(デイトレードには M5 を推奨)、複数の内蔵戦略を備えています。単独のスキャルピングツールとして、またトレードシステムの分析コンポーネントとして使用できます。 主な機能 独自の次世代トレ
Congestioni
Stefano Frisetti
5 (1)
This indicator is very usefull to TRADE Trading Ranges and helps identify the following TREND. Every Trader knows that any market stay 80% of the time in trading ranges and only 20% of the time in TREND; this indicator has been built to help traders trade trading ranges. Now instead of waiting for the next TREND, You can SWING TRADE on trading ranges with this simple yet very effective indicator. TRADING with CONGESTIONI INDICATOR: The CONGESTIONI Indicator identify a new trading range and ale
DayTrader PRO DayTrader PROは、ジョン・エリュース(John Ehlers)のラグuerreフィルターと強力な自動最適化エンジンを組み合わせた、高度なトレーディング・インジケーターです。固定されたパラメーターを使用するのではなく、直近の市場状況に基づいて最適な設定を自動的に検索するため、手動による絶え間ない調整をすることなく、変化する市場のボラティリティに適応できます。 本インジケーターは、明確な「買い(BUY)」および「売り(SELL)」シグナルを生成し、現在の市場ボラティリティから算出された適応型のストップロス(Stop Loss)およびテイクプロフィット(Take Profit)レベルを表示します。トレンド、効率レシオ(Efficiency Ratio)、ボラティリティ、およびローソク足フィルターが内蔵されており、精度の低いセットアップを排除し、シグナルの精度を向上させます。 リアルタイム・パフォーマンスパネルには、現在最適化されている設定、プロフィットファクター(Profit Factor)、勝率(Win Rate)、ドローダウン(Drawdown)、
現在20%OFF! 初心者やエキスパートトレーダーに最適なソリューションです。 このインディケータは、エキゾチックペア・コモディティ・インデックス・先物など、あらゆるシンボルの通貨の強さを表示することに特化したインディケータです。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨の強さを表示するために、9行目にどのシンボルでも追加することができます。独自の機能を多数搭載し、新しい計算式を採用したため、ユニークで高品質、かつ手頃な価格のトレーディングツールとなっています。新しいトレンドやスキャルピングチャンスのトリガーポイントを正確に把握することができるため、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアル:ここをクリック   https://www.mql5.com/en/blogs/post/708876 すべての時間枠に対応します。あなたはすぐにトレンドを見ることができるようになります! 新しいアルゴリズムに基づいて設計されているため、潜在的な取引の特定と確認がより簡単になります。これは、8つの主要通貨と1つのシンボルの強弱
KURAMA GOLD SIGNAL PRO(MT4版)— 7層フィルター・自動TP/SL・品質スコア・サイン履歴保存搭載 XAUUSD完全トレードシステム リアルタイムでリペイントしません。サインが出た瞬間、矢印・エントリー・TP・SLはその場で固定され、後から動きません。あなたがトレードするのは、この「リアルタイムで出たサイン」です。さらにv7.20では、実際に通知されたサインを自動保存し、再起動後もそのまま復元します。 購入者限定特典 買い切りライセンスをご購入いただいた方に、AI Zone Radar($59相当)+完全PDFマニュアルを無料プレゼント。本体価格に$59相当の特典が付いてきます。購入後にMQL5でメッセージをお送りください。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高く評価されています。 あな
Cycle Sniper
Elmira Memish
4.39 (36)
Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before purchasing. Videos, settings  and descri
現在30%OFF! このダッシュボードは、複数のシンボルと最大9つのタイムフレームで動作するソフトウェアの非常に強力な部分です。 このソフトは、弊社のメインインジケーター(ベストレビュー:Advanced Supply Demand)をベースにしています。    Advanced Supply Demand ダッシュボードは、素晴らしい概要を提供します。それは示しています。  ゾーン強度評価を含むフィルタリングされた需給値。 ゾーン内/ゾーンへのPips距離。 ネストされたゾーンがハイライトされます。 選択されたシンボルの4種類のアラートを全ての(9)時間枠で提供します。 それはあなたの個人的なニーズに合わせて高度に設定可能です。 あなたの利益! すべてのトレーダーにとって最も重要な質問です。 市場に参入するのに最適なレベルはどこか? 成功のチャンスとリスク/リターンを得るために、強力な供給/需要ゾーン内またはその近くで取引を開始します。 損切りの最適な位置はどこですか? 最も安全なのは、強力な供給/需要ゾーンの下/上にストップを置くことです。 最適な利益
ORB Seeker
Marcela Goncalves De Oliveira
発売記念特別価格! たったの79ドル! 10個売れた後、価格は値上げされ、最終価格は199ドルになります。 ご購入後、ご連絡いただければ、ブレイクアウトシグナルに基づいて完全に自動化された最適化済み設定ファイルで取引できる無料のボーナスEAをお送りします。 クリーンなセッションブレイクアウトを自信を持ってキャッチしましょう! ORB Seekerは、正確性、シンプルさ、柔軟性、そして明確なチャート構造を求めるトレーダー向けに開発された、プロ仕様のオープニングレンジブレイクアウト(ORB)インジケーターです。 このシステムは、あらゆる銘柄のプレマーケットまたはカスタムセッションのレンジを自動的にプロットし、エントリー、ストップロス、テイクプロフィット、およびオプションの50%部分TPレベルを含む明確なブレイクアウトシグナルを提供します。すべての計算結果はリアルタイムでチャート上に表示されます。 ロンドン市場オープン、ニューヨーク市場セッション、アジア市場セッション、または独自のカスタム市場時間帯で取引できます。ORB Seekerは選択したセッション時間帯に合わせて調整されるため、市
デイトレーダーマスターは、デイトレーダーのための完全なトレーディングシステムです。システムは2つのインジケーターで構成されています。 1つの指標は売買する矢印信号です。それはあなたが得る矢印インジケーターです。 2つ目のインジケーターを無料で提供します。 2番目のインジケーターは、これらの矢印と組み合わせて使用​​するために特別に設計されたトレンドインジケーターです。 インジケーターは繰り返さず、遅れないでください! このシステムの使用は非常に簡単です。 2色の線で表示されている現在のトレンドの方向に矢印信号をたどる必要があります。青は買いの傾向です。赤い色は売りの傾向です。青い矢印は買いシグナルです。赤い矢印は売りの合図です。トレンドラインの色と一致するように、矢印の色と信号の方向が必要です。 矢印インジケーターは、主に時間間隔M5とM15での日中取引のために作成されました。ただし、技術的には、システムは他の時間間隔で使用できます。 インジケータには、PUSHメッセージ機能を備えたポップアップアラートが装備されています。 購入後、必ず私に書いてください!私はあなたにシステムとの取引の
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
現在30%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適な
TrendMaestro
Stefano Frisetti
4 (4)
Attention: beware of SCAMS, TRENDMAESTRO is only ditributed throught MQL5.com market place. note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes a
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Smart Price Action Concepts は現在 $200 で提供されています。 次の 30 件の購入 後、価格は $299 に上がります。 特別オファー: 購入後、私にプライベートメッセージを送ることで、 無料ボーナス + ギフト を受け取ることができます。 まず、このトレーディングツールはリペイントなし、再描画なし、遅延なしのインジケーターであり、プロフェッショナルな取引に最適であることを強調しておきます。 Online course , and manual Smart Price Action Concepts Indicator は、初心者から経験豊富なトレーダーまで使える非常に強力なツールです。20 種類以上の便利なインジケーターを 1 つにまとめ、Inner Circle Trader Analysis や Smart Money Concepts Trading Strategies などの高度な取引アイデアを組み合わせています。このインジケ
PZ Day Trading
PZ TRADING SLU
3.67 (3)
このインディケータは、価格アクション分析とドンチャンチャネルのみを使用して、ジグザグ方式で価格の反転を検出します。再描画やバックペインティングを一切行わずに、短期取引向けに特別に設計されています。それは彼らの操作のタイミングを増やすことを目指している賢明なトレーダーにとって素晴らしいツールです。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 驚くほど簡単に取引できます すべての時間枠で価値を提供します 自己分析統計を実装します 電子メール/音声/視覚アラートを実装します 可変長のブレイクアウトと混雑ゾーンに基づいて、インディケータは価格アクションのみを使用して取引を選択し、市場が非常に高速に行っていることに反応します。 過去のシグナルの潜在的な利益が表示されます この指標は、独自の品質とパフォーマンスを分析します 負けブレイクアウトは強調表示され、説明されます インジケータは、非バックペインティングおよび非再ペイントです この指標は、日中のトレーダーが単一の価格反転を見逃さないようにするのに役立ちます。ただし、すべての
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
There is always a need to measure if the market is "quiet" or it is volatile. One of the possible way is to use standard deviations, but the issue is simple : We do not have some levels that could help us find out if the market is in a state of lower or higher volatility. This indicator is attempting to do that : •           values above level 0 are indicating state of higher volatility (=GREEN buffer) •           values below level 0 are indicating state of lower volatility (=RED buffer)
トレンドラインプロ   市場の真の方向転換点を理解するのに役立ちます。この指標は、真のトレンド反転と主要プレーヤーが再び参入するポイントを示します。 分かりますか     BOSライン   複雑な設定や不要なノイズなしに、より長い時間足でのトレンドの変化と重要なレベルを把握できます。シグナルは再描画されず、バーが閉じた後もチャート上に残ります。 VERSION MT 5     -     RFI LEVELS PRO インジケーター と組み合わせることで、その潜在能力を最大限に発揮します。 インジケーターが示す内容: 本当の変化   トレンド(BOSライン) 一度シグナルが現れたら、それは有効です!これは、リペイント機能を持つインジケーターとの重要な違いです。リペイント機能を持つインジケーターは、シグナルを発した後、それを変更し、資金の損失につながる可能性があります。これにより、より高い確率と精度で市場に参入できます。また、矢印が現れた後、目標値(利益確定)に達するか、反転シグナルが現れるまで、ローソク足の色を変更する機能もあります。 繰り返しエントリ       主要プレーヤーの
Italo Volume Indicator
Italo Santana Gomes
4.92 (79)
BUY INDICATOR AND GET EA FOR FREE AS A BONUS + SOME OTHER GIFTS! ITALO VOLUME INDICATOR  is the best volume indicator ever created, and why is that? The Indicator works on all time-frames and assets, indicator built after 7 years of experience on forex and many other markets. You know many volume indicators around the internet are not complete, does not help, and it's difficult to trade, but the Italo Volume Indicator is different , the Italo Volume Indicator shows the wave volume, when market
Dashboard uses Ichimoku Strategy to find best trades. Get extra Indicators/Template: And read more about detailed Product Description and usage here: https://www.mql5.com/en/blogs/post/747457 Read more about Scanner Common features in detail here: https://www.mql5.com/en/blogs/post/747456 Features: Price Kumo Breakout Tenkan-Kijun Cross Chikou/CLoud and Chikou/Price Support/Resistance (SR-SS or SR-NRTR) Stochastic OB/OS and back Awesome Oscillator Higher Timeframe Ichimoku Trend Align
購入後に包括的なユーザーガイドを入手するには、お問い合わせください。  MQL5のシルバー賞を受賞した開発者が精密に設計したHydra Trend Riderインジケーターで、あなたのトレーディング体験を向上させましょう。比類なき市場の洞察を提供し、意思決定プロセスを強化するこの高度なツールは、トレーダーがトレーディング戦略において精度と効率を追求するための完璧な選択肢です。 MQL5チャンネル に参加する 当社の製品をご購入いただくと、 PDF形式の包括的なユーザーガイドをお送りします。ご購入後にお問い合わせいただければ、 迅速にユーザーガイドをお送りします。 インジケーターの特徴: マルチタイムフレームダッシュボード:  当社の洗練されたダッシュボードで、異なるタイムフレームにわたる市場の全体像を把握しましょう。短期的な変動や長期的なトレンドを分析する際にも、Hydraインジケーターは一瞬も見逃さないようにします。 強力なトレンドシグナル:  強力なトレンドシグナル機能で市場に先んじましょう。このツールは市場のトレンドを特定し、それを活用するのに役立ち、タイムリーで情報に基づい
作者のその他のプロダクト
Dashboard uses Ichimoku Strategy to find best trades. Get extra Indicators/Template: And read more about detailed Product Description and usage here: https://www.mql5.com/en/blogs/post/747457 Read more about Scanner Common features in detail here: https://www.mql5.com/en/blogs/post/747456 Features: Price Kumo Breakout Tenkan-Kijun Cross Chikou/CLoud and Chikou/Price Support/Resistance (SR-SS or SR-NRTR) Stochastic OB/OS and back Awesome Oscillator Higher Timeframe Ichimoku Trend Align
3 Level ZZ Semafor Scanner: This is a Dashboard indicator which uses 3LZZ Indicator in the background to find semafors. It will give priority to the semafors3 because they specify a strong signal. So, even if there is a sem1 or 2 on current bar, and if Sem3 was within "Check Previous Bars for Sem 3". Then it will show Sem3 instead. Read about this in detailed post: https://www.mql5.com/en/blogs/post/758250 And get all extra Indicators/Template from above link. Please note: Number of settings
What Is It? This PVSRA Screener is for real-time market analysis. so instead of manually checking charts one by one, you get a live command center that tells you the market phase, volume intent, trend state, and nearest price structure all in one glance. Features at a Glance Multi-pair, multi-timeframe scanner dashboard... monitors everything at once PVA (Price Volume Analysis)... detects Climax and Rising volume candles in real time The Dragon EMA... configurable trend anchor (default 50 EMA of
About: The Nadaraya-Watson Envelope is a sophisticated yet practical technical indicator that helps traders identify overbought and oversold conditions using advanced kernel regression methods. This is the MT5 only Version. For MT4 Version go here: https://www.mql5.com/en/market/product/158640/ Key Features ATR-Based Bands: Three upper and three lower bands provide graduated overbought/oversold zones Logarithmic Scale Calculation Center Line - bullish (teal) or bearish (red) What is the Nad
FREE
A Fibonacci indicator is best used with other indicators like Pivots, Support/Resistance etc. Price tends to use Fibo levels as Support or Resistance lines. So, this indicator is very useful to know when price might reverse or if a level is crossed, price might continue the trend. Also, to find the best Take Profit and StopLoss lines. Don't use Fibo Indicator alone for trading as it might not always be accurate. Use it to make your strategies better as a supporting indicator. Settings: Auto Fib
FREE
Read detailed blogpost with screenshots here: https://www.mql5.com/en/blogs/post/764306 Note: This is the MT5 only version. The MT4 version is available here: https://www.mql5.com/en/market/product/149941 Features Kalman smoothing to reduce market noise. Supertrend bands for trend direction. Color-coded dots and arrows for quick reading. Arrow signals for trend continuation. Alerts for trend changes. Adjustable inputs for different styles. How to Use Green dots = bullish bias. Red dots = bea
Read detailed blogpost with screenshots here: https://www.mql5.com/en/blogs/post/770947 Features at a Glance One-click symbol change across all charts simultaneously One-click timeframe change across all charts simultaneously Live trade status on every pair button — buy/sell counts, profit/loss coloring Pending order indicators shown separately on buttons Panel background color changes with your overall profit or loss Sync panel position across all charts Sync the number of buttons per row acro
FREE
Core Features (What You’re Actually Getting) This indicator is designed to do one thing really well:   show you where institutions actually traded — and keep those levels organized, clean, and tradable. Here’s what it includes: Automatic Order Block Detection Finds real consolidation zones automatically — no manual drawing, no guessing. Smart Volume Filtering Uses volume to separate   real institutional activity   from random noise. Every block shows a clear multiplier (like 2.3x, 3.1x, etc) s
FREE
This indicator is based on Guppy's GMMA Strategy. And shows arrows when GMMA lines cross up or down. To have this indicator and get alerts for Multiple Timeframes and multiple Pairs you can check out the demo of this GMMA Trend Scanner indicator: https://www.mql5.com/en/market/product/38747 About GMMA In Brief: GMMA attempts to identify trends by combining two groups of moving averages with differing time periods: The long-term EMAs (30, 35, 40, 45, 50, and 60) the behaviors of investors that h
FREE
How To Use Check out this post for detailed description on  All Indicator extras and template: https://www.mql5.com/en/blogs/post/758259 The Best Heiken Ashi System is a simple trading system for trading based only two indicators for generate signals: Heiken ashi smoothed and Vqzz indicator multi-timeframe. The system was created for scalping and day trading but can also be configured for higher time frames. As mentioned, the trading system is simple, you get into position when the two indica
FREE
Extreme TMA System with Arrows Indicator And Buy/Sell Boxes with Take Profit & Stop Loss This is a Non-Repainting Arrows Indicator based on the Extreme TMA System. It shows TMA cross signals and the best BUY/SELL signals. Along with the most predicted TakeProfit. And StopLoss based on TakeProfit ratio. Please note: This is an Arrows only Indicator. Dashboard is sold separately here: https://www.mql5.com/en/market/product/44825 About Indicator: This indicator shows BUY/SELL Signal Arrows and
Check out the detailed blogpost with screenshots: https://www.mql5.com/en/blogs/post/771285 Features All trades in one subwindow — Every open BUY and SELL order gets its own mini candlestick chart, no matter what symbol it belongs to. Smart price scaling — EURUSD and BTCUSD look the same size. The indicator uses ATR normalization so every trade is equally readable. Live candle updates — The latest candle reflects the real-time Bid price, not just the last close. Entry, SL & TP lines — See exact
FREE
Detailed blogpost: https://www.mql5.com/en/blogs/post/766378 Key Features Adaptive Upper/Lower bands Smooth Center Line Customizable Length (sensitivity) Non-Repainting (only current ongoing bar is updated every "Refresh After Ticks" number of ticks) Multiple Price Sources - Choose from close, open, high, low, median, typical, or weighted close Components: The Basis Line The smooth center line represents the weighted average of price. Think of this as the "true" price level when all the noise
FREE
This is a Sharkfin Arrows Indicator. Detailed explanation and TDI extras: https://www.mql5.com/en/blogs/post/759138 This indicator will show only Arrows. It does not have TDI symbols on chart. Please get the extras from links above for TDI indicators. Sharkfin Scanner (paid): https://www.mql5.com/en/market/product/123566 TDI Scanner Dash (paid): https://www.mql5.com/en/market/product/41826 About: This Indicator finds the Shark Fin Pattern. It will show an arrow in the current bar if RSI sha
FREE
Read detailed blogpost with screenshots here: https://www.mql5.com/en/blogs/post/771070 What Is "Last Time Here"? Every price move in the market has happened before — or something very similar to it has. "Last Time Here" is an indicator for MetaTrader 4 and MetaTrader 5 that asks a simple question: the last time price was in this exact zone, what did it do next? The indicator identifies the current active ZigZag leg — the most recent swing move from the last confirmed low to the last confirmed
FREE
This Scanner Dashboard uses the Extreme TMA System Arrows Indicator to show good BUY/SELL signals. This Product contains dashboard only. It does not contain the Abiroid_Arrow_Extreme_TMA.ex4 indicator. Arrows indicator is not necessary for dashboard to work.  To see arrows, you can buy the arrows indicator separately if you like: https://www.mql5.com/en/market/product/44822 Dash shows Slopes for current and Higher Timeframes. - 1st diamond is current TF. Next diamonds are higher TFs (Please Not
Features: 1- Get OB/OS Levels from Golden MA Levels 2- Wait for Buy/Sell Start Level Cross 3- Optional: Should price cross Mid Level in earlier bars 4- Optional: Crossing bar High/Medium Volume 5- Optional: MA Stacked to check up/down trend for current TF 6- Optional: NRTR higher timeframes aligned Check Detailed blog post explained: https://www.mql5.com/en/blogs/post/758457 Levels with Buffers available here: Golden MA Levels Indicator: https://www.mql5.com/en/market/product/119515 Note: Arr
FREE
Moving Average Rainbow Stack: Free: Single Currency & Single Timeframe MA Stack Very useful for finding current and higher timeframe trends. Best suited for long term trend based trading. Use fewer MAs for quick scalping. And not suitable during low volatility. Only use during high volatility and steady trending markets. Use this to enhance your existing Trend based strategies to find best trends. Read detailed description https://abiroid.com/product/abiroid-ma-stack Available MTF and Scanner v
FREE
Features at a Glance Multi-Band System: 4 bands above and below a center line, creating 9 distinct layers ALMA-Based Center Line: Smooth, responsive moving average that filters noise effectively Volatility Bands: Automatically adjusts to market volatility using Standard Deviation Keltner Channel Integration: Blends ATR-based channels with standard deviation for robust band placement Alert System: Get notified when price crosses key band levels Read in detail with screenshots in blogpost: https:
FREE
Features: - Moving Average Slope for Max Past Bars - Slope Period - Slope Thresholds - Multiple Slope Type options - See slope visually as a histogram - Info Panel Show/Hide Slope Calculations and Types: The slope value is calculated using the Slope Period. Suppose Period is 5, it will check the MA value for bar (x) and bar (x+5). And find the slope angle between them. Read detailed description about Slope Types and Settings here: https://www.mql5.com/en/blogs/post/747651
FREE
Description This scanner uses 3LZZ TRO ex4 and scans for Semafors at given “Shift” bar. Scanner Detailed Settings: https://www.mql5.com/en/blogs/post/747456 Other Settings: Set Periods for Semafor 1,2,3 Set alerts on/off for Semafor 1,2,3 Shift bar (Bar on which semafor is scanned) Refresh After Ticks (Number of ticks when dash is refreshed) This scanner is pretty simplistic version. And a more detailed version with a different strategy is available here: https://www.mql5.com/en/market/product
FREE
How the Indicator Works: This is a Multi-timeframe MA multimeter indicator which studies if price is above or below a particular EMA range and shows Red/Green/Yellow signals. Red: Price Below EMA range Green: Price above range Yellow: Price within range Indicator Properties: EMA Settings: - Default Period is 200. You can change all MA Settings like Period, MA Method (SMA, EMA, etc) or MA Applied Price (Close, Open, etc). - EMA Range list is a comma separated value list for different timeframes
FREE
Abiroid Multi Slope indicator allows you to calculate a Slope Histogram for any line of any indicator . Histogram is for 1 slope line only, but slope values can be calculated for 3 lines total. To have multiple histograms, add as many Slope indicators for custom indicators as you like on chart. You just need to provide the Indicator name, buffer value, slope's period and max number of bars back. By default it has slope calculation for TDI_v4.ex4 indicator. There is no way to specify parameters f
FREE
Features: - Current TF GMMA Cross and Trend (Mandatory Check.. G-Up/G-Down) - HTF GMMA Trend Check (Optional.. slanting arrow) - TDI or NRTR Trend Check (Optional.. diamond) Read post for detailed description and downloading extra indicators: https://www.mql5.com/en/blogs/post/758264 Scanner: This is a Dashboard Scanner for finding good trades using the GMMA method as base and TDI method for trend verification. All buttons for all Pairs and Timeframes are clickable and will change the chart f
TDI Multi Timeframe Scanner: This Dashboard indicator uses the TDI (Trader's Dynamic Index) Indicator to find best trades. Read detailed How to Use Guide: https://www.mql5.com/en/blogs/post/758252 Extra indicators also available in above post. Checks for: - SharkFin Pattern Free indicator for SharkFin: https://www.mql5.com/en/market/product/42405/ - TDI Trend: Strong/Weak Trend Up/Down - TDI Signal: Strong/Medium/Weak Signal for Buy/Sell - Consolidation - Overbought/Oversold - Volatility Ban
Scanner Dashboard for Best Heiken Ashi VQZZ Arrows Indicator here: https://www.mql5.com/en/market/product/45900 Check out this post for detailed description on How To Use All Indicator extras and template: https://www.mql5.com/en/blogs/post/758259 Please note that if you are using too many pairs/timeframes, then VQZZ calculations might slow down the dashboard. So be careful not to use too many VQZZ Higher timeframes if you are using too many pairs. Also, VQZZ is based on higher timeframes. e.g
Abiroid Profit Percent Series 1: Arrows Indicator Stochastic Ichimoku with ATR Get the Scanner for free. For getting Profit Percentages for Multiple Timeframes and Multiple Pairs. And read detailed description about this indicator and all the settings here. And get extra Indicators, Templates and settings for download: https://abiroid.com/product/profit-percent-stoch-ichimoku-with-atr Watch the tutorial video here: https://youtu.be/C45-9kWPE2Q About The Strategy: This strategy has 3 main par
Profit Percent Series 2 The scanner dashboard available here (for  Free) : And read detailed information about MA Confluence here: https://www.mql5.com/en/blogs/post/747474 Here's a post about Common Settings for all Profit Percent Series Indicators: https://www.mql5.com/en/blogs/post/747456 Strategy: Main Signal Indicators (Any One): MA Cross (In-built) or Hull, OBV Cross, Heiken Ashi Cross Validation Indicators (Preferably less than 3): OBV (with Min Distance), Heiken Ashi, ADX, SuperTren
This is a slope indicator for COG (Center of Gravity) indicator.   Download extra COG Indicators and read detailed description and strategy here: https://www.mql5.com/en/blogs/post/759120 Description: You can set the Slope Threshold for indicating Buy/Sell heightened levels. In the above Image the Threshold is set to 0, because of that all Bullish slope is Green and Bearish is Red. Suppose we set Threshold to -10 and 10, then this is what we get: And also set Slope Period. Default is 5, which
This Indicator uses Center of Gravity (COG) Indicator to find you the best trades. It is a reversal based Swing Indicator which contains an  Arrows Indicator. That you can buy here from Metatrader Market. Check out this blog post for detailed How to Use Guide and links to free scanner: https://www.mql5.com/en/blogs/post/758262 Scanner needs this arrows indicator in same directory to run Copy scanner ex4 in same folder as your Arrows Indicator: MQL4/Indicators/Market/ All extra indicators and
フィルタ:
レビューなし
レビューに返信