• 概要
  • レビュー
  • コメント
  • 最新情報

MAi

Professional 0 Lag Moving Averages Indicator

MAi Indicator is a complete of moving averages with no lag.
With MAi you can finally trade in real time with no lag, so your trading becomes more precise, realistic and more effectively.
Please see included averages and the combinations with “Hull” equation below in code section.
MAi indicator can run many instances, for all time frames at once, so you can test and compare results with different settings.
It is very fast and has like all our indicators a built-in "slider history testing" technology.
Program is design to operate in 2 automatic modes:

1. Slider mode

Turns on when attaching the indicator to the Chart or Visual Tester.
Here you can test/set your settings back in history with “slider” up to 32767 bars.
So, while Visual Testing EA, you can attach the indicator and easily adjust input parameters for critical points.
On Tester (only) you can exit "Slider mode" by pressing the <Esc> key.
You can easily switch between time frames on the selected position and compare the results.
Please watch “switching” in HD … https://youtu.be/D2BeTLSPbY4
2. Expert mode
Turns on when starting the indicator through expert with "iCustom" function.
It is designed only for EA use and “slider history testing” is disabled.
Indicator is equipped with “Error control”, so that you can always see what is going wrong and correct this.
It is tested and works very well in our EA “PointerX”.
Please watch “testing” in HD … https://youtu.be/L5VYcW3L_Ms

All this makes it an easy-to-use trend trading system for beginners, advanced and professional traders.

How to trade with MAi?

It is very simple. If MAi line goes up then BUY, when goes down SELL.
You also have many other options (two instances with different settings, when the line intersects the other, use in other indicators …).
We recommend to run more instances of indicator on different timeframes, with different settings for better results (M5, M15, H1, H4).

For programmers

You can include in EA-s:

enum method
{
   SMA         =0,   /*SMA (Simple_MA)*/
   LWMA        =1,   /*LWMA (Linear_Weighted_MA)*/
   SWMA        =2,   /*SWMA (Sine_Weighted_MA)*/
   LSMA        =3,   /*LSMA (Least_Squares_MA)*/
   TRIMA       =4,   /*TRIMA (Triangular_MA)*/
   ILRS        =5,   /*ILRS (Integral_of_Linear_Regression_Slope)*/
   EMA         =6,   /*EMA (Exponential_MA)*/
   DEMA        =7,   /*DEMA (Double_EMA)*/
   MDEMA       =8,   /*MDEMA (Median_DEMA)*/
   TEMA        =9,   /*TEMA (Triple_EMA)*/
   REMA        =10,  /*REMA (Regularized_EMA)*/
   T3          =11,  /*T3 (Tillson)*/
   EMA_Hull    =12,  /*EMA_Hull*/
   DEMA_Hull   =13,  /*DEMA_Hull*/
   TEMA_Hull   =14,  /*TEMA_Hull*/
   REMA_Hull   =15,  /*REMA_Hull*/
   T3_Hull     =16,  /*T3_Hull*/
};

The known commands to retrieve current and previous value are for MQL4:

double maiCur=iCustom(NULL,MA_TF_,"MAi",MA_MTD_,a_st_,a_sm_,a_vf_,a_lam_,1,0,1);
double maiPrev=iCustom(NULL,MA_TF_,"MAi",MA_MTD_,a_st_,a_sm_,a_vf_,a_lam_,1,0,2);
if (maiCur>maiPrev) buyMAI_=true;
if (maiCur<maiPrev) sellMAI_=true;

where:

  • NULL = current symbol
  • MA_TF_ = enum_timeframes
  • "MAi" = path/name of the custom indicator compiled program
  • MA_MTD_ = method (from 0-16 in above order)
  • a_st_ = indicator step
  • a_sm_ = smooth (lines smoothness)
  • a_vf_ = v_factor (volume factor)
  • a_lam_ = lambda
  • 1 = last bar (1 for precise results, because bar 0 is usually not completed)
  • 0 = line index
  • 1(2) = shift

MAi input parameters settings

The order from left to right is: name, [default value], min-max value.
If you accidentally enter a lower or higher value, the min-max value is used.
  • Method [LSMA] – indicator method
  • Step [25] 0-100 – indicator step
  • *Smooth [0] 0-100 – lines smoothness
  • *V_factor [1.0] 0.0-50.0 – volume factor
  • *Lambda [0.3] 0.0-100.0 – lambda (enabled only for REMA, REMA_Hull)
  • LastBar [0] 0-6000 – drawing the last bar (left-right descending order, 0 is the last)
  • PastBars [100] 1-6000 – bars drawing to the past (to the left)

*for certain methods is disabled, depending on the nature of the MA-s

Additional information

The demo version is built to demonstrate the main features and usability of MAi, MAiDemo.
If you like to use MAi unlimited or within an EA you have to buy or rent this product.
Are you satisfied with our work? Share your experiences and leave a comment.
If you need help using our trading tools or you have an issue or question, please contact me.
VLabs

