• 概要
  • レビュー
  • コメント (1)

All Averages Speed

Perhaps you have previously read in technical analysis books about such a concept as "market slope", or "trend slope". Metatrader has such a tool as "trend line by angle". But when working on auto-scaled charts, this tool becomes completely abstract, and as a consequence, useless. The idea of this new parameter, included in the AllAverages_Speed indicator, is to give such a concept as "trend slope" specific numerical values, as well as the further use of the new parameter in work.    

Modification of the AllAverages_Speed indicator with the addition of my own idea. Previously posted in CodeBase AllAverages v4.9 MT4 and AllAverages v4.9 MT5. The essence of the modification is to add a parameter that measures the speed of slope of the selected moving average in pips per unit of time. On Picture1 under the number <1> is the added parameter Speed pips. The unit of time is the candles of the selected timeframe, Picture 1 number <2>. Changing this parameter will change the coloring of the indicator, it will occur in those places where the speed of the slope of the moving average was higher than specified in the Speed Pips parameters. 

Usage options:

1. Flat filter. The classical definition of flat implies the absence of an obvious price movement direction. If you select Speed pips correctly, you will achieve that the indicator will be colored yellow. This is an appropriate signal to ignore the breakdowns of the moving average and wait for the price to gain sufficient speed. Picture2.

2. Trend work, filtering trends by the speed parameter. As mentioned above, the concept of "trend slope" now has a numerical value. The speed of the slope of the line, colored section of the moving average, gives a hint on keeping the speed of the price trend Picture3. Or if the trend shows signs of fading movement, as a consequence, the speed starts to decrease Picture4. So it is necessary to prepare for a reversal of the movement or prepare for a big correction.  

3. Classic application. Two moving averages, trading in the direction of the older moving average with a long averaging period at the moment when the younger moving average is colored yellow. Picture5. 

4. Combination with the Consolidation Box indicator. The link can be found on the main page of the profile. The moving average shows which way to trade, plus, with the new Speed Pips parameter, which shows that the "trend slope" has sufficient speed. And when a trend fade occurs, you should stop trading in that direction and concentrate on looking for reversal signals. I plan to publish examples of different settings with indicator parameters on my MQL5.com profile wall, so that you can use these examples in trading. Picture6.

Disadvantages:
All traders want to get in at the beginning of any move. The moving average has always been a lagging indicator, so no matter how much you speed it up, you still can't get an instant reaction. The speed of slope of the moving average line Speed Pips can sometimes help in analyzing market movements. But it is possible to change the approach to analyzing movements, for example, to work in those moments when the "trend slope" is preserved, in this indicator it is the Speed Pips parameter. In this case, the beginning of the trend will be missed, but the middle of the trend, while maintaining sufficient speed, will be taken by the trader to work. 

Operation of the Speed Pips parameter in detail Picture7.

To calculate how much Pips the moving average line has sloped, the indicator subtracts the previous value from the current value of the line. And as long as this value is higher than the value specified in the parameters (the moving average line retains speed, "trend slope") the indicator will be colored green when the price is rising and red when it is falling. In Picture7, the difference between the 13th point and the 14th point is only +10 pips, and in the parameters Speed Pips=22, so the indicator has become yellow.

Available Methods (MA_Method):

  1. SMA                 Simple Moving Average
  2. EMA                 Exponential Moving Average
  3. Wilder              Wilder Exponential Moving Average
  4. LWMA               Linear Weighted Moving Average
  5. SineWMA          Sine Weighted Moving Average
  6. TriMA               Triangular Moving Average
  7. LSMA                Least Square Moving Average (or EPMA, Linear Regression Line)
  8. SMMA               Smoothed Moving Average
  9. HMA                 Hull Moving Average by A.Hull
  10. ZeroLagEMA      Zero-Lag Exponential Moving Average
  11. DEMA                Double Exponential Moving Average by P.Mulloy
  12. T3_basic           T3 by T.Tillson (original version)
  13. ITrend               Instantaneous Trendline by J.Ehlers
  14. Median              Moving Median
  15. GeoMean           Geometric Mean
  16. REMA                 Regularized EMA by C.Satchwell
  17. ILRS                   Integral of Linear Regression Slope
  18. IE_2                   Combination of LSMA and ILRS
  19. TriMAgen            Triangular Moving Average generalized by J.Ehlers
  20. VWMA                Volume Weighted Moving Average
  21. JSmooth             M.Jurik's Smoothing
  22. SMA_eq              Simplified SMA
  23. ALMA                 Arnaud Legoux Moving Average
  24. TEMA                 Triple Exponential Moving Average by P.Mulloy
  25. T3                     T3 by T.Tillson (correct version)
  26. Laguerre            Laguerre filter by J.Ehlers
  27. MD                     McGinley Dynamic
  28. BF2P                  Two-pole modified Butterworth filter by J.Ehlers
  29. BF3P                  Three-pole modified Butterworth filter by J.Ehlers
  30. SuperSmu           SuperSmoother by J.Ehlers
  31. Decycler             Simple Decycler by J.Ehlers
  32. eVWMA               Modified eVWMA

