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 (2)
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
Martingale Osw MT4
William Oswaldo Mayorga Urduy
ユーザーマニュアル:高度なマーチンゲール管理およびリスク管理システム この専門マニュアルでは、MetaTrader におけるポジションリカバリーとリスク管理を自動化するために設計された高度なマーチンゲール注文管理システムの操作、設定、およびビジュアルインターフェースについて説明します。 1. 概要と目的 このツールは、コスト平均法を主なロジックとする高精度の注文管理ツールとして機能します。その目的は、保留注文のネットワークを展開して平均決済価格を改善することにより、当初の方向とは逆の動きをした取引を保護および回復することです。 基本的なシステムとは異なり、このソフトウェアは動的な損益分岐点およびトレーリングストップアルゴリズムに加え、迅速な手動介入のための画面上のコントロールインターフェースを備えており、常に資金管理を最優先にすることができます。 2. パラメータガイド(エントリーメニュー) マーチンゲール設定と距離 マーチンゲール数:最初の取引後にシステムが許容するヘッジ注文の最大数を定義します。 距離タイプ:ポイント単位の固定距離、またはATR(平均真範囲)インジケーター
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 -
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(他のすべてに対して獲得された通貨
このプロダクトを購入した人は以下も購入しています
SR Liquidity は、市場の流動性が集中し、価格が最も強く反応する「隠れたゾーン」を可視化するために設計されたトレーディング指標です。こうした流動性の高いエリアは強力なサポート(支持)およびレジスタンス(抵抗)レベルとして機能し、市場が反転する可能性が最も高いポイントを明確に示してくれます。 単なる一般的なサポートラインやレジスタンスラインを描画するのではなく、「SR Liquidity」は実際の価格変動を分析し、売りと買いの圧力が集中するゾーンを特定します。これらは、市場の真の動きを牽引する「流動性のプール(溜まり場)」そのものです。それらをチャート上に直接可視化することで、価格が実際に反応する前に、その動きを予測することが可能になります。つまり、このインジケーターは価格の方向性が変わる可能性を予測するのです。生のプライスアクションを、市場の重要な水準(転換点となり得るポイント)を示す、明確で実用的なロードマップへと変換してくれます。 このインジケーターは、FX、株価指数、貴金属、仮想通貨など、あらゆる銘柄や時間足で使用可能です。 ご購入後、取引手順や無料の優れた追加インジケ
DayTrader PRO DayTrader PROは、ジョン・エリュース(John Ehlers)のラグuerreフィルターと強力な自動最適化エンジンを組み合わせた、高度なトレーディング・インジケーターです。固定されたパラメーターを使用するのではなく、直近の市場状況に基づいて最適な設定を自動的に検索するため、手動による絶え間ない調整をすることなく、変化する市場のボラティリティに適応できます。 本インジケーターは、明確な「買い(BUY)」および「売り(SELL)」シグナルを生成し、現在の市場ボラティリティから算出された適応型のストップロス(Stop Loss)およびテイクプロフィット(Take Profit)レベルを表示します。トレンド、効率レシオ(Efficiency Ratio)、ボラティリティ、およびローソク足フィルターが内蔵されており、精度の低いセットアップを排除し、シグナルの精度を向上させます。 リアルタイム・パフォーマンスパネルには、現在最適化されている設定、プロフィットファクター(Profit Factor)、勝率(Win Rate)、ドローダウン(Drawdown)、
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
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出す
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status,
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
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
この製品は 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 . 価格行動、強さ、モメンタム、マルチタイムフレーム方向、高度なフィルターを分析し、トレーダーがノイズを減らし、弱いセットアップを避け、より構造化された取引判断を行えるようにします。 こ
KT Renko Patterns MT4
KEENBASE SOFTWARE SOLUTIONS
2.33 (3)
KT Renko Patterns は、すでに開いているライブのレンコチャート上で8種類のパターンを検出し、パターンの形、ストップロスの目安、フィボナッチ目標をチャートに直接描画します。 最初にレンコチャートを準備してください。 MetaTrader は標準ではレンコチャートを生成しません。任意のジェネレーターでライブのレンコチャートを開き、そのチャートに本インジケーターを追加してください。本インジケーターはレンコブリックを分析します。ブリックの生成や注文の発注は行いません。 新しいブリックが形成されるたびに、W-M、Power Pennant、AB=CD、Triple Top と Triple Bottom、Double Top と Double Bottom、Two Back Strike、ZigZag Bricks、Swing Breakout を探します。検出されたセットアップには名前が付き、構造がチャートに描画されるため、すべてのブリックを手作業で確認する必要がありません。検出済みのパターンはチャートに残り、再描画されません。 チャートに表示される内容 パターン構造: 色分け
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 ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高く評価されています。 あな
Super Signal – Skyblade Edition プロ仕様のノンリペイント / ノーラグ・トレンドシグナルシステム。卓越した勝率を実現 | MT4 / MT5 対応 1分足、5分足、15分足などの低い時間足で最も効果を発揮します。 主な特徴: Super Signal – Skyblade Edition は、トレンド取引に特化したスマートなシグナルシステムです。マルチレイヤーのフィルターロジックを用いて、明確な方向性と実際のモメンタムに支えられた強力なトレンドのみを検出します。 このシステムは 天井や底を予測するものではありません 。次の3つの条件がすべて満たされた場合にのみシグナルを発生させます: 明確なトレンド方向 モメンタムの増加 健全なボラティリティ構造 市場セッションに基づく流動性分析と組み合わせることで、シグナルの精度とタイミングがさらに向上します。 シグナルの特性: すべての矢印シグナルは 100% 非リペイント / 遅延なし 一度出現したシグナルは固定され、点滅・消失しません チャート上の矢印、情報パネル、ポップアップ通知、音声アラート、プッシュ通知
A. A2SR とは何ですか ?   * 先行テクニカル指標です (塗り直しなし、ラグなし)。 -- ガイダンス : -- https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- そして https://www.mql5.com/en/users/yohana/blog .. MT5 version:  https://www.mql5.com/en/market/product/140111 A2SR には、サポート (需要) とレジスタンス (供給) のレベルを決定する特別な手法があります。 ネットで見かける通常の方法とは異なり、A2SR は実際の SR レベルを決定する独自のコンセプトを持っています。 元の手法はインターネットから取得されたものではなく、インターネット上で公開されたこともありません。 A2SR は、取引スタイルに応じて SR レベルを自動選択します。 時間枠を変更しても、SR レベルはその位置にとどまります。 実際のSRは、使用する時間枠から取得されるわけではないため. A2SR
ORB Seeker
Marcela Goncalves De Oliveira
期間限定の割引価格! たったの99ドル! ご購入後、ボーナスとしてORB Seeker EAと個人最適化セットファイルをお受け取りいただくため、私にご連絡ください。 クリーンなセッションブレイクアウトを自信を持ってキャッチしましょう! ORB Seekerは、正確性、シンプルさ、柔軟性、そして明確なチャート構造を求めるトレーダー向けに開発された、プロ仕様のオープニングレンジブレイクアウト(ORB)インジケーターです。 このシステムは、あらゆる銘柄のプレマーケットまたはカスタムセッションのレンジを自動的にプロットし、エントリー、ストップロス、テイクプロフィット、およびオプションの50%部分TPレベルを含む明確なブレイクアウトシグナルを提供します。すべての計算結果はリアルタイムでチャート上に表示されます。 ロンドン市場オープン、ニューヨーク市場セッション、アジア市場セッション、または独自のカスタム市場時間帯で取引できます。ORB Seekerは選択したセッション時間帯に合わせて調整されるため、市場レンジ、ブレイクアウトレベル、トレードレベルの位置を正確に把握できます。 ご購入いただいた
IQ FX Gann Levels a precision trading indicator based on W.D. Gann’s square root methods . It plots real-time, non-repainting support and resistance levels to help traders confidently spot intraday and scalping opportunities with high accuracy. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Setup & Guide:  Download  MT5 Ver
Price Action Sniper is designed to trade the Price Action on the desired chart time frame. - Trend Reversals. - Trend Continuation. - Brekaouts. - Good tool for Binary Options Price action forms the basis for all technical analysis of a currency pair, commodity or other asset chart. Many short-term traders rely exclusively on price action and the formations and trends extrapolated from it to make trading decisions. Technical analysis as a practice is a derivative of price action since it uses p
Built-in multi-symbol scanner — traffic-light grid for up to 30 pairs across four timeframes. No separate scanner file required. BUY, SELL, WAIT cells with confluence score and recent structure event. Full alignment with AI Trade Idea — current chart cell reads live engine data so scanner, dashboard, and AI panel always show the same verdict, score, and reason. Per-cell explain popup — four-section breakdown of what is happening, how the score was built, what to look for, and what to watch out
Scalper Inside PRO は日中トレンドの分析を助け、エントリー前にトレードを組み立てられるインジケーターです。中核となるのは、相場をより正確に読むための3つの専用ストラテジー。シグナルが出た瞬間に方向を自動で判断し、主要な価格帯を計算するので、想定エントリーポイント、予想ストップロス、複数の利確レベルを前もって確認できます。詳細なパフォーマンス統計が、各銘柄とストラテジーが過去にどう機能したかを示し、今の相場に合った資産選びを助けます。単体のスキャルピングツールとしても、あなたのシステムの一部としても、自作 EA のベースとしても使えます。MetaTrader 4 プラットフォームで動作します。 インジケーターはエントリー、3つの利確レベル - TP1、TP2、TP3、そして任意のストップロスをチャート上に直接表示します。自作の矢印インジケーターを接続し、その統計と収益性を検証することも可能です。 ご購入後は直接ご連絡ください。専用のボーナス add-ons、実トレードでの活用に関する追加情報、そしてご自身のトレードシステムや EA への正しい接続のサポートをお渡しします
このインディケータは、異なる期間のフラクタルの価格構造を調べて、市場で起こり得る反転ポイントを決定し、すでに基本的または技術的な評価モデルを持っているポジショントレーダーにタイミングを提供します。弟の リバーサルフラクタル とは異なり、このインジケーターは選択された期間のためにリバーサルを逃すことはなく、ジグザグ形式でリバーサルフラクタルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] ターニングポイントは長いトレンドを開始できます インジケーターは再描画されていません あらゆる種類のアラートを実装します カスタマイズ可能な色とサイズ フラクタルは奇数番目のバーのフォーメーションであり、フォーメーションの最上位または最下位の中間バーであり、フラクタル内のすべてのバーが閉じるとインディケーターが描画されるため、このインジケーターはリアクティブまたは遅れ信号です。ただし、既存の方向バイアスを持つトレーダーは、この指標が非常に有用であり、早期のエントリポイントを取得します。 このインディケーターは、ボイルダウンされた
Friends, we present to your attention our new Forex Gump Laser indicator. Since there are no designers in our team, but mainly mathematicians, financiers, programmers and traders, we did not make any special changes in the indicator design. In appearance, it resembles the usual Forex Gump. On the other hand, Forex Gump has become not just the name of an indicator, it is a brand. And we try to preserve the corporate identity in all its varieties. The whole essence of the indicator in its operatio
Level Breakout Indicator is a technical analysis product that works from upper and lower boundaries, which can determine the direction of the trend. Works on candle 0 without redrawing or delays. In its work, it uses a system of different indicators, the parameters of which have already been configured and combined into a single parameter - “ Scale ”, which performs gradation of periods. The indicator is easy to use, does not require any calculations, using a single parameter you need to select
現在30%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvanced
この指標は、突然の変動と市場のノイズを無視することにより、比類のない信頼性で市場動向を追跡します。これは、日中のチャートと小さな時間枠をトレンドトレードするように設計されています。その勝率は約85%です。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 驚くほど簡単に取引できます 売られ過ぎ/買われ過ぎの状況を見つける 常にノイズのない取引をお楽しみください 日中チャートでむち打ちされるのを避ける この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します このインディケータは、低価格帯での取引に適しています。なぜなら、平均価格の周りの市場ノイズを減らすことにより、突然の価格の急上昇や修正を無視するからです。 インディケーターは最適化をまったく必要としません 複数時間枠のダッシュボードを実装します 電子メール/サウンド/プッシュアラートを実装します インジケーターは再描画および非バックペインティングではありません この指標は、より高い時間枠で非常に長い傾向に浸透する可能性のある小さな時間枠に適
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
トレンドラインプロ   市場の真の方向転換点を理解するのに役立ちます。この指標は、真のトレンド反転と主要プレーヤーが再び参入するポイントを示します。 分かりますか     BOSライン   複雑な設定や不要なノイズなしに、より長い時間足でのトレンドの変化と重要なレベルを把握できます。シグナルは再描画されず、バーが閉じた後もチャート上に残ります。 VERSION MT 5     -     RFI LEVELS PRO インジケーター と組み合わせることで、その潜在能力を最大限に発揮します。 インジケーターが示す内容: 本当の変化   トレンド(BOSライン) 一度シグナルが現れたら、それは有効です!これは、リペイント機能を持つインジケーターとの重要な違いです。リペイント機能を持つインジケーターは、シグナルを発した後、それを変更し、資金の損失につながる可能性があります。これにより、より高い確率と精度で市場に参入できます。また、矢印が現れた後、目標値(利益確定)に達するか、反転シグナルが現れるまで、ローソク足の色を変更する機能もあります。 繰り返しエントリ       主要プレーヤーの
Adopt market correlation and indicator resonance Here are some trading recommendations based on the current market conditions: (1) Note: It doesn't mean you have a perfect deal, but rather helps you avoid bad trades (2) Why traditional indicators are prone to distortion. For example, the 10-day moving average is calculated by calculating the average price of the top 10 candlesticks. Result: I prove I want to rise, and the signal is easily distorted. This indicator adopts a self-proof + corrob
Money Flow Profile MT5 HERE   Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
Forex Breath System は、あらゆる市場で使用できるトレンドベースの取引システムです。このシステムは、通貨、金属、商品、指数、仮想通貨、さらには株式でも使用できます。任意の時間枠でも使用できます。システムは普遍的です。トレンドを示し、トレンドに伴う矢印シグナルを提供します。このインジケーターは、シグナルがトレンドの方向に現れたときに特別なタイプのアラートを提供することもできるため、トレンド取引が簡単になります。 このインジケーターは、理解しにくい設定に対処する必要がないため、非常に使いやすいです。 チャートに添付するだけで取引の準備が完了します。どのような取引スタイルを好む場合でも、このシステムは市場の方向性とトレンド方向への可能なエントリーポイントを確認するのに役立ちます。 このインジケーターは、PUSH 通知を含むあらゆる種類のアラートを提供します。 取引手順と素晴らしいボーナスを入手するには、購入後に私にご連絡ください。 幸せで収益性の高い取引をお祈りします!
デイトレーダーマスターは、デイトレーダーのための完全なトレーディングシステムです。システムは2つのインジケーターで構成されています。 1つの指標は売買する矢印信号です。それはあなたが得る矢印インジケーターです。 2つ目のインジケーターを無料で提供します。 2番目のインジケーターは、これらの矢印と組み合わせて使用​​するために特別に設計されたトレンドインジケーターです。 インジケーターは繰り返さず、遅れないでください! このシステムの使用は非常に簡単です。 2色の線で表示されている現在のトレンドの方向に矢印信号をたどる必要があります。青は買いの傾向です。赤い色は売りの傾向です。青い矢印は買いシグナルです。赤い矢印は売りの合図です。トレンドラインの色と一致するように、矢印の色と信号の方向が必要です。 矢印インジケーターは、主に時間間隔M5とM15での日中取引のために作成されました。ただし、技術的には、システムは他の時間間隔で使用できます。 インジケータには、PUSHメッセージ機能を備えたポップアップアラートが装備されています。 購入後、必ず私に書いてください!私はあなたにシステムとの取引の
作者のその他のプロダクト
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
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
Read detailed blog here: https://www.mql5.com/en/blogs/post/772837 Quick Feature List Three strategies in one indicator: Fakeout Reversal, FVG Breakout, Quartile Continuation Heatmap candle coloring using a Linear Regression channel on every bar Configurable anchor session window with automatic timezone offset support Candle color filter to accept or skip signals based on trend strength Signal strength separation: strong signals and weak signals drawn separately so you can style them differentl
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
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
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
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
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
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
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
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
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
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
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
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: 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
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
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
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
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
フィルタ:
レビューなし
レビューに返信