おすすめのプロダクト
SX Currency Strength indicator allows users to analyze currency strength through a selected period, with results resetting periodically and accumulating thereafter. It displays the historical relative strength of eight major currencies (USD, EUR, GBP, JPY, AUD, CHF, CAD and NZD) across a selected timeframe. Assessing a currency's relative strength aids in evaluating its performance against a basket of other currencies. Users can select to visualize relative strength of the currencies in the shap
Questo indicatore fractal ti invierà un messaggio telefonico (tramite app mt4) non è necessaria la configurazione dell'indicatore, basta impostare l'ID del tuo smartphone e potrai ricevere il messaggio BUY o SELL in tempo reale (affidabilità 80%) per qualsiasi domanda o dubbio non esitate a contattarmi su mql5.com o telegram (link al gruppo disponibile in bio)
Indicator that alerts by push  notification to the mobile phone or by alert on the platform of the touch of the candle with the selected average. The alarm can be set to receive "x" seconds before the candle closes. Specially suitable for those who cannot or want to spend a lot of time in front of the screens to see a movement start from a moving average and therefore miss the movement. You can configure any average method and the time to receive the alert before the candle closes.
Description:  For a comprehensive understanding of our indicators, we invite you to explore the entire Q&A section within this MQL5 blog post   here . The "Divergence Strategy Indicator" is an advanced technical analysis tool designed to identify potential trend reversals and trend continuation opportunities in the market. It leverages the concept of divergence, a powerful phenomenon that occurs when price action diverges from an oscillator, indicating underlying shifts in market sentiment. Spot
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
Description:  For a comprehensive understanding of our indicators, we invite you to explore the entire Q&A section within this MQL5 blog post   here . The "Divergence Strategy Indicator" is an advanced technical analysis tool designed to identify potential trend reversals and trend continuation opportunities in the market. It leverages the concept of divergence, a powerful phenomenon that occurs when price action diverges from an oscillator, indicating underlying shifts in market sentiment. Spot
Decent Trading Tools, The ones that separate the Winners from the Losers, do not have to be expensive. This is the second out of a series of two indicators from the magic series. This indicator is Magic Correlation , this is the Middle Indicator in the screenshot. The indicator plots up to 30 instruments and visualizes events like: Time, Start, End and Duration of the events. Underlying Correlation. Trend Strength. Front Runners and Laggards. Directions. Patterns. What normally remains hidden be
Description:  For a comprehensive understanding of our indicators, we invite you to explore the entire Q&A section within this MQL5 blog post   here . The "Divergence Strategy Indicator" is an advanced technical analysis tool designed to identify potential trend reversals and trend continuation opportunities in the market. It leverages the concept of divergence, a powerful phenomenon that occurs when price action diverges from an oscillator, indicating underlying shifts in market sentiment. Spo
The most effective signals generated by Ichimoku strategies. Ichimoku Trade Alarm is a supplement for Ichimoku Trade Panel and it shows the signals that Expert Advisor reacts to. Visualization of signals:  Price / Kijun sen cross - the candle body must be between Min_Candlestick_Body and Max_Candlestick_Body. The candle must close above / below Kijun sen, minimum in 1/3 of its body. Open candle must be located above / below Kijun sen. Chinkou span must be under the price of 26 periods in advanc
Description:  For a comprehensive understanding of our indicators, we invite you to explore the entire Q&A section within this MQL5 blog post   here . The "Divergence Strategy Indicator" is an advanced technical analysis tool designed to identify potential trend reversals and trend continuation opportunities in the market. It leverages the concept of divergence, a powerful phenomenon that occurs when price action diverges from an oscillator, indicating underlying shifts in market sentiment. Spot
Description:  For a comprehensive understanding of our indicators, we invite you to explore the entire Q&A section within this MQL5 blog post   here . The "High Spread Alert" Indicator is a valuable tool for traders, providing real-time information about spread fluctuations in the forex market. As a technical analysis tool, it helps traders make informed decisions by alerting them to periods of high spread, which can impact trading conditions and execution. Key Features: Spread Monitoring: The i
FREE
This indicator may or may not be within your interest but I call it Cosmic Dream. When I backtested the indicator, colored level zones appear on your chart. It can work on any currency pair you want. There are 5 level zones. 5 are red and 5 are green. The purpose of this indicator is to let traders see the number of level zones. The interval of the zones is 50 at best. In terms of zone width, the number is 10. It can utilized for any direction. The colors will be visible as long as the indicator
Ticks Line Chart is a professional indicator for the MetaTrader 4 platform. This indicator allows displaying a tick chart in a separate window, so that you can see price changes inside bars. Note that the Strategy Tester of the MetaTrader 4 trading platform only shows the static spread, that is why in in the tester the distance between the ASK and Bid prices will always be the same. Indicator Benefits Perfect for scalping. A unique indicator, there are no free analogues. Using the flexible indi
Xmasterインジケーターの新しいより正確なバージョン。最も効果的で正確な式を得るために、世界中の200以上のトレーダーが、PCでこのインジケーターのさまざまな組み合わせの15,000以上のテストを実施しました。そしてここでは、正確なシグナルを表示し、再ペイントしない「Xmasterフォーミュラインジケーター外国為替再ペイントなし」インジケーターを紹介します。このインジケーターはまた、電子メールとプッシュによってトレーダーにシグナルを送信します。新しいティックが到着するたびに、75以上のパラメーターで市場を常に分析し、トレーダーに正確な売買シグナルを示します。また、このインディケータの助けを借りて、正しい方向で取引を開始するためにトレンドが現在どの方向に進んでいるかを確認できます。 新しい「Xmasterフォーミュラインジケーターforexno repaint」インジケーターはどのように機能し、古いバージョンと何が違うのですか? まず第一に、それは世界中のさまざまなトレーダーによって15,000回以上テストされた最も最適化された市場分析アルゴリズムです。 第二に、このインジケーター
The indicator analyzes the change in the minimum and maximum prices of the previous bars fixing the entrance of the big players. If the change (delta) increases, a signal is displayed on the graph in the form of an arrow. At the same time, virtual trade on history is carried out. In case of a repeat of the signal, the positions are increased (refilling). Thus the lot of positions can differ. The results of virtual trading in the form of losses / losses, profitability, drawdown and transaction li
MCTC is the most advanced multicurrency strength indicator for day trading, that does NOT use moving averages. This versatile strength meter has many settings that can be customized to suit the day traders needs. With up to 12 customization time periods, automatic calculation and graph plotting of previous period high/low values, 2 side meters showing currency strength, pair strength, points movement, points movement from previous periods, percentage, and pressure. Clickable chart for fast switc
PW Oscillator
Svyatoslav Kucher
5 (1)
PW Oscillator   - индикатор предназначенный для поиска локальных экстремумов, определения текущей тенденции. В расчетах индикатора используется авторская методика. С помощью индикатора можно определять места возможного разворота цены желательно в направлении тенденции, но также с достаточной точностью и против нее. Также с помощью индикатора можно определять текущую тенденцию. Индикатор подходит для любых валютных пар, но для адекватного отображения показания необходимо, чтобы было достаточно ис
Relative Trend Bias The Relative Trend Bias indicator is a simple indicator that helps you identify the current directional movement bias of a financial instrument based on the number of bars specified. Helps you identify the current trend based on a bar period of your choice Shows you level "safety zones" for reversals Shows you when the trade bias changes while the indicator is active on the chart  Indicator is forward facing.  It does not backdraw/backpaint but it can be tested on the indica
RaysFX MACD Divergence Presentiamo RaysFX MACD Divergence, un indicatore di trading avanzato progettato per i trader moderni. Questo indicatore utilizza la divergenza MACD, uno dei metodi più affidabili nel mondo del trading, per fornirti segnali di trading precisi e tempestivi. Caratteristiche principali: Divergenza MACD: L’indicatore identifica e traccia le divergenze MACD, fornendo segnali di trading potenzialmente redditizi. Personalizzabile: Puoi personalizzare i parametri dell’EMA veloce,
VR Grid
Vladimir Pastushak
5 (3)
VR グリッド インジケーターは、ユーザー定義の設定を使用してグラフィカル グリッドを作成するように 設計 されています。 標準グリッド とは異なり、VR グリッドは 円形レベル を構築するために使用されます。ユーザーの選択に応じて、ラウンド レベル間のステップは任意に設定できます。さらに、他のインジケーターやユーティリティとは異なり、VR Grid は期間が変更されたり、端末が再起動されたりした場合でも、 グリッドの位置を維持 します。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 5] 垂直レベル は実際の時間間隔に基づいており、 欠落している または存在しない期間は無視します。したがって、レベル間のステップは、ユーザーが選択した値に厳密に対応します。 VR グリッド インジケーターを使用すると、トレーダーは任意のレベルで 垂直線と水平線のスタイル 、色、太さを変更できます。これにより、金融商品の ラウンドレベル を制御できます。 ラウンド
FREE
KT Volume Profile shows the volume accumulation data as a histogram on the y-axis providing an ability to find out the trading activity over specified time periods and price levels. Point of Control (POC) in a Volume Profile POC represents a price level that coincides with the highest traded volume within the whole volume profile histogram. POC is mostly used as a support/resistance or as an essential price level where market retest before going in a specific direction. Features Very easy to u
This indicator compares the pips of the current day with the average of pips made in the previous three days. The "Percentage today range" is red if today's figure is less than the range of the previous three days, but turns green when the percentage exceeds 100%. When the range exceeds 100% there are good trading opportunities because we are in the presence of increased volatility of the past three days. Best use with Banks Day Levels indicator. Parameters settings corner (indicator display po
Gann Line indicator is usually used in combination with other Gann’s techniques, some say this is a key point in its success. The Gann line is interpreted as trend indicator, a series of higher highs and higher lows in it's trend are considered bullish, and a series of lower lows and lower highs are bearish. As with other technical indicators, for better results Gann Line should be used in combination with other technical concepts as Gann Fan, fibo, swings, supports and resistance, etc. When rev
The Vortex Indicator was inspired by the work of an Austrian inventor, Viktor Schauberger, who studied the flow of water in rivers and turbines. Etienne Botes and Douglas Siepman developed the idea that movements and flows within financial markets are similar to the vortex motions found in water. The Vortex Indicator was also partly inspired by J. Welles Wilder's concept of directional movement, which assumes the relationship between price bars gives clues as to the direction of a market. This i
Description:  For a comprehensive understanding of our indicators, we invite you to explore the entire Q&A section within this MQL5 blog post   here . The "Divergence Strategy Indicator" is an advanced technical analysis tool designed to identify potential trend reversals and trend continuation opportunities in the market. It leverages the concept of divergence, a powerful phenomenon that occurs when price action diverges from an oscillator, indicating underlying shifts in market sentiment. Spo
Gold TMAF MTF   - これは最高の株式テクニカル指標です。指標のアルゴリズムは、資産の値動きを分析し、ボラティリティと潜在的なエントリーゾーンを反映しています。 最高の指標シグナル: - 売りの場合 = TMA2の赤い上限がTMA1の赤い上限の上にある場合 + 上記の赤いフラクタル指標 + 同じ方向に黄色のSRシグナル矢印。 - 買いの場合 = TMA2の青い下限線がTMA1の青い下限線より下にある場合 + 下からの青いフラクタル指標 + 同じ方向の水色のSRシグナル矢印。 このインディケータの利点 1. このインディケータは、高精度のシグナルを生成します。 2. 確定した矢印シグナルは再描画されませんが、フラクタルシグナルは半周期再描画されます。 3. どのブローカーのMetaTrader 4取引プラットフォームでも取引できます。 4. あらゆる資産(通貨、金属、暗号通貨、株式、指数など)を取引できます。 5. M30-H1タイムフレーム(中期取引)で取引するのがよい。 6. 各トレーダーがインディケータを自分用に簡単にカスタマイズできるよう、インディ
The Moving Average Dashboard indicator allows you to see the relationship between a fast and a slow moving average. This indicator is working on multiple symbols and up to 21 timeframes. It's allows you to configure the fast and slow moving averages to whatever period, method or price is appropriate The Moving Average Dashboard saves you time as you can use the indicator to scan multiple currency pairs or other symbols in just one window. Installation Download the Indicator in your MT5 termi
"The trend is your friend" is one of the best known sayings in investing, because capturing large trendy price movements can be extremely profitable. However, trading with the trend is often easier said than done, because many indicators are based on price reversals not trends. These aren't very effective at identifying trendy periods, or predicting whether trends will continue. We developed the Trendiness Index to help address this problem by indicating the strength and direction of price trend
The ZigZag indicator provide a good perspective on how the prices are moving, especially when identifying the higher highs or the lower lows. Without using the mouse to measure the extremums, the ZigZag indication can sometimes give a false sense of how much the market have moved, especially when the scale is changed. Hence, the idea for this indicator is born. This indicator provides the typical zig-zag indication with the value added movement delta in pips at each extremums (extreme points). T
Market Profile Shows where the price has spent more time, highlighting important levels that can be used in trading. It is a powerful tool which is designed to take the fundamental components which comprise every market; price/volume/time, and visually display their relationship in real-time as the market develops for a pre-determined time period. Very powerful tool!
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
Golden Trend Indicator
Noha Mohamed Fathy Younes Badr
5 (8)
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
指示する     ロシア     -        utilizar con   el indicador の ESP 推奨事項 -   TPSpro トレンド プロフェッショナル版 -   MT5のバージョン 最も重要なことは、将来においても最も重要なことです。 機能のプリンシパル: ゾーンのほとんどは、ベンダーとコンプラドールによってアクティブ化されます。 状況を直感的に把握できるよう、初期の衝動を修正します。 LOGIC AI: MUESTRA zonas (círculos) parabuscar puntos de entrada cuando se activa una plantilla 視覚的に優れた視覚効果があり、最も重要な機能がすべて揃っていることに注意してください。 優れたニベレス/ゾーンの視覚化 (modo MTF) 世界で最も人気のある場所/ゾーンです。これを使用するのに最適な方法です (   TPSproTREND PRO   )。 アルゴリズム プロフェッショナル セパラド パソ ア パソ パラ オペラ それは、オペラハウスやコントラ・デ・エラの指導におい
TPSpro TREND PRO は 、市場を自動的に分析し、トレンドとその各変化に関する情報を提供し、再描画せずに取引に参加するためのシグナルを提供するトレンド指標です。 インディケータは各ローソク足を使用し、個別に分析します。さまざまなインパルス(アップまたはダウンインパルス)を指します。通貨、仮想通貨、金属、株、指数の取引への正確なエントリーポイント! バージョンMT5                   インジケーターの完全な説明   インジケーター -   RFI LEVELS と併用することをお勧めします。 主な機能: レンダリングなしで正確な入力信号! シグナルが表示された場合、それは関連性を維持します。これは、シグナルを提供してからそれを変更する可能性があり、入金時の資金の損失につながる可能性があるリドローインジケーターとの重要な違いです。より高い確率と精度で市場に参入できるようになりました。矢印が表示された後、ターゲットに達する (利益確定) か反転シグナルが表示されるまで、ローソク足を色付けする機能もあります。 STOP LOSS / TAKE PROFITゾー
5 copies left before price increases to $120! After your purchase, feel free to contact me for more details on how to receive a bonus indicator called VFI, which pairs perfectly with Easy Breakout for enhanced confluence!   Easy Breakout is a powerful price action trading system built on one of the most popular and widely trusted strategies among traders: the Breakout strategy ! This indicator delivers crystal-clear Buy and Sell signals based on breakouts from key support and resistance zone
Dynamic Forex28 Navigator - 次世代の Forex 取引ツール。 現在 49% オフ。 Dynamic Forex28 Navigator は、長年人気のインジケーターを進化させたもので、3 つの機能を 1 つにまとめています。 Advanced Currency Strength28 インジケーター (レビュー 695 件)  + Advanced Currency IMPULSE with ALERT (レビュー 520 件) + CS28 コンボ シグナル (ボーナス)。 インジケーターの詳細 https://www.mql5.com/en/blogs/post/758844 次世代の Strength インジケーターが提供するもの  オリジナルで気に入っていたすべての機能が、新機能と精度の向上によって強化されました。 主な機能: 独自の通貨強度計算式。 すべての時間枠でスムーズかつ正確な強度ライン。 トレンドの特定と正確なエントリーに最適です。 ダイナミックマーケットフィボナッチレベル (マーケットフィボナッチ)。 このインジケーターに固有
!SPECIAL SALE!  An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability
購入後にコメントを残すと、高品質なインジケーター4つをボーナスとして受け取れます。 Chart Patterns All-in-One インジケーターは、トレーダーがテクニカル分析で一般的に使用されるさまざまなチャートパターンを視覚化するのに役立ちます。このインジケーターは市場の潜在的な動きを特定するのに役立ちますが、収益性を保証するものではありません。購入前にデモモードでテストすることをお勧めします。 現在のオファー : 「Chart Patterns All in One」インジケーターが50%割引。 含まれるパターン : 1-2-3 パターン : 3つの主要なポイント(高値または安値)を使用して市場の反転を検出します。 買い : 2つの連続する安値の後に、前の高値よりも低い高値が出現。 売り : 2つの連続する高値の後に、前の安値よりも高い安値が出現。 可視化 : 特定されたポイントを線と矢印で接続。 ダブルトップとダブルボトム : 価格がほぼ同じ2つの連続した高値(ダブルトップ)または安値(ダブルボトム)を形成したときに、反転の可能性を示します。 ダブルトップ : ベアリッシュ
MTF Supply Demand Zones
Georgios Kalomoiropoulos
4.82 (22)
次世代の自動化された需要と供給のゾーン。どのチャートでも機能する新しい革新的なアルゴリズム。すべてのゾーンは、市場の価格行動に従って動的に作成されています。 2種類のアラート --> 1) 価格がゾーンに達したとき 2) 新しいゾーンが形成されたとき もう 1 つの役に立たない指標はありません。実績のある完全な取引戦略を手に入れることができます。     新機能:     価格が需給ゾーンに達したときにアラートを出す     新しい需給ゾーンが作成されたときにアラートを発します     プッシュ通知アラート     ピップ単位のゾーン幅ラベル     MTF のもう 1 つのタイムフレーム。したがって、現在より 2 時間足高いのではなく、現在より 3 時間足し上に見えるようになります。     アラート/ゾーン/MTF 機能を有効/無効にするボタン あなたが得る利点:     取引から感情を取り除きます。     取引エントリをオブジェクト化します。     確率の高いセットアップで利益を上げましょう。     描画ゾーンから時間を節約します。
Enjoy a   50% OFF   Christmas holiday sale!   Send us a message after your purchase to receive more information on how to get your  BONUS  for FREE  that works in great combination with Bull vs Bear ! Bull versus Bear is an easy-to-use Forex indicator that gives traders clear and accurate signals based on clear trend retests . Forget about lagging indicators or staring at charts for hours because  Bull vs Bear provides real-time entries with no lag and no repaint, so you can trade with confide
究極の通貨強度計「FXパワーNG」の実力をフルに引き出す FX Powerは8年以上にわたり、信頼性の高い正確な通貨強度分析で世界中のトレーダーに力を与えてきました。 そして今、FXパワーNGはこの信頼できるツールを次のレベルに引き上げ、比類のない精度、カスタマイズ性、そして洞察力をあなたの取引にもたらす高度な機能を提供します。 FX Power NGが真剣なトレーダーの必需品である理由とは? FX Power NGは、初代FX Powerでご好評いただいたすべての機能をベースに、重要な追加と改良を加えています: 金強度分析(XAU):通貨ペアとともに金の強さを追跡し、より広範な市場洞察を得ることができます。 洗練された計算:すべての分析において、より正確で信頼性の高い結果が得られます。 カスタマイズ可能な分析期間:日中から長期的な洞察まで、取引戦略に合わせて分析期間を調整できます。 高度なマルチインスタンス設定:複数の時間枠や戦略の分析に最適な、包括的なビューのために複数のインスタンスを実行します。 グラフィックの無制限カスタマイズ:各チャートの色やスタイルを取引環境に合わせてカ
FX Volume
Daniel Stein
4.58 (33)
FX Volume:ブローカー視点で捉える本物の市場センチメント クイック概要 トレード手法をさらに高めたいとお考えですか? FX Volume は、リテールトレーダーやブローカーのポジション状況をリアルタイムで提供します。これは、COTのような遅延レポートよりもはるかに早く知ることができます。安定した利益を目指す方も、さらなる優位性を求める方も、 FX Volume は大きな不均衡を見極め、ブレイクアウトを確認し、リスク管理を洗練させるのに役立ちます。今すぐ始めて、実際の出来高データがどのように意思決定を変革するかを体感してください! 1. FX Volume がトレーダーにとって非常に有益な理由 高精度の早期警戒シグナル • 各通貨ペアを売買しているトレーダー数を、他者よりも早く、ほぼリアルタイムで把握できます。 • FX Volume は、複数のリテールブローカーから得られる本物の出来高データを収集し、分かりやすい形式で提供する 唯一 のツールです。 強力なリスク管理 • ロングやショートの大きな偏り(インバランス)を特定し、潜在的なトレンド転換を見逃しません。ストップ
Trend Reversal – MT4でトレンド転換を識別するための味方 市場分析を強化し、より賢明な意思決定を行うための強力で直感的なツールをお探しですか?Trend Reversalインジケーターは、MetaTrader 4プラットフォーム上でトレンド転換ポイントを正確に特定したいトレーダーのために特別に設計されています。 高度なアルゴリズムと実証済みの技術を組み合わせたTrend Reversalは、明確で視覚的なシグナルを提供し、市場の重要な瞬間を認識するのに役立ちます。 Trend Reversalの主な特徴 簡単で正確 インジケーターは、トレンド転換を矢印で示します。緑の矢印は上昇トレンドの可能性を、赤の矢印は下降トレンドの可能性を示します。これにより、最も重要な転換点を即座に視覚的に把握できます。 カスタマイズ可能なパラメータ あなたのトレーディングスタイルに最適化するために、Trend Reversalは完全に設定可能です: 高速・低速移動平均線:シグナルを最適化するために移動平均線を調整します。 RSI期間とボリンジャーバンド:市場変動に対する感度を調整します
TrendMaestro
Stefano Frisetti
5 (3)
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
Forex Gunslinger は、MTF モードでサポート/レジスタンス、クロスオーバー、オシレーターを組み合わせるというアイデアに基づいて設計された、買い/売りのリバーサル シグナル インジケーターです。すべてが揃うと、インジケーターは買いまたは売りのシグナルを生成します。このインジケーターは MTF のアイデアに基づいていますが、アルゴリズムは非常に安定しており、信頼性の高い反転シグナルを生成します。これは MTF タイプのインジケーターで、より高い時間枠またはより低い時間枠を使用して現在のチャートのシグナルを計算できます。ただし、非 mtf モードでも使用できます。ただし、元のアイデアは、インジケーターを真に輝かせる MTF モードで使用することでした。 Forex Gunslinger インジケーターは、あらゆる取引手段と時間枠で使用できます。通貨、指数、株式、仮想通貨、金属で使用できます。あらゆる取引手段で機能します。 このインジケーターは、PUSH 通知を含むあらゆる種類のアラートを提供します。 取引のヒントと素晴らしいボーナスを入手するには、購入後にご連絡ください。
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
現在31%オフ! 初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色のトリガ
現在20%OFF! 初心者やエキスパートトレーダーに最適なソリューションです。 このインディケータは、エキゾチックペア・コモディティ・インデックス・先物など、あらゆるシンボルの通貨の強さを表示することに特化したインディケータです。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨の強さを表示するために、9行目にどのシンボルでも追加することができます。独自の機能を多数搭載し、新しい計算式を採用したため、ユニークで高品質、かつ手頃な価格のトレーディングツールとなっています。新しいトレンドやスキャルピングチャンスのトリガーポイントを正確に把握することができるため、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアル:ここをクリック   https://www.mql5.com/en/blogs/post/708876 すべての時間枠に対応します。あなたはすぐにトレンドを見ることができるようになります! 新しいアルゴリズムに基づいて設計されているため、潜在的な取引の特定と確認がより簡単になります。これは、8つの主要通貨と1つのシンボルの強弱
Description Very precise patterns to detect: entry signals as well as breakout, support and resistance reversal patterns. It points out zones in which, with a high probability, institutional orders with the potential to change the price’s direction and keep moving towards it, have been placed.  KEY LINKS:   Indicator Manual  –  How to Install   –  Frequent Questions  -  All Products  How is this indicator useful? It will allow you to trade on the order’s direction, once its direction has been id
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvanced
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
FXレベルの発見:取引成功のための究極の支持線・抵抗線指標 FX Levelsは単なるサポート&レジスタンス・インディケーターではありません。通貨ペア、株価指数、株式、コモディティなど、あらゆる取引シンボルにおいて、正確性、信頼性、シームレスな機能性を求める真剣なトレーダーにとって、画期的なインジケーターです。実績のあるLighthouseメソッドをベースに、ダイナミックでリアルタイムな適応性を強化したFX Levelsは、市場の反転ポイントをチャート上に表示し、正確な利益目標の設定やトレードエントリーの最適化に最適です。 FX Levelsを選ぶ理由 Stein Investmentsのチームは、ブローカーとその様々なデータフィードに関する長年の経験を活かし、FX Levelsを精度と一貫性において傑出したものにしました。異なるブローカー間でほぼ100%同一のレベルを持つFX Levelsは、他のインジケーターにはない比類ないレベルの信頼性を提供します。FX Levelsの細部へのこだわりは、お客様の期待に応えるだけでなく、サポートとレジスタンス分析へのアプローチ方法を変えること
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
取引レベルインジケーターは、エントリーポイント、ポジションの保持、トレンドの方向を決定するために設計された取引システムです。 1 つの複合体で動作する複数のメカニズム、トレンド方向の波動分析、シグナル構築時のレベル分析が含まれており、考えられる TP および SL ターゲットを示します。 インジケーターの機能 シグナル矢印は現在のローソク足に表示されますが、色は変更されません。 特別なアルゴリズムを使用して、価格が跳ね返るレベルを検索します。 トレンドに合わせた働きをします。 このシステムは汎用的であり、さまざまな取引商品に適用できます。 矢印アラートにはいくつかの種類があります。 信号矢印の入力パラメータは自動モードで設定され、動作します。 時間枠に基づいて「トレンド波期間」パラメータを変更します 「ターゲットレベル SL TP」パラメータは主要通貨ペアに対して定義されており、他の取引商品で使用する場合は 10 以上の増加が可能です。 インジケーターの仕組み トレンドを判断するには、インジケーターに波線があり、価格を下回っている場合はトレンドが弱気であり、価格を下回っている場
!SPECIAL SALE! The Reversal Master is an indicator for determining the current direction of price movement and reversal points. The indicator will be useful for those who want to see the current market situation better. The indicator can be used as an add-on for ready-made trading systems, or as an independent tool, or to develop your own trading systems. The Reversal Master indicator, to determine the reversal points,  analyzes a lot of conditions since the combined analysis gives a more accura
このインディケータは、当社の2つの製品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . のスーパーコンビネーションです。 このインジケーターは全ての時間枠で作動し、8つの主要通貨と1つのシンボルの強弱のインパルスをグラフで表示します。 このインジケータは、金、エキゾチックペア、商品、インデックス、先物など、あらゆるシンボルの通貨強度の加速度を表示することに特化されています。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨強度の加速度(インパルスまたは速度)を表示するために、任意のシンボルを9行目に追加できる、この種の最初のものです。 新しいアルゴリズムに基づいて構築され、潜在的な取引の特定と確認がさらに容易になりました。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速の速度を測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアリングすれば、潜在的に利益を生む取引を特定
Ultimate Sniper Dashboard
Hispraise Chinedum Abraham
4.82 (22)
299ドルで割引中! 今後値上げの可能性あり! 下の説明を読んでください! 究極のスナイパーダッシュボードのための最高のエントリーシステム。究極のダイナミックレベル。(私の製品をチェックしてください) 究極のスナイパーダッシュボードはMT4多通貨テスト制限のため、ライブマーケットでのみ作動します。 究極のスナイパーダッシュボードをご紹介します。HA-Sniper、MA-Sniper、その他多くの特別なモードが含まれる最高の製品です。究極のスナイパーダッシュボードは絶対的な獣です! 初心者やエキスパートトレーダーにとって最高のソリューションです。もう二度と動きを見逃さない! シンプルさとピップを愛するトレーダーのために、特別な製品をご用意しました。シンプルでありながら、ダッシュボードは複数のカスタムアルゴリズムに基づき28の通貨ペアを監視し、すべての作業を行います。たった一つのチャートで、プロのように市場を読み解くことができます。もし、為替ペアが動き出したときに、その方向性を正確に特定することができれば、あなたの取引はどれほど改善されることでしょう。   当社のシステムは、高い確率
Key level wedge pro
Presley Annais Tatenda Meck
5 (1)
We have combined all of our beloved indicators the likes of: Key level order block , Key level supply and demand , Key level liquidity grab and Key level wedge into one single indicator and dashboard. Whats new Dashboard : There is an easy access dashboard for all your needs. Multi-timeframe button : There is now a multi-timeframe option for Order Blocks and Supply and demand zones, making it easy to see higher timeframe zones easily on the current timeframe by just clicking the desired timefra
Introduction to Fractal Pattern Scanner Fractal Indicator refers to the technical indicator that makes use of the fractal geometry found in the financial market. Fractal Pattern Scanner is the advanced Fractal Indicator that brings the latest trading technology after the extensive research and development work in the fractal geometry in the financial market. The most important feature in Fractal Pattern Scanner is the ability to measure the turning point probability as well as the trend probabi
Smart Volume Box is designed to give MetaTrader users a powerful, analytical tool for uncovering the hidden dynamics in the market. This precision-built tool, complete with user-friendly settings, integrates essential volume insights and advanced features like Volume Profile, VWAP (Volume Weighted Average Price), and Point of Control (POC) levels. Unlike typical indicators, Smart Volume Box doesn’t provide specific trade signals but instead offers a clearer perspective on market trends, making
作者のその他のプロダクト
Professional 0 Lag MAs Trend Sensor Indicator MAtsi is a trend sensor indicator , where 2 MA-s operates simultaneously . It is designed to cover a wider range of dynamic trends, where MAi is not so effective. Included averages are described in MAi indicator code section. MAtsi indicator can run many instances, for all time frames at once, so you can test and compare results with different settings. It is very fast and has, like all our indicators, a built-in " slider history testing " technolog
Professional Trend Convergence/Divergence Indicator TCD indicator is based on the Convergence/Divergence of Trend and shows you " up trend " (when trend grows) and " down trend " (when trend is falling). In the middle is an adjustable "stop area" on which you cannot trade. Briefly, the TCD shows you when to start or stop buy/sell . TCD indicator can run many instances, for all time frames and includes all 0 lag MAs . (Please see  MAi indicator code section) With TCD your trading becomes more pre
Professional Trend Indicator Ti indicator is based on its own oscillator and shows you trend changes . Indicator includes adjustable Polynomial and MAs channels , Trend lines and Oscillator filter with whom you can adjust the spread of indicator. You can run many instances, for all time frames at once, is very fast and has a built-in " slider history testing " technology and “ Error control ”. Program operates in 2 automatic modes: 1. Slider mode Turns on when attaching the indicator to the Cha
PointerX is based on its own oscillator and built-in indicators (Pulser, MAi, Matsi, TCD, Ti, Pi) and operates independently. With PointerX you can create your own strategies . Theoretically all indicator based strategies are possible, but not martingale, arbitrage, grid, neural networks or news. PointerX includes 2 Indicator Sets All Indicator controls Adjustable Oscillator Take Profit controls Stop Loss controls Trades controls Margin controls Timer controls and some other useful operations. T
Professional Prediction Indicator Based on matching the history with selected pattern model and shows the most likely outcome. Pi indicator includes Pattern line, Scanned_Past line, Matching_Pattern line, Future_Predicted line, adjustable Model Band , and some other controls. This indicator is designed primarily for professional use and is very useful in the search for the probability of the results relating to the future. Note : The results depend on model_band and past_bars . They are approxim
Professional OB/OS Oscillator Is the digital momentum indicator , based on our ob/os formula and algorithm of digital output signal . It shows you when price goes on OverBought/OverSold position and also OverBought/OverSold of Trend . In the middle is an adjustable " Stop_level ". Above and below this area you should not trade . Precise; above Stop_level - stop going long , below Stop_level - stop going short . Min/Max indicator values are +-100%, but the scale is +-110% just for “easy look”. Th
Professional Support&Resistance Indicator. This indicator is primarily intended for professional use by brokers. There are countless options to choose from and it is one of the best tools in the stock market today. The indicator is optimized for use with EAs. For programmers to retrieve output index value is for MQL4; (EXAMPLE) bool buySNR=false,sellSNR=false; char count=100; char limit=1; char dist=3; for(short cnt=0;cnt<=count;cnt++) {    double    snr_middle=iCustom(NULL,TF_,"::Indicators\\SN
フィルタ:
レビューなし
レビューに返信
バージョン 2.8 2020.05.30
1. compiled with the new compiler
2. faster performance
バージョン 2.7 2020.03.23
1. resolved compatibility issues
2. faster performance
バージョン 2.6 2017.04.06
1. Improvements in Tooltips/Names details
2. Now you can use the "Slider" in "Visual Tester" Mode
- while testing EA, you can run the indicator and easily adjust input parameters for critical points
- <Esc> key to exit "Slider" mode
バージョン 2.5 2017.02.09
1. Error correction: "Changing timeframes in Indicator Visualization Tab".
バージョン 2.4 2017.01.17
Program speed improvements ...
バージョン 2.3 2016.12.22
Some program improvements, "Slider" improvements.
バージョン 2.2 2016.10.18
Improved startup