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

Multi Level ATR and Moving Average Band Indicator

概要

ATRマルチレベルおよび移動平均バンドインジケーターは、トレーダーが市場のトレンド、サポートおよびレジスタンスレベル、ボラティリティを特定するのを支援する強力なツールです。このインジケーターは、価格変動の周りにビジュアルバンドを作成するために、複数の移動平均とATR(平均真の範囲)乗数を組み合わせています。これにより、トレーダーは潜在的な反転ポイント、トレンド条件、および市場の統合ゾーンを検出するのに役立ちます。

特徴

  • 複数バンドの視覚化: トレンドを簡単に識別するために、赤、オレンジ、黄色、緑、青、紫などの異なる色で、6つの動的バンドを表示します。
  • ATRボラティリティバンド: 市場のボラティリティに基づいてバンドのグラフを調整し、反転または価格の継続の可能性について明確な視覚的信号を提供します。
  • カスタマイズ可能なパラメーター: ATR乗数と移動平均の期間を調整可能で、市場の異なる条件やトレーディング戦略に適応します。
  • トレンドの明確な識別: バンドはボラティリティに応じて拡張および収縮し、トレーダーがトレンド、統合期間、および潜在的なブレイクポイントを簡単に視認できます。
  • さまざまな時間枠に適しています: 高頻度取引から長期投資まで、どの時間枠にも適しています。

使用方法

  • トレンドの特定: インジケーターを使用して、市場のトレンドとレンジを区別します。バンドが拡張すると、ボラティリティが高く、ブレイクの可能性があります。一方、バンドが収縮すると、ボラティリティが低く、統合中であることを示します。
  • 反転シグナル: 価格が最外バンドに触れると、反転の可能性があることがよくあります。他のインジケーターや分析と確認した後に、ストップロス、利益目標、またはエントリーポイントを設定することができます。
  • リスク管理: インジケーターのバンドはATRのボラティリティについてのガイダンスを提供し、トレーダーが適切なストップロスの距離やポジションサイズを設定するのに役立ちます。

設定オプション

  • ATR乗数: バンドの市場ボラティリティに対する感度を調整するために、乗数を調整します。
  • 移動平均の期間: 自分のトレーディングスタイルやアセットに最も適した移動平均の期間を選択します。

適しているユーザー

  • トレンドトレーダー: トレンドの強さと方向を確認するのに役立ちます。
  • 反転トレーダー: 価格とバンドの相互作用を分析して、反転の可能性を提供します。
  • ボラティリティベースの戦略: 高いボラティリティと低いボラティリティの期間に関する指示を提供し、それに応じて戦略を調整するのに役立ちます。

ラインの理解

このインジケーターは、移動平均とATR乗数に基づく12本のラインを計算します:

  • 上部ライン: 価格の上に表示されるラインで、移動平均の高値(MA)にATR乗数を加えたものです。
  • 下部ライン: 価格の下に表示されるラインで、移動平均の低値(MA)からATR乗数を引いたものです。

トレーディング戦略

バッファーとその対応する色

  1. FirstBuffer (色: 赤)

    • 目的: ATRの高値バンドの上限を表します。
    • 計算: FirstBuffer[i] = HighMa[0] + 2 * AtrMultiplier * currAtr[0]
    • 説明: 高値の移動平均にATR乗数の2倍を加えた上限バンドを表示します。高いレジスタンスレベルを示します。
  2. SecondBuffer (色: オレンジ)

    • 目的: ATRの中間バンドの上限を表します。
    • 計算: SecondBuffer[i] = HighMa[0] + AtrMultiplier * currAtr[0]
    • 説明: 高値の移動平均にATR乗数を加えた中間バンドを表示します。中程度のレジスタンスレベルを示します。
  3. ThirdBuffer (色: 黄色)

    • 目的: 高値の移動平均を表します。
    • 計算: ThirdBuffer[i] = HighMa[0]
    • 説明: 移動平均の高値を表示し、バンドの基準線または中央として機能します。
  4. FourthBuffer (色: 緑)

    • 目的: ATRの中間バンドの下限を表します。
    • 計算: FourthBuffer[i] = LowMa[0] - AtrMultiplier * currAtr[0]
    • 説明: 低値の移動平均からATR乗数を引いた中間バンドの下限を表示します。中程度のサポートレベルを示します。
  5. FifthBuffer (色: 青)

    • 目的: ATRの低値バンドの下限を表します。
    • 計算: FifthBuffer[i] = LowMa[0] - 2 * AtrMultiplier * currAtr[0]
    • 説明: 低値の移動平均からATR乗数の2倍を引いた下限バンドを表示します。低いサポートレベルを示します。
  6. SixthBuffer (色: 紫)

    • 目的: ATRの低値バンドの下限を表します。
    • 計算: SixthBuffer[i] = LowMa[0] - 3 * AtrMultiplier * currAtr[0]
    • 説明: 低値の移動平均からATR乗数の3倍を引いた下限バンドを表示します。非常に低いサポートレベルを示します。