What prices are used to construct moving averages:

  1.    close                       Close
  2.    open                        Open
  3.    high                         High
  4.    low                          Low
  5.    median                    Median
  6.    typical                     Typical
  7.    haClose                    Heiken Ashi Close
  8.    haOpen                    Heiken Ashi Open
  9.    haHigh                     Heiken Ashi High   
  10.    haLow                      Heiken Ashi Low
  11.    haMedian                 Heiken Ashi Median
  12.    haTypical                 Heiken Ashi Typical
  13.    haWeighted              Heiken Ashi Weighted Close

________________________________________________________________________________________________________________________________________________________________________________________________________________________________


Speed_Pips                            = 4                  If the line slope speed is less than specified, the coloring is yellow

TimeFrame                            = 0                  Selecting the timeframe

Price                                     = close             Choice of prices used
MA_Period                             = 14                 Averaging period of the moving average
MA_Shift                               = 0                   Shift the moving average by a specified number of periods 
MA_Method                           = SMA               Choice of moving average formula
ShowInColor                          = true              Show/hide color rendering, up-trend color selection, down-trend color selection
Number of bars counted        = 0                   Plotted on the chart for a specified number of candles (bars), "0" - all bars are involved in the construction       

Alerts, Emails & Notifications

AlertOn                                = false              Disable/enable sound alerts when changing the direction of the moving average
AlertShift                             = 1                    Shift of periods (candlesticks), after which the notification about the change of direction of the moving average will come
SoundsNumber                     = 5                    Number of sound alerts
SoundsPause                        = 5                    Pause in seconds between sound alerts
UpTrendSound                      = "alert.wav"     Selecting a sound file when a trend changes from downtrend to uptrend
DnTrendSound                      = "alert2.wav"   Selecting a sound file when a trend changes from uptrend to downtrend
EmailOn                               = false              Disable/enable sending messages to email
EmailsNumber                      = 1                   Number of messages to be sent to the mail

PushNotificationOn               = false              Disable/enable "push" messaging to your smartphone



