• 概要
  • レビュー
  • コメント

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
Title: RapidNews Trader – High Frequency Trading Price will change soon ! RapidNews Trader's unique strategy revolves around swift analysis of market sentiment shifts during major economic announcements. By leveraging sophisticated algorithms and real-time data feeds, this Expert Advisor identifies potential market opportunities milliseconds after news breaks. The result? A remarkable ability to enter and exit trades with precision, maximizing profit potential. Key Features: High-Frequency Tradi
Trade Extractor
Philip Pankaj Suthagar
5 (2)
Introducing TRADE EXTRACTOR The fastest self-learning AI Algorithm designed to revolutionize your trading experience. As a manual trader, the challenge of pinpointing the right parameters and conditions for trading can be overwhelming. With countless combinations of indicators and objects like trendlines, Gann grids, and Fibonacci levels, determining their effectiveness is nearly impossible for a human. Many strategies lack the statistical backing to prove their claims. To address this, we deve
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 ba
Tiger EA MT4
AL MOOSAWI ABDULLAH JAFFER BAQER
Get a free complementary EA after your purchase! Contact me and ill provide it for you. MT5 Version:  https://www.mql5.com/en/market/product/80370                                       Time frame: M1                                                 Leverage : Higher the better Spread: Lower the better Account type : All types (EA may enter hedge positions, if you want to disable this feature deactivate either Buy, or Sell from the setting) Please please do not take unnecessary ris
This indicator takes input from the RSI and a trend filter, and presents the output in a separate indicator window as a histogram. Great for scalping. Settings: No need to set up the indicator. Features Alerts. How to use: Simply attach to any chart Zoom chart in to get a better view of the histo color. Buy:  Blue histo color on multiple timeframes. (e.g,. M30-H1-H4) Sell: Red histo color  across on multiple timeframes. Or backtest and use as you see fit for your strategy. Best results on Majo
!!!!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
このスクリーナーを使用すると、選択した期間(時間枠)内に通常よりも買われ過ぎ(成長率)または売られ過ぎ(減少率)の資産を特定できます。 市場は法律によって支配されており、より安く購入し、より高価に販売しますが、自動スキャナーがないと、たとえば今週内に、通常よりも買われ過ぎまたは売られ過ぎの通貨/株を特定することは非常に困難です。現在の時間、または月。 数十または数百の機器が存在する可能性があり、すべてを手動で分析する時間がないことが物理的に可能な場合もあります。これらの問題は、Screenerを使用して簡単に解決できます。 スクリーナーができること スキャナーはどのTFでも使用できます スキャナーは、通貨、株式、暗号通貨、商品、インデックス、およびその他の機器で動作します 資産を特定するロジックは、市場の基本法則に基づいているため、普遍的です。 スクリーナーの助けを借りて、あなたはさまざまな戦略に従って作業することができます、最も一般的なものの1つはポンプとダンプです 各商品の平均値を明らかにする-SoftimoTradeScreenerは、選択したTFの資産の買われ過ぎと売られ過ぎ
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 i
Shooting Star EA
AL MOOSAWI ABDULLAH JAFFER BAQER
Get a free complementary EA after your purchase! Contact me and ill provide it for you. MT5 Version:  https://www.mql5.com/en/market/product/80162                                       Time frame: M1                                                 Leverage : Higher the better Spread: Lower the better Account type : All types (EA may enter hedge positions, if you want to disable this feature deactivate either Buy, or Sell from the setting) Please please do not take unnecessary ris
インジケーターには、現在のサーバー時間と、現在のバーがチャート上で閉じるまでの時間が表示されます。 情報は、トレーダーが取引セッションを開始するために、ろうそくが閉じるのを待っているときに、ニュースリリースの瞬間に非常に便利です。 フォントサイズと色は、チャートテンプレートに合わせて調整できます。 設定: テキストの色-表示テキストの色 テキストサイズ-表示テキストのサイズ あなたが指標について肯定的なフィードバックを残すなら、私は非常に喜んでいます。 あなたの武器で見たい他の指標やその他のツールを議論に書いてください。  新しいロボットの更新とリリースを逃さないように友人として私を追加-> 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 p
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
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 monitori
This is a non-repainting professional indicator for any currency pair on H1 chart. This indicator comes with Screen, Sound, Email and Push Notifications. Place your trades (risk of 1 to 2% each) when you get BUY/SELL alerts and EXIT when opposite or EXIT alerts. You can set your take profit from 70 to 100 pips when the indicator is attached to H1 chart. Stop loss may not be required, since you are going to close your trades on EXIT alerts. 
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 b
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
News Catcher Pro
Valeriia Mishchenko
4 (8)
News Catcher Pro is a mean-reversion strategy that uses intraday seasonal volatility patterns caused by high-impact news events. It enters the market at a certain time shortly before a high-impact news event occurs . It does not trade frequently! Supported currency pairs: GBPUSD, EURUSD, EURGBP Recommended timeframe: M5 MT5 version can be found here EA is   FIFO compatible To backtest the EA you should download the news events data file ' NewsEvents.txt ' and copy it to the common MT4/5 dir
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 wh
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 -
弱い通貨に対して強い通貨を取引することは、常に最も安全なプレイです。この指標は、主要通貨間の相対的な強さを測定し、金融商品の選択、入場、退出をより簡単にします。基本的な考え方は、弱い通貨をカウンター通貨として使用し、その逆を使用することです。弱さに対する強さおよび強さに対する短い弱さを購入します。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 一目で強い通貨と弱い通貨を見つける ある通貨を別の通貨と簡単に比較する 通貨は強化されていますか?長い間探します 通貨は弱くなっていますか?ショートパンツを探す 複数時間枠のダッシュボードを実装します それは取引のための最高品質の確認です インディケーターは最適化をまったく必要としません カスタマイズ可能なルックバック期間 インジケーターは再描画されていません インジケーターの解釈はかなり簡単です。 27通貨ペアの現在と以前の価格を比較し、各通貨が他のすべての通貨に対して獲得または損失した回数をカウントします。通貨は8つしかないため、最大スコアは+7(他のすべてに対して獲得された通貨
This powerful indicator intercepts 21 patterns simultaneously on 28 Pairs and on all timeframes. Just put the indicator on a single chart to see all patterns that appear on all pairs in all timeframes The patterns found are: For Bearish: Bearish Abandoned Baby; Bearish Engulfing; Bearish Harami; Bear Kicker; Dark Cloud Cover; Evening Doji Star; Evening Star; Shooting Star; Three Black Crows; Three Inside Down; Three Outside Down; For Bullish: Bullish Abandoned Baby; Bullish Engulfing; Bullish Ha
SUPER Correlation Lines for Symbols  Multi timeframes Multi Currencies Indicator Each line indicates 2 symbols correlation based on Multi timeframes symbols strength calculations 5 symbols  -> 10 correlation indicator lines  Strategy:1  is based on selecting the NEW weaker/stronger correlation  line : *****New Weaker Line Crossing DOWN the old weaker line : SELL SYMBOL1 && BUY SYMBOL2 *****New Stronger Line Crossing UP the old weaker line :   BUT SYMBOL1 && SELL SYMBOL2 You close trades when
EPriceJPY is a auto-trading EA focused on USDJPY. Trading Concept The operation concept of EPriceJPY is based on an algorithm that tries to determine the Trend. To be more specific, EPriceJPY works with its own calculation logic based on simulation. It is trying to find out the Top or Bottom in a Trend, and open the Short or Long Position accordingly. Don't expect EPriceJPY to open the trade on the highest or lowest level, because EPriceJPY will trade only when the Top/Bottom can be confirmed.
This Dashboard displays signals in grid view for the 28 major fx currency pairs. It is Mainly used for forex scalping in between 10 to 20 pips maximum and can be used on major trend market decisions. It Uses mainly Moving average and does not give false signal. All you need to note is the point in the grid where the signal occurs.  A beep sound is heard whenever there is a new signal and it will be displayedat the top of the chart.
MTF MultiMeter
GRANTLEY LAURENCE CAUSE
Benefits: A new and innovative way of looking across multiple timeframes and multiple indicators on any chart. Provides instant multi-timeframe analysis of any market. i.e. forex currency pairs, cryptocurrency pairs, commodities, etc. It offers precise indications across multiple timeframes of volatility as measured by RSI, ADX and STOCH within one chart. Helps you determine high probability trading setups. See example strategy in comments. Can see bullish/bearish volatility building across mult
Time Closer can help you closing all the open position at the specified time "Everyday". Mainly for Day trader that don't want to hold position overnight, or over different session, or over a specific time. Simple Parameter to use. Usage Download and drag Time Closer on the chart (Chart Symbol should be the same Chart Symbol as you want the position close) Check Allow AutoTrading is "On" Set parameters Input Parameters Turnon  True - Turnon the utility False - Turnoff the utility Close All Op
The Block Master Pro indicator is designed to visually identify areas on the chart where significant volumes from major market participants are likely concentrated. These areas, known as order blocks, represent price ranges where large players place their orders, potentially signaling a price reversal and movement in the opposite direction. Key Features: Order Block Identification: Block Master Pro effectively identifies order blocks by pinpointing price ranges where large orders are placed. T
When running the backtest, it is important to consider the time difference between your local time and GMT. The backtest relies on the GMT time zone to determine trade openings and closings. Failing to account for the time difference may lead to inaccurate backtest results. If you're unable to locate your GMT Offset time zone, please inform us, and we'll gladly assist you. Overview Cyrus EA is an automated forex robot that utilizes a trend-following strategy for analyzing market movements a
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
TPSpro TREND PRO は 、市場を自動的に分析し、トレンドとその各変化に関する情報を提供し、再描画せずに取引に参加するためのシグナルを提供するトレンド指標です。 インディケータは各ローソク足を使用し、個別に分析します。さまざまなインパルス(アップまたはダウンインパルス)を指します。通貨、仮想通貨、金属、株、指数の取引への正確なエントリーポイント! バージョンMT5                   インジケーターの完全な説明   インジケーター -   RFI LEVELS と併用することをお勧めします。 主な機能: レンダリングなしで正確な入力信号! シグナルが表示された場合、それは関連性を維持します。これは、シグナルを提供してからそれを変更する可能性があり、入金時の資金の損失につながる可能性があるリドローインジケーターとの重要な違いです。より高い確率と精度で市場に参入できるようになりました。矢印が表示された後、ターゲットに達する (利益確定) か反転シグナルが表示されるまで、ローソク足を色付けする機能もあります。 STOP LOSS / TAKE PROFIT
FX Volume
Daniel Stein
4.58 (33)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
Dynamic Forex28 Navigator - 次世代の Forex 取引ツール。 現在 49% オフ。 Dynamic Forex28 Navigator は、長年人気のインジケーターを進化させたもので、3 つの機能を 1 つにまとめています。 Advanced Currency Strength28 インジケーター (レビュー 695 件)  + Advanced Currency IMPULSE with ALERT (レビュー 520 件) + CS28 コンボ シグナル (ボーナス)。 インジケーターの詳細 https://www.mql5.com/en/blogs/post/758844 次世代の Strength インジケーターが提供するもの  オリジナルで気に入っていたすべての機能が、新機能と精度の向上によって強化されました。 主な機能: 独自の通貨強度計算式。 すべての時間枠でスムーズかつ正確な強度ライン。 トレンドの特定と正確なエントリーに最適です。 ダイナミックマーケットフィボナッチレベル (マーケットフィボナッチ)。 このインジケー
指示する     ロシア     -        utilizar con   el indicador の ESP 推奨事項 -   TPSpro トレンド プロフェッショナル版 -   MT5のバージョン 最も重要なことは、将来においても最も重要なことです。 機能のプリンシパル: ゾーンのほとんどは、ベンダーとコンプラドールによってアクティブ化されます。 状況を直感的に把握できるよう、初期の衝動を修正します。 LOGIC AI: MUESTRA zonas (círculos) parabuscar puntos de entrada cuando se activa una plantilla 視覚的に優れた視覚効果があり、最も重要な機能がすべて揃っていることに注意してください。 優れたニベレス/ゾーンの視覚化 (modo MTF) 世界で最も人気のある場所/ゾーンです。これを使用するのに最適な方法です (   TPSproTREND PRO   )。 アルゴリズム プロフェッショナル セパラド パソ ア パソ パラ オペラ それは、オペラハウスやコントラ・デ・エラの指導におい
Enigmera
Ivan Stefanov
5 (3)
エニグメラ:市場の中核 https://www.enigmera.com はじめに このインディケータと取引システムは、金融市場に対する驚くべきアプローチです。ENIGMERAは、フラクタルサイクルを使用して、サポートとレジスタンスレベルを正確に計算します。本格的な蓄積局面を示し、方向性と目標を示します。 トレンド中でも調整中でも機能するシステムです。 どのように作動するのか? ENIGMERAは、支持線・抵抗線、目標線、乖離線の3つのラインで構成されています。このシステムは、過去のデータを現在と未来に外挿する典型的な市場指標とは異なり、現在の完全な画像を提供します。支持線上にある場合、それは本当の支持を意味し、抵抗線上にある場合、それは本当の抵抗を意味する。ある水準が破られた場合、それはトレンドの変化を意味する。再描画はしない。 市場は常に進化しているため、ENIGMERAはその評価ツールを適応させ、定期的に戦略を修正しています。  これにより、すべてのシナリオが徹底的に評価されることが保証されます。この市場指標の独自性は、その能力を見れば明らかです。  ENIGM
MetaBands M4
Vahidreza Heidar Gholami
5 (2)
MetaBandsは、強力でユニークなアルゴリズムを使用してチャンネルを描画し、トレンドを検出して、トレーダーに取引の入出ポイントを提供することができます。チャンネル指標に加えて、強力なトレンド指標でもあります。入力パラメータを使用して新しいチャンネルを作成するために、異なるタイプのチャンネルを統合することができます。MetaBandsは、市場のイベントについてユーザーに通知するために、すべてのタイプのアラートを使用します。 特徴 ほとんどのチャンネルアルゴリズムをサポート 強力なトレンド検出アルゴリズム 異なるタイプのチャンネルを統合する能力 マルチタイムフレームおよびマルチカレンシー(シグナルマトリックス) すべてのタイプのアラート機能(サウンド、画面フラッシャー、プッシュ通知、メール、ポップアップ、矢印) 再描画しない トレンド検出 MetaBandsは、チャネル内を振動する青いラインを使用してトレンドを検出します。ラインがチャネルの上部バンドに達すると、下降トレンドの開始を示し、下部バンドに達すると上昇トレンドの開始を示します。青いラインが中心ラインに近づくと、市場はコンソ
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
Legacy of Gann
Pavel Zamoshnikov
4.83 (12)
The indicator very accurately determines the levels of the possible end of the trend and profit fixing. The method of determining levels is based on the ideas of W.D.Gann, using an algorithm developed by his follower Kirill Borovsky. Extremely high reliability of reaching levels (according to K. Borovsky  - 80-90%) Indispensable for any trading strategy – every trader needs to determine the exit point from the market! Precisely determines targets on any timeframes and any instruments (forex, met
現在20%OFF! 初心者やエキスパートトレーダーに最適なソリューションです。 このインディケータは、エキゾチックペア・コモディティ・インデックス・先物など、あらゆるシンボルの通貨の強さを表示することに特化したインディケータです。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨の強さを表示するために、9行目にどのシンボルでも追加することができます。独自の機能を多数搭載し、新しい計算式を採用したため、ユニークで高品質、かつ手頃な価格のトレーディングツールとなっています。新しいトレンドやスキャルピングチャンスのトリガーポイントを正確に把握することができるため、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアル:ここをクリック   https://www.mql5.com/en/blogs/post/708876 すべての時間枠に対応します。あなたはすぐにトレンドを見ることができるようになります! 新しいアルゴリズムに基づいて設計されているため、潜在的な取引の特定と確認がより簡単になります。これは、8つの主要通貨と1つのシンボ
このインジケータは、手動および自動的な方法でチャートに描かれたハーモニックパターンを検出します。ユーザーマニュアルは、このリンクから参照できます: あなたのレビューを追加し、入手するために私たちに連絡してください。 この製品をmt4で試すための無料版があります。 GartleyおよびNenstarパターンを検出するために使用できます。 https://www.mql5.com/en/market/product/30181 完全なMT4バージョンを購入するには、次の場所から購入できます。 https://www.mql5.com/en/market/product/15212 注 インジケータにはコントロールパネルがあり、すべての(チャート&時間枠)設定が保存されます。チャート上でスペースをより多く確保するために、最小化することができ、他の分析ツールで作業する場合は、すべてのインジケータデータを非表示にするために閉じるボタンを押すことができます。 このインジケータを使用して設定を変更し、移動平均やボリンジャーバンドなどのインジケータを追加すると、編集のテンプレートが自動的に保存され、必
カスタムMT4インジケーターで外国為替取引を成功させるための秘密を発見してください! 外国為替市場で成功を達成し、リスクを最小限に抑えながら一貫して利益を得る方法を疑問に思ったことはありますか? これがあなたが探している答えです! 取引へのアプローチに革命をもたらす独自のMT4インジケーターを導入できるようにします。 ユニークな汎用性 私たちのインジケータは、RenkoとRangeBarのろうそくのフォーメーションを好むユーザー向けに特別に設計されています。 これらのチャートタイプは多くの経験豊富なトレーダーに好まれていることを理解しています。そのため、私たちのインジケーターはそれらとシームレスに統合され、比類のない市場分析を提供します。 クリアトレンドシグナル 複雑な分析を忘れてください! 私たちのインジケーターは、鮮やかな色と明確なドット構造を利用して、市場の動向を明確に示しています。 赤と青の点は、価格の動きの方向性について疑いの余地がなく、取引の迅速な意思決定を可能にします。 HH/HL HL/LL戦略とのアライメント HH/HLおよびHL/LL構
Gold Channel is a volatility-based indicator, developed with a specific timing algorithm for the XAUUSD pair, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the theory of the channel is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel it is a tra
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
このインディケータは、当社の2つの製品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . のスーパーコンビネーションです。 このインジケーターは全ての時間枠で作動し、8つの主要通貨と1つのシンボルの強弱のインパルスをグラフで表示します。 このインジケータは、金、エキゾチックペア、商品、インデックス、先物など、あらゆるシンボルの通貨強度の加速度を表示することに特化されています。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨強度の加速度(インパルスまたは速度)を表示するために、任意のシンボルを9行目に追加できる、この種の最初のものです。 新しいアルゴリズムに基づいて構築され、潜在的な取引の特定と確認がさらに容易になりました。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速の速度を測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアリングすれば、潜在的に利益を生む取
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
Matrix Arrow Indicator MT4
Juvenille Emperor Limited
5 (3)
マトリックスアローインジケーターMT4は、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームインジケーターに続くユニークな10in1トレンドです。マトリックスアローインジケーターMT4は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。 平均方向移動指数(ADX) 商品チャネルインデックス(CCI) クラシック平研アシキャンドル 移動平均 移動平均収束発散(MACD) 相対活力指数(RVI) 相対力指数(RSI) 放物線SAR ストキャスティクス ウィリアムズのパーセント範囲 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。マトリックスアローインジケーターMT4は選択されたインディケーターからのみ情報を収集し、それらのデータのみに基づいてアローを印
MetaTrader 4用Ultimate Gold Advisor Ultimate Gold Advisorは、MetaTrader 4での取引体験を最適化するために設計された高度な技術ツールです。経験豊富なトレーダーのニーズに応えるために設計されており、このインジケーターは、精度、高度な分析、および多様な機能を組み合わせ、情報に基づいた取引決定をサポートします。金取引に最適ですが、さまざまな資産にも適用可能であり、Ultimate Gold Advisorは市場戦略の改善に役立ちます。 Ultimate Gold Advisorがトレーダーにとって優れたツールである理由は? 高度なパフォーマンス: 各取引の結果をグラフ上で明確に表示する複数のインジケーターを組み合わせることで、あなたの戦略のパフォーマンスを透明に把握できます。これにより、アプローチを改善し、より情報に基づいた意思決定が可能になります。 即時で視覚的な取引シグナル: グラフ上の赤と青の矢印が、買いと売りの可能性を示します。これらの視覚的なシグナルは理解しやすく、行動すべき重要な瞬間をすばやく特定するのに役立ちます
Advanced Supply Demand
Bernhard Schweigert
4.91 (295)
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
現在31%オフ! 初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色
Was: $299  Now: $99   Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings
AW Prime Oscillator
AW Trading Software Limited
5 (1)
2つのオシレーターを組み合わせたもの。 1 つ目はエントリーポイントを表示し、2 つ目は現在のトレンドを表示します。このインジケーターは、すべての高速オシレーター信号または現在のトレンドの方向のみの信号の 2 つのモードで、オシレーター信号を矢印で表示できます。マルチタイムフレームパネルと 3 種類のシグナル通知があります。 利点: デイトレードやスキャルピング取引に適しています トレンドフィルタリング シンプルかつ高感度なセットアップ マルチタイムフレームパネル アドバイザーへの統合に適しています。 あらゆるシンボルとあらゆるタイムフレームに対応 3種類の通知 MT5 version ->  HERE  / Problem solving ->  HERE 指標戦略 このインジケーターは 2 つの異なるオシレーターで構成されます。 遅いトレンド ライン (太い) - インジケーターの高レベルが上から下に交差する場合、それは下降トレンドのインジケーターであり、下側の水平レベル (インジケーターの低レベル) が下から上に交差する場合、それは下降トレンドのインジケーターです。上昇傾向。さ
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
Best Currency Strength Indicator
Tumelo Patrick Rakotsoane
4.59 (46)
Advanced Currency Strength Indicator The Advanced Divergence Currency Strength Indicator. Not only it breaks down all 28 forex currency pairs and calculates the strength of individual currencies across all timeframes , but, You'll be analyzing the WHOLE forex market in 1 window (In just 1 minute) . This indicator is very powerful because it reveals the true movements of the market.  It is highly recommended to  analyze charts knowing the performance of individual currencies or the countries ec
Please contact me after purchase to immediately get your PDF strategy + documentation for Trend Pulse !  Introducing Trend Pulse , a unique and robust indicator capable of detecting bullish, bearish, and even ranging trends! Trend Pulse uses a special algorithm to filter out market noise with real precision. If the current symbol is moving sideways, Trend Pulse will send you a ranging signal, letting you know that it's not a good time to enter a trade. This excellent system makes Trend Pulse
作者のその他のプロダクト
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 Please note: I won’t be able to add new settings. It already has 72 settings  :) Some people are using it with their EAs. And iCustom function can only take Max 64 settings. So, I cannot let it grow any further. I’ll definitely be maintaining the code and solving issues. Don’t worry. Please check all
Read detailed description and extra indicators: https://www.mql5.com/en/blogs/post/758622 This Supertrend dashboard is a multi-currency and multi-timeframe dash which gives signals whenever supertrend changes it's trend direction. Please note, that this is not a full trading system. It will help you get initial Supertrend signals and higher timeframe trend alignments. And it’s to be used with your own Supertrend Strategies. Features: 1- Select one of In-Built Supertrend Indicators: xSupertr
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 - Volatilit
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 ind
FREE
About: 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:
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 R
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
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
FREE
Read detailed description and Get Free Demo and extra indicators: https://www.mql5.com/en/blogs/post/758610 Features: Halftrend Arrow Scan: Scan Max Past Bars for Halftrend arrows. Show how many bars back the arrow occurred in a bracket Past Bars Back Alerts: Num of bars back for which scanner will send alerts Halftrend HTF Align: Scan Higher timeframes for Trend Direction of Halftrend Indicator and if trends align show a slanting Green/Red Arrow for Up/Down trend Semafor 3 Check: Few bars
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 timefr
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 setti
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
This strategy is best used for Scalping and Binary Options. Strategy: There are 3 EMAs: Faster, Medium and Slower. When Price is Trending, wait for Price to bounce an EMA and scalp at each bounce. Features: - Check if 3 MAs are Stacked - Check Price Bounce Off MAs (Faster, Medium, Slower) - Min Distance Between Faster and Medium MA Filter - Max Distance Between Entry Price and Faster MA Filter - High Volume Check - Heiken Trend Check - Volatility Check - Higher/Lower Timeframes MA Stacked check
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
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
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
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/produ
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 ch
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 a
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 N
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
Profit Percent Series 2 The scanner dashboard available here (for  Free) : https://abiroid.com/product/profitpercent-arrows-ma-confluence 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 l
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, whi
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
This strategy is best used for Trend based trading. While market is trending, price still makes smaller ranges. Darvas boxes show breakouts from these small ranges, while still following the original market trend. Detailed Description: https://www.mql5.com/en/blogs/post/747919 Features: Darvas - Check Darvas Box Breakout -   Check Price Above/Below MA or Darvas Box has crossed MA -   Min, Max Box Height -   Max Distance Between Entry Price and Darvas Box Other Indicators: - NRTR Tren
Free scanner available here: https://abiroid.com/product/abiroid-ema-scalper Basic Strategy: 1: MA Crossover Up/Down Arrow (Mandatory Check) Optional Checks: 2: If NRTR Check On (Optional): For BUY: Check if NRTR blue and For SELL: NRTR Red If NRTR Shadow Distance On (Optional): Check price for 'x' bars back: at Shadow distance (ATR Multiplier distance) from NRTR line. 3: If High Volume bar On: Check if High Volume or if Medium (if on) Volume bar 'x' bars back 4: If HTF Trend Align On (Option
This is a Multi-currency multi-timeframe Support/Resistance Scanner Dashboard for Metatrader 4 (MT4) platform. Get all extras and download free demo here: https://abiroid.com/product/abiroid-support-resistance-scanner Read detailed description in post above. Features: Scan Support/Resistance zones (also called Supply/Demand zones) Show alert when price is inside these zones and highlights the pair/timeframe Show or hide SR zones price nearest to current price (Price_Close) Show or hide cur
This strategy is useful for small timeframe scalping and binary options. Best timeframes: M5,M15,M30 M1 timeframe is too unpredictable. So be careful with that. Read Detailed Description and Get All: - Free Demo - Free Scanner - Extra Indicators ex4 files from https://abiroid.com/product/abiroid-donchian-scanner-and-arrows Arrows Demo only works in strategy tester. So, Arrows Demo won't work with the free scanner. Scanner needs "Abiroid Donchian Arrow.ex4" to work. So make sure both arrows a
About: Get Free Scanner and example Strategies And understand detailed description here: https://www.mql5.com/en/blogs/post/759237 And also get example wrappers from above post. You can make your own wrappers if your indicators have complex conditions or for In-Built MT4 indicators. Features: - Specify your own Custom Indicator - Specify Buffer values and create Variables - Use those Variables to create your own Buy/Sell Conditions - Get Arrows Up/Down Signals - See Arrows Signals in Sc
This is a multi-timeframe multi-currency Fibo (Fibonacci levels) and Pivots scanner which also shows Missed Pivot count and Fibo Golden Ratio Zones. Features Select separate Pivot Timeframes for each Dashboard Timeframe Check when price is near a Pivot point Check for Price Crossing Pivot Point Use Mid Pivots (Optional) Show Missed Pivots (Optional) Show High Volume Bar Use Fibo (Optional) Use Fibo Golden Ratio (Optional) Set your preferred Timeframe for Fibo or Pivots Detailed blog post: http
フィルタ:
レビューなし
レビューに返信