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

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

おすすめのプロダクト
VR Cub
Vladimir Pastushak
VR Cub は、質の高いエントリーポイントを獲得するためのインジケーターです。このインジケーターは、数学的計算を容易にし、ポジションへのエントリーポイントの検索を簡素化するために開発されました。このインジケーターが作成されたトレーディング戦略は、長年にわたってその有効性が証明されてきました。取引戦略のシンプルさはその大きな利点であり、初心者のトレーダーでもうまく取引することができます。 VR Cub はポジション開始ポイントとテイクプロフィットとストップロスのターゲットレベルを計算し、効率と使いやすさを大幅に向上させます。取引の簡単なルールを理解するには、以下の戦略を使用した取引のスクリーンショットを見てください。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 5] エントリーポイントの計算ルール ポジションをオープンする エントリーポイントを計算するには、VR Cub ツールを最後の高値から最後の安値までストレッチする必要があります。
The indicator shows Profit Zones on the chart, displaying the beginning and end of the local trend Profit Zone PRO is perfect for all Meta Trader symbols: currencies, metals, cryptocurrencies, stocks and indices Advantages of the Profit Zone PRO indicator: Indicator signals without redrawing The algorithms of the indicator allow you to find the ideal moments to enter a transaction (purchase or sale of an asset), which increase the success of transactions for 100% of traders. The indicator
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.
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
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
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 advan
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 ind
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   - индикатор предназначенный для поиска локальных экстремумов, определения текущей тенденции. В расчетах индикатора используется авторская методика. С помощью индикатора можно определять места возможного разворота цены желательно в направлении тенденции, но также с достаточной точностью и против нее. Также с помощью индикатора можно определять текущую тенденцию. Индикатор подходит для любых валютных пар, но для адекватного отображения показания необходимо, чтобы было достаточно ис
Advanced SR
Lo Thi Mai Loan
5 (1)
Advanced SR インジケーターをご紹介します。チャート上で最も重要なキーレベルを特定するのに役立つインジケーターです。 あなたの課題: 重要な価格エリアを正確に特定する方法がわかりません。 供給と需要またはサポートとレジスタンスのゾーンを99%のトレーダーと同様に描いています。 描いた供給と需要、サポートとレジスタンスのゾーンが効果がないと感じています。 エントリーポイントとエグジットポイントの安全性について確信がありません。 Advanced SR はこれらのすべての課題に対処します。取引量を活用してキーレベルと市場大手プレーヤーによる重要な取引が行われる価格領域を特定するアルゴリズムを使用するため、重要な価格エリアを迅速に特定できます。これらのキーレベルだけに頼ることで、独自のトレーディング戦略を容易に構築できます。 ***インジケーターを購入して、80%の勝率のスキャルピング戦略を無料で入手してください。プライベートメッセージでご連絡ください!*** Advanced SR インジケーターは価格がキーレベルに接近するたびにアラートを提供し、その地点での取
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 indi
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
4.57 (7)
VR グリッド インジケーターは、ユーザー定義の設定を使用してグラフィカル グリッドを作成するように 設計 されています。 標準グリッド とは異なり、VR グリッドは 円形レベル を構築するために使用されます。ユーザーの選択に応じて、ラウンド レベル間のステップは任意に設定できます。さらに、他のインジケーターやユーティリティとは異なり、VR Grid は期間が変更されたり、端末が再起動されたりした場合でも、 グリッドの位置を維持 します。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 5] 垂直レベル は実際の時間間隔に基づいており、 欠落している または存在しない期間は無視します。したがって、レベル間のステップは、ユーザーが選択した値に厳密に対応します。 VR グリッド インジケーターを使用すると、トレーダーは任意のレベルで 垂直線と水平線のスタイル 、色、太さを変更できます。これにより、金融商品の ラウンドレベル を制御できます。 ラウ
FREE
KT Volume Profile MT4
KEENBASE SOFTWARE SOLUTIONS
1.5 (2)
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
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 p
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
Gold TMAF MTF   - これは最高の株式テクニカル指標です。指標のアルゴリズムは、資産の値動きを分析し、ボラティリティと潜在的なエントリーゾーンを反映しています。 最高の指標シグナル: - 売りの場合 = TMA2の赤い上限がTMA1の赤い上限の上にある場合 + 上記の赤いフラクタル指標 + 同じ方向に黄色のSRシグナル矢印。 - 買いの場合 = TMA2の青い下限線がTMA1の青い下限線より下にある場合 + 下からの青いフラクタル指標 + 同じ方向の水色のSRシグナル矢印。 このインディケータの利点 1. このインディケータは、高精度のシグナルを生成します。 2. 確定した矢印シグナルは再描画されませんが、フラクタルシグナルは半周期再描画されます。 3. どのブローカーのMetaTrader 4取引プラットフォームでも取引できます。 4. あらゆる資産(通貨、金属、暗号通貨、株式、指数など)を取引できます。 5. M30-H1タイムフレーム(中期取引)で取引するのがよい。 6. 各トレーダーがインディケータを自分用に簡単にカスタマイズでき
Trender is a special TrendLine Indicator because it is combined with a  NON-REPAINT Signal Settings: showBars =  if showBars= 0 so the indicator will be shown for all the chart PointLevel = Point Levels; 2 = central bar will be higher (lower) then 2 bars on the left side and 2 bars on the right one. qSteps  = number of steps/ no more than 3 BackStep = number of steps back startBar= if startBar=0 so we have recommendation for the current bar, if 1 - for possible next bar TrendLine= True = Trendli
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 te
"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!
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 th
Sidus   指標は取引戦略です。 3つの標準指標に基づく:2つの移動平均(MA)と強度に対する指数(RSI)。インジケーター信号は、移動平均の交差と、50レベルに対するRSIインジケーターの同時配置です。高速移動平均が低速移動平均を上回り、RSIインジケーターが50レベルを上回っている場合、購入が想定されます。動きの速い平均が動きの遅い平均を下回り、RSIが50レベルを下回っている場合、売りが想定されます。 インジケーター設定の説明 bar_limit-指定された数のバーにインジケーターを表示する制限。= 0の場合、使用可能なすべてのバーに表示されます。 Period_FastMA-動きの速い平均期間。 Period_SlowMA-移動平均が遅い期間。 Period_RSI-RSIインジケーターの期間。 ma_method_MA-移動平均平均法。 apply_price_MA-適用された移動平均価格。 apply_price_RSI-RSIインジケーターの使用価格。 アラート-ユーザーデータを含むダイアログボックスを表示します。 Text_BUY-購入シグナルのカスタムテキスト
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
Reversal First Impulse levels (RFI)    INSTRUCTIONS        RUS       -       ENG              R ecommended to use with an indicator   -   TREND PRO -  Version MT5 A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Main functions: Displaying active zones
FX Volume
Daniel Stein
4.6 (35)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
Manual guide:   Click here WEEKEND PROMO of  $79!  -- Next price is  $149 .  This indicator is unstoppable when combined with our other indicator called  Support & Resistance . After purchase, send us a message and you will get it   for  FREE as a BONUS! I like to use Trend Punch on XAUUSD on the M1 timeframe!  Introducing Trend Punch , the revolutionary forex trend indicator that will transform the way you trade! Trend Punch is uniquely designed to provide precise buy and sell arr
TPSpro TRENDPRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  -  Version MT5               DETAILED DESCRIPTION                R ecommended to use with
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
Enigmera
Ivan Stefanov
5 (2)
エニグメラ:市場の中核 https://www.enigmera.com はじめに このインディケータと取引システムは、金融市場に対する驚くべきアプローチです。ENIGMERAは、フラクタルサイクルを使用して、サポートとレジスタンスレベルを正確に計算します。本格的な蓄積局面を示し、方向性と目標を示します。 トレンド中でも調整中でも機能するシステムです。 どのように作動するのか? ENIGMERAは、支持線・抵抗線、目標線、乖離線の3つのラインで構成されています。このシステムは、過去のデータを現在と未来に外挿する典型的な市場指標とは異なり、現在の完全な画像を提供します。支持線上にある場合、それは本当の支持を意味し、抵抗線上にある場合、それは本当の抵抗を意味する。ある水準が破られた場合、それはトレンドの変化を意味する。再描画はしない。 市場は常に進化しているため、ENIGMERAはその評価ツールを適応させ、定期的に戦略を修正しています。  これにより、すべてのシナリオが徹底的に評価されることが保証されます。この市場指標の独自性は、その能力を見れば明らかです。  ENIGM
Break and Retest
Mohamed Hassan
4.33 (12)
New update to V.4 where  Break & Retest automatically draws the take profit & stop loss levels and you also have more signals per day! ‍You can visually backtest Break & Retest to see how it behaved in the past!     Manual guide:   Click here $60 for a very limited time. Next price is $120   This Indicator only places quality trades when the market is really in your favor with a clear break and retest. Patience is key with this price action strategy! If you want more alert s
This indicator is based on the mathematics of the great trader W.D. Ganna. With its help, you can easily find strong levels by analyzing swings to find the optimal entry point. The indicator works on all instruments and all timeframes. The indicator is fully manual and has control buttons. All you need to do is press the NEW button, a segment will appear, which you can place on any movement, swing or even 1 candle that you want to analyze. By placing the segment, press the OK button. A grid (th
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケー
Advanced Supply Demand
Bernhard Schweigert
4.92 (311)
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
これはMT4のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
現在31%オフ! 初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色
3 Indicators in 1 indicator Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This indicator is basically 3 different indicatos . But we have combined these 3 indicators in 1 indicator so that you can use 3 indicators at the lowest price. All three strategies are based on price action. But based on different trends. Long term, medium term and short term Attributes : No repaintin
TrendDecoder Premium
Christophe Pa Trouillas
5 (5)
レンジと次の動きを特定    |  トレンドの最も早いシグナルと強さを得る   |  反転の前に明確な出口を得る   |  価格がテストするフィボ・レベルを見つける。 非リペイント、非遅延インディケータ - マニュアルおよび自動売買に最適 - すべての資産、すべての時間単位に対応 期間限定キャンペーン   >> 50%OFF 購入後、 推奨セッティングについては、このチャンネルで私に連絡してください。 MT5 バージョン: ここをクリック BladeSCALPER   と   PowerZONES   を使った完全な方法を入手する どのようなものですか? TrendDECODERは、トレンド監視をシンプルかつ簡単にするための複数のイノベーションを集約したものです。 Projective TrendLine (投影トレンドライン) - 今後のトレンドのスピードリファレンス。 RealTime TrendLine vs. Projective TrendLine (リアルタイムトレンドライン vs. Projective TrendLine) - 市場が同じ方
カスタムMT4インジケーターで外国為替取引を成功させるための秘密を発見してください! 外国為替市場で成功を達成し、リスクを最小限に抑えながら一貫して利益を得る方法を疑問に思ったことはありますか? これがあなたが探している答えです! 取引へのアプローチに革命をもたらす独自のMT4インジケーターを導入できるようにします。 ユニークな汎用性 私たちのインジケータは、RenkoとRangeBarのろうそくのフォーメーションを好むユーザー向けに特別に設計されています。 これらのチャートタイプは多くの経験豊富なトレーダーに好まれていることを理解しています。そのため、私たちのインジケーターはそれらとシームレスに統合され、比類のない市場分析を提供します。 クリアトレンドシグナル 複雑な分析を忘れてください! 私たちのインジケーターは、鮮やかな色と明確なドット構造を利用して、市場の動向を明確に示しています。 赤と青の点は、価格の動きの方向性について疑いの余地がなく、取引の迅速な意思決定を可能にします。 HH/HL HL/LL戦略とのアライメント HH/HLおよびHL/LL構
市場の2つの基本原則に基づく日中戦略。 このアルゴリズムは、追加のフィルターを使用したボリュームと価格の波の分析に基づいています。インディケータのインテリジェントアルゴリズムは、2つの市場要因が1つに結合した場合にのみシグナルを出します。インディケータは、より高い時間枠のデータを使用して、M1チャート上の特定の範囲の波を計算します。そして波を確認するために、インジケーターはボリュームによる分析を使用します。 このインディケータはレディトレーディングシステムです。トレーダーが必要とするのは、信号に従うことだけです。また、インジケーターはあなた自身の取引システムの基礎になることができます。取引はミニッツチャートでのみ行われます。 インジケーターがMTFの原則を使用しているという事実にもかかわらず、インジケーターのアルゴリズムは可能な限り安定しています。 購入後、必ず私に書いてください!私の取引設定と推奨事項をあなたと共有します!
ICT, SMC, SMART MONEY CONCEPTS, SMART MONEY, Smart Money Concept, Support and Resistance, Trend Analysis, Price Action, Market Structure, Order Blocks, BOS/CHoCH,   Breaker Blocks ,  Momentum Shift,   Supply&Demand Zone/Order Blocks , Strong Imbalance, HH/LL/HL/LH,    Fair Value Gap, FVG,  Premium  &   Discount   Zones, Fibonacci Retracement, OTE, Buy Side Liquidity, Sell Side Liquidity, BSL/SSL Taken, Equal Highs & Lows, MTF Dashboard, Multiple Time Frame, BigBar, HTF OB, HTF Market Structure, 
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
トレンドトレーディング は、タイミングのプルバックとブレイクアウトにより、市場で起こっているトレンドから可能な限り利益を得るように設計された指標です。確立されたトレンドの中で価格が何をしているかを分析することにより、取引の機会を見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 自信を持って効率的に金融市場を取引する むち打ちにならずに確立されたトレンドから利益を得る 収益性の高いプルバック、ブレイクアウト、早期の逆転を認識する この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します インジケーターは再描画されていません 電子メール/音声/視覚アラートを実装します 確立されたトレンドは多くの取引機会を提供しますが、ほとんどのトレンド指標はそれらを完全に無視しています。インジケーターの解釈はかなり簡単です: (1) トレンドの変化 (2) トレンドの方向への後退 (3) トレンドの方向へのブレイクアウト 赤いダッシュ は下降トレンド中の修正です 青いダッシュ は上昇ト
Full Forex Market View Dashboard
Opengates Success International
5 (2)
FULL FOREX MARKET VIEWダッシュボードインジケーター これは、トレーダーが市場で何が起こっているかを完全に把握できるようにするために作成されたカスタム指標です。 リアルタイム データを使用して市場にアクセスし、取引を成功させるために必要なあらゆる情報を表示します。 インストール: このインジケーターをウィンドウ チャートに添付する前に、MT4 のマーケット ウォッチ パネルに移動し、不要な通貨ペアまたは取引しないすべての通貨ペアを非表示にして、残りをそこに残します。 その理由は、FFMV ダッシュボードが MT4 の気配値表示に表示されるすべての通貨ペアを表示するためです。 最大 30 通貨ペア以下を表示できます。 MT4 の気配値表示でそれ以上だと、FFMV ダッシュボードのフォントと画像がぼやけて変形します。 正しく表示されません。 使用法:      個人取引の場合      バスケット取引の場合 (方法についてはスクリーンショットを参照してください)      複数注文取引にも使用可能      独自の取引システムなどから
ECM Elite Channel is a volatility-based indicator, developed with a specific time algorithm, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the channel theory is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel, it's a trading opportunity. The
ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5のバージョン:       ここをクリック 推奨事項: 期間: すべての時間枠。最良の結果を得るには、
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
BUY INDICATOR AND GET EA FOR FREE AS A BONUS + SOME OTHER GIFTS! ITALO LEVELS INDICATOR  is the best levels indicator ever created, and why is that? Using high volume zones on the market and Fibonacci the Indicator works on all time-frames and assets, indicator built after 7 years of experience on forex and many other markets. You know many levels indicators around the internet are not complete, does not help, and it's difficult to trade, but the   Italo Levels Indicator is different , the Ital
作者のその他のプロダクト
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 " techn
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
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 th
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.
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 appro
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”
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_,"::Indica
フィルタ:
レビューなし
レビューに返信
バージョン 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