• 概要
  • レビュー
  • コメント (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



おすすめのプロダクト
The Ultimate Tool for Fibonacci & Moving Average-Based Signals Live Streaming:  https://www.youtube.com/@bergtraders/streams Are you looking to gain an edge in your trading by mastering price action at critical Fibonacci levels and moving average lines? The BERG Fibo Trend Trader is designed to give you clear signals when price action interacts with these key levels, helping you to spot potential market trends, entries, and exits more effectively. This advanced indicator seamlessly combines F
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.
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
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
この指標は、突然の変動と市場のノイズを無視することにより、比類のない信頼性で市場動向を追跡します。これは、日中のチャートと小さな時間枠をトレンドトレードするように設計されています。その勝率は約85%です。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 驚くほど簡単に取引できます 売られ過ぎ/買われ過ぎの状況を見つける 常にノイズのない取引をお楽しみください 日中チャートでむち打ちされるのを避ける この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します このインディケータは、低価格帯での取引に適しています。なぜなら、平均価格の周りの市場ノイズを減らすことにより、突然の価格の急上昇や修正を無視するからです。 インディケーターは最適化をまったく必要としません 複数時間枠のダッシュボードを実装します 電子メール/サウンド/プッシュアラートを実装します インジケーターは再描画および非バックペインティングではありません この指標は、より高い時間枠で非常に長い傾向に浸透する可能性のある小さな時間枠に適
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
「Adjustable Fractals」 - フラクタルインジケーターの高度なバージョンで、非常に便利な取引ツールです。 ご存知のとおり、標準フラクタル mt4 インジケーターには設定がまったくありません - これはトレーダーにとって非常に不便です 調整可能なフラクタルはその問題を解決しました - 必要な設定がすべて含まれています。 インジケーターの期間を調整可能 (推奨値 - 7 以上) 価格の高値/安値からの距離を調整可能 フラクタル矢印に合わせてデザインを調整可能 // さらに優れたエキスパートアドバイザーとインジケーターはここから入手できます: https://www.mql5.com/en/users/def1380/seller 当MQL5サイトのみでご提供しているオリジナル商品です。
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 当MQL5サイトのみでご提供しているオリジナル商品です。
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
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
Indicator from the Real Non RePaint MultiTimeFrame (Real NRP MTF)  series. Specially designed to display the RSI standard indicator reading from the Senior TimeFrame (TF) to the Junior. The indicator differs from the standard scale - symmetrical relative to 0. Add 50.0 to the readings to get the standard values. Does not look into the future for history at the senior TF. DOES NOT DIFFER from the standard real-time indicator readings (including bias), but shows the actual indicator readings on th
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
Key level wedge pro
Presley Annais Tatenda Meck
5 (1)
We have combined all of our beloved indicators the likes of: Key level order block , Key level supply and demand , Key level liquidity grab and Key level wedge into one single indicator and dashboard. Whats new Dashboard : There is an easy access dashboard for all your needs. Multi-timeframe button : There is now a multi-timeframe option for Order Blocks and Supply and demand zones, making it easy to see higher timeframe zones easily on the current timeframe by just clicking the desired timefr
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
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
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
M5 タイムフレームのロボット スカルパー。 GBPUSD 通貨ペアでの取引。このロボットは、英ポンドの取引のためにプロのトレーダーの会社によって特別に開発されました。ロボットは、毎日約 5 ~ 15 の取引を開始します。 GBPUSD のスプレッドが最大 10 ピップスまでの低いブローカーと取引するのが最善です。開始するための推奨最低入金額は $500 以上です。 利点: マーチンゲールは使いません。 ネットではありません。 すべての取引にはストップロスがあります。 GBPUSDペア専用のプロボット。 ロボットスキャルパー、M5 期間の日中取引。 このロボットはどのように取引しますか? 市場を分析するために、ロボットは 2 つの指標の価格モデルと戦略的な市場パターンを使用します: パラボリック ストップとリバース システムとボリンジャー バンド。ロボットは最初に、価格エントラポレーション統計を使用して価格の動きについて市場を分析します。次に、ロボットはこれらの指標を読み取り、現在と過去の動きの傾向を比較します。市場の反転またはロールバックを示すパターンが一致した場合、ロボットは
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はローソク足チャートの一種で、相場のトレンド相場を可視化するための指標です。市場の価格データを加工し、平
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高
- Real price is 80$ - 40% Discount ( It is 49$ now ) Contact me for instruction, add group and any questions! Related Product:  Bitcoin Expert , Gold Expert Introduction The breakout and retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is designed to help traders do two main things, the first is to avoid false breakouts. Many false breakouts start with a candlestick that breaks out of a level but ends wi
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
Enigmera
Ivan Stefanov
5 (3)
エニグメラ:市場の中核 https://www.enigmera.com はじめに このインディケータと取引システムは、金融市場に対する驚くべきアプローチです。ENIGMERAは、フラクタルサイクルを使用して、サポートとレジスタンスレベルを正確に計算します。本格的な蓄積局面を示し、方向性と目標を示します。 トレンド中でも調整中でも機能するシステムです。 どのように作動するのか? ENIGMERAは、支持線・抵抗線、目標線、乖離線の3つのラインで構成されています。このシステムは、過去のデータを現在と未来に外挿する典型的な市場指標とは異なり、現在の完全な画像を提供します。支持線上にある場合、それは本当の支持を意味し、抵抗線上にある場合、それは本当の抵抗を意味する。ある水準が破られた場合、それはトレンドの変化を意味する。再描画はしない。 市場は常に進化しているため、ENIGMERAはその評価ツールを適応させ、定期的に戦略を修正しています。  これにより、すべてのシナリオが徹底的に評価されることが保証されます。この市場指標の独自性は、その能力を見れば明らかです。  ENIGM
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
Gold Stuff
Vasiliy Strukov
4.89 (239)
Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuffが動作します。 あなたは私のプロフィールでそれを見つけることができます. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。 Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuff
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 インジケーターが提供するもの  オリジナルで気に入っていたすべての機能が、新機能と精度の向上によって強化されました。 主な機能: 独自の通貨強度計算式。 すべての時間枠でスムーズかつ正確な強度ライン。 トレンドの特定と正確なエントリーに最適です。 ダイナミックマーケットフィボナッチレベル (マーケットフィボナッチ)。 このインジケー
Trend Punch
Mohamed Hassan
4.95 (19)
This indicator is unstoppable when combined with our other indicator called  Support & Resistance . After purchase, send us a message and you will get it   for  FREE as a BONUS! Introducing Trend Punch , the revolutionary forex trend indicator that will transform the way you trade! Trend Punch is uniquely designed to provide precise buy and sell arrows during strong market trends, making your trading decisions clearer and more confident. Whether you're trading major currency pairs or exotic sym
Trend Screener
STE S.S.COMPANY
4.8 (87)
トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 期間限定オファー: サポートおよびレジスタンス スクリーナー インジケーターは、たった 50 ドルで永久的にご利用いただけます。(元の価格 250 ドル) (オファー延長) トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけること
FX Volume
Daniel Stein
4.58 (33)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
指示する     ロシア     -        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   )。 アルゴリズム プロフェッショナル セパラド パソ ア パソ パラ オペラ それは、オペラハウスやコントラ・デ・エラの指導におい
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つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケー
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
MetaTrader 4用Ultimate Gold Advisor Ultimate Gold Advisorは、MetaTrader 4での取引体験を最適化するために設計された高度な技術ツールです。経験豊富なトレーダーのニーズに応えるために設計されており、このインジケーターは、精度、高度な分析、および多様な機能を組み合わせ、情報に基づいた取引決定をサポートします。金取引に最適ですが、さまざまな資産にも適用可能であり、Ultimate Gold Advisorは市場戦略の改善に役立ちます。 Ultimate Gold Advisorがトレーダーにとって優れたツールである理由は? 高度なパフォーマンス: 各取引の結果をグラフ上で明確に表示する複数のインジケーターを組み合わせることで、あなたの戦略のパフォーマンスを透明に把握できます。これにより、アプローチを改善し、より情報に基づいた意思決定が可能になります。 即時で視覚的な取引シグナル: グラフ上の赤と青の矢印が、買いと売りの可能性を示します。これらの視覚的なシグナルは理解しやすく、行動すべき重要な瞬間をすばやく特定するのに役立ちます
MetaBands M4
Vahidreza Heidar Gholami
5 (2)
MetaBandsは、強力でユニークなアルゴリズムを使用してチャンネルを描画し、トレンドを検出して、トレーダーに取引の入出ポイントを提供することができます。チャンネル指標に加えて、強力なトレンド指標でもあります。入力パラメータを使用して新しいチャンネルを作成するために、異なるタイプのチャンネルを統合することができます。MetaBandsは、市場のイベントについてユーザーに通知するために、すべてのタイプのアラートを使用します。 特徴 ほとんどのチャンネルアルゴリズムをサポート 強力なトレンド検出アルゴリズム 異なるタイプのチャンネルを統合する能力 マルチタイムフレームおよびマルチカレンシー(シグナルマトリックス) すべてのタイプのアラート機能(サウンド、画面フラッシャー、プッシュ通知、メール、ポップアップ、矢印) 再描画しない トレンド検出 MetaBandsは、チャネル内を振動する青いラインを使用してトレンドを検出します。ラインがチャネルの上部バンドに達すると、下降トレンドの開始を示し、下部バンドに達すると上昇トレンドの開始を示します。青いラインが中心ラインに近づくと、市場はコンソ
Stratos Pali Indicator   is a revolutionary tool designed to enhance your trading strategy by accurately identifying market trends. This sophisticated indicator uses a unique algorithm to generate a complete histogram, which records when the trend is Long or Short. When a trend reversal occurs, an arrow appears, indicating the new direction of the trend. Important Information Revealed Leave a review and contact me via mql5 message to receive My Top 5 set files for Stratos Pali at no cost! D
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
このインディケータは、当社の2つの製品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . のスーパーコンビネーションです。 このインジケーターは全ての時間枠で作動し、8つの主要通貨と1つのシンボルの強弱のインパルスをグラフで表示します。 このインジケータは、金、エキゾチックペア、商品、インデックス、先物など、あらゆるシンボルの通貨強度の加速度を表示することに特化されています。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨強度の加速度(インパルスまたは速度)を表示するために、任意のシンボルを9行目に追加できる、この種の最初のものです。 新しいアルゴリズムに基づいて構築され、潜在的な取引の特定と確認がさらに容易になりました。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速の速度を測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアリングすれば、潜在的に利益を生む取
Market Structure
Reza Aghajanpour
4.85 (26)
** All Symbols x All Timeframes scan just by pressing scanner button ** *** Contact me  to send you instruction and add you in "Market Structure group" for sharing or seeing experiences with other users. Introduction: Market structure is important for both new and professional traders since it can influence the liquidity and price action of a market (Breakout and Retest). It’s also one of the most commonly used techniques to understand trends, identify potential reversal points, and get a feel f
Matrix Arrow Indicator MT4
Juvenille Emperor Limited
5 (3)
マトリックスアローインジケーターMT4は、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームインジケーターに続くユニークな10in1トレンドです。マトリックスアローインジケーターMT4は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。 平均方向移動指数(ADX) 商品チャネルインデックス(CCI) クラシック平研アシキャンドル 移動平均 移動平均収束発散(MACD) 相対活力指数(RVI) 相対力指数(RSI) 放物線SAR ストキャスティクス ウィリアムズのパーセント範囲 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。マトリックスアローインジケーターMT4は選択されたインディケーターからのみ情報を収集し、それらのデータのみに基づいてアローを印
IX Powerは 、FX Powerの無敵の精度をついにFX以外のシンボルにも提供します。 お気に入りの指数、株式、コモディティ、ETF、さらには暗号通貨の短期、中期、長期のトレンドの強さを正確に判断します。 お使いの端末が提供する すべてを分析する ことができます。ぜひお試しいただき、取引 タイミングが大幅に改善 されることをご体験ください。 IXパワーの主な特徴 100%正確で再描画されない計算結果 - ターミナルで利用可能なすべての取引シンボルに対して 予め設定され、さらに個別に設定可能な強度分析期間のドロップダウン選択 Eメール、メッセージ、モバイル通知による無数の通知オプション EAリクエストのためのアクセス可能なバッファ カスタマイズ可能な計算制限により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 Windows 11とmacOSのスタイルで角を丸くした新しいパネルデザイン サブ・ウィンドウとメイン・チャートの間をシームレスに移動する、魔法のように動く
ブレーカートレーダーになり、価格が反転すると市場構造からの利益が変化します。 注文ブロックブレーカーインジケーターは、トレンドまたは価格の動きが枯渇に近づいており、逆転の準備ができていることを識別します。通常、反転または大規模なプルバックが発生しようとしているときに発生する市場構造の変化について警告します。 この指標は、ブレイクアウトと価格の勢いを識別する独自の計算を使用します。使い果たされる可能性のあるポイントの近くで新しい高値が形成されるたびに、インディケーターはその高値の作成を担当する最後の注文ブロックを描きます。次に、移動する価格とともに注文ブロックを追跡します。その後、価格が反対方向にシフトし、その注文ブロックを突破すると、新しい市場構造を作成し、トレンドまたは大きな後退の可能性のある反転の開始を警告します。 注文ブロックは、高値/安値が作成される前の最後の反対色のろうそくであり、価格がこれらの重要な領域を下抜けすると、トレンドの短期的ま​​たは長期的な反転の兆候です。 特徴 重要な枯渇点での市場構造の変化を警告します 価格が使い果たされるレベルに近づくと、
現在31%オフ! 初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色
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
購入後にコメントを残すと、高品質なインジケーター4つをボーナスとして受け取れます。 Chart Patterns All-in-One インジケーターは、トレーダーがテクニカル分析で一般的に使用されるさまざまなチャートパターンを視覚化するのに役立ちます。このインジケーターは市場の潜在的な動きを特定するのに役立ちますが、収益性を保証するものではありません。購入前にデモモードでテストすることをお勧めします。 現在のオファー : 「Chart Patterns All in One」インジケーターが50%割引。 含まれるパターン : 1-2-3 パターン : 3つの主要なポイント(高値または安値)を使用して市場の反転を検出します。 買い : 2つの連続する安値の後に、前の高値よりも低い高値が出現。 売り : 2つの連続する高値の後に、前の安値よりも高い安値が出現。 可視化 : 特定されたポイントを線と矢印で接続。 ダブルトップとダブルボトム : 価格がほぼ同じ2つの連続した高値(ダブルトップ)または安値(ダブルボトム)を形成したときに、反転の可能性を示します。 ダブルトップ : ベアリッシュ
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 つの異なるオシレーターで構成されます。 遅いトレンド ライン (太い) - インジケーターの高レベルが上から下に交差する場合、それは下降トレンドのインジケーターであり、下側の水平レベル (インジケーターの低レベル) が下から上に交差する場合、それは下降トレンドのインジケーターです。上昇傾向。さ
作者のその他のプロダクト
Новая версия индикатора консолидаций Consolidation box Generator. Предыдущая версия тут . Примеры настроек на индикатор тут . На данный момент этот инструмент анализа рынка уже нельзя назвать просто индикатором. Потому как это торговая стратегия. Наше ноу-хау заключается в том, что данный индикатор не требует огромного количества тестов в тестере стратегий. В индикаторе реализован блок статистики - при нанесении на график вам сразу будет видна результативность работы стратегии. Вы можете настро
フィルタ:
レビューなし
レビューに返信