• 概要
  • レビュー (6)
  • コメント (2)
  • 最新情報

Tillson TMA T3

5

TILLSON MOVING AVERAGE

Also known as TMA or T3 indicator. It is a moving average that uses EMA and DEMA in its formula and is calculated with the 3rd degree Binomial expansion.

   
   ...
   int     handle1;     //Handle of the Tillson TMA T3.EX5 custom indicator
   double  euBuff1[];
   int TMAperiod=12;
   int TMSshift=0;
   double VolumeFactor=0.618;
   
int OnInit()
   {
   ...
   handle1=iCustom(NULL,PERIOD_CURRENT,"Market\\Tillson TMA T3.EX5",0,TMAperiod,0,0,TMSshift,0,0,VolumeFactor);
   ArrayResize(euBuff1,5); //Set a new array size specifying the reserve of 5 elements!
   ArraySetAsSeries(euBuff1,true);
   ...
   }

//Code to use in indicators
int OnCalculate(..........)
   {   
   ...
   CopyBuffer(handle1, 0, 0, 4, euBuff1); //Copy the values of the indicator Tillson TMA T3 to our indicator buffer
   printf (euBuff1[3]);
   ...
   }

//Code to use in Expert Advisors
void OnTick()
   {   
   ...
   CopyBuffer(handle1, 0, 0, 4, euBuff1); //Copy the values of the indicator Tillson TMA T3 to our indicator buffer
   printf (euBuff1[3]);
   ...
   }


void OnDeinit(const int reason)
  {
   ...
  IndicatorRelease(handle1);  //free the handle of the indicator
  }

Pros;

1-      erroneous signals encountered in other moving averages ( continuous zig zag ) has been reduced as much as possible.

2-      prevented the delays seen in classical moving averages .

3-      Very successful in trends

Cons

1-      It is not effective in horizontal markets.

Setting parameters;

period ; Although the recommended value is 5, values of 7 or 8 can also be used.

Volume Factor ; The range of 0 to 1 is the recommended value range, but it can go up to a maximum of 2. The recommended value is 0.7 . To explain the effect of Volume Factor on T3 more simply, if it takes values close to 0, it will cause it to exhibit similar behavior to EMA, and if it takes values close to 1, it will show similar behavior to DEMA.

BUY/SELL Signals;

Method 1; A strategy in which 1 T3 is used,

Volume Factor = 0.7, Period = 8 and above.

-          BUY signal if bars cross T3 up

-          If the bars cut T3 down SELL signal

Method 2; A strategy using 2 T3's,

-          Small Period T3 cutting Big Period T3 from bottom to top BUY signal

-          Small Period T3 cuts Big Period T3 from top to bottom SELL signal

Method 3; A strategy using 3 T3's,

It consists of adding a third trend-setting T3 to Method 2. Default values; Period1=200, Period2=8, Period3=21 and Volume Factor =0.7

            T3 with period1=200 will be the trend direction determinant. In other words, when small period T3's are above 200's T3, the trend will be considered as up and only BUY signals will be considered according to Method 2 . Likewise, when small period T3's are below 200's T3, the trend will be considered as up and only SELL signals will be considered according to Method 2 .

レビュー 6
Rafal Krzysztof Manuszewski
2164
Rafal Krzysztof Manuszewski 2024.10.06 17:04 
 

👍

Detleff Böhmer
2698
Detleff Böhmer 2023.12.05 09:32 
 

Danke, sehr gute Ergebnisse.

