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

NTL Pivot Lines

Pivot Lines (PL) User Guide

Overview and Features

The Pivot Lines Indicator (PL) provides traders with a powerful tool for identifying potential support and resistance levels based on well-established pivot point calculation methods. By offering insights into possible price turning points, this indicator helps traders make more informed trading decisions and refine their entry and exit strategies. With customizable settings for different timeframes and calculation methods, PL is versatile and adaptable to various trading styles, whether for scalping, day trading, or swing trading.

Key Features

  • Multiple Calculation Methods
    Choose from four popular pivot point calculation methods:

    • Regular (Standard): Calculates pivot points and support/resistance levels based on traditional methods.
    • Camarilla: Provides closely clustered support and resistance levels ideal for intraday trading.
    • Woodie: Emphasizes the most recent closing prices for more adaptive levels.
    • Fibonacci: Utilises Fibonacci retracement levels for identifying key reversal points.
  • Customisable Timeframes
    Set pivot levels on daily, weekly, or monthly timeframes, allowing traders to align the indicator with their specific trading strategy and time horizon.

  • Enhanced Decision-Making
    Provides visually defined pivot points and levels to aid in spotting potential support, resistance, and reversal areas, giving traders valuable insights for anticipating market movements.

  • Compatible with EAsiTrader EA: Provides signals to NTL EAsiTrader EA for automated trading.

PL is an essential tool for traders looking to strengthen their market analysis and gain a competitive edge. Whether you’re focusing on short-term or longer-term setups, this indicator helps you stay aligned with market dynamics.

Installation and Settings

This section provides the installation steps for setting up PL on your MQL5 platform, as well as detailed explanations of customizable settings to configure it for optimal performance.

Installation

  1. Install the Indicator:

    • Download the Pivot Lines indicator file (PL.ex5) and place it in the Indicators\NTL folder in your MQL5 platform directory. If this folder does not exist, create it manually.
    • Typical path: Terminal -> MQL5 -> Indicators -> NTL . Restart the platform to make the indicator appear in the Navigator panel.
  2. Apply to a Chart:

    • Open your desired chart, select the symbol and timeframe.
    • Drag the PL indicator from the Navigator panel onto your chart.
    • Configure the Input settings to customize PL, display options, and other parameters.
  3. Customize Settings:

    • Access the Input settings by double-clicking the indicator on the chart or through the Navigator panel.
  4. Save as Template:

    • Save your preferred settings as a template by right-clicking on the chart and selecting Template -> Save Template . Give it a descriptive name like PL_Custom for easy access.

Settings

  • EA Flag
    Set to true when loading this indicator with an EA. This will prevent the indicator drawing on the chart.

  • Period
    Defines the timeframe for calculating pivot points. Options include:

    • Daily: Calculates pivot points based on daily data, suited for intraday traders.
    • Weekly: Uses weekly data, providing a broader view for short-term and swing trading.
    • Monthly: Calculates from monthly data, ideal for longer-term market perspectives.
  • Method
    Selects the calculation method for pivot points, each offering different approaches to identifying support and resistance levels:

    • Regular: The standard calculation method, widely used across markets.
    • Camarilla: Provides closer support and resistance levels, useful in tight, range-bound markets.
    • Woodie: Gives more weight to the recent closing price, creating adaptive levels.
    • Fibonacci: Uses Fibonacci retracement levels to identify potential reversal points.
  • Font Size
    Defines the size of font to be used to display the level names.

  • Chart Label Style
    Determines the style used to display the level names. Use Label to show the name as a simple label, or use Boxed to show the name inside a rectangle box.

  • Chart Edge Alignment
    Determines which end of the line the level name is shown on the chart.

Advanced Usage and Strategy Integration

PL offers more than just basic support and resistance identification. By integrating this indicator into a broader trading strategy, traders can enhance the reliability of signals and optimize their setups. Here are some advanced usage tips and strategies for maximizing the indicator’s potential.

Combining with Other Indicators

  1. Moving Averages
    Use moving averages in conjunction with pivot points to identify trend direction. When price approaches a pivot point in the direction of the prevailing trend (e.g., price moving towards a support level in an uptrend), it may signal a strong continuation opportunity.

  2. Relative Strength Index (RSI)
    The RSI can help confirm pivot levels as potential reversal points. If the price is approaching a resistance level and the RSI indicates overbought conditions, this convergence can increase the probability of a price reversal at that level.

  3. MACD (Moving Average Convergence Divergence)
    MACD crossovers near pivot levels can act as additional confirmation. For example, a bullish MACD crossover near a support level can signal a high-probability buy setup.

Strategy Ideas for Different Market Conditions

  1. Range-Bound Markets
    In range-bound or consolidating markets, the Camarilla and Woodie pivot methods are particularly useful. These methods provide tighter support and resistance levels, helping to capture smaller price movements within defined boundaries. Using these levels with oscillators like RSI or Stochastic can improve timing for trades within a range.

  2. Trending Markets
    In trending markets, the Fibonacci pivot levels are valuable for identifying retracement points within the trend. For example, in an uptrend, look for price pullbacks to Fibonacci support levels as potential buying opportunities, using the indicator’s R1 and S1 levels to set profit targets or stop-loss levels.

  3. Intraday Scalping
    For scalpers, daily pivot levels (especially using the Regular method) can serve as effective support and resistance levels. Scalping around these levels with additional confirmation from volume indicators or short-term oscillators can enhance entry precision.

Trade Management and Risk Control

Utilize the pivot levels not only for entries but also as a tool for setting stop-loss and take-profit levels. Placing a stop-loss slightly below a support pivot (or above a resistance pivot) provides a logical area where the trade setup is considered invalidated. Similarly, taking profit at the next pivot level helps capture gains while reducing the risk of reversals.

Strategy Integration Tips

  • Backtesting: Test the indicator in various market conditions (e.g., trends, ranges) to understand how each pivot method performs.
  • Set Alerts: Set alerts on your trading platform for when price approaches a key pivot level to stay prepared for potential trade opportunities.
  • Adapt to Timeframes: Adjust the Period setting (daily, weekly, or monthly) based on your trading style. For instance, short-term traders may prefer daily pivots, while swing traders might benefit more from weekly or monthly levels.