おすすめのプロダクト
Cloud Eyes is an advanced moving average alert that   will easily monitor the price action based on set moving averages to multiple open charts.  Objective: To monitor multiple open charts and notify traders conveniently in a single display panel when using the moving averages to enter/exit a trades. Features: Monitor price action in two timeframes at the same time Supports simple, exponential, smoothed, linear weighted moving averages Trigger an alert based on candle size (full/body length) Ca
Trend Scanner looks at the Market watchlist and Checks to see if there are trending cases between three (3) timeframes selected by the user. The analysis can assist in finding pairs to focus on for a particular session where a trader may need to have a bias in terms of direction to place trades for a particular system which requires multiple timeframe filtration of bar momentum. 3 Main indicators are involved: Moving Average, MACD and Heiken Ashi. User is able to select timeframes available on
This is a professional multi currency tool. Its main purpose is semi-automatic Forex trading following Elder's Triple Screen strategy. Its wide functionality and ability to quickly change some essential parameters makes it an ideal market interpretation tool, which is indispensable in the common trade analysis. Its main advantage is almost unlimited number of simultaneously analyzed instruments. If the potential technical limits of your monitor resolution allow, multiple indicators can be used.
This is a trend indicator without redrawing Developed instead of the binary options strategy (by the color of the Martingale candlestick) Also works well in forex trading When to open trades (binary options) A signal will appear in the place with a candle signaling the current candle It is recommended to open a deal for one candle of the current timeframe M1 and M5 When a blue dot appears, open a deal up When a red dot appears, open a trade down. How to open trades on Forex. When a signal is rec
Indicator for binary options arrow is easy to use and does not require configuration works on all currency pairs, cryptocurrencies buy signal blue up arrow sell signal red down arrow tips do not trade during news and 15-30 minutes before their release, as the market is too volatile and there is a lot of noise it is worth entering trades one or two candles from the current period (recommended for 1 candle) timeframe up to m 15 recommended money management fixed lot or fixed percentage of the depo
The indicator is designed for opening trades for a long period. he is set up to get as many points from each trade as possible. he uses the scalping method... you can trade on any currency pairs indicator is already  you can trade at any time of the day but the preferred time of trading during the European American session. currency pairs eur / jpy, eur / usd currency pairs with high volatility then the results are much better.
The Urgently indicator is designed to quickly determine the situation in the market, reflect the state of the market and signal profitable levels for opening trades. Market conditions change quickly enough, requiring constant calibration of trading strategies. Recommended for use in conjunction with any of the oscillators. The Urgently forex market trend indicator shows the trend direction and entry points. It smooths out price fluctuations when generating a signal by averaging the data and the
Signal trend indicator. Detects the direction of the trend and is coloured accordingly.  Has built in audible and visual alerts when trends change. Can send notifications to your phone or email. Allows Trend and Counter-Trend trading. Works on all timeframes, all currency pairs, metals, indices and cryptocurrencies. Can be used with binary options. Distinctive features No re-drawing; Simple and clear settings; Four types of alerts; Works on all timeframes and all trading tools; Su
「Adjustable Fractals」 - フラクタルインジケーターの高度なバージョンで、非常に便利な取引ツールです。 ご存知のとおり、標準フラクタル mt4 インジケーターには設定がまったくありません - これはトレーダーにとって非常に不便です 調整可能なフラクタルはその問題を解決しました - 必要な設定がすべて含まれています。 インジケーターの期間を調整可能 (推奨値 - 7 以上) 価格の高値/安値からの距離を調整可能 フラクタル矢印に合わせてデザインを調整可能 // さらに優れたエキスパートアドバイザーとインジケーターはここから入手できます: https://www.mql5.com/en/users/def1380/seller // また、収益性が高く、安定していて信頼性の高いシグナル https://www.mql5.com/en/signals/1887493 に参加することも歓迎します。 当MQL5サイトのみでご提供しているオリジナル商品です。
This indicator displays Stochastic osc signals on the price chart and allows the user to receive notifications of such signals. The Stochastic indicator is a classic and proven indicator of the technical analysis of the markets. Despite its age, it is still relevant today. Depending on the settings, the indicator allows you to work effectively on various TFs and any markets. Signals are given on fully formed bars and are not redrawn. Custom Parameters: Stochastic_Price (0-1) - The applied pric
FREE
Taurus All4 Taurus All4 is a high-performance indicator, it will tell you the strength of the trend, and you will be able to observe the strength of the candle. Our indicator has more than 4 trend confirmations. It is very simple and easy to use. Confirmation Modes Candle Trend Confirmations: When the candle switches to light green the trend is high. When the candle switches to light red the trend is reverting down. When the candle changes to dark red the trend is low. Trendline Trend Conf
Strong Retracement Points Pro edition! SRP (Strong Retracement/Reversal Points) is a powerful and unique support and resistance indicator. It displays the closest important levels which we expect the price retracement/reversal! If all level are broken from one side, it recalculates and draws new support and resistance levels, so the levels might be valid for several days depending on the market! If you are still hesitating to start using this wonderful tool, you can check this link to see how ef
STOCHASTIC FLAT Detector - トレーディングにおける効率的な補助ツールです。 この優れたMT4インジケーターで取引方法をアップグレードすることをお勧めします。 インジケーターは、チャート上の価格平坦領域を示します。 「フラット」パラメータがあり、フラットな検出感度を担当します。 STOCHASTIC FLAT 検出器は、価格アクションのエントリー確認、ダイバージェンスまたは売られ過ぎ/買われ過ぎシグナルに使用できます。 これをトレンドフォローシステムに使用して、フラットを検出し、そこでの取引を回避できます。 リバーサルスキャルピングに使用できます - フラットボーダーからのリバーサル取引 標準の Stochastic の代わりに STOCHASTIC FLAT Detector を使用する機会がたくさんあります。 // さらに優れたエキスパートアドバイザーとインジケーターはここから入手できます: https://www.mql5.com/en/users/def1380/seller // また、収益性が高く、安定していて信頼できるシグナル https
Diamond PRO
Fanur Galamov
5 (11)
Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced position management algorithm. Main goal of Diamond PRO
Market Ticker
John Louis Fernando Diamante
The only Market Ticker on the market! Add a professional novelty to your workspace, with built in mini-charts A scrolling Market Ticker that displays price changes from all symbols in the Market Watch list. Provides an easy snapshot of symbol prices, and keeps scrolling automatically while you trade and analyse the chart. The ticker color (+/- price changes) are based on either the current or completed candle, and the previous candle. Options include: - MTF, eg choose to show price changes
Purpose The indicator is intended for manual multi-currency trading based on the Triple Screen Strategy. It works with any symbols located in the Market Watch window of the MT4: currencies, metals, indexes, etc. The number of instruments can be limited by capacity of the МТ4's parameters. But if desired, you can create several windows with various set of instruments and parameters. Operation Principle The indicator uses the modified Triple Screen Strategy for determining trend direction in the
WPR by Profile, or WPR for Professionals Geo_WprPro is one of the well-known currency profile indicators. It simultaneously displays two WPR indicators with different parameters in the matrix form on all timeframes of multiple currency pairs forming the currency profile . As follows from the description, " WPR is a leading indicator that often goes ahead of the price chart. The oscillator frequently reaches extreme values before the price reversal as if anticipating that event: it almost always
Markets Heat indicator can help you determine correct course of action at current market situation, by calculating market's "heat level". What is market's "heat level"? Well, it's my own way of simplifying complex market conditions to ease decision-making process. How does it work? Most of time market is moving in some narrow range and can't "decide" where to go -> flat market -> cold market. Other times, price goes Up or Down -> making trend movements -> heating the market. More powerful trends
Deal Trading SPT
Sukunthakan Ngernbamrung
Deal Trading SPT (Super Trend) is an indicator, shows the market trend direction, entry position, take profit level, stop loss level and trend strength. Utility Help to further filter and develop strategy to trade Market overview on the chart Stop loss and take profit calculation with market volatility Resistance and support for trialing stop No repaint after the finished bar Works in any timeframe and financial instrument, including forex, CFD and crypto etc. Message pop-up, notification wi
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals (except early signals mode) strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our custo
MetaCOT 2 is a set of indicators and specialized utilities for the analysis of the U.S. Commodity Futures Trading Commission reports. Thanks to the reports issued by the Commission, it is possible to analyze the size and direction of the positions of the major market participants, which brings the long-term price prediction accuracy to a new higher-quality level, inaccessible to most traders. The indicator of the net positions of the market participants displays the difference between the long a
[75% OFF! - SALE ENDS SOON] -  RevCan Trend Entry Point is a trend based trade alert indicator for serious traders. It does all the price and chart analysis all by itself, and whenever it finds any potential high quality trading opportunity(Buy or Sell) using its revolutionized price prediction algorithms, it sends instant trade alert directly on the chart, MT4 terminal and on the mobile device.  The trade signals will be visible on the chart as Up and Down arrows, while the instant audible aler
MetaCOT 2 is a set of indicators and specialized utilities for the analysis of the U.S. Commodity Futures Trading Commission reports. Thanks to the reports issued by the Commission, it is possible to analyze the size and direction of the positions of the major market participants, which brings the long-term price prediction accuracy to a new higher-quality level, inaccessible to most traders. These indicators, related to the fundamental analysis, can also be used as an effective long-term filter
The Ichimoku indicator is an entire system by itself with an amazing win rate many traders feel that the chart looks like a mess when we add the indicator to the chart this is because there are too many elements present in the indicator  we have a solution for that now "TT Ichimoku on off button indicator"  ABOUT THIS INDICATOR This is an Ichimoku indicator that has the toggle feature separately for every element ie. Kumo cloud button, kijun button, etc...  you can also hide/show the indicator
The Trend Rever indicator uses two lines of different colors to display buy or sell signals. The first of these lines is red and the second is blue. When changing the color of the lines, an arrow is also displayed, which indicates which deal to open, buy or sell. A simple but effective system for determining the Forex trend. The algorithm takes into account the measurement of prices, and this method also focuses on the measurement of each of the price drops - which gives more detailed informati
The Riko Trend indicator is a revolutionary trend trading and filtering solution with all the important features of a trend tool built into one tool! The Riko Trend indicator is good for any trader, suitable for any trader for both forex and binary options. You don’t need to configure anything, everything is perfected by time and experience, it works great during a flat and in a trend. The Riko Trend indicator is a technical analysis tool for financial markets that reflects the current price
RaysFX Supertrend Bar RaysFX Supertrend Bar è un indicatore personalizzato per MetaTrader 4. Utilizza l'indice di canale delle materie prime (CCI) per generare segnali di trading. L'indicatore mostra dei puntini in una finestra separata sotto il grafico principale per indicare i segnali di trading. Caratteristiche principali: Calcola il CCI per diversi periodi temporali. Visualizza puntini per indicare i segnali di trading. Permette all'utente di modificare i periodi temporali e la distanza tra
勝率計算システムが搭載されているインジケーター 【インジケーターの特徴】 このインジケーターは通常のテクニカル分析をサインシグナルで直感的に分かりやすく確認することができます。 また、現在のパラメーターが適切かを勝率を確認することでき、さらには、勝率が低い場合はサインを出さないという自動勝率判定システムが付いています。 これにより無駄なエントリーを減らし、勝率が高い時にだけエントリーすることができます。 【重要説明】 ・リペイント一切しません。1分足~週足まで使用可能です。 ・通貨制限はしていません。全通貨利用可能です。 ・勝率を計算することができます。 ・事前決定した勝率以上の時にだけシグナルを出すことができます。 ・負荷軽減対策済み!長期運用や9通貨同時運用可能です。 ・有名なインジケーターのため、サインを見ながら勉強も可能です。 ・デバッグ対応済み(不具合等デバッカーによる検証済み) 【Heiken Ashi (平研芦) 矢印サインのご説明】 Heikin Ashiはローソク足チャートの一種で、相場のトレンド相場を可視化するための指標です。市場の価格データを加工し、平
XFlow shows an expanding price channel that helps determine the trend and the moments of its reversal. It is also used when accompanying transactions to set take profit/stop loss and averages. It has practically no parameters and is very easy to use - just specify an important moment in the history for you and the indicator will calculate the price channel. DISPLAYED LINES ROTATE - a thick solid line. The center of the general price rotation. The price makes wide cyclical movements around the
Reversal Monster Mini
Abdulfattah Yahya Mohammed Alhazmi
The Most advanced and comprehensive EA to trade Trend Reversals/Pullbacks It is a very profitable EA, to trade trends breakout, and manage trades, takeprofit, stoploss, move to breakeven, and trailing stop. The   “Reversal Monster EA”   trades Reversal/Pullbacks when the current price of the pair pullback to a predefined horizontal level or trendline on the currency chart. The opening of the position can be immediate after pullback to the drawn trendline or after closing the candle below/abov
FREE
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高
74% discount for the next 10 buyers (original price $605): 1 left Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. 3 Indicators in 1 indicator Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This indicator is basically 3 different indicatos . But we have combined these 3 indicators in 1 indicator so th
A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Reversal First Impulse levels (RFI)   -  Version MT5                INSTRUCTIONS                 RUS                 ENG                                       R ecommended to use with an indicator   -  
TPSpro TRENDPRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  -  Version MT5               DETAILED DESCRIPTION        /       TRADING SETUPS           
ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5のバージョン:       ここをクリック 推奨事項: 期間: すべての時間枠。最良の結果を得るには、
‍You can visually backtest Break & Retest to see how it behaved in the past!     Manual guide:   Click here $65  for only 2  copies left! Next price is $120 .  This Indicator only places quality trades when the market is really in your favor with a clear break and retest. Patience is key with this price action strategy! Recommended timeframes: M1 for Scalpers.  M5 for Intraday traders. H1 & H4 for Day traders. Other timeframes are also excellent! After many months of hard
FX Volume
Daniel Stein
4.6 (35)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
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
Advanced Supply Demand
Bernhard Schweigert
4.92 (310)
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
カスタムMT4インジケーターで外国為替取引を成功させるための秘密を発見してください! 外国為替市場で成功を達成し、リスクを最小限に抑えながら一貫して利益を得る方法を疑問に思ったことはありますか? これがあなたが探している答えです! 取引へのアプローチに革命をもたらす独自のMT4インジケーターを導入できるようにします。 ユニークな汎用性 私たちのインジケータは、RenkoとRangeBarのろうそくのフォーメーションを好むユーザー向けに特別に設計されています。 これらのチャートタイプは多くの経験豊富なトレーダーに好まれていることを理解しています。そのため、私たちのインジケーターはそれらとシームレスに統合され、比類のない市場分析を提供します。 クリアトレンドシグナル 複雑な分析を忘れてください! 私たちのインジケーターは、鮮やかな色と明確なドット構造を利用して、市場の動向を明確に示しています。 赤と青の点は、価格の動きの方向性について疑いの余地がなく、取引の迅速な意思決定を可能にします。 HH/HL HL/LL戦略とのアライメント HH/HLおよびHL/LL構
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発された Quantum Breakout PROは 、革新的でダイナミックなブレイクアウトゾーン戦略により、あなたの取引の旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5バージョン:   ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、また
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケー
Trend Screener
STE S.S.COMPANY
4.83 (88)
トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけることができます: ここをクリックしてください 期間限定オファー:トレンドスクリーナーインジケーターは、50ドルと生涯でのみご利用いただけます。 (元の価格125 $) MQ
ブレーカートレーダーになり、価格が反転すると市場構造からの利益が変化します。 注文ブロックブレーカーインジケーターは、トレンドまたは価格の動きが枯渇に近づいており、逆転の準備ができていることを識別します。通常、反転または大規模なプルバックが発生しようとしているときに発生する市場構造の変化について警告します。 この指標は、ブレイクアウトと価格の勢いを識別する独自の計算を使用します。使い果たされる可能性のあるポイントの近くで新しい高値が形成されるたびに、インディケーターはその高値の作成を担当する最後の注文ブロックを描きます。次に、移動する価格とともに注文ブロックを追跡します。その後、価格が反対方向にシフトし、その注文ブロックを突破すると、新しい市場構造を作成し、トレンドまたは大きな後退の可能性のある反転の開始を警告します。 注文ブロックは、高値/安値が作成される前の最後の反対色のろうそくであり、価格がこれらの重要な領域を下抜けすると、トレンドの短期的ま​​たは長期的な反転の兆候です。 特徴 重要な枯渇点での市場構造の変化を警告します 価格が使い果たされるレベルに近づくと、
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
このインジケータは、手動および自動的な方法でチャートに描かれたハーモニックパターンを検出します。ユーザーマニュアルは、このリンクから参照できます: あなたのレビューを追加し、入手するために私たちに連絡してください。 この製品をmt4で試すための無料版があります。 GartleyおよびNenstarパターンを検出するために使用できます。 https://www.mql5.com/en/market/product/30181 完全なMT4バージョンを購入するには、次の場所から購入できます。 https://www.mql5.com/en/market/product/15212 注 インジケータにはコントロールパネルがあり、すべての(チャート&時間枠)設定が保存されます。チャート上でスペースをより多く確保するために、最小化することができ、他の分析ツールで作業する場合は、すべてのインジケータデータを非表示にするために閉じるボタンを押すことができます。 このインジケータを使用して設定を変更し、移動平均やボリンジャーバンドなどのインジケータを追加すると、編集のテンプレートが自動的に保存され、必
TrendDecoder Premium
Christophe, Pa Trouillas
5 (3)
レンジと次の動きを特定    |  トレンドの最も早いシグナルと強さを得る   |  反転の前に明確な出口を得る   |  価格がテストするフィボ・レベルを見つける。 非リペイント、非遅延インディケータ - マニュアルおよび自動売買に最適 - すべての資産、すべての時間単位に対応 期間限定キャンペーン   >> 50%OFF 購入後、 推奨セッティングについては、このチャンネルで私に連絡してください。 MT5 バージョン: ここをクリック BladeSCALPER   と   PowerZONES   を使った完全な方法を入手する どのようなものですか? TrendDECODERは、トレンド監視をシンプルかつ簡単にするための複数のイノベーションを集約したものです。 Projective TrendLine (投影トレンドライン) - 今後のトレンドのスピードリファレンス。 RealTime TrendLine vs. Projective TrendLine (リアルタイムトレンドライン vs. Projective TrendLine) - 市場が同じ方
このインディケータは、当社の2つの製品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . のスーパーコンビネーションです。 このインジケーターは全ての時間枠で作動し、8つの主要通貨と1つのシンボルの強弱のインパルスをグラフで表示します。 このインジケータは、金、エキゾチックペア、商品、インデックス、先物など、あらゆるシンボルの通貨強度の加速度を表示することに特化されています。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨強度の加速度(インパルスまたは速度)を表示するために、任意のシンボルを9行目に追加できる、この種の最初のものです。 新しいアルゴリズムに基づいて構築され、潜在的な取引の特定と確認がさらに容易になりました。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速の速度を測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアリングすれば、潜在的に利益を生む取
TrendMaestro
Stefano Frisetti
5 (2)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.4 TRENDMAESTRO recognizes a new TREND in the bud, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these data a
このダッシュボードは、市場構造反転インジケーターで使用するためのアラートツールです。主な目的は、特定の時間枠での取消の機会と、インジケーターと同様にアラートの再テスト(確認)についてアラートを出すことです。ダッシュボードは、それ自体でチャート上に配置され、バックグラウンドで動作して、選択したペアと時間枠でアラートを送信するように設計されています。多くの人々が1つのMT4の複数のチャートで市場反転インジケーターを実行するのではなく、一度に複数のペアと時間枠を監視するためにダッシュを要求した後に開発されました。 M5、M15、M30、H1、H4、およびD1の時間枠でアラートを出します。もちろん、取引の場合と同様に、より高い時間枠が最も効果的です。 このダッシュボードは、市場構造反転インジケーターのアドオンとして設計されています。それは独立して機能し、マーケットリバーサルアラートインジケーターによって与えられたパターンと信号にアラートを出します。 ここでマーケットリバーサルアラートインジケーターを取得します:https:// www.mql5.com/en/market/produ
支持線と抵抗線、そしてローソク足のギャップをチャート上に自動的に表示するため、価格が次に向かう可能性のある場所や反転する可能性のある場所を確認することができます。 このインジケーターは、私のウェブサイト(The Market Structure Trader)で教えているポジショントレード手法の一部として使用するように設計されており、ターゲットとエントリーの可能性のための重要な情報を表示します。 このインジケーターには、2つのコア機能と4つの追加機能があります: コア機能1 - 日足、週足、月足のサポートラインとレジスタンスラインの自動表示 このインジケーターは、直近2日間、最大6週間前、数ヶ月前のサポートレベルとレジスタンスレベルを自動的に引き込みます。これらのレベルの見た目は完全にカスタマイズすることができ、いくつ表示されるかを表示することもできます。これらの重要な水準は、しばしば主要な支持線と抵抗線として機能し、価格が転換して引き戻されたり反転したりする場所です。また、価格が向かうターゲットでもあるため、価格が転換する前に、取引に利用できる潜在的な距離を素早く確認するこ
‍You can visually backtest Elliot Wave Impulse   to see how it behaved in the past!     Manual guide:   Click here Starting price of  $45  for the first 25 copies ( 2  left)! -- Next price is   $99 .  This indicator is unstoppable when combined with our other indicator called Katana . After purchase, send us a message and you could get  it  for  FREE as a BONUS!  The Elliot Wave Impulse is a pattern  identified in the Elliott Wave Theory, a form of technical analysis used to an
ADR反転インジケーターは、通常の1日の平均レンジに関連して価格が現在取引されている場所を一目で示します。価格が選択した平均範囲とレベルを超えると、ポップアップ、電子メール、またはプッシュを介して即座にアラートを受け取るため、プルバックと逆転にすばやくジャンプできます。インディケータは、チャート上に1日の平均レンジの極値で水平線を描画し、それらを超える価格の数学的確率が付加されているレベルを超える延長も描画します。詳細については、以下をご覧ください... インジケーターとモニターを補完するADRアラートダッシュボードここでも利用可能なすべてのペア:https:// www.mql5.com/en/market/product/62756 MT5バージョンはこちらからも入手できます:https:// www.mql5.com/en/market/product/64477/ 通常の1日平均レンジ(ADR)内で価格が取引され、これらのレベルを上回っている時間の約60%は、通常、その後の引き戻し(利益確定)の動きを伴う急激な価格の動きの指標です。毎日の範囲の上部または下部からの
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading
作者のその他のプロダクト
Новая версия индикатора консолидаций Consolidation box Generator. Предыдущая версия тут . Примеры настроек на индикатор тут . На данный момент этот инструмент анализа рынка уже нельзя назвать просто индикатором. Потому как это торговая стратегия. Наше ноу-хау заключается в том, что данный индикатор не требует огромного количества тестов в тестере стратегий. В индикаторе реализован блок статистики - при нанесении на график вам сразу будет видна результативность работы стратегии. Вы можете настро
フィルタ:
レビューなし
レビューに返信