• 概要
  • レビュー
  • コメント (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
矢印を再描画しない外国為替スキャルピング インジケーター。 M5、M15、M30、H1 の時間枠で最適に機能します。デフォルト設定は M5 時間枠用です。下の図は、「期間 = 0.35」パラメーター値を使用して H1 チャートで作業する例を示しています。デモ版をダウンロードして、自分でテストできます。現在、ほとんどすべてのスキャルピング戦略でこのインジケーターのシグナルを使用しています。私たちの計算によると、そのシグナルの精度は時間枠に応じて約 95% です。このインジケーターは、すべての通貨ペアで機能します。すべての主要通貨ペアと金属でテストしました。どこでも±95%のほぼ同じ精度が得られました。 インジケーターの利点: 矢印を再描画しません すべての通貨ペアで動作します 高い信号精度 スキャルピングに良い インジケーターの設定: period - 信号精度を計算するための期間。 price - インジケーターにどの価格を使用するかを指示します: CLOSE、OPEN、HIGH、LOW。デフォルトでは、インディケータは CLOSE 価格で動作します。
「Adjustable Fractals」 - フラクタルインジケーターの高度なバージョンで、非常に便利な取引ツールです。 ご存知のとおり、標準フラクタル mt4 インジケーターには設定がまったくありません - これはトレーダーにとって非常に不便です 調整可能なフラクタルはその問題を解決しました - 必要な設定がすべて含まれています。 インジケーターの期間を調整可能 (推奨値 - 7 以上) 価格の高値/安値からの距離を調整可能 フラクタル矢印に合わせてデザインを調整可能 // さらに優れたエキスパートアドバイザーとインジケーターはここから入手できます: https://www.mql5.com/en/users/def1380/seller // また、収益性が高く、安定していて信頼性の高いシグナル https://www.mql5.com/en/signals/1887493 に参加することも歓迎します。 当MQL5サイトのみでご提供しているオリジナル商品です。
Sto Signal AM
Andriy Matviyevs'kyy
5 (1)
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
Diamond PRO
Fanur Galamov
5 (16)
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
STOCHASTIC FLAT Detector - トレーディングにおける効率的な補助ツールです。 この優れたMT4インジケーターで取引方法をアップグレードすることをお勧めします。 インジケーターは、チャート上の価格平坦領域を示します。 「フラット」パラメータがあり、フラットな検出感度を担当します。 STOCHASTIC FLAT 検出器は、価格アクションのエントリー確認、ダイバージェンスまたは売られ過ぎ/買われ過ぎシグナルに使用できます。 これをトレンドフォローシステムに使用して、フラットを検出し、そこでの取引を回避できます。 リバーサルスキャルピングに使用できます - フラットボーダーからのリバーサル取引 標準の Stochastic の代わりに STOCHASTIC FLAT Detector を使用する機会がたくさんあります。 // さらに優れたエキスパートアドバイザーとインジケーターはここから入手できます: https://www.mql5.com/en/users/def1380/seller // また、収益性が高く、安定していて信頼できるシグナル https
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
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高
Reversal First Impulse levels (RFI)    INSTRUCTIONS        RUS       -       ENG              R ecommended to use with an indicator   -   TREND PRO -  Version MT5 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. Main functions: Displaying active zones
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
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
Gold Stuff
Vasiliy Strukov
4.89 (262)
Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuffが動作します。 あなたは私のプロフィールでそれを見つけることができます. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。 Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuff
Trend Punch
Mohamed Hassan
5 (15)
Manual guide:   Click here WEEK SALE PROMO:   $65 ONLY!  -- Next price is  $120 .  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! I like to use Trend Punch on XAUUSD on the M1 timeframe & higher ones!  Introducing Trend Punch , the revolutionary forex trend indicator that will transform the way you trade! Trend Punch is uniquely designed to provide pre
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
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
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケー
ブレーカートレーダーになり、価格が反転すると市場構造からの利益が変化します。 注文ブロックブレーカーインジケーターは、トレンドまたは価格の動きが枯渇に近づいており、逆転の準備ができていることを識別します。通常、反転または大規模なプルバックが発生しようとしているときに発生する市場構造の変化について警告します。 この指標は、ブレイクアウトと価格の勢いを識別する独自の計算を使用します。使い果たされる可能性のあるポイントの近くで新しい高値が形成されるたびに、インディケーターはその高値の作成を担当する最後の注文ブロックを描きます。次に、移動する価格とともに注文ブロックを追跡します。その後、価格が反対方向にシフトし、その注文ブロックを突破すると、新しい市場構造を作成し、トレンドまたは大きな後退の可能性のある反転の開始を警告します。 注文ブロックは、高値/安値が作成される前の最後の反対色のろうそくであり、価格がこれらの重要な領域を下抜けすると、トレンドの短期的ま​​たは長期的な反転の兆候です。 特徴 重要な枯渇点での市場構造の変化を警告します 価格が使い果たされるレベルに近づくと、
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                R ecommended to use with
Enigmera
Ivan Stefanov
5 (3)
エニグメラ:市場の中核 https://www.enigmera.com はじめに このインディケータと取引システムは、金融市場に対する驚くべきアプローチです。ENIGMERAは、フラクタルサイクルを使用して、サポートとレジスタンスレベルを正確に計算します。本格的な蓄積局面を示し、方向性と目標を示します。 トレンド中でも調整中でも機能するシステムです。 どのように作動するのか? ENIGMERAは、支持線・抵抗線、目標線、乖離線の3つのラインで構成されています。このシステムは、過去のデータを現在と未来に外挿する典型的な市場指標とは異なり、現在の完全な画像を提供します。支持線上にある場合、それは本当の支持を意味し、抵抗線上にある場合、それは本当の抵抗を意味する。ある水準が破られた場合、それはトレンドの変化を意味する。再描画はしない。 市場は常に進化しているため、ENIGMERAはその評価ツールを適応させ、定期的に戦略を修正しています。  これにより、すべてのシナリオが徹底的に評価されることが保証されます。この市場指標の独自性は、その能力を見れば明らかです。  ENIGM
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
Advanced Supply Demand
Bernhard Schweigert
4.92 (313)
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
Trend Screener
STE S.S.COMPANY
4.83 (88)
トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけることができます: ここをクリックしてください 期間限定オファー:トレンドスクリーナーインジケーターは、50ドルと生涯でのみご利用いただけます。 (元の価格125 $) MQ
市場の2つの基本原則に基づく日中戦略。 このアルゴリズムは、追加のフィルターを使用したボリュームと価格の波の分析に基づいています。インディケータのインテリジェントアルゴリズムは、2つの市場要因が1つに結合した場合にのみシグナルを出します。インディケータは、より高い時間枠のデータを使用して、M1チャート上の特定の範囲の波を計算します。そして波を確認するために、インジケーターはボリュームによる分析を使用します。 このインディケータはレディトレーディングシステムです。トレーダーが必要とするのは、信号に従うことだけです。また、インジケーターはあなた自身の取引システムの基礎になることができます。取引はミニッツチャートでのみ行われます。 インジケーターがMTFの原則を使用しているという事実にもかかわらず、インジケーターのアルゴリズムは可能な限り安定しています。 購入後、必ず私に書いてください!私の取引設定と推奨事項をあなたと共有します!
ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5のバージョン:       ここをクリック 推奨事項: 期間: すべての時間枠。最良の結果を得るには、
FX Volume
Daniel Stein
4.6 (35)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.82 (17)
TakePropips Donchian Trend Pro   (MT4) は、ドンチャン チャネルを使用してトレンドの方向を自動的に検出し、エントリーとエグジットの取引シグナルを提供する強力で効果的なツールです! この多機能インジケーターには、トレンド スキャナー、取引シグナル、統計パネル、スクリーナー、取引セッション、およびアラート履歴ダッシュボードが含まれます。取引シグナルを提供し、チャートを分析する時間を節約するように設計されています! ユーザー マニュアルとインストール ガイドは、ブログ投稿 (   https://www.mql5.com/en/blogs/post/751368   ) からダウンロードできます。 今日は 50% オフ! 98ドルから49ドルに値下げ! このインジケーターは、ストラテジー テスターでテストできます (ビジュアル モードを有効にします)。 詳細については、説明の下にあるビデオ チュートリアルも利用できます。 ご不明な点やサポートが必要な場合は、私に連絡してください。 TakePropips Donchian Trend Pro イン
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発された Quantum Breakout PROは 、革新的でダイナミックなブレイクアウトゾーン戦略により、あなたの取引の旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5バージョン:   ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、また
現在31%オフ! 初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色
Indicator : RealValueIndicator Description : RealValueIndicator is a powerful tool designed specifically for trading on the EURUSD pair. This indicator analyzes all EUR and USD pairs, calculates their real currency strength values, and displays them as a single realistic value to give you a head start on price. This indicator will tell you moves before they happen if you use it right. RealValueIndicator allows you to get a quick and accurate overview of the EURUSD currency pair tops and bottoms,
カスタムMT4インジケーターで外国為替取引を成功させるための秘密を発見してください! 外国為替市場で成功を達成し、リスクを最小限に抑えながら一貫して利益を得る方法を疑問に思ったことはありますか? これがあなたが探している答えです! 取引へのアプローチに革命をもたらす独自のMT4インジケーターを導入できるようにします。 ユニークな汎用性 私たちのインジケータは、RenkoとRangeBarのろうそくのフォーメーションを好むユーザー向けに特別に設計されています。 これらのチャートタイプは多くの経験豊富なトレーダーに好まれていることを理解しています。そのため、私たちのインジケーターはそれらとシームレスに統合され、比類のない市場分析を提供します。 クリアトレンドシグナル 複雑な分析を忘れてください! 私たちのインジケーターは、鮮やかな色と明確なドット構造を利用して、市場の動向を明確に示しています。 赤と青の点は、価格の動きの方向性について疑いの余地がなく、取引の迅速な意思決定を可能にします。 HH/HL HL/LL戦略とのアライメント HH/HLおよびHL/LL構
TrendDecoder Premium
Christophe Pa Trouillas
5 (6)
レンジと次の動きを特定    |  トレンドの最も早いシグナルと強さを得る   |  反転の前に明確な出口を得る   |  価格がテストするフィボ・レベルを見つける。 非リペイント、非遅延インディケータ - マニュアルおよび自動売買に最適 - すべての資産、すべての時間単位に対応 期間限定キャンペーン   >> 50%OFF 購入後、 推奨セッティングについては、このチャンネルで私に連絡してください。 MT5 バージョン: ここをクリック BladeSCALPER   と   PowerZONES   を使った完全な方法を入手する どのようなものですか? TrendDECODERは、トレンド監視をシンプルかつ簡単にするための複数のイノベーションを集約したものです。 Projective TrendLine (投影トレンドライン) - 今後のトレンドのスピードリファレンス。 RealTime TrendLine vs. Projective TrendLine (リアルタイムトレンドライン vs. Projective TrendLine) - 市場が同じ方
ICT, SMC, SMART MONEY CONCEPTS, SMART MONEY, Smart Money Concept, Support and Resistance, Trend Analysis, Price Action, Market Structure, Order Blocks, BOS/CHoCH,   Breaker Blocks ,  Momentum Shift,   Supply&Demand Zone/Order Blocks , Strong Imbalance, HH/LL/HL/LH,    Fair Value Gap, FVG,  Premium  &   Discount   Zones, Fibonacci Retracement, OTE, Buy Side Liquidity, Sell Side Liquidity, BSL/SSL Taken, Equal Highs & Lows, MTF Dashboard, Multiple Time Frame, BigBar, HTF OB, HTF Market Structure, 
Thise indicator is up down v6  comes with tradingwiev pinescript. purchased people, after installed on terminal ,contact me on mql5  to get BONUS  TradingView pinescript. up-down indicator is no repaint and works all pairs and lower than weekly time frames charts. it is suitable also 1 m charts for all pairs. and hold long way to signal. dont gives too many signals. when red histogram cross trigger line that is up signal.and price probably will down when blue histogram cross trigger line that
ECM Elite Channel is a volatility-based indicator, developed with a specific time algorithm, 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 channel theory 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's a trading opportunity. The
作者のその他のプロダクト
Новая версия индикатора консолидаций Consolidation box Generator. Предыдущая версия тут . Примеры настроек на индикатор тут . На данный момент этот инструмент анализа рынка уже нельзя назвать просто индикатором. Потому как это торговая стратегия. Наше ноу-хау заключается в том, что данный индикатор не требует огромного количества тестов в тестере стратегий. В индикаторе реализован блок статистики - при нанесении на график вам сразу будет видна результативность работы стратегии. Вы можете настро
フィルタ:
レビューなし
レビューに返信