• 概要
  • レビュー
  • コメント (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
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
MT4指標紹介:Kラインレベル指標、トレーダーが100%取引機会を特定するのを支援 概要: Kラインレベル指標は、トレーダーが高確率な取引機会を特定するのを支援する強力な技術分析ツールです。Kラインの高値、安値、始値、終値を分析することにより、この指標は価格行動のサポートとレジスタンスレベルを明らかにし、明確な視覚効果で提示します。 機能: 潜在的なトレンド反転の特定: 価格行動が停滞または反転する可能性のある領域を特定し、トレンド方向に沿った取引を可能にします。 ブレイクアウトの活用: サポートとレジスタンスレベルのブレイクアウトを予測し、ブレイクアウトの勢いを捉え、利益を最大化できるようにします。 エントリーとエグジットポイントの最適化: 取引の最適なエントリーとエグジットポイントを正確に特定し、全体的な取引精度を向上させます。 利点: 100%の取引機会の特定: サポートとレジスタンスレベルを特定することで、すべての潜在的な取引機会を発見するのを支援します。 明確で理解しやすいチャート: サポートとレジスタンスレベルをチャートに直接描画することで、市場構造を一目瞭然で把握できます
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
カスタムMT4インジケーターで外国為替取引を成功させるための秘密を発見してください! 外国為替市場で成功を達成し、リスクを最小限に抑えながら一貫して利益を得る方法を疑問に思ったことはありますか? これがあなたが探している答えです! 取引へのアプローチに革命をもたらす独自のMT4インジケーターを導入できるようにします。 ユニークな汎用性 私たちのインジケータは、RenkoとRangeBarのろうそくのフォーメーションを好むユーザー向けに特別に設計されています。 これらのチャートタイプは多くの経験豊富なトレーダーに好まれていることを理解しています。そのため、私たちのインジケーターはそれらとシームレスに統合され、比類のない市場分析を提供します。 クリアトレンドシグナル 複雑な分析を忘れてください! 私たちのインジケーターは、鮮やかな色と明確なドット構造を利用して、市場の動向を明確に示しています。 赤と青の点は、価格の動きの方向性について疑いの余地がなく、取引の迅速な意思決定を可能にします。 HH/HL HL/LL戦略とのアライメント HH/HLおよびHL/LL構
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケー
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   -  
もちろんです。以下は、提供いただいたテキストの日本語への翻訳です: MT4用の天文学指標をご紹介します:究極の天体トレーディングコンパニオン トレーディング体験を天空の高みに高める準備はできていますか?私たちの革命的なMT4用の天文学指標をご紹介します。この革新的なツールは、複雑なアルゴリズムの力を借りて、類まれなる天文学的洞察と精密な計算を提供します。 あなたの指先で宇宙の情報を: 宝のような天文学的データが明らかになる包括的なパネルをご覧ください。惑星の地理的/太陽中心座標、太陽と地球の距離、星の大きさ、伸び、星座、黄道座標および赤道座標、さらには水平座標まで、それぞれが綿密に計算され美しく表示されています。指標によって生成される垂直線は時間値に対応し、トレーディングの旅に宇宙の視点を提供します。 惑星のラインと関係: グラフを飾る惑星のラインの魔法を体験し、スケールと角度をカスタマイズできます。直感的なコントロールパネルを介して各惑星のラインの表示を簡単に切り替えることができます。指定された時刻範囲内での合会、六分会、四分会、三分会、対会、逆行の指標で天体の関係の芸術を発見してく
Trend Screener
STE S.S.COMPANY
4.83 (86)
トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけることができます: ここをクリックしてください 期間限定オファー:トレンドスクリーナーインジケーターは、50ドルと生涯でのみご利用いただけます。 (元の価格125 $) MQ
ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5のバージョン:       ここをクリック 推奨事項: 期間: すべての時間枠。最良の結果を得るには、
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           
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
‍You can visually backtest Break & Retest to see how it behaved in the past!     Manual guide:   Click here $65  for only 1  copy 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.  M15 for Intraday traders. H1 & H4 for Day traders. Other timeframes are also excellent! After many months of hard w
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 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
on free demo press zoom out button to see back.. cnt number is bar numbers.you can change up to 3000 related to chart bars numbers. minimum value is 500. there is g value set to 10000. sometimes need to lower or increase. and if they need can make small change on it. this indicator almost grail,no repaint and all pairs ,all timeframe indicator. there is red and blue histograms. if gold x sign comes on red histogram that is sell signal. if blue x sign comes on blue histogram that is buy signal.
驚異的なFXインジケーター「Miraculous」をご紹介します。完璧な結果を得るための1時間足を含むすべてのタイムフレームで効果的に機能する、最強の強力な特殊MT4フォレックスインジケーターです。 すべてのタイムフレームで優れた結果を提供する最高のFXインジケーターを探し続けるのに疲れましたか?これ以上探す必要はありません!「Miraculous」フォレックスインジケーターをご紹介します。このインジケーターは、トレーディングの経験を変革し、収益を新たなレベルに引き上げるために設計されました。 先進のテクノロジーと長年にわたる緻密な開発に基づいて構築された「Miraculous」フォレックスインジケーターは、FX市場における力と正確さの頂点となります。この素晴らしいツールは、すべてのレベルのトレーダーのニーズを満たすように設計されており、一貫した収益性を追求する上で比類のない優位性を提供します。 「Miraculous」フォレックスインジケーターの他との違いは、その非常に適応性にあります。デイトレーダー、スウィングトレーダーであろうと、長期ポジションを好む方であろうと、このインジケータ
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発された Quantum Breakout PROは 、革新的でダイナミックなブレイクアウトゾーン戦略により、あなたの取引の旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5バージョン:   ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、また
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
The BB Reversal Arrows technical trading system has been developed to predict reverse points for making retail decisions. The current market situation is analyzed by the indicator and structured for several criteria: the expectation of reversal moments, potential turning points, purchase and sale signals. The indicator does not contain excess information, has a visual understandable interface, allowing traders to make reasonable decisions. All arrows appear to close the candle, without redr
ON Trade Waves Patterns Harmonic Elliot Wolfeをご紹介します。これは手動および自動の方法を使用して市場のさまざまなパターンを検出するために設計された高度なインジケーターです。以下はその動作方法です: ハーモニックパターン: このインジケーターは、チャートに表示されるハーモニックパターンを識別できます。これらのパターンは、Scott Carneyの「Harmonic Trading vol 1および2」で説明されているように、ハーモニックトレーディング理論を実践するトレーダーにとって重要です。手動で描画するか、自動検出に頼るかにかかわらず、ON Trade Waves Patternsがお手伝いします。 コントロールパネル: このインジケーターはユーザーフレンドリーなコントロールパネルを備えています。チャートと時間枠の設定を保存し、異なる構成間をスムーズに切り替えることができます。チャートスペースを最大限に活用するために最小化することもできます。他の分析ツールで作業することを好む場合、閉じるボタンをクリックするだけで、すべてのインジケーターデ
このインディケータは、当社の2つの製品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . のスーパーコンビネーションです。 このインジケーターは全ての時間枠で作動し、8つの主要通貨と1つのシンボルの強弱のインパルスをグラフで表示します。 このインジケータは、金、エキゾチックペア、商品、インデックス、先物など、あらゆるシンボルの通貨強度の加速度を表示することに特化されています。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨強度の加速度(インパルスまたは速度)を表示するために、任意のシンボルを9行目に追加できる、この種の最初のものです。 新しいアルゴリズムに基づいて構築され、潜在的な取引の特定と確認がさらに容易になりました。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速の速度を測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアリングすれば、潜在的に利益を生む取
ブレーカートレーダーになり、価格が反転すると市場構造からの利益が変化します。 注文ブロックブレーカーインジケーターは、トレンドまたは価格の動きが枯渇に近づいており、逆転の準備ができていることを識別します。通常、反転または大規模なプルバックが発生しようとしているときに発生する市場構造の変化について警告します。 この指標は、ブレイクアウトと価格の勢いを識別する独自の計算を使用します。使い果たされる可能性のあるポイントの近くで新しい高値が形成されるたびに、インディケーターはその高値の作成を担当する最後の注文ブロックを描きます。次に、移動する価格とともに注文ブロックを追跡します。その後、価格が反対方向にシフトし、その注文ブロックを突破すると、新しい市場構造を作成し、トレンドまたは大きな後退の可能性のある反転の開始を警告します。 注文ブロックは、高値/安値が作成される前の最後の反対色のろうそくであり、価格がこれらの重要な領域を下抜けすると、トレンドの短期的ま​​たは長期的な反転の兆候です。 特徴 重要な枯渇点での市場構造の変化を警告します 価格が使い果たされるレベルに近づくと、
今、147ドル(いくつかの更新後に499ドルに増加します) - 無制限のアカウント(PCSまたはMac) RelicusRoad ユーザー マニュアル + トレーニング ビデオ + プライベート Discord グループへのアクセス + VIP ステータス 市場の新しい見方 RelicusRoad は、外国為替、先物、暗号通貨、株式、および指数の世界で最も強力な取引インジケーターであり、トレーダーに収益を維持するために必要なすべての情報とツールを提供します。初心者から上級者まで、すべてのトレーダーが成功するためのテクニカル分析と取引計画を提供します。これは、将来の市場を予測するのに十分な情報を提供する重要な取引指標です。意味をなさないチャート上のいくつかの異なる指標ではなく、完全な解決策を信じています.これは、信号、矢印 + 価格アクション情報を表示するオールインワンのインジケーターで、他に類を見ない非常に正確です。 強力な AI に基づいて、RelicusRoad は不足している情報とツールを提供して、あなたを教育し、トレーディングのプロ、成功したトレーダーにします。
これはMT4のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。
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
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
TrendDecoder Premium
Christophe, Pa Trouillas
5 (3)
レンジと次の動きを特定    |  トレンドの最も早いシグナルと強さを得る   |  反転の前に明確な出口を得る   |  価格がテストするフィボ・レベルを見つける。 非リペイント、非遅延インディケータ - マニュアルおよび自動売買に最適 - すべての資産、すべての時間単位に対応 期間限定キャンペーン   >> 50%OFF 購入後、 推奨セッティングについては、このチャンネルで私に連絡してください。 MT5 バージョン: ここをクリック BladeSCALPER   と   PowerZONES   を使った完全な方法を入手する どのようなものですか? TrendDECODERは、トレンド監視をシンプルかつ簡単にするための複数のイノベーションを集約したものです。 Projective TrendLine (投影トレンドライン) - 今後のトレンドのスピードリファレンス。 RealTime TrendLine vs. Projective TrendLine (リアルタイムトレンドライン vs. Projective TrendLine) - 市場が同じ方
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
** All Symbols x All Timeframes scan just by pressing scanner button ** After 17 years of experience in the markets and 3 years of programming, Winner indicator is ready. I would like to share with you! *** Contact me after purchase to send you instructions and add you in "123 scanner group" for sharing or seeing experiences with other users. Introduction The 123 Pattern Scanner indicator with a special enhanced algorithm is a very repetitive common pattern finder with a high success rate . Inte
Connect Indicator is a tool used for connecting indicators between the MQL market and MT4. The connected indicators are made by our group and can be used for other applications, such as sending messages to the Line application or Telegram application. If you have any questions, please don't hesitate to ask us to receive support. Function and indicator buffer Buffer one is the high price of the previous candle. Buffer two is the high price of the previous candle. Usage To connect indicators to fu
作者のその他のプロダクト
Новая версия индикатора консолидаций Consolidation box Generator. Предыдущая версия тут . Примеры настроек на индикатор тут . На данный момент этот инструмент анализа рынка уже нельзя назвать просто индикатором. Потому как это торговая стратегия. Наше ноу-хау заключается в том, что данный индикатор не требует огромного количества тестов в тестере стратегий. В индикаторе реализован блок статистики - при нанесении на график вам сразу будет видна результативность работы стратегии. Вы можете настро
フィルタ:
レビューなし
レビューに返信