おすすめのプロダクト
Heikin Ashi MACD
Wojciech Daniel Knoff
5 (2)
Check my version of the moving average convergence divergence (MACD) indicator based on Heikin Ashi calculations. Here you find multi-colored histogram which corresponds to bull (green) / bear(red) trend. Dark and light colors describes weakness/strenght of price trend in time. Also you can switch calculations between normal and Heikin Ashi price type. Note: Buffers numbers for iCustom: 0-MACD, 2-Signal line
FREE
This indicator idea comes from Tushar Chande called Qstick. Technical indicators quantify trend direction and strength in different ways. One way is to use the difference between close and open for each bar and to sum it up over a period of time. The formual is: Qstick (period ) = Average ((close-open ), period ) In this indicator, we can choose how to calculate body by two famous chart types. The first and default indicator settings are based on Heiken Ashi chart, and the second i
FREE
SDivergence Indicator calculates and shows regular divergences and hidden divergences for MACD and Stochastic(for now). The benefit of this indicator is multiple input variables. Using these inputs you can modify to get more adaptive RD and HD's to your strategy. Guide : 1- First put your desired oscillator (MACD or Stochastic or Both) on the chart. 2- Run SDivergence indicator and set corresponding sub-window index of previously put oscillator in SDivergence input window. -Note: the chart sub-w
FREE
This indicator combines RSI(14) and ADX(14) to find out the signal that price moves strongly. When it appears signal (represent by the yellow dot), and price is going down, let consider to open a SELL order. Otherwise, let consider to open a BUY order. In this case, the strength of moving is strong (normally after sideway period), so  we can set TP by 3 times of SL  . 
FREE
This is HTF (or MTF) of original Kolier SuperTrend indicator. On this version, you can use 4 Lines of supertrend to define the trend, it will be more powerful. Remade signals on smalls timeframes, the indicator will not repaint if used on small timeframes.
SSACD - Singular Spectrum Average Convergence/Divergence This is an analogue of the MACD indicator based on the Caterpillar-SSA ( Singular Spectrum Analysis ) method. Limited version of the SSACD Forecast indicator. Limitations include the set of parameters and their range. Specificity of the method The Caterpillar-SSA is an effective method to handle non-stationary time series with unknown internal structure. The method allows to find the previously unknown periodicities of the series and mak
FREE
An improved version of the standard Standard Deviation indicator. It is now a responsive and smoothed line. The setup is not straightforward - but I hope you can do it. It is very easy to understand the readings of this indicator, the meaning is the same as that of the usual Standard Deviation. //////////////////////////////////////////////// /////////////////////////////////// I hope this indicator will be very useful to you in successful trading. Good luck.
FREE
MACD divergence indicator finds divergences between price chart and MACD indicator and informs you with alerts (popup, mobile notification or email) . Its main use is to find trend reversals in the chart. Always use the divergence indicators with other technical assets like support resistance zones, candlestick patterns and price action to have a higher possibility to find trend reversals. Three confirmation type for MACD divergences: MACD line cross zero level Price returns to previous H/L Crea
FREE
Chaikin's volatility indicator calculates the spread between the maximum and minimum prices. It judges the value of volatility basing on the amplitude between the maximum and the minimum. Unlike Average True Range , Chaikin's indicator doesn't take gaps into account. According to Chaikin's interpretation, a growth of volume indicator in a relatively short space of time means that the prices approach their minimum (like when the securities are sold in panic), while a decrease of volatility in a l
FREE
The Commitments of Traders Ratio Indicator is one of these things you never thought about it before you really see the magic behind it. The indicator shows the Ratio of long/short positions released by the CFTC once a week. If you have a look on the Sreenshot you can see two (three) zones of interest. Important note: MAs are not available in version 1.0. Zone 1: The Switches (Red -> Green, Green -> Red) Zone 2: MA cross Zone 3: If you combine this with the COX indicator an additional zone will
FREE
The indicator displays a renko chart and a supertrend indicator in real time. After installing the indicator, the window will display the Renko chart and the supertrend indicator in the same window. This allows you to more clearly and visually see the entry and exit points when a trend reversal occurs. The signal to open a position is the intersection of the Renko candlestick of the supertrend indicator point and the appearance of the opposite signal of the supertrend indicator. The indicator
FREE
Laguerre Indicator with Gamma Input Overview: The Laguerre Indicator is a sophisticated financial analysis tool designed to provide traders and investors with a dynamic and responsive method to track market trends. Its core functionality is centered around a unique algorithm that adapts to market volatility, offering clearer insights compared to traditional indicators. Key Feature - Gamma Input: Gamma: The sole input for the Laguerre Indicator, 'gamma,' plays a pivotal role in calibrating the i
FREE
Moving Average Convergence/Divergence — схождение/расхождение скользящих средних — технический индикатор, разработанный Джеральдом Аппелем (Gerald Appel), используемый в техническом анализе для проверки силы и направления тренда, а также определения разворотных точек. Встроенный в MetaTrader 5 индикатор MACD не соответствует задумке автора (Gerald Appel): -линия MACD графически изображена в виде гистограммы, однако гистограммой отражается разница между линией MACD и сигнальной линией;  -сигнал
FREE
ZamanCyclesPOC
Mahmoud Sabry Mohamed Youssef
Everyone knows how to analyze the market , which level to buy / sell  this is an easy job , which leads to unusual horrible loses , very little few people knows WHEN then enter the market , time is Money , this is the key!!! This version is a Proof of concept limited version of ZamanCYcles founded here: https://www.mql5.com/en/market/product/81883?source=Site +Market+Product+Page This works Only on 3 Minutes Time frame for 45 Candles Get rest of planets and more than 10 other algorithms to pre
FREE
LT Force
Thiago Duarte
5 (5)
For those who like trend the Force will be a very useful indicator. This is because it is based on the famouse ADX, which measure the strenght of a trend, but without its 3 confusing lines. Force has its very simple interpretation: if the histogram is above zero level the trend is up, otherwise it is down. You can use it to find divergences too, which is very profitable. Thanks to Andre Sens for the version 1.1 idea. If you have any doubt or suggestion, please, contact me. Enjoy! This is a fre
FREE
Long Term Double MACD Strategy with EMA Trend Confirmation This strategy uses a leading and lagging MACD indicator. The leading indicator gives the entry signals, and the lagging indicator gives the exit signals. This Expert does not use any account management and as such you should make sure to set good stop losses. Works best on longer timeframes on low volatility pairs.
FREE
Rsi DA
Vitaly Dodonov
5 (2)
Что такое RSI?  Индикатор RSI (Relative Strength Index, индекс относительной силы) — это индикатор, который измеряет соотношение восходящих и нисходящих движений. Расчет ведётся таким образом, что индекс выражается в диапазоне от 0 до 100. Как понять RSI? Если значение RSI находится равно 70 и больше, считается, что инструмент находится в состоянии перекупленности (ситуация, когда цены выросли выше, нежели того ожидал рынок). Значение RSI на уровне 30 и ниже считается сигналом о том, что инст
FREE
Magic Trend
Arnold Kurapa
3.67 (3)
Magic Trend  This MT5 indicator is a Moving Average with 3 signal colors. The 3 input parameters on this Indicator give you a chance to set any Moving Average of choice. A combination of 2 different exponential moving averages, relative strength index, commodity channel index, and William's percent range provide the signals. White color = Null/No/Exit Signal Green color = Buy Signal Red color = Sell Signal Point To Note: Confirm the color change only after the current candle closes to avo
FREE
"Driver Road Bands" indicator that is designed to be used in the 1H, 4H and 1D timeframes in the most ideal way. If we compare timeframes to roads and streets; main streets and highways with high traffic volume are similar to high-time timeframes in technical analysis. If you can interpret the curvilinear and linear lines drawn by this indicator on the graphic screen with your geometric perspective and develop your own buy and sell strategies; you may have the key to being a successful trader.
FREE
OsMA DA
Vitaly Dodonov
5 (1)
Что такое OsMA DA?   Индикатор OsMA DA – это осциллятор, который построен на показаниях другого осциллятора – MACD. OsMA DA показывает расхождение между сигнальной линией MACD и его гистограммой. Момент пересечения гистограммы и линии – это нулевая отметка OsMA.   Если гистограмма MACD поднимается выше линии, то гистограмма самого OsMA DA поднимается выше нулевой отметки. В обратной ситуации OsMA DA демонстрирует отрицательные значения.   OsMA DA более узконаправленный индикатор, чем MACD. OsMA
FREE
IMA Finder MT5
Mubashir Mohamed Quraish Albarakat
1 (1)
This indicator is designed based on the Moving Origin indicator When the moving origin indicator breaks the price, this indicator gives a signal It is useful for better viewing of signals and analysis on them Attributes: Can be used in all symbols Can be used in all time frames Too many signals Simple and quick settings Easy way to work Settings: period: like moving average settings alarmShow: If you want to receive an alert in Metatrader after receiving the signal, enable this setting a
FREE
This indicator is a straight port of a well known MetaTrader 4 indicator that is freely available on the Internet. It does not redraw at all. It implements a type of breakout strategy. The arrows indicate market direction. Use the indicator on M15 charts and higher. The indicator draws two bands near price action and generates signals when the price closes below the lower band and also above the upper band. The indicator uses periodic highs and lows to calculate upper and lower threshold bands.
FREE
The Relative Equilibrium index (REi) is a technical analysis indicator that shows the direction and strength of a trend and indicates the probability of its change. It shows the ratio of the average price increase to the average fall over a certain period of time. The value of the index allows you to assess whether buyers or sellers had a stronger influence on the price over a set period of time and to assume further developments. The indicator is characterized by simplicity of interpretation an
FREE
It makes it easier to see where there have been consolidation zones for previous prices and allows you to highlight the histogram where there is the biggest consolidation zone. Input parameters Intervalo de preço Is the price between the histograms Periodo Number of candle sticks to be analyzed Porcentagem Highlights the histogram where there is minimal consolidation in relation to the analyzed period
FREE
Price Momentum
Flavio Javier Jarabeck
4.91 (11)
Value Chart indicator presents the Price evolution in a new form. This indicator, Price Momentum , was developed taking all the calculations presented in the book " Dynamic Trading Indicators " by Mark W. Helweg and David Stendahl (2002). The technique involves de-trended Prices from a user-defined Period of analysis and the addition of a Volatility index correction. The result is an Oscillator with 3 zones: Fair Price Value, Overbought/Oversold and Extremely Overbought/Oversold zones. Adding th
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.52 (29)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
SUPERTREND; It is a trend following indicator based on the SuperTrend ATR created by Olivier Seban. It can be used to detect changes in trend direction and locate stops. When the price falls below the indicator curve, it turns red and indicates a downtrend. Conversely, when the price moves above the curve, the indicator turns green, indicating an uptrend. Like other indicators, it works well on SuperTrend when used in conjunction with other indicators such as MACD, parabolik SAR, Bollinger Band
FREE
Multi RsI BB MT5
Mansour Babasafary
5 (3)
A combined indicator of two famous indicators: RSI , Bollinger Bands Can be used in all currency pairs Can be used in all time frames with many signals Very simple and fast to use Description: This indicator is made from the combination of RSI and Bollinger Bands indicators As you can see, it shows good signals and is worth using and testing We hope you are satisfied with this indicator Settings: show past show candle: Displays the number of candles that the indicator calculates. For
FREE
What is MACD? MACD is an acronym for Moving Average Convergence Divergence . This technical indicator is a tool that’s used to identify moving averages that are indicating a new trend, whether it’s bullish or bearish. There is a common misconception when it comes to the lines of the MACD. There are two lines: The " MACD Line " The " Signal Line " The two lines that are drawn are NOT moving averages of the price. The MACD Line is the difference (or distance) between two moving
FREE
The indicator IQuantum shows trading signals for 10 symbols in the daily chart: AUDCAD, AUDUSD, EURUSD, GBPCAD, GBPCHF, GBPUSD, NZDUSD, USDCAD, USDCHF, and USDJPY. Signals of the indicator are produced by 2 neural models which were trained independently from one another. The inputs for the neural models are normalised prices of the symbols, as well as prices of Gold, Silver and markers of the current day. Each neural model was trained in 2 ways. The Ultimate mode is an overfitted neural mo
FREE
このプロダクトを購入した人は以下も購入しています
TPSpro TREND PRO は 、市場を自動的に分析し、トレンドとその各変化に関する情報を提供し、再描画せずに取引にエントリーするためのシグナルを提供するトレンド指標です。 インジケーターは各ローソク足を使用し、個別に分析します。上向きまたは下向きのさまざまな衝撃を指します。通貨、仮想通貨、金属、株、指数の取引への正確なエントリーポイント! バージョンMT5                   インジケーターの完全な説明     RFI LEVELS インジケーター と併用することをお勧めします。 主な機能: レンダリングなしで正確な入力信号! シグナルが表示されると、それは関連性を維持します。これは、シグナルを提供してからそれを変更し、その結果、入金された資金が失われる可能性があるリドローインジケーターとの重要な違いです。より高い確率と精度で市場に参入できるようになりました。矢印が表示された後、ターゲットに到達する (利益確定) か反転シグナルが表示されるまで、ローソク足に色を付ける機能もあります。 STOP-LOSS/TAKE-PROFITゾーンの表示 エントリーポイン
指示する     ロシア     -        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   )。 アルゴリズム プロフェッショナル セパラド パソ ア パソ パラ オペラ それは、オペラハウスやコントラ・デ・エラの指導におい
FX Levelsは、伝統的なLighthouseの手法と革新的なダイナミックアプローチを融合させた、極めて正確なサポート・レジスタンス指標で、すべての取引シンボルで完璧に機能します。これには通貨ペア、指数、株式、コモディティが含まれます。FX Levelsは反転ポイントを特定し、チャート上に表示します。 FX Levelsの開発にあたっては、ブローカーとそのデータフィードや時間設定のバリエーションに関する豊富な経験を生かしました。その結果、FX Levelsは異なるブローカー間でほぼ100%同一のレベルを識別できるようになりました。そして、FX Levelsのこの特別な機能は、他の支持線・抵抗線インジケーターにはない、前例のないレベルの信頼性をユーザーに提供します。 スタイン・インベストメンツでは、優れたトレーディングツールと優れたトレーディングツールの違いは細部にあるとして、細部に細心の注意を払っています。 お試しください FX Levelsプロパティのほとんどの項目は直感的に理解できますが、ここでは重要な項目のみに絞って説明します。 まず、2つの分析方法を選択するオプション
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 100 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な
Atbot
Zaha Feiz
4.89 (38)
AtBot: どのように機能し、どのように使用するか ### どのように機能するか MT5プラットフォーム用の「AtBot」インジケーターは、テクニカル分析ツールの組み合わせを使用して売買シグナルを生成します。単純移動平均(SMA)、指数移動平均(EMA)、および平均真実範囲(ATR)インデックスを統合して取引機会を特定します。さらに、Heikin Ashiキャンドルを使用してシグナルの精度を向上させることもできます。 購入後にレビューを残すと、特別なボーナスギフトを受け取ります。 ### 主な機能: - 再描画なし: シグナルはプロット後に変更されません。 - 再描画なし: シグナルは一貫しており、変更されません。 - 遅延なし: 遅延なくタイムリーなシグナルを提供します。 - 多様な時間枠: あらゆる時間枠で使用可能で、取引戦略に合わせることができます。 ### 操作手順: #### 入力と設定: - firstkey (TrendValue): トレンド検出の感度を調整します。 - Secondkey (SignalValue): 売買シグナル生成の感度を定義します。 - ma
Gold Stuff mt5
Vasiliy Strukov
4.92 (171)
Gold Stuff mt5 は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!  トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。 Gold Stuff mt5 は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確な
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT5 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
このダッシュボードは、選択されたシンボルの最新の利用可能なハーモニックパターンを表示するので、時間を節約し、より効率的に /   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")。ブローカーが
まず第一に、このトレーディングシステムがノンリペイント、ノンリドロー、ノンラグのインジケーターであることを強調する価値がある。これにより、手動取引とロボット取引の両方に理想的なものになっています。 オンラインコース、マニュアル、プリセットのダウンロード。 「スマートトレンドトレーディングシステム MT5」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的なトレーディングソリューションです。10以上のプレミアムインジケーターを組み合わせ、7つ以上の堅実なトレーディング戦略を備えており、多様な市場状況に対応する多目的な選択肢となっています。 トレンドフォロー戦略:トレンドを効果的に乗り越えるための正確なエントリーとストップロス管理を提供します。 リバーサル戦略:潜在的なトレンドの反転を特定し、トレーダーがレンジ相場を活用できるようにします。 スキャルピング戦略:高速で正確なデイトレードおよび短期取引のために設計されています。 安定性:すべてのインジケーターはノンリペイント、ノンリドロー、ノンラグであり、信頼性の高いシグナルを保証します。 カスタマイズ:個々の取引の嗜好に合わせ
Matrix Arrow Indicator MT5
Juvenille Emperor Limited
5 (13)
マトリックスアローインジケーターMT5は、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームインジケーターに続くユニークな10in1トレンドです。マトリックスアローインジケーターMT5は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。 平均方向移動指数(ADX) 商品チャネルインデックス(CCI) クラシック平研アシキャンドル 移動平均 移動平均収束発散(MACD) 相対活力指数(RVI) 相対力指数(RSI) 放物線SAR ストキャスティクス ウィリアムズのパーセント範囲 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。マトリックスアローインジケーターMT5は選択されたインディケーターからのみ情報を収集し、それらのデータのみに基づいてアローを印
スイングトレーディング は、トレンドの方向のスイングと可能な反転スイングを検出するように設計された最初のインジケーターです。トレーディングの文献で広く説明されているベースラインスイングトレーディングアプローチを使用します。インディケータは、いくつかの価格と時間のベクトルを調査して、全体的なトレンドの方向を追跡し、市場が売られ過ぎまたは買われ過ぎて修正の準備ができている状況を検出します。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] むち打ちを起こさずに市場スイングの利益 インジケーターは常にトレンドの方向を表示します 色付きの価格帯は機会のベースラインを表します 色付きのダッシュは、可能な反転スイングを表します この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します カスタマイズ可能なトレンドおよびスイング期間 電子メール/サウンド/プッシュアラートを実装します インジケータは再描画またはバックペインティングではありません Swing Tradingとは Swing Tradi
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはス
ATrend
Zaha Feiz
4.83 (6)
ATrend: その仕組みと使い方 仕組み MT5プラットフォーム向けの「ATREND」インジケーターは、テクニカル分析手法の組み合わせを利用して、トレーダーに堅牢な買いと売りのシグナルを提供するように設計されています。このインジケーターは主に、ボラティリティ測定のために平均真の範囲(ATR)を活用し、潜在的な市場動向を特定するためのトレンド検出アルゴリズムを併用しています。 購入後にメッセージを残すと、特別なボーナスギフトが贈呈されます。 主な特徴: - ダイナミックなトレンド検出: インジケーターは市場トレンドを評価し、シグナルを適宜調整することで、トレーダーが優位な市場環境に合わせて戦略を立てるのを支援します。     - ボラティリティ測定: ATRを使用することで、インジケーターは最適なストップロス(SL)とテイクプロフィット(TP)レベルを決定するために不可欠な市場ボラティリティを測定します。 - シグナルの視覚化: インジケーターは、チャート上に買いと売りのシグナルを視覚的に表示することで、トレーダーの意思決定を強化します。 操作手順 入力とセッティング - TimeF
FX Volume MT5
Daniel Stein
4.93 (14)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
これはMT5のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。
今、147ドル(いくつかの更新後に499ドルに増加します) - 無制限のアカウント(PCSまたはMac) RelicusRoad ユーザー マニュアル + トレーニング ビデオ + プライベート Discord グループへのアクセス + VIP ステータス 市場の新しい見方 RelicusRoad は、外国為替、先物、暗号通貨、株式、および指数の世界で最も強力な取引インジケーターであり、トレーダーに収益を維持するために必要なすべての情報とツールを提供します。初心者から上級者まで、すべてのトレーダーが成功するためのテクニカル分析と取引計画を提供します。これは、将来の市場を予測するのに十分な情報を提供する重要な取引指標です。意味をなさないチャート上のいくつかの異なる指標ではなく、完全な解決策を信じています.これは、信号、矢印 + 価格アクション情報を表示するオールインワンのインジケーターで、他に類を見ない非常に正確です。 強力な AI に基づいて、RelicusRoad は不足している情報とツールを提供して、あなたを教育し、トレーディングのプロ、成功したトレーダーにします。
Was: $299  Now: $99   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
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
初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く確認できます。通貨強
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジ
** All Symbols x All Timeframes scan just by pressing scanner button ** *** Contact me  to send you instruction and add you in "123 scanner group" for sharing or seeing experiences with other users. After 17 years of experience in the markets and programming, Winner indicator is ready. I would like to share with you! Introduction The 123 Pattern Scanner indicator with a special enhanced algorithm is a very repetitive common pattern finder with a high success rate . Interestingly, this Winner in
IX Powerは 、FX Powerの無敵の精度をついにFX以外のシンボルにも提供します。 お気に入りの指数、株式、コモディティ、ETF、さらには暗号通貨の短期、中期、長期のトレンドの強さを正確に判断します。 お使いの端末が提供する すべてを分析する ことができます。ぜひお試しいただき、取引 タイミングが大幅に改善 されることをご体験ください。 IXパワーの主な特徴 100%正確で再描画されない計算結果 - ターミナルで利用可能なすべての取引シンボルに対して 予め設定され、さらに個別に設定可能な強度分析期間のドロップダウン選択 Eメール、メッセージ、モバイル通知による無数の通知オプション EAリクエストのためのアクセス可能なバッファ カスタマイズ可能な計算制限により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 Windows 11とmacOSのスタイルで角を丸くした新しいパネルデザイン サブ・ウィンドウとメイン・チャートの間をシームレスに移動する、魔法のように動くイン
トレンド検出インジケーターはあらゆる戦略を補完し、独立したツールとしても使用できます。 インジケーターの操作に関する推奨事項、コメント   #8   でダウンロードできます 利点 使いやすく、不要な情報でチャートを過負荷にしません。 あらゆる戦略のフィルターとして使用できます。 利益を得るのとストップロスを設定するの両方に使用できる動的なサポートとレジスタンスのレベルが組み込まれています。 ローソク足が閉じた後、インジケーターの色は変わりません。  株式市場、指数、石油、金、およびすべての時間枠で機能します。 トースト通知、電子メール通知、プッシュ通知、サウンドアラートの機能があります。 私の他の開発はここで見つけることができます: https://www.mql5.com/ja/users/mechanic/seller 入力パラメータ Alert-オン/オフ。アラート; Push Notification-オン/オフ。プッシュ通知; Mail-オン/オフ電子メール通知; Fibo 1,2,3,4,5,6,7,11,21,31,41,51,61,71-動的サポートと抵抗
Quantum Trend Sniper
Bogdan Ion Puscasu
4.71 (49)
ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT4のバージョン:       ここをクリック 推奨事項: 期間:すべての時間枠。最良の結果を得るには、M
BUY INDICATOR AND GET EA FOR FREE AS A BONUS + SOME OTHER GIFTS! ITALO TREND INDICATOR  is the best trend indicator on the market, 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 trend indicators around the internet are not complete, does not help, and it's difficult to trade, but the Italo Trend Indicator is different , the Italo Trend Indicator shows the signal to buy or sell, to confirm the signal t
Golden Spikes Detector Notice: Limited-Time 50% Discount on All Products   Due to high interest, only a few (about 8) discounted spots remain for   Golden Spikes Premium .  For those interested, all my trading tools, including Golden Spikes Premium, are currently available at a 50% discount until October 30, 2024 . Feel free to take advantage while it lasts. Acknowledgement and Dedications:  The name of this indicator was Inspired by an Original; Mr Grant Koopman; a Knowledgeable and experienced
ブレーカートレーダーになり、価格が反転すると市場構造からの利益が変化します。 注文ブロックブレーカーインジケーターは、トレンドまたは価格の動きが枯渇に近づいており、逆転の準備ができていることを識別します。通常、反転または大規模なプルバックが発生しようとしているときに発生する市場構造の変化について警告します。 この指標は、ブレイクアウトと価格の勢いを識別する独自の計算を使用します。使い果たされる可能性のあるポイントの近くで新しい高値が形成されるたびに、インディケーターはその高値の作成を担当する最後の注文ブロックを描きます。次に、移動する価格とともに注文ブロックを追跡します。その後、価格が反対方向にシフトし、その注文ブロックを突破すると、新しい市場構造を作成し、トレンドまたは大きな後退の可能性のある反転の開始を警告します。 注文ブロックは、高値/安値が作成される前の最後の反対色のろうそくであり、価格がこれらの重要な領域を下抜けすると、トレンドの短期的ま​​たは長期的な反転の兆候です。 特徴 重要な枯渇点での市場構造の変化を警告します 価格が使い果たされるレベルに近づくと、
Auto Order Block with break of structure based on ICT and Smart Money Concepts (SMC) Futures Break of Structure ( BoS )             Order block ( OB )            Higher time frame Order block / Point of Interest ( POI )    shown on current chart           Fair value Gap ( FVG ) / Imbalance   -  MTF      ( Multi Time Frame )    HH/LL/HL/LH  -  MTF      ( Multi Time Frame )  Choch  MTF      ( Multi Time Frame )  Volume Imbalance     ,  MTF          vIMB Gap’s Power of 3 Equal High
作者のその他のプロダクト
SUPERTREND; It is a trend following indicator based on the SuperTrend ATR created by Olivier Seban. It can be used to detect changes in trend direction and locate stops. When the price falls below the indicator curve, it turns red and indicates a downtrend. Conversely, when the price moves above the curve, the indicator turns green, indicating an uptrend. Like other indicators, it works well on SuperTrend when used in conjunction with other indicators such as MACD, parabolik SAR, Bollinger Band
FREE
Pivot Classic, Woodie, Camarilla, Fibonacci and Demark Floor/Classic Pivot points, or simply pivots, are useful for identifying potential support/resistance levels, trading ranges, trend reversals, and market sentiment by examining an asset's high, low, and closing values. The Floor/Classic Pivot Points can be calculated as follows. Pivot Point (P) = (High + Low + Close)/3 S1 = P * 2 - High S2 = P - (High - Low) S3 = Low – 2*(High - P) R1 = P * 2 - Low R2 = P + (High - Low) R3 = High + 2*(P - Lo
FREE
Pivot Classic, Woodie, Camarilla, Fibonacci and Demark Floor/Classic Pivot points, or simply pivots, are useful for identifying potential support/resistance levels, trading ranges, trend reversals, and market sentiment by examining an asset's high, low, and closing values. The Floor/Classic Pivot Points can be calculated as follows. Pivot Point (P) = (High + Low + Close)/3 S1 = P * 2 - High S2 = P - (High - Low) S3 = Low – 2*(High - P) R1 = P * 2 - Low R2 = P + (High - Low) R3 = High + 2*(P -
FREE
DONCHIAN CHANNEL DC It is a trend indicator developed by “Richard Donchian”, consisting of 3 layers, the upper channel, the lower channel and the middle channel. It is created on the Donchian Channel by plotting the highest and lowest prices reached in the past period on the price chart. It is also used to measure the volatility of the market, as it is an expanding/contracting channel according to the increase/decrease of price volatility. Method 0; Donchian channel indicator drawing. BUY/SELL S
FREE
DONCHIAN CHANNEL DC It is a trend indicator developed by “Richard Donchian”, consisting of 3 layers, the upper channel, the lower channel and the middle channel. It is created on the Donchian Channel by plotting the highest and lowest prices reached in the past period on the price chart. It is also used to measure the volatility of the market, as it is an expanding/contracting channel according to the increase/decrease of price volatility. Method 0; Donchian channel indicator drawing. BUY/SELL S
FREE
TILLSON MOVING AVERAGE Also known as TMA or T3 indicator. It is a moving average that uses EMA and DEMA in its formula and is calculated with the 3rd degree Binomial expansion. Pros; 1-       erroneous signals encountered in other moving averages ( continuous zig zag ) has been reduced as much as possible. 2-       prevented the delays seen in classical moving averages . 3-       Very successful in trends Cons 1-       It is not effective in horizontal markets. Setting parameters; period ; Altho
FREE
フィルタ:
Rafal Krzysztof Manuszewski
2164
Rafal Krzysztof Manuszewski 2024.10.06 17:04 
 

👍

Detleff Böhmer
2698
Detleff Böhmer 2023.12.05 09:32 
 

Danke, sehr gute Ergebnisse.

Julpa
182
Julpa 2023.02.24 15:06 
 

ユーザーは評価に対して何もコメントを残しませんでした

Baki Çetin
50
Baki Çetin 2023.02.23 08:04 
 

ユーザーは評価に対して何もコメントを残しませんでした

Kong Huang
430
Kong Huang 2023.02.07 11:49 
 

ユーザーは評価に対して何もコメントを残しませんでした

Findolin
1075
Findolin 2023.02.06 19:14 
 

ユーザーは評価に対して何もコメントを残しませんでした

レビューに返信
バージョン 1.10 2023.03.07
A few minor changes