PL is a flexible tool that complements various technical strategies, making it an essential addition to a comprehensive trading plan. By combining it with other indicators and adjusting to different market contexts, traders can gain a more nuanced understanding of price action and improve their trading outcomes.

Calculation Methods

PL offers four calculation methods for pivot points: Regular, Camarilla, Woodie, and Fibonacci. Each method provides a unique approach for identifying support and resistance levels based on previous price data.

1. Regular (Standard) Pivot Points

  • Pivot Point (PP) = (High + Low + Close) / 3
  • Support and Resistance Levels:
    • R1 = (2 * PP) - Low
    • S1 = (2 * PP) - High
    • R2 = PP + (High - Low)
    • S2 = PP - (High - Low)
    • R3 = High + 2 * (PP - Low)
    • S3 = Low - 2 * (High - PP)

2. Camarilla Pivot Points

  • Pivot Point (PP) = (High + Low + Close) / 3
  • Support and Resistance Levels:
    • R1 = Close + ((High - Low) * 1.1 / 12)
    • S1 = Close - ((High - Low) * 1.1 / 12)
    • R2 = Close + ((High - Low) * 1.1 / 6)
    • S2 = Close - ((High - Low) * 1.1 / 6)
    • R3 = Close + ((High - Low) * 1.1 / 4)
    • S3 = Close - ((High - Low) * 1.1 / 4)
    • R4 = Close + ((High - Low) * 1.1 / 2)
    • S4 = Close - ((High - Low) * 1.1 / 2)

3. Woodie Pivot Points

  • Pivot Point (PP) = (High + Low + 2 * Close) / 4
  • Support and Resistance Levels:
    • R1 = (2 * PP) - Low
    • S1 = (2 * PP) - High
    • R2 = PP + (High - Low)
    • S2 = PP - (High - Low)

4. Fibonacci Pivot Points

  • Pivot Point (PP) = (High + Low + Close) / 3
  • Support and Resistance Levels:
    • R1 = PP + 0.382 * (High - Low)
    • S1 = PP - 0.382 * (High - Low)
    • R2 = PP + 0.618 * (High - Low)
    • S2 = PP - 0.618 * (High - Low)
    • R3 = PP + 1.000 * (High - Low)
    • S3 = PP - 1.000 * (High - Low)

Indicator Buffers

PL provides data across nine buffers, one buffer for each pivot level. These buffers can be accessed when integrating PL with other indicators or Expert Advisors (EAs).

  • Buffer 0: PP (Pivot Point) Line values
  • Buffer 1: R1 Line values
  • Buffer 2: R2 Line values
  • Buffer 3: R3 Line values
  • Buffer 4: R4 Line values
  • Buffer 5: S1 Line values
  • Buffer 6: S2 Line values
  • Buffer 7: S3 Line values
  • Buffer 8: S4 Line values

Insights

PL provides a deeper understanding of price action by highlighting areas of high-probability support and resistance. Recognizing patterns in how price interacts with these pivot levels can offer valuable insights into market sentiment and potential reversals.

Identifying and Analyzing Key Patterns

  1. Price Reversal at Pivot Levels
    When price consistently reverses near a specific pivot level (such as R1, S1, or the central pivot point), it indicates that this level is holding strong as support or resistance. Observing these reversals over several periods suggests a possible trend or range boundary, making it a key area to watch for future setups.

  2. Breakout Beyond Pivot Levels
    When price decisively breaks through a pivot level, particularly R2/S2 or R3/S3, it often signals a stronger momentum move in that direction. This breakout can indicate a shift in sentiment, with buyers or sellers gaining control. Following these moves, consider using the next pivot level as a target or retracement point.

  3. Testing and Retesting
    If price repeatedly tests a pivot level without breaking it, this can signal that the market is accumulating strength for a breakout. Observing the frequency and strength of tests at key levels provides insights into the likelihood of a future breakout versus a potential reversal.

Using Pivot Levels as Trend Confirmation

Pivot points can also help confirm trends when analyzed over consecutive periods:

  • Consistent Higher Highs: If the price consistently closes above successive pivot points, this pattern reflects a bullish trend.
  • Consistent Lower Lows: Conversely, if the price continues closing below pivot levels, it suggests a bearish trend.

Volatility and Pivot Levels

In periods of high volatility, price often moves quickly between pivot levels, increasing the likelihood of reversals or breakouts. Monitoring how price reacts to pivot levels in such environments helps traders anticipate potential pullbacks and continuation points.

Differentiating Strong vs. Weak Signals

While pivot points offer strong guidance, consider these additional factors to assess the strength of signals:

  • Volume Confirmation: Higher trading volume near a pivot level reinforces the validity of a breakout or reversal, indicating strong interest at that price.
  • Time of Day: For intraday traders, pivot levels may hold different significance at certain times, such as market open or close, when trading volume typically increases.
  • Higher Timeframe Confluence: When daily pivot levels align with weekly or monthly levels, it adds strength to the level, making it more likely to act as a robust support or resistance area.

PL helps traders decode market behavior by providing reliable levels for anticipating price movement. By interpreting these patterns and combining them with other indicators or volume analysis, traders can gain valuable insights into the underlying market sentiment and improve their decision-making.

Rev: 14/11/24

おすすめのプロダクト
This Automatic support/resistance indicator calculates various peaks and troughs of the price action, identifies relevant levels and draws support and resistance automatically. It uses the built-in "ZigZag" indicator in Metatrader as a data source hence, very much accurate indicator.  The support and resistance lines are contineusely updated as new levels and formed. The indicator has only 5 parameters to set, and mostly it can be used with the default values:  The description of the settings is
Support Resistance Breakout Indicator (SRBAI) download for MetaTrader 5 The Support Resistance Breakout Arrows (SRBA) indicator serves as a precision tool for mapping key price areas based on pivot structures. Specifically designed for MetaTrader 5 (MT5), the SRBAI indicator marks support zones with blue and resistance zones with red lines. Upon a confirmed breakout beyond these zones, it signals buying opportunities with blue arrows or selling opportunities with red arrows, accompanied by on-sc
FREE
This Indicator draws Fibonacci Extension levels in two different ways. You can select whether to draw Fibonacci Extension levels based on your favourite ZigZag settings or you can let the indicator to draw Fibonacci Extension  level based on given number of Bars or Candles.  You can also set Mobile and Email notification for your favourite Extension  levels individually. With this indicator you will not have to feel lonely as the it can generate Voice alerts, which will keep you focused on your
Auto Fib Retracements
Ross Adam Langlands Nelson
4.2 (5)
Automatic Fibonacci Retracement Line Indicator. This indicator takes the current trend and if possible draws Fibonacci retracement lines from the swing until the current price. The Fibonacci levels used are: 0%, 23.6%, 38.2%, 50%, 61.8%, 76.4%, 100%. This indicator works for all charts over all timeframes. The Fibonacci levels are also recorded in buffers for use by other trading bots. Any comments, concerns or additional feature requirements are welcome and will be addressed promptly. 
FREE
Two-way Fibonacci indicator. The function is to facilitate traders to find their retracement and entry and exit points. The principle of the workpiece of this indicator: First, draw a V shape for the high and low points formed by the fractal indicator, and then draw a golden section proportional line for the V line, which can be applied to any period and currency pair.
スペシャルオファー : ALL TOOLS 、1つあたり $35 のみ! New tools   will be   $30   for the   first week   or the   first 3 purchases !  Trading Tools Channel on MQL5 : Join my MQL5 channel to update the latest news from me ボラティリティの高いトレード環境では、パワフルで直感的な分析ツールがあれば、チャンスを素早く捉えることができます。Fibonacci Trend Scanner は従来のFibonacciインジケーター機能とSuperTrendを統合しただけでなく、通貨ペアのスキャン、マルチタイムフレームのモニタリング、そしてトレンドが強気から弱気へ(またはその逆)転換する際にインテリジェントアラートを出す機能など、機能を拡張しています。 See more MT4 version at:   Fibonacci Trend MT4 Scanner See more products at:   A
This Indicator draws Fibonacci Arc levels in two different ways. You can select whether to draw Fibonacci Arc levels based on your favourite ZigZag settings or you can let the indicator to draw Arc levels based on given number of bars or candles.  You can also set Mobile and Email notification for your favourite Arc levels individually. With this indicator you will not have to feel lonely as the it can generate Voice alerts, which will keep you focused on your trading and remove boredom.  Produc
どんなツール(シンボル)でも、グラフのどんな期間でも、買いと売りのフィボナッチレベルの自動的な作成とフォローアップ。 FiboPlus は、次のものを表示している: アップかダウン方向、 ありそうな 値動きのフィボナッチレベル。 エントリーポイントは「アップ矢印」、「ダウン矢印」アイコンで示され、情報はボタンにて再度表示されている。(SELL, BUY) 0から100までのレベルで限られた直角的エリア。トレードは、一つのレベルから他のレベルへ(トレンドなし)。 特長 値動きの予測、市場エントリーポイント、オーダーのための stop loss とtake profit。 作成済みのトレードシステム。 管理ボタンは、フィボナッチオプションの度リラかを選択できるようにする。 買いか売りのオプションを非表示にする。 グラフの他の期間を参照する。 「+」と「―」ボタンは、レベルの自動的再計算しながらグラフを大きく・小さくする。 何のフィボナッチレベルでも。 何の色でも表示。 ボタンをグラフの便利な場所に移動。 パラメーター Language (Russian, English, Deuts
Fibonacci sequence is defined by integer sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... By definition, it starts from 0 and 1, the next number is calculated as a sum of two previous numbers. Instead of the standard moving average, the indicator uses the following calculation of average price: Bar0 + Bar1 + Bar2 + Bar3 + Bar5 + Bar8 + Bar13 + Bar21 + ... This indicator shows 2 moving Fibonacci lines and arrows when 2 these lines crossing each other. If an Aqua line is crossing a Yell
Unlock the power of Fibonacci with our advanced indicator! This tool precisely plots Fibonacci levels based on the previous day's high and low, identifying the next day's key support and resistance levels. Perfect for day trading and swing trading, it has consistently generated weekly profits for me. Elevate your trading strategy and seize profitable opportunities with ease. NOTE: In the Input section make sure the draw labels are set to "True" so you can see each levels.
頭と肩のパターンは、3つのピークを持つベースラインに似たチャート構成であり、外側の2つは高さが近く、中央は最高です。強気から弱気のトレンド反転を予測し、最も信頼性の高いトレンド反転パターンの1つと考えられています。これは、トレンドが終わりに近づいていることをさまざまな精度で知らせるいくつかのトップパターンの1つです。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] クリアな取引シグナル カスタマイズ可能な色とサイズ パフォーマンス統計を実装します カスタマイズ可能なフィボナッチリトレースメントレベル 適切なストップロスおよび利益レベルを表示します インジケーターを使用して、継続パターンまたは反転パターンを見つけることができます 再描画および非再描画ではありません 電子メール/音声/視覚アラートを実装します 設定 チャートにインジケーターをロードすると、入力パラメーターとして一連のオプションが表示されます。パラメーターが自明のブロックにグループ化されているため、それらが多すぎると思う場合でも、絶望しないでください。これは、パ
Fibonacci theft is an ultrascalping system that uses Fibonacci levels to launch a scalping system that allows theft   a few pips from the market. This system allows the use of fibonacci levels, predetermined levels or a level chosen by the user. It also presents the option of using or not volume and impulse filters. Being a very aggressive scalping system, it should only be used in pairs with a low spread and low commissions. This system is suitable for small accounts and can be used with only
ICT Kill zone and Macros Indicator mark and display the following zone times on the chart: Kill zones   Kill zone Forex Asian London Open New York Open London Close Central Bank Dealing range Kill zone Indices Asian London Open New York AM New York Lunch New York PM Power Hour Macros London 1 London 2 New York Am 1 New York AM 2 New York Lunch New York PM 1 New York PM 2 Silver bullet London Open New York AM New York PM Sessions Asian London New York Chart The display of  Kill zone , Macro ,
I want to present to you my solution in the implementation of automatic drawing of Fibo levels on the whole trend and the last trend leg. The logic of the indicator is based on the principle of swings, and when indicator gets a signal for a trend direction change, the previous key point before reversing is considered the start point of the indicator's drawing. When you test the indicator, note that changing the direction of the whole trend leg of Fibonacci often leads to a reversal of the trend.
Introduction to Harmonic Pattern Scenario Planner The present state of Forex market can go through many different possible price paths to reach its future destination. Future is dynamic. Therefore, planning your trade with possible future scenario is an important step for your success. To meet such a powerful concept, we introduce the Harmonic Pattern Scenario Planner, the first predictive Harmonic Pattern Tool in the world among its kind. Main Features Predicting future patterns for scenario
The indicator builds a graphical analysis based on the Fibonacci theory. Fibo Fan is used for the analysis of the impulses and corrections of the movement. Reversal lines (2 lines at the base of the Fibonacci fan) are used to analyze the direction of movements. The indicator displays the of 4 the target line in each direction. The indicator takes into account market volatility. If the price is above the reversal lines, it makes sense to consider buying, if lower, then selling. You can open posi
"The Squeeze indicator attempts to identify periods of consolidation in a market. In general the market is either in a period of quiet consolidation or vertical price discovery. By identifying these calm periods, we have a better opportunity of getting into trades with the potential for larger moves. Once a market enters into a "squeeze," we watch the overall market momentum to help forecast the market direction and await a release of market energy." The Modified TTM Squeeze Indicator is a modi
インジケーターは、Dynamic ZigZag(https://www.mql5.com/en/market/product/5356   )に基づいてチャートに高調波パターンを表示し、有名なkorHarmonicsのバージョンの1つとほぼ完全に類似しています。インジケーターは、次のパターンとその種類を認識します:ABCD、Gartley(Butterfly、Crab、Bat)、3Drives、5-0、Batman、SHS、One2One、Camel、Triangles、WXY、Fibo、Vibrations。デフォルトでは、ABCDおよびGartleyパターンの表示のみが設定で有効になっています。逆の線は、反対側の頂点を固定するモーメントを定義することを可能にします。カスタマイズ可能なパラメータが多数用意されています。 МetaТrader5バージョン:   https://www.mql5.com/en/market/product/5195 ダウンロード 可能なパラメータについて説明します。
Fibo Expertt
Ignacio Agustin Mene Franco
Fibo expert! It is an automatic fibonacci indicator. adapting to any temporality, to catch those rebounds, or the path of that trend, special to make longs in H1 or H4 clear the trend, but it also works for scalp in m1 up to m15 works for all forex pairs and for all pairs of synthetic indices, ideal for volatility 75 in synthetics no more to enjoy good profit World Investor.
Bollinger Ichimoku
Sylvestre Setufa Djagbavi
INTRODUCTION Please, even if you already have a lot of trading knowledge, take the time to read before paying bots. Whether it's mine, or for someone else. You can't know everything. Trading is a business of probability. No matter what type of strategy, robot or analysis (technical or fundamental) you use, you can never know for sure, if your next trade will win or lose, you can never know for sure if your next month will be a gain or a loss. All you can be sure of is that, if you have done a go
Description The base of this indicator is an ZigZag algorithm based on ATR and Fibo retracement. The ZigZag can be drawn like a classic ZigZag or like Arrows or needn't be drawn at all. This indicator is not redrawing in sense that the ZigZag's last shoulder is formed right after the appropriate conditions occur on the market. The shoulder doesn't change its direction afterwards (can only continue). There are some other possibilities to show advanced information in this indicator: Auto Fibo on
指定した時間枠の高値と安値に基づいて、自動的にフィボナッチレベルをプロットします 複数のバー   を結合できます:例えば、10日間の高値と安値に基づいてフィボナッチを取得できます 私の   #1   ツール : 66以上の機能、このインジケーターを含む  |   ご質問はこちら  まで  |    MT4版 潜在的な反転レベルを確認するのに役立ちます; フィボナッチレベルで形成されるパターンはより強力になる傾向があります; 手動で   プロットする   時間を   大幅に   削減 ; 設定: 基準となる高値と安値を計算する時間枠 基準価格を計算する期間の数 現在(フローティング)のバーを含める/除外する 各レベルはカスタマイズ可能、または無効化可能(0に設定でオフ) レベルグループ全体を無効にすることも可能:メイン、上方拡張、下方拡張を個別に ラインの色、スタイル、太さ  レベルの価格を有効/無効にできます
Rsi MA Breakout
Sylvestre Setufa Djagbavi
INTRODUCTION Please, even if you already have a lot of trading knowledge, take the time to read before paying bots. Whether it's mine, or for someone else. You can't know everything. Trading is a business of probability. No matter what type of strategy, robot or analysis (technical or fundamental) you use, you can never know for sure, if your next trade will win or lose, you can never know for sure if your next month will be a gain or a loss. All you can be sure of is that, if you have done a go
Fibonacci sequence is defined by integer sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... By definition, it starts from 0 and 1, the next number is calculated as a sum of two previous numbers. Instead of the standard moving average, the indicator uses the following calculation of average price: Bar0 + Bar1 + Bar2 + Bar3 + Bar5 + Bar8 + Bar13 + Bar21 + ... Input parameters: fiboNum - numbers in the following integer sequence for Fibo Moving Average 1. 5 on default. fiboNum2 - numbers i
The Fibonacci series.  This number sequence is formed as each subsequent number is a sum of the previous two. it turns out that it refers to its neighbors in the ratio 0.618 and 1.618 The most commonly used method for measuring and forecasting the length of the price movement is along the last wave, which ended in the opposite direction The Fibonacci Waves indicator could be used by traders to determine areas where they will wish to take profits in the next leg of an Up or Down trend.
どんなツール(シンボル)でも、グラフのどんな期間でも、買いと売りのフィボナッチレベルの自動的な作成とフォローアップ。 FiboPlus Trend は、次のものを表示している: すべての時間枠と指標値の傾向。 アップかダウン方向、 ありそうな 値動きのフィボナッチレベル。 エントリーポイントは「アップ矢印」、「ダウン矢印」アイコンで示され、情報はボタンにて再度表示されている。(SELL, BUY) 0から100までのレベルで限られた直角的エリア。トレードは、一つのレベルから他のレベルへ(トレンドなし)。 特長 指標のトレンドの計算(RSI, Stochastic, MACD, ADX, BearsPower, BullsPower, WPR, AO, MA - 5, 10 , 20, 50, 100, 200). 値動きの予測、市場エントリーポイント、オーダーのための stop loss とtake profit。 作成済みのトレードシステム。 管理ボタンは、フィボナッチオプションの度リラかを選択できるようにする。 買いか売りのオプションを非表示にする。 グラフの他の期間を参照する。
O Indicador identifica relação do Índice com a soma dos principais ativos, funciona para qualquer mercado do mund o, possui um oscilador WPR com a soma dos principais ativos escolhidos, indicando a antecipação do movimento em relação ao Índice. Características WPR com a soma dos papéis escolhidos - branco WPR do papel atual - vermelho Canal de Tendência O indicador pode indicar movimento de entradas, sendo: cruzamento das linhas cruzamento da linha Multi Symbols no -50 cruzamento entre os canai
FREE
TeaCii Auto Fibonacci MTF is an implementation of Fibonacci Levels The indicator is simple and yet more powerful than those in the market IMPORTANT: UNIQUE SELLING POINTS - The Levels are set automatically - You can see ANY TIMEFRAME Levels in ANY Chart. E.g. Watch H1 on M1. Watch M1 on H1 - The Levels are available in Buffers for EA Use - Helps you to get an edge early in by using multi timeframe Parameters TimeFrame  :  The timeframe of the indicator. It can be same, higher or lower than the
r  qa*f 3214-* 85qa 812-3 ** fa- 143r- af- /1-q3*2 f*//* 23/-*rfa //*f-/s d - /-1 2/*32rf a-* /zfxv-* /wqr31q2 e8fva- f91 4-qr3f v6*a9-1 rfas 85/aw e/fs/-f+ 1*-rfra+sr5-*q+w/a ef-* 1244-erfv a5-wrtf4 2*-5 + f3sd- 8r321q8-f 8/a-,23q*+8rf /aw- 2413qr-f 5-1*r  sz/a aw3 favxz-3-/*-  2-3qrf/aw*3* afsdvx *23qref qwad5*-8 352*-fa8 5-813/ -rfa s8-fsdc x 858 3 8-23 q-r5we*f-a 53qr-
SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視覚
このプロダクトを購入した人は以下も購入しています
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
Golden Trend Indicator MT5
Noha Mohamed Fathy Younes Badr
4.89 (18)
Golden Trend indicator  is The best indicator for predicting trend movement this indicator never lags and never repaints and never back paints    and give  arrow buy and sell    before the candle appear  and it will help you and  will make your trading decisions clearer its work on all currencies and  gold and crypto and all time frame This unique  indicator uses very secret algorithms to catch the  trends, so you can trade using this indicator and see the trend clear on charts  manual guide and
PUMPING STATION – あなた専用の「オールインワン」戦略 PUMPING STATIONは、あなたのトレードをより楽しく、そして効果的に変えてくれる革新的なFXインジケーターです。ただの補助ツールではなく、強力なアルゴリズムを備えた本格的なトレーディングシステムで、より安定したトレードのスタートをサポートします。 この商品をご購入いただくと、以下の特典を無料でお付けします: 専用セットファイル:自動設定による最大パフォーマンスを実現。 ステップバイステップのビデオマニュアル:PUMPING STATION戦略の使い方を学べます。 Pumping Utility:PUMPING STATION専用の半自動トレードボットで、より快適かつシンプルな運用を可能にします。 ※ご購入後すぐにご連絡ください。追加リソースへのアクセスを提供いたします。 PUMPING STATIONの仕組み: トレンド管理:市場のトレンド方向を即座に判断。トレンドはあなたの最高の味方です。 エントリーサイン:チャート上の矢印で、取引のタイミングと方向を明確に示します。 明確な目標設定:インジケーターが自
VERSION MT4        —        ИНСТРУКЦИЯ RUS           —        INSTRUCTIONS  ENG 主な機能: レンダリングなしで正確な入力信号! シグナルが表示されると、それは関連性を維持します。これは、シグナルを提供してからそれを変更し、その結果、入金された資金が失われる可能性があるリドローインジケーターとの重要な違いです。より高い確率と精度で市場に参入できるようになりました。矢印が表示された後、ターゲットに到達する (利益確定) か反転シグナルが表示されるまで、ローソク足に色を付ける機能もあります。 STOP-LOSS/TAKE-PROFITゾーンの表示 エントリーポイントを検索する際の視覚的な明瞭さを改善するために、最適な市場エントリーポイントが検索される購入/販売ゾーンを最初に表示するモジュールが作成されました。ストップロスレベルを操作するための追加のインテリジェントロジックは、時間の経過とともにそのサイズを縮小するのに役立ち、それによって取引に参加するときの初期リスクを軽減します(Move SL)。 より高いタイ
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
反転ゾーン / ピークボリューム / 主要プレーヤーのアクティブゾーン =       TS TPSプロシステム 説明書 RUS       /       説明書     英語     /           バージョン MT4        このインジケーターを購入したすべての購入者は、さらに以下を無料で受け取ります: RFI SIGNALS サービスからの取引シグナルへの 6 か月間のアクセス - TPSproSYSTEM アルゴリズムに従った既製のエントリ ポイント。 定期的に更新されるトレーニング資料 - 戦略に没頭し、プロフェッショナル レベルを高めます。 平日は 24 時間 365 日サポート、非公開のトレーダー チャットへのアクセス - コミュニケーション、サポート、市場状況の分析。 著者の設定ファイル - 余分な労力をかけずに最大の結果を達成するための自動インジケーター設定。 主な機能: 売り手と買い手のアクティブなゾーンを表示します。 このインジケーターは、購入と販売の正しい最初のインパルス レベル/ゾーンをすべて表示します。これらのレベル/ゾーンがアクティブに
今、147ドル(いくつかの更新後に499ドルに増加します) - 無制限のアカウント(PCSまたはMac) RelicusRoad ユーザー マニュアル + トレーニング ビデオ + プライベート Discord グループへのアクセス + VIP ステータス 市場の新しい見方 RelicusRoad は、外国為替、先物、暗号通貨、株式、および指数の世界で最も強力な取引インジケーターであり、トレーダーに収益を維持するために必要なすべての情報とツールを提供します。初心者から上級者まで、すべてのトレーダーが成功するためのテクニカル分析と取引計画を提供します。これは、将来の市場を予測するのに十分な情報を提供する重要な取引指標です。意味をなさないチャート上のいくつかの異なる指標ではなく、完全な解決策を信じています.これは、信号、矢印 + 価格アクション情報を表示するオールインワンのインジケーターで、他に類を見ない非常に正確です。 強力な AI に基づいて、RelicusRoad は不足している情報とツールを提供して、あなたを教育し、トレーディングのプロ、成功したトレーダーにします。 ほと
「Entry In The Zone」と「SMC Multi Timeframe」は、スマートマネーコンセプト(SMC)に基づいたリアルタイム市場分析ツールです。このツールは、反転信号を効果的に統合し、マルチタイムフレーム構造検出を通じて主要な反転ゾーンを自動的に識別します。また、注目すべきポイント(POI)の識別も行います。これにより、トレーダーはより自信を持って、より構造化されたアプローチで取引計画を立て、意思決定を行うことができます。 主な機能: 自動市場構造検出(BOS CHoCH、mBOS mCHoCH) オーダーブロック、供給と需要ゾーン、フェアバリューギャップ(FVG)の識別 流動性ゾーン、プレミアムおよびディスカウントエリア、同一高値および同一安値 注目すべき同一高値 & 同一安値イント(POI) 取引セッションのタイミング(東京、ロンドン、ニューヨーク) 独自の取引スタイルに合わせたカスタマイズ可能なダッシュボード リアルタイムでの動作、シグナルの再描画なし。完全なマルチタイムフレームカバレッジで 自信を持った取引決定をサポートします。 *** SMC | スマー
FX Volume MT5
Daniel Stein
4.82 (17)
FX Volume:ブローカー視点で捉える本物の市場センチメント クイック概要 トレード手法をさらに高めたいとお考えですか? FX Volume は、リテールトレーダーやブローカーのポジション状況をリアルタイムで提供します。これは、COTのような遅延レポートよりもはるかに早く知ることができます。安定した利益を目指す方も、さらなる優位性を求める方も、 FX Volume は大きな不均衡を見極め、ブレイクアウトを確認し、リスク管理を洗練させるのに役立ちます。今すぐ始めて、実際の出来高データがどのように意思決定を変革するかを体感してください! 1. FX Volume がトレーダーにとって非常に有益な理由 高精度の早期警戒シグナル • 各通貨ペアを売買しているトレーダー数を、他者よりも早く、ほぼリアルタイムで把握できます。 • FX Volume は、複数のリテールブローカーから得られる本物の出来高データを収集し、分かりやすい形式で提供する 唯一 のツールです。 強力なリスク管理 • ロングやショートの大きな偏り(インバランス)を特定し、潜在的なトレンド転換を見逃しません。ストップ
Matrix Arrow Indicator MT5
Juvenille Emperor Limited
5 (13)
マトリックスアローインジケーターMT5は、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームインジケーターに続くユニークな10in1トレンドです。マトリックスアローインジケーターMT5は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。 平均方向移動指数(ADX) 商品チャネルインデックス(CCI) クラシック平研アシキャンドル 移動平均 移動平均収束発散(MACD) 相対活力指数(RVI) 相対力指数(RSI) 放物線SAR ストキャスティクス ウィリアムズのパーセント範囲 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。マトリックスアローインジケーターMT5は選択されたインディケーターからのみ情報を収集し、それらのデータのみに基づいてアローを印刷
FX Levels: あらゆる市場における非常に高精度なサポート&レジスタンス 概要 通貨ペア、株式指数、個別銘柄やコモディティなど、どのような市場でも信頼できるサポートとレジスタンスを特定したいですか? FX Levels は伝統的な “Lighthouse” メソッドと先進的な動的アプローチを融合し、ほぼ汎用的な精度を実現します。ブローカーの実務経験を活かし、自動化されたデイリー更新とリアルタイム更新を組み合わせることで、 FX Levels は反転ポイントを見つけ、利益目標を設定し、自信をもってトレードを管理するための手助けをします。今すぐ試してみて、サポート/レジスタンス分析の正確性がどれほどトレードを向上させるかを実感してください! 1. FX Levels がトレーダーにとって非常に有用な理由 非常に正確なサポート&レジスタンスゾーン • FX Levels は異なるブローカー環境でもほぼ同一のゾーンを生成するよう設計されており、データフィードの差異や時刻設定のずれによる不一致を解消します。 • つまり、どのブローカーを利用していても一貫したレベルが得られるため、戦
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
MetaBands M5
Vahidreza Heidar Gholami
4.5 (2)
MetaBandsは、強力でユニークなアルゴリズムを使用してチャンネルを描画し、トレンドを検出して、トレーダーに取引の入出ポイントを提供することができます。チャンネル指標に加えて、強力なトレンド指標でもあります。入力パラメータを使用して新しいチャンネルを作成するために、異なるタイプのチャンネルを統合することができます。MetaBandsは、市場のイベントについてユーザーに通知するために、すべてのタイプのアラートを使用します。 特徴 ほとんどのチャンネルアルゴリズムをサポート 強力なトレンド検出アルゴリズム 異なるタイプのチャンネルを統合する能力 マルチタイムフレームおよびマルチカレンシー(シグナルマトリックス) すべてのタイプのアラート機能(サウンド、画面フラッシャー、プッシュ通知、メール、ポップアップ、矢印) 再描画しない トレンド検出 MetaBandsは、チャネル内を振動する青いラインを使用してトレンドを検出します。ラインがチャネルの上部バンドに達すると、下降トレンドの開始を示し、下部バンドに達すると上昇トレンドの開始を示します。青いラインが中心ラインに近づくと、市場はコンソリ
MonetTrend — Премиум-индикатор для торговли по тренду (M30, H1, H4) MonetTrend — это мощный и визуально понятный трендовый индикатор, созданный для торговли на таймфреймах M30, H1 и H4. Он идеально подходит для работы с волатильными инструментами, такими как: • Золото (XAUUSD) • Криптовалюты (BTCUSD) • Валютные пары (EURUSD, USDJPY и др.) Ключевые особенности MonetTrend: • Автоматическое отображение Take Profit 1 (TP1) и Stop Loss (SL): После появления сигнала индикатор сразу показывает: • TP
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
MONEYTRON – ТВОЙ ЛИЧНЫЙ СИГНАЛ НА УСПЕХ! XAUUSD | AUDUSD | USDJPY | BTCUSD Поддержка таймфреймов: M5, M15, M30, H1 Почему трейдеры выбирают Moneytron? 82% успешных сделок — это не просто цифры, это результат продуманной логики, точного алгоритма и настоящей силы анализа. Автоматические сигналы на вход — не нужно гадать: когда покупать, когда продавать. 3 уровня Take Profit — ты сам выбираешь свой уровень прибыли: безопасный, уверенный или максимум. Четкий Stop Loss — контролируешь риск
Was: $299  Now: $149  Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings
このダッシュボードは、選択されたシンボルの最新の利用可能なハーモニックパターンを表示するので、時間を節約し、より効率的に /   MT4バージョン 。 無料インジケーター:   Basic Harmonic Pattern インジケーター列 Symbol : 選択したシンボルが表示されます。 Trend :   強気または弱気 Pattern : パターンの種類(ガートレー、バタフライ、バット、カニ、サメ、サイファー、ABCD) Entry : エントリー価格 SL: ストップロス価格 TP1: 1回目の利食い価格 TP2: 2回目の利食い価格 TP3:   3回目の利食い価格 Current price :   現在値 Age (in bars):    最後に描画されたパターンの年齢 主な入力項目 Symbols:   "28 Major Currency Pairs "または "Selected Symbols "から選択。 Selected Symbols:   カンマで区切られた監視したいシンボル("EURUSD,GBPUSD,XAUUSD")。ブローカーがペアに接
Elliott Wave Trend was designed for the scientific wave counting. This tool focuses to get rid of the vagueness of the classic Elliott Wave Counting using the guideline from the template and pattern approach. In doing so, firstly Elliott Wave Trend offers the template for your wave counting. Secondly, it offers Wave Structural Score to assist to identify accurate wave formation. It offers both impulse wave Structural Score and corrective wave Structure Score. Structural Score is the rating to sh
次世代の自動化された需要と供給のゾーン。どのチャートでも機能する新しい革新的なアルゴリズム。すべてのゾーンは、市場の価格行動に従って動的に作成されています。 2種類のアラート --> 1) 価格がゾーンに達したとき 2) 新しいゾーンが形成されたとき もう 1 つの役に立たない指標はありません。実績のある完全な取引戦略を手に入れることができます。     新機能:     価格が需給ゾーンに達したときにアラートを出す     新しい需給ゾーンが作成されたときにアラートを発します     プッシュ通知アラート     ピップ単位のゾーン幅ラベル     MTF のもう 1 つのタイムフレーム。したがって、現在より 2 時間足高いのではなく、現在より 3 時間足し上に見えるようになります。     アラート/ゾーン/MTF 機能を有効/無効にするボタン あなたが得る利点:     取引から感情を取り除きます。     取引エントリをオブジェクト化します。     確率の高いセットアップで利益を上げましょう。     描画ゾーンから時間を節約します。
初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色のトリガーラインに当たった場
IQ Gold Gann Levels a non-repainting, precision tool designed exclusively for XAUUSD/Gold intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Download
これはMT5のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。 あら
優れたテクニカルインジケーター「Grabber」をご紹介します。これは、すぐに使える「オールインワン」トレーディング戦略として機能します。 ひとつのコードに、市場のテクニカル分析ツール、取引シグナル(矢印)、アラート機能、プッシュ通知が強力に統合されています。 このインジケーターを購入された方には、以下の特典を無料で提供します: Grabberユーティリティ:オープンポジションを自動で管理するツール ステップバイステップのビデオマニュアル:インジケーターのインストール、設定、取引方法を解説 カスタムセットファイル:インジケーターをすばやく自動設定し、最大限の成果を出すための設定ファイル 他の戦略はもう忘れてください!Grabberだけが、あなたを新たなトレードの高みへと導いてくれるのです。 Grabber戦略の主な特徴: 推奨タイムフレーム:M5〜H4 対応通貨ペア・資産:どれでも使用可能ですが、私が実際に検証した以下を推奨します(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、E
発見が困難で頻度が少ないため、分岐は最も信頼できる取引シナリオの1つです。このインジケーターは、お気に入りのオシレーターを使用して、通常の隠れた分岐点を自動的に見つけてスキャンします。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 取引が簡単 通常の隠れた発散を見つけます 多くのよく知られている発振器をサポート ブレイクアウトに基づいて取引シグナルを実装します 適切なストップロスおよび利益レベルを表示します 設定可能なオシレーターパラメーター カスタマイズ可能な色とサイズ バー単位でサイズ別に分岐をフィルタリング パフォーマンス統計を実装します 電子メール/音声/視覚アラートを実装します 幅広い市場の見通しを提供するために、異なるオシレーターを使用して、干渉なしで同じチャートにインジケーターを何度もロードできます。このインジケーターは、次のオシレーターをサポートしています。 RSI CCI MACD オスマ 確率的 勢い 素晴らしい発振器 加速器発振器 ウィリアムズパーセントレンジ 相対活力指数 特に外国為替市場では、
まず最初に、このトレーディングインジケーターは「再描画なし」「再描画なし」「遅延なし」であることを強調する価値があります。これにより、手動取引とアルゴリズム取引の両方に最適です。 ユーザーマニュアル、プリセット、オンラインサポートが含まれています。 AI Trend Pro Maxは、精度、力、シンプルさを求めるトレーダーのために設計された洗練されたオールインワンのトレーディングシステムです。以前のインジケーターを通じて何年もの開発を経ており、これは現在までの最も進化したバージョンで、複数の信号層、プロフェッショナルグレードのフィルター、およびスマートなユーザーインターフェースを備えています。 初心者でもプロのトレーダーでも、AI Trend Pro Maxは、どんな市場状況でも自信を持って取引するために必要なすべてを提供します。 主要な戦略とシステムのロジック: マルチレイヤー信号エンジン:トレンドモメンタム、価格強度、ボリューム、RSI、ボリンジャーバンド、そしてキャンドルカラー論理を組み合わせ、高確率のエントリーを提供します。 トレンドモメンタム:トレンドが強化されているの
The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time frames, although it is recommen
Royal Scalping Indicator is an advanced price adaptive indicator designed to generate high-quality trading signals. Built-in multi-timeframe and multi-currency capabilities make it even more powerful to have configurations based on different symbols and timeframes. This indicator is perfect for scalp trades as well as swing trades. Royal Scalping is not just an indicator, but a trading strategy itself. Features Price Adaptive Trend Detector Algorithm Multi-Timeframe and Multi-Currency Trend Low
Spot the Trend. Read the Pattern. Time the Entry. 3 Steps in Under 30 Seconds! Trade effortlessly — no analysis required, Your smart assistant is ready to simplify your workflow No more chart overload. Trade with confidence using smart bias detection. Compatible with all currencies, crypto, stocks, metals, indices, and any timeframe. Just click and execute — it’s that simple. Deal for busy traders who want speed and clarity. TPTSyncX is a powerful all-in-one MetaTrader 5 indicator that seamless
MetaForecast M5
Vahidreza Heidar Gholami
5 (3)
MetaForecastは、価格データのハーモニクスに基づいて、どんな市場の未来を予測し視覚化します。市場が常に予測可能ではありませんが、価格にパターンがある場合、MetaForecastは可能な限り正確な未来を予測できます。他の類似製品と比較して、MetaForecastは市場のトレンドを分析することでより正確な結果を生成することができます。 入力パラメータ Past size (過去のサイズ) MetaForecastが将来の予測を生成するために使用するバーの数を指定します。モデルは選択したバー上に描かれた黄色の線で表されます。 Future size (将来のサイズ) 予測すべき将来のバーの数を指定します。予測された将来は、ピンクの線で表示され、その上に青い回帰線が描かれます。 Degree (程度) この入力は、MetaForecastが市場で行う分析のレベルを決定します。 Degree 説明  0 Degree 0の場合、価格の全てのピークや谷、そして詳細をカバーするために、「Past size」の入力に大きな値を使用することが推奨されています。  1 (推奨) Degre
作者のその他のプロダクト
EAsiTrader: Advanced Strategy Creation & Automation for MetaTrader 5 EAsiTrader is designed for those who want to eliminate the hassle of programming and drastically accelerate the process of creating Expert Advisors, making strategy development faster and more efficient. EAsiTrader is a versatile trading tool designed specifically for MetaTrader 5, providing automation features and a comprehensive set of tools to help users build, test, and refine and run trading strategies. EAsiTrader adapts
FREE
AutoFib: Advanced Fibonacci Retracement for MetaTrader 5 Automate Fibonacci Analysis for Smarter Trading Decisions AutoFib simplifies Fibonacci retracement analysis by automatically identifying key levels of support and resistance directly on your MT5 charts. Whether you're new to Fibonacci analysis or an advanced trader, AutoFib enhances your ability to identify potential reversals, continuations, and critical price levels. Key Features: Automatic Fibonacci Levels – Identify retracement and ext
Japanese Candle Patterns (JCP) User Guide Overview and Features Japanese candlestick patterns, a foundational element of technical analysis, provide traders with visual insights into market psychology. Each pattern represents the battle between bulls and bears, encapsulating critical information about market sentiment, potential reversals, and continuation signals. Developed centuries ago and later popularized by Steve Nison in Japanese Candlestick Charting Techniques , these patterns are now wi
EAsiTrader: Advanced Strategy Creation & Automation for MetaTrader 5 EAsiTrader is designed for those who want to eliminate the hassle of programming and drastically accelerate the process of creating Expert Advisors, making strategy development faster and more efficient. EAsiTrader is a versatile trading tool designed specifically for MetaTrader 5, providing automation features and a comprehensive set of tools to help users build, test, and refine and run trading strategies. EAsiTrader adapts
ABH - Candle Component Analysis - User Guide Overview and Features The   ABH - Average Bar Height   indicator is designed to help traders analyze market volatility and identify potential buy and sell signals by measuring the average size of each candlestick component over a specific period. The indicator calculates and displays four lines representing different candlestick metrics. By analyzing these values, traders can interpret market strength, volatility, and potential trend changes. Beyond
NTL Market Times Indicator The NTL Market Times Indicator for MT5 provides a clear unobtrusive display of the opening and closing times of the world’s major Forex trading centers. It automatically adjusts for UK daylight saving time, ensuring reliable market session information all year round. Main Features Major Markets: Displays New York, London, Frankfurt, Sydney, and Tokyo trading hours. Color-Coded Sessions: Each market session is uniquely color-coded for quick identification on the chart.
NTL HLines
Northen Trading Labs
HLines User Guide Overview and Features The NTL HLines Indicator is designed to elevate your trading with precise support and resistance analysis. Utilizing a sophisticated algorithm, this MQL5 indicator scans for high-probability price levels across multiple timeframes, helping traders pinpoint strategic entry and exit zones. With fully customizable pivot scanning and multi-timeframe support, HLines provides a powerful, adaptable toolset for traders of all experience levels. Key features includ
フィルタ:
レビューなし
レビューに返信