取引戦略

  1. トレンドフォロー戦略:

    • バンドの拡張: バンドが拡張している場合は、価格がトレンドの方向に移動する可能性があります。価格が上部バンドに近づくと、ロングポジションを考慮し、価格が下部バンドに近づくと、ショートポジションを考慮します。
    • 価格の動き: 価格が上部バンドまたは下部バンドに接触し、バンドを超えた場合は、トレンドが強いと見なされます。ブレイクアウトの可能性を考慮します。
  2. 逆転戦略:

    • サポート/レジスタンスの反転: 価格が下部バンドに触れ、反発の兆候を示すと、ロングポジションを開く信号となることがあります。一方、価格が上部バンドに触れ、反発の兆候を示すと、ショートポジションを開く信号となることがあります。
    • 逆転の確認: 逆転の信号を開く前に、他のインジケーターや分析を使用して確認します。
  3. ボラティリティブレイク戦略:

    • バンドの拡張を監視: バンドが拡張している場合は、ボラティリティの増加を示します。価格がバンドを突破する際には、エントリーを検討します。
    • ブレイクアウトトレーディング: 価格が上部バンドを突破(ロング)または下部バンドを突破(ショート)した場合、取引を開始し、ボリュームとボラティリティの増加を確認します。

まとめ

ATRマルチレベルおよび移動平均バンドインジケーターは、市場のトレンド、ボラティリティ、反転の可能性について明確な視覚的なシグナルを提供することで、取引戦略を強化するために設計された包括的なツールです。調整可能なパラメーターと複数のバンドの視覚化により、さまざまな取引スタイルや時間枠に対応しています。このインジケーターを使用することで、トレーダーは市場の状況についてより深く理解し、より情報に基づいた取引決定を行うことができます。

おすすめのプロダクト
The Smooth Price technical indicator is used for plotting a smoothed line as close to the price of the financial instrument as possible, and serves to eliminate its noise components. The indicator is part of the Monarch trading system, but here it is presented as an independent technical analysis tool. The indicator is based on the cluster digital filter , which, unlike the ClusterSMA , is applied directly to the price time series. Smooth Price does not redraw (except the very last, zero bar) an
革新的な MT5 インジケーター、DARWIN Assistant   をご紹介します。これは、トレーディングを成功させる世界への究極のゲートウェイです。精度と専門知識に基づいて設計された DARWIN Assistant   は、RSI、ストキャスティクス、CCI、トレンドなどの高度なテクニカル指標をすべての時間枠にわたって活用する特別な戦略に基づいて動作します。この最先端のインジケーターはエントリーのための最も正確なシグナルを提供し、比類のない自信を持って市場をナビゲートできるようにするため、並外れた取引体験に備えてください。 DARWIN Assistant   を使用すると、最も収益性の高い取引機会を検出するために細心の注意を払って調整された、重要な指標の包括的な分析にアクセスできるようになります。不確実性に別れを告げ、情報に基づいた意思決定の新時代を迎えましょう。 RSI、ストキャスティクス、CCI、トレンドを DARWIN Assistant   内でシームレスに統合することでその力を解き放ち、これまでにないほど市場のダイナミクスを鮮明に描きます。 DARWIN
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
Looking for reliable levels on a price chart? Already tired of searching for similar indicators? Are the levels not working out as they should? Then this is the indicator for you. Volume Prices Universal is a reliable indicator of horizontal volumes. What does it show? First of all, the main idea of ​​the indicator is to display at which price mark the price has been for the longest time. Thus, the display of price volumes on the price chart is formed. With the help of which you can very simp
Forex Relative Performance indicator This indicator calculates the relative strength of major currencies against the US dollar. The basic idea behind this indicator is "to buy strong currency and to sell weak currency". This indicator allows you to quickly identify the best forex pair to trade according to your trading style (Intraday, Scalping, Swing, or Long Term)
Wave Impulse OmegaScalper - is the manual system for scalping. In many cases Indicator "eats" almost all possible trend wave. System defines up price wave and down price wave. Inside the exact wave - system defines true trend movement and choppy market. Indicator plots signals while market is trending, powerfull and has quiet good volatility. This is complete system with enter and exit points. Main Indicator's Features Signals are not repaint,non-late or disappear(exept cases when system recalcu
The indicator is a gold mine that works with the MACDI strategy with alert supported by AI it working on gold 5m time frame with 92% win the stratige take 15 pip tp and 15 stop 1:1 follow us on telegram : t.me/tuq98 youtube : youtube.com/ssfx1 green color its buy with alert red color its sell with alert this indicator is one from top 10 in greece and one from top 5 in iraq
Non-proprietary study of Joe Dinapoli used for trend analysis. The indicator gives trend signals when the fast line penetrates the slow line. These signals remain intact until another penetration occurs. The signal is confirmed at the close of the period. It is applicable for all timeframes.   Parameters Fast EMA: period of the fast moving average. Slow EMA: period of the slow moving average. Signal EMA: period of the signal line.                              ************************************
FREE
Sqn Max Indicator Sqn Max is an exclusive indicator to trade the market with high effectiveness. The indicator is based on price action, volatility and trend. This indicator is as simple as possible but not too simple. The indicator can generate alerts to ease the trading process. You don't have to stay all day in front of your screen. The indicator can be used with any class of assets and with any time frame. It is possible to achieve better results trading our list of selected assets. W
Naked Forex Big Shadow Indicator Big Shadow Indicator is a pattern recognition indicator for Forex, Stocks, Indices, Futures, Commodities and Cryptos. When you have a Big Shadow on your chart then this is a strong signal meaning that you might be ahead of a reversal. You can take other elements (momentum, trend, volatility, price action, fundamentals) to build a complete strategy and confirm your entries. Beware that you might not make money just following the arrows generated by the pattern r
A scalping indicator based on mathematical patterns, which on average gives signals with relatively small SL, and also occasionally helps to catch big moves in the markets (more information in the video) This indicator has three main types of notifications: The first type warns of a possible/upcoming signal on the next bar The second type indicates the presence of a ready signal to enter the market/open a position The third type is for SL and TP levels - you will be notified every time price r
How to use? • Buy Low and Sell High. • Brighter zones means strong Support or Resistance. • Weaker zones appear lighter. • Brighter zones are formed by overlapping of lines from multiple levels of support or resistance. Indicator Menu • The indicator can input 5 different Lengths. • The default settings uses 13, 21, 52, 100 & 200. • Every option are customizable.
The "RMA Signal Indicator MT5" refers to an indicator called "RMA" (Running Moving Average) Signal Indicator designed specifically for the MetaTrader 5 (MT5) trading platform. The RMA is a variation of the Moving Average indicator that emphasizes recent price data. The specific details and functionality of the "RMA Signal Indicator MT5" may depend on the developer or the version you are using. However, in general, here is a general approach to using a signal indicator like RMA on the MT5 platfor
Win43 Scalper
Eadvisors Software Inc.
O novo s43 Scalper para Mini-Índice (WIN-IND) faz operações de curto prazo no timeframe 1min buscando pequenas variações do mercado, utiliza nova tecnologia de trade, os resultados no intraday são íncríveis, confira:      Após a instalação adicione no gráfico dos instrumentos win para visualizar os resultados no backteste. Recomendamos o timeframe de 1min.
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確な
FOTSI (Forex Overview True Strength Index) for MT5! FOTSI is an indicator that analyzes the relative strength of currencies in major Forex pairs. It aims to anticipate corrections in currency pairs following strong trends by identifying potential entry signals through overbought and oversold target areas. Theoretical Logic of Construction: Calculation of Individual Currency Momentum: FOTSI starts by calculating the momentum for each currency pair that includes a specific currency, then aggregat
Super Zone   For several years of observing the principles of the market, Super Zone worked, both then and now, because the indicator  allows you to see the trading range of the  week and even the month that major market participants use. It’s very easy to use, we work on H4 in the weekly range (  in the tester it doesn’t work in the demo mode  ) - we sell from the upper zones, we buy from the lower ones. It marks the zones from the beginning of the week (month) that are  not redrawn  , works on
MSnR Lines
Pierre Paul Amoussou
MSnR Lines は、サポートとレジスタンスの水準をチャート上に表示するカスタムインジケーターです。これらの水準は、マレーシアのSNR理論に基づいています。この理論では、水準は特定の価格水準を指し、エリアではありません。これらの価格水準は、ラインチャートのピークと谷に基づいています。 特徴: A-Level、V-Level、ギャップレベルの3つの種類の水準。 水準の新鮮さインジケータ:新鮮な水準は、未テストの水準や取引された水準よりも重要です。 新鮮な水準と新鮮でない水準の色とスタイルをカスタマイズ可能。 新鮮な水準のみを表示するか、すべての水準を表示するかを選択できます。 バックテスト期間と現在の価格上下の水準の数を調整可能。 複数のタイムフレームをサポート。 用途: トレーダーは、MSnR Linesを使用して潜在的なサポートとレジスタンスの水準を識別し、取引の意思決定を行うことができます。新鮮な水準はより重要であり、より良い取引機会を提供する可能性があります。また、異なるタイムフレームの水準を使用してマルチタイムフレーム分析を行い、取引の精度と信頼性を向上させることがで
The Quantum VPOC indicator has been developed to expand the two dimensional study of volume and price, to a three dimensional one which embraces time. The volume/price/time relationship then provides real insight to the inner workings of the market and the heartbeat of sentiment and risk which drives the price action accordingly. The Quantum VPOC indicator displays several key pieces of information on the chart as follows: Volume Profile - this appears as a histogram of volume on the vertical pr
Neural Bar Impulse is an indicator based on a neural network created and specially trained to predict the potential impulse of each next market bar. By bar impulse we mean the tendency of the market price to update the maximum or minimum of the bar relative to its opening price. We chose this particular feature of market bars because, based on our own research, we discovered an interesting feature of bar impulses to be harbingers of a change in price trend movements. The neural network we c
ゴールドブリッツスキャルピングインジケーターを紹介します。このツールは、M1、M5、M15の時間枠でゴールドをスキャルピングするための最適なツールです。先進的なAIニューラルネットワークを使用して開発されたこの非リペイントインジケーターは、一貫した利益と優れた取引結果を保証します。精度と効率を追求したゴールドブリッツスキャルピングインジケーターは、M15時間枠で最も良い結果を提供します。 主な特徴: 先進的なAIニューラルネットワーク: 最先端のAI技術を活用して比類のない精度を実現。 非リペイント: 一貫したパフォーマンスのために信号のリペイントを防ぎます。 複数の時間枠スキャルピング: M1、M5、M15に最適化されており、M15時間枠で最良の結果を提供。 包括的な信号: 明確な売買シグナル、利益確定(TP)および損切り(SL)レベルを提供し、情報に基づいた取引をサポート。 利点: 高精度: 高精度のシグナルで卓越した取引成功を実現。 リアルタイムアラート: 即時のアラートとシグナルで先手を打つ。 使いやすさ: 明確な指示とサポートで簡単に使用。 生涯アクセス: 現行バージ
The ChanLun or Chan theory is one of the most popular trading theories in China. But it seems like that it has little influence in western countries. Actually, the Chan Theory is based on a sophisticated mathematical model. The basic idea ChanLun is to simplify the bar chart by its model. With the help of ChanLun, a trader can analyze and predict the trend of future goods, stocks. In ChanLun, there are several basic elements called fractals, strokes, line segments and pivots . A trader should p
AlgoEAs Trend Dashboard V1 Indicator for MT5 Introduction: This is a Dashboard Indicator based on 7 built in Multi Timeframe indicators. This strategy gives Buy/Sell Ideas based on 9 trend states. Easy to view gas guage to view current trend. Has as optional Alerts to enable with 9 messages. Run on M15 chart, with M15, H1, and H4 indicator time frames. Great tool! Features: Non-Repainting Dashboard For Desktop MT5 Only, Works On Any Mt5 Pair Great for Intraday and Swing Trading Easy view ga
The indicator refers to the means of probabilistic analysis. Prediction is performed by the Monte Carlo method together with a mathematical model of a neuron. But, the modeling of samples for this method is made not artificially, but comes from the original "nature", that is, from history. The number of samples and the detail of their modeling is achieved using the lower (relative current) timeframe. Indicator algorithm : In general terms, the algorithm boils down to the fact that the ind
This indicator searches for candlestick patterns. Its operation principle is based on Candlestick Charting Explained: Timeless Techniques for Trading Stocks and Futures by Gregory L. Morris. If a pattern is detected, the indicator displays a message at a bar closure. If you trade using the MetaTrader 4 terminal, then you can download the full analogue of the " Candle Pattern Finder for MT4 " indicator It recognizes the following patterns: Bullish/Bearish (possible settings in brackets) : Hamme
SolarTrade Suite 金融指標: Venus 市場指標 - 金融市場の世界で信頼できるガイド! これは、特別な革新的で高度なアルゴリズムを使用して値を計算するオシレーターであり、見た目にも美しいデザインです。 この指標の読み取り値を理解するのは非常に簡単です。青色 - 買い、赤色 - 売り。 色が明るいほど、信号が強くなります。 説明の下部にある SolarTrade Suite シリーズの他の製品をご覧ください。 投資と金融市場の世界を自信を持ってナビゲートしたいですか? SolarTrade Suite 金融指標: Venus 市場指標は、情報に基づいた投資決定を行い、利益を増やすのに役立つように設計された革新的なソフトウェアです。 SolarTrade Suite 金融指標: Venus 市場指標の利点: - 正確な予測: 当社の指標は、高度なアルゴリズムと分析方法を使用して、市場の動きを正確に予測します。 資産を購入および売却するのに最適なタイミングに関するシグナルを取得します。 - ユーザーフレンドリーなインターフェース: 直感的
This indicator identifies and displays zones, as it were areas of strength, where the price will unfold. The indicator can work on any chart, any instrument, at any timeframe. The indicator has two modes. The indicator is equipped with a control panel with buttons for convenience and split into two modes. Manual mode: To work with manual mode, you need to press the NEW button, a segment will appear. This segment is stretched over the movement and the LVL button is pressed. The level is displayed
Gioteen Volatility Index (GVI) - your ultimate solution to overcoming market unpredictability and maximizing trading opportunities. This revolutionary indicator helps you in lowering your losing trades due to choppy market movements. The GVI is designed to measure market volatility, providing you with valuable insights to identify the most favorable trading prospects. Its intuitive interface consists of a dynamic red line representing the volatility index, accompanied by blue line that indicate
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを
このプロダクトを購入した人は以下も購入しています
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
IVISTscalp5
Vadym Zhukovskyi
5 (5)
iVISTscalp5インジケーターをご紹介します。このインジケーターは、トレーディングにおいて独自でありながら効果的です。時間データに基づくこのインジケーターは、多年にわたる経験と金融市場の深い分析の結果です。iVISTscalp5インジケーターは、手動トレーディングにとって優れたツールです。便利さ、簡単さ、可視化 - すべての複雑さが内部に隠されています。私たちは、iVISTscalp5インジケーターの設定と使用を最大限に簡素化しました。このインジケーターは、MT5ターミナルにあるすべての金融商品に適しています。 稼働時間は、4時から20時(UTC+3)です。 iVISTscalp5インジケーターメニュー(スクリーンショット1を参照): History - 引用を計算する週数 dT_min - 時間間隔の選択(分) TFline - 水平ボリュームの作成(時間枠) BARSline - 水平ボリュームの作成(バー数) TFtrend1 - デイリーチャンネルの作成(時間枠) BARStrend1 - デイリーチャンネルの作成(バー数) TFtrend2 - 週次チャンネルの作成(時
VTrende Pro
Andrii Diachenko
5 (1)
VTrende Pro - MTF indicator for trend trading with a display panel for MT5 *** Videos can be translated into any language using subtitles (video language - Russian) Although the signals of the VTrende Pro indicator can be used as signals of a full-fledged trading system, it is recommended to use them in conjunction with the Bill Williams TS. VTrende Pro is an extended version of the VTrende indicator. Difference between Pro version and VTrende: - Time zones - Signal V - signal 1-2 waves
The indicator is designed to close positions on the market in time. For example: to take profits ahead of schedule if the price has not reached TakeProfit, and the market is turning around. The indicator analyzes the momentum, not the trend. He does not give any information about the trend. The indicator is well suited for finding divergence. The Ershov 38 Parrots indicator dynamically adjusts to the market and detects price movement impulses of medium and high amplitude. It almost does not rea
Introducing the Power Trade Plus indicator designed by a small group of traders with a few years of experience trading the market profitably.  The Power Trade Plus is derived from the Power Trade indicator,  the indicator strive in powerful sniper entries and take profit levels,  with an algorithm that's can determine the markets volatility and Provides entries based on the current market volatility. This indicator is much more effective in stock ,currencies and indices.
プレシジョン・インデックス・オシレーター(Pi-Osc)は、Precision Trading SystemsのRoger Medcalfによるものです。 バージョン2は、チャートにスーパーファストでロードされるように注意深く再コードされ、その他の技術的な改良も組み込まれて、エクスペリエンスを向上させています。 Pi-Oscは、市場が強制的に行かなければならない、すべての人のストップを取り除くためのポイントである、極限のエクソースト・ポイントを見つけるために設計された正確な取引タイミング信号を提供するために作成されました。 この製品は、極限のポイントがどこにあるかを知るという古代の問題を解決し、トレーダーの生活をはるかにシンプルにします。 これは、業界標準のオシレーターとは異なる強力な要素を持つ高度なコンセンサス・インジケーターです。 使用されている一部の機能には、需要指数、マネーフロー、RSI、スティリング、パターン認識、出来高分析、標準偏差の極値などがあり、異なる長さでこれらのバリエーションが多く含まれています。 初めて見ると、訓練されていない目には、他の
Contact us to receive a comprehensive user guide after purchasing. William Delbert Gann, commonly known as W.D. Gann, was an exceptional market analyst renowned for his unique trading style in the early 20th century.  His trading techniques were based on a blend of mathematics, geometry, astrology, and ancient mathematics. Gann believed that stock market movements followed specific patterns and cycles, rather than being random. His methodologies, celebrated for their accuracy and relevance, con
このインジケーターは人工知能に基づいており、フットプリントを読み取ることで市場の反転ポイントの可能性を特定し、市場の小さな変動が発生する前に事前に通知します。 「遅い」エントリーを生成する価格や出来高のインジケーターとは異なり、つまり、方向の変化で価格または出来高の確認がすでに発生しており、したがって動きはすでに終了していることが多い場合、このインジケーターは、フットプリントは、「動きが起こるべきとき」に基づいているため、動きが始まったらすぐに市場に参入する可能性を提供します。 反転のシグナルを生成するだけでなく、すでに進行中のトレンドの継続のシグナルも生成します。 この指標は、人工知能のおかげで、各レベルの市場で実際に約定された契約を読み取ります (約定を待っているブック内の契約ではなく、約定直前にアルゴ取引によって削除されます)。 このインジケーターは、売り買いで実行された契約を区別することができます(したがって基本的に積極的な注文と消極的な注文を認識します)、それらが市場で約定される頻度と積極性を区別できます(したがって、大手オペレーターの「プッシュ」する意図を検出します)
Indicador en MQL5, que obtiene el promedio de 10 EMAS, que son alineadas según Fibonacci, obteniendo un promedio, que sera suavizado.  Se puede ingresar un numero desde 2 a N, que multiplica a los EMA-Fibonacci. Funciona en cualquier criptomoneda, etc. etc... pudiendo calcular el futuro segun la tendencia de las EMAS. Funciona excelentemente en tramos largos, determinando exactamente el mejor inicio/salida. El precio inicial por apertura sera por un periodo de tiempo, luego aumentará.
TREND HARMONY MT5 – Multi Timeframe Trend and Phase and Pullback Level Visualizer indicator for Metatrader5 The TREND HARMONY indicator automates deep trend analysis and generates visualizations for you. Take control of your trades by eliminating uncertainty! Revolutionize your trading experience with precision and insight through the TREND HARMONY Multi Timeframe indicator – your ultimate MT5 trend visualization indicator. [  Features and Manual   | MT4 version |   All Products   ] Are you t
Description This addon is originated from my own trading. I spent my whole time waiting for signals and just wanted a notification  when a specific signal appears. So i started to wrote my own addon and called it "LifetimeSaver", because thats exactly what it is for me. But because this addon should not only be for my personal trading, I extended the LifetimeSaver and now its highly customizable,  so that it can fit your needs. Functions: Notification at your defined target/signal Notificatio
EQ Cutrim Theory
Marco Aurelio Santos Costa
Ronal Cutrim has been a dedicated mathematician for 14 years and has more than 10 years of experience in the financial market. The concept of the theory is simple, find imbalance between buyers and sellers. Which makes a lot of sense, because nothing goes up forever, nothing falls forever.   When you find an asset with a mathematical probability of unbalanced equilibrium, it is a great way to get into trading:  TUTORIAL: Turn on the subtitles, the video is subtitled
Классификатор силы тренда. Показания на истории не меняет. Изменяется классификация только незакрытого бара. По идее подобен полной системе ASCTrend, сигнальный модуль которой, точнее его аппроксимация в несколько "урезанном" виде, есть в свободном доступе, а также в терминале как сигнальный индикатор SilverTrend . Точной копией системы ASCTrend не является. Работает на всех инструментах и всех временных диапазонах. Индикатор использует несколько некоррелируемых между собой алгоритмов для класси
Currency Index Watcher is a simple and user-friendly tool for whoever wish to trade Forex using currencies indexes. Currency Index Watcher is configurable and usable directly from the panel. Indexes of 8 custom currencies EUR, USD, GBP, JPY, CHF, AUD, CAD, NZD (default) Any 3-chars symbol from your market watch could be used (BTC = bitcoin, RUB = ruble, CNH = yuan etc ...) : double click the symbol label  Ability to select which currencies and made-of pairs will be analyzed : check/uncheck want
The SmartTrendMt5 trend indicator generates signals based on the principle of combined analysis of calculated reference points within the Keltner channel. The indicator plots the Keltner channel in a separate window (by default, red lines and a blue line - the middle of the channel), and also draws the histogram of calculated reference points for each candle (by default, the histogram bars are yellow). The should be attached to a chart of any timeframe and any trading symbol in the usual way.
Weis Wave with Alert MT5
Trade The Volume Waves Single Member P.C.
4.93 (14)
Limited time offer 40% Discount on six month, yearly and lifetime packages. Offer ends 31/8/2024. Six Month from 209$ to 125$ Yearly from 379$ to 227$ Lifetime from 599$ to 359$ Rental/Lifetime Package Options and Privileges  * For optimum results the yearly or lifetime package is suggested due to live training ! Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training
Indicador en base a la pendiente de la linea de precio, dibuja una línea de color cuando sube a base de los precios que previamente has sido procesados o linealizados, y cuando baja la pendiente la linea linealizada toma otro color. En este caso se a considerado 6 lineas de diferentes procesos desde pendientes largas hacia las cortas, observándose que cuando coincidan las pendientes se produce un máximo o mínimo, lo que a simple vista nos permitirá hacer una COMPRA O VENTA.
Индикатор Coefficient Of Determination (COD) представляет собой значение коэффициента детерминации или квадрат коэффициента корреляции между зависимой переменной — ценой и объясняющей переменной — тиковым объемом. Что это дает нам на практике? COD отлично распознает кульминацию трендовых движений, что позволяет подбирать оптимальные точки и ловить развороты рынка. Как использовать индикатор: Наиболее популярная торговая стратегия строится совместно с трендовым индикатором Moving Average (MA), пе
Fibonacci Múltiple 12, utiliza la serie fibonacci plasmado en el indicador fibonacci, aumentadolo 12 veces según su secuencia. El indicador fibonacci normalmente muestra una vez, el presente indicador se mostrara 12 veces empezando el numero que le indique siguiendo la secuencia. Se puede utilizar para ver la tendencia en periodos cortos y largos, de minutos a meses, solo aumentado el numero MULTIPLICA.
Recommended TimeFrame >= H1. 100% Non Repainted at any moment.  Use it carefully, only with Trend Direction. Trading Usage: 2 Variants: as Range System or as BreakOut System (Both Only With Trend Direction)::: (Always use StopLoss for minimise Risk); [1] as Range System: (Recommended) in UP TREND:  - BUY in Blue Line , then if price goes down by 50 points (on H1) open Second BUY.   Close in any Profit you wish: TrailingStop(45 points) or Close when Price touches upper Gold Line. in DOWN TR
En base a cálculos matemáticos de determino una linea Horizontal que cruza a todas las señales de trading, mostrando los máximos y mínimos. La linea horizontal parte en dos las subidas y bajadas de las señales de trading, de tan manera que es fácil identificar los máximos y mínimos, y es inteligente por que es sensible a las subidas y bajadas, afín de no quedarse en un solo lado por siempre, trabaja excelentemente con otros indicadores suavizadores ya que les garantiza que en un intervalo de tie
this indicator is a Spike detector indicator, it is specially designed to trade Boom 1000, Boom 500, Crash 1000 and Crash 500 We recommend using it on Deriv Boom and Crash indices only Its setting is intuitive, familiar, easy to use it has notification functions; audible notifications and push notifications. this tool is simple to use, easy to handle This update is based on different strategies for spikes
インジケーターは、各チャート時間の6つの信号に基づいて、同じ資産の5つの異なるチャート時間のトレンドを追跡します。 指標の主な目的は、それが置かれた金融資産の大多数の傾向を示すことです。 システムは数回のグラフィカルな時間で傾向の情報を送信します。これにより、ユーザーは資産の動きの広い視野を持つことができます。このタイプのツールは、オペレーターが注文を実行するのを支援することで、ユーザーのヒット率を高めます トレンドを支持して。 Injikētā wa, kaku chāto jikan no muttsu no shingō nimotozuite, onaji shisan no itsutsu no kotonaru chāto jikan no torendo o tsuiseki shimasu. Shihyō no omona mokuteki wa, sore ga oka reta kin'yū shisan no dai tasū no keikō o shimesu kotodesu. Shisutemu wa sū-kai no gurafikaruna
Limitless MT5 is a universal indicator suitable for every beginner and experienced trader. works on all currency pairs, cryptocurrencies, raw stocks Limitless MT5 - already configured and does not require additional configuration And now the main thing Why Limitless MT5? 1 complete lack of redrawing 2 two years of testing by the best specialists in trading 3 the accuracy of correct signals exceeds 80% 4 performed well in trading during news releases Trading rules 1 buy signa
trend view panel; AutoSignals Trend The indicator tracks the trend in 5 different chart times for the same asset, based on 6 signals for each chart time. The main objective of the indicator is to show us the majority trend of the financial asset in which it was placed. The system transmits the information of the trends in different graphic times, in this way the user is able to have a wide view of the movement of the asset, this type of tool makes the user have a higher hit rate by
Indicador en MQL5, recibe la información del precio SUAVIZADO, lo procesa anulando los picos inteligentemente, y el resultado lo envía al desarrollo de la escalera que iniciara y subirá o bajara según el peldaño o INTERVALO ingresado Ingreso PERIODO = 50 (variar segun uso) Ingreso MULTIPLICA AL PERIODO = 1 (variar segun uso) Segun la configuración la escalera puede pegarse o separarse de los precios,, Se aplica toda la linea de tiempo, y a todas las divisas, etc.  
Micro  ******************* Секундные графики MT5 ********************** Более точного инструмента для входа в сделку вы не найдёте. Входные параметры: Timeframe, sek - период построения графика, секунды Displayed bars - отображаемые бары Step of price levels, pp, 0-off - шаг отрисовки ценовых уровней, пункты Scale points per bar, 0-off - масштаб в пунктах на бар Show lines - отображение текущих уровней Show comment - отображение комментария Standard color scheme - стандартная цветовая сх
QuantXMarketScanner is a multi assets indicator for MT5 - Mathematical model based on 7 custom moving averages indicators  - Adaptable on Currencies, Stocks and Crypto - Automatic setup, self optimized About QuantXsystem Products: –         Simple installation & integration into MT5   –         Unlimited License after purchase (for one user) –         Automatic pattern recognition to identify the best timing and price levels. –         Trading indicators are displayed directly and automatica
QuantXSTocks Trading Range Indicator for MT5: INSTRUCTIONS TO USE OUR INDICATOR:- User needs to take trade on Arrow or after an Arrow CandleStick, You can achieve up-to 35-125 pips target by this Indicator. Best Timeframes for Stocks and Indices are M30 and H1: AMAZON M30 (50 pips) TESLA M30 (50 pips) APPLE M30 (50 pips) ADOBE M30 (50 pips) NASDAQ100 H1 (125 pips) The above are the approximate amount of pips you can achieve by this Indicator, Green arrow appears to be buy arrow while the Red a
Super Suavizador
Cesar Juan Flores Navarro
Indicador en MQL5 que obtiene el promedio de 10 EMAS que son alineadas y procesadas según Fibonacci luego el promedio es suavizado"  Se ingresa un número de 2 a N que multiplica los EMA-Fibonacci y por consiguiente aumenta los fibonacci, resultando un promedio.   Se ingresa un número que suaviza los EMA-Fibonacci. Considerando los números 1/1 seria la suavización minima. Considerando los números 3/5 seria la suavización media. Considerando los números 10/30 seria la suavización alta.....etc
作者のその他のプロダクト
TK - Rainbow インジケーター 説明: TK - Rainbow インジケーターは、複数のラインアプローチを通じて市場のトレンドを明確に表示するために設計された強力なテクニカル分析ツールです。異なる期間で計算された30本のラインを使用して、価格の動きの広範な分析を提供します。このインジケーターは、上昇トレンドと下降トレンドを際立たせるために二色スキームを使用しており、市場の状況を一目で簡単に解釈できます。 主な特徴: 30本のライン: 各ラインは異なる平滑化期間を表し、広範な市場トレンドをカバーします。 二色スキーム: 上昇トレンド(寒色)と下降トレンド(暖色)を区別するために二色を使用します。 カスタマイズ可能な設定: トレードの好みに合わせてラインの幅、スタイル、ステップサイズを調整できます。 TK - Rainbowの使い方: インジケーターの適用: TK - Rainbow インジケーターをMetaTrader 5のインジケーターリストからチャートに追加します。 パラメーターの設定: ステップ (inpStep): 各ライン間の期間の増分を定義します。これを調整してラ
フィルタ:
レビューなし
レビューに返信