• 概要
  • レビュー
  • コメント (1)

WT String2Signal

Easily convert your candlestick patterns into signals!


Eval - Command interpreter - Command line interface - String converter - Customizable sign

 

I bring one more indicator that was requested by a real trader. Thanks for the suggestion mate!


The String2Signal indicator will allow you to write your candlestick patterns and get the signals on the screen, integrating with EAs or using it to assist in manual operations.

You type a text with your setup and the indicator converts it into the MQL5 language, placing buy or sell signals on the screen.

For example, giving a buy signal when the tick volume is greater than 200 and the current close is greater than the high of the previous candlestick, can be written as tv[0]>200 && C[0]>H[1], that simple!

The commands accepted in the indicator are:

1)      The commands obtained natively in indicators (For these commands, use only the initial capital letter):

O (Open)   H (High)   L (Low)   C (Close)     TV (Tick Volume) V (Real Volume)   S (Spread)  

2)      Some of the commonly used mathematical functions (to understand each function click on each function):

  max   min abs   floor   ceil   round     sqrt mod     pow

3)      Operations and expressions used in the MQL5 language. They are usually mathematical operations, logical comparators of greater, lesser, among others. Here I draw attention to the logical combinations && (and), which combines two expressions where both need to happen, and || (or), which combines two expressions where only one of them needs to happen. Thus, we can use the expressions:

Or   And   Addition     Subtraction   Multiplication   Division   Rest of Division Greater than     Less than   Greater Than Or Equal
Less Than Or Equal
Equal   Different (Is not equal)
||
&&  
+
-
  *
/
%
>
<
>=  
<=
==
!=  

                                                                                      

 

Let's see some examples of what can be used:


·         Rule Buy (1):    C[1]>O[1]  (will place a buy signal on the entire candlestick where the previous bar has a close greater than the open, i.e. it is a bullish bar).

 

·         Rule Buy (1):    C[1]>O[1] && C[2]>O[2] && C[3]>O[3] && C[4]<=O[4] && C[5]<=O[5]  (will put a buy signal when we have three bull candles followed by two bear candles or doji).

 

·         Rule Buy (1):    C[1]>O[1] && H[1]-L[1]>=100  (will place a buy signal when we have a bullish candle and the amplitude (maximum – minimum) is greater than or equal to 100).

 

·         Rule Buy (1):    abs(C[1]-O[1])  >= 300 &&  C[1]>O[1]  (will place a buy signal when the absolute value of the open price minus the close price is greater than 300 and it is a bullish candle. Here, as we don't know if the opening price was higher or lower than the closing price, we ask for the absolute value - always positive)

 

In a similar way, we can write conditions of sale.

If you have any condition that you are unable to write, leave a message here in the comments and I'll help you write. If it is a confidential case, you can send a private message through mql5.com messages.

 

Indicator parameters:

Look back = 1000; // The indicator will plot the arrows (when placed on the chart) analyzing the last 1000 candles. This is to save processing when the indicator needs to look at the history. After being on the chart it only looks at the most recent candles.

Calculate in new bar Only = true; // In this case the indicator only recalculates on each new candlestick. This is to save real-time processing.

 

Buy Condition

Here we have 3 text fields and 2 connectors. By limitation of MT5 each text entry has a limit of 243 characters. If your input rule is longer than 243 characters, you can combine the other two fields of each condition and combine the fields using && or ||. If you are not going to use the fields below, check the “ignore field below” box.

Sell Condition

A mesma coisa para as condições de venda.

 

 

That's it, a practical way to get your buy and sell signals that read candles.

Take a look at my other indicators, and if in doubt, leave your message here on the indicator or send me a private message.

 

Success and good trades!


PS> Attention. This is the launch price. Despite my tests and that of a colleague who acted as a beta tester, it is possible that a bug will be found that will be corrected. After final corrections the value of the product should change. PS2> I've seen this kind of functionality in some EAs, but never in an indicator. That is, in terms of the indicator, it is another novelty that I bring to MT5! PS3> Translated by google translator

おすすめのプロダクト
Value Chart Candlesticks
Flavio Javier Jarabeck
4.73 (11)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach.
FREE
VWAP Volume And Price is the indicator for Volume Weighted Average Price, designed according to regular calculation. The average price is calculated using typical price - (high + low + close) / 3 - and weighted by volume for each candle. So, the indicator can be used to trend trades, balanced with volume. Try other products and expert advisors too. Any doubt, PM.
Weis Waves
Flavio Javier Jarabeck
2.83 (18)
The original author is David Weis, an expert in the Wyckoff Method. The Weis Wave is a modern adaptation of the 1930's Wyckoff Method, another expert in Tape Reading techniques and Chart Analysis. Weis Waves takes market volume and stacks it into waves according to price conditions giving the trader valuable insights about the market conditions. If you want to learn more about this subject you can find tons of videos in YouTube. Just look for "The Wickoff Method", "Weis Wave" and "Volume Spread
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
Important Lines
Terence Gronowski
4.86 (21)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of
FREE
Wave Box Market Frenquency
Jean Jacques Huve Ribeiro
4.75 (4)
Totally linked to the result of a movement and the duration he had. Its height records how many ticks the asset walked during a given movement, its width shows us the duration that movement had. Its configuration must be in line with the Weis Wave Indicator configuration to observe the movement force and can indicate a possible accumulation or distribution of the movement;
FREE
Aggression Volume
Flavio Javier Jarabeck
4.14 (14)
Aggression Volume Indicator is the kind of indicator that is rarely found in the MQL5 community because it is not based on the standard Volume data provided by the Metatrader 5 platform. It requires the scrutiny of all traffic Ticks requested on the platform... That said, Aggression Volume indicator requests all Tick Data from your Broker and processes it to build a very special version of a Volume Indicator, where Buyers and Sellers aggressions are plotted in a form of Histogram. Additionally,
FREE
What is this indicator? このインジケーターはMT5のFX検証ソフト「 Knots Compositor 」の 全てのチャートモードに対応したMACD です。 どのチャートモードでも、 チャートに表示されているローソク足で計算して表示します 。 Types of the applied price - Close - Open - High - Low - Median Price (HL/2) - Typical Price (HLC/3) - Weighted Price (HLCC/4) KC-Indicators -   KC-MA   (移動平均線) -   KC-ENV   (エンベロープ) -   KC-BB   (ボリンジャーバンド) -   KC-ADX   (Average Directional Movement Index) -   KC-MACD   (Moving Average Convergence/Divergence) -   KC-RSI   (Relative Strength Index) -   KC-S
FREE
MIDAS Super VWAP
Flavio Javier Jarabeck
4.44 (9)
Imagine VWAP, MVWAP and MIDAS in one place... Well, you found it! Now you can track the movement of Big Players in various ways, as they in general pursue the benchmarks related to this measuring, gauging if they had good execution or poor execution on their orders. Traders and analysts use the VWAP to eliminate the noise that occurs throughout the day, so they can measure what prices buyers and sellers are really trading. VWAP gives traders insight into how a stock trades for that day and deter
FREE
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
Waves Sizer
Flavio Javier Jarabeck
3.67 (6)
Wyckoff fans, enjoy! Ideally to be used with the Weis Waves indicator, but it can be easily used alone, the Waves Sizer puts the range (in resulting Price movement) done by the Price on its market swings. You can control how accurate or loose will be the swings. This tool is very helpful for visually know how much the Price has traveled in your Timeframe. This way you can confront this level of effort with the resulting Volume, etc... Weis Waves indicator: https://www.mql5.com/en/market/pro
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
About the indicator: DALA Forecast is a universal tool for predicting the dynamics of time series of any nature. For prediction, modified methods of nonlinear dynamics analysis are used, on the basis of which a predictive model is built using machine learning methods.  To get the trial version of the indicator, you can contact me in private messages. How to use the indicator: Apply the indicator to your chosen financial instrument or indicator with the settings you need. The prediction will b
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
5 (3)
The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the applicatio
FREE
White Weis Volume This indicator shows the sum of the volume in each wave, bulish or bearish, as idealized by David Weis , but it brings an important addition , which is the marking of the bar with the highest volume of the wave (White Bar)! In coding the indicator, it was sought to optimize the code to require minimal processing during use and not to overload mt5. The indicator can be used for pre-trading analysis and study, where the trader analyzes possible points of support and resi
The indicator analyzes the volume scale and splits it into two components - seller volumes and buyer volumes, and also calculates the delta and cumulative delta. The indicator does not flicker or redraw, its calculation and plotting are performed fairly quickly, while using the data from the smaller (relative to the current) periods. The indicator operation modes can be switched using the Mode input variable: Buy - display only the buyer volumes. Sell - display only the seller volumes. BuySell -
FREE
Expansoes M
Marcus Vinicius Da Silva Miranda
The M Extensions are variations of the Golden Ratio (Fibonacci Sequence). It is the World's first technique developed for Candle Projections. Advantages: Easy to plot. Candle anchoring; High and accurate precision as support and resistance; Excellent Risk x Return ratio; Works in any timeframe; Works in any asset / market.   The M Extensions are classified into: M0: Zero point (starting candle) RC: Initial candle control region M1: Extension region 1 M2: Extension region 2 M3: Extension r
FREE
WAPV Box Effort x Result
Eduardo Da Costa Custodio Santos
MT5のWA_PV_BOX_EFFORTXRESULT WAPV Box Effort x Result Indicatorは、Package Indicatorsグループ(Wyckoff Academy Wave Market)の一部です。 MT5のWAPVボックスエフォートx結果インジケーターは、価格とボリュームを読み取るのに役立ちます。その読みは、努力×結果の特定を支援することで構成されています グラフによって作成された波で。 ボックスが緑色の場合のMT5のWAPVボックスの労力x結果インジケーターは、ボリュームが需要に有利であり、ボックスが赤色の場合を意味します ボリュームは供給に有利です。 ボックスが大きいほど、価格に対するボリュームの変位が大きくなります。価格の上昇波がボックスのサイズに比例しない場合、 努力×結果。 非常に視覚的な方法で、ボリュームと価格の間のこの相違を識別できます。 MT5のWAPVBoxEffort x Result Indicatorを使用すると、インジケーターをゼロ軸の下に配置することで、視覚化を向上させることもできます。 ティックボリュームとリア
(Google 翻訳) この指標は、 Worden Brothers, Inc によって開発されたオリジナルの「 タイム セグメント ボリューム (TSV) 」に基づいています。 ただし、これにさらにいくつかの機能を追加しました。 元の終値だけを使用する代わりに、適用する価格を選択できます。 実際の範囲に基づく疑似ボリュームを含む、またはボリュームの重み付けをまったく使用しない、使用するボリュームの重み付けを選択することもできます。 (Original text) This indicator is based on the original “ Time Segmented Volume (TSV) ” developed by Worden Brothers, Inc . However, I added an extra few features to this one. One can choose the price to be applied, instead of only having the default close price used by the origin
FREE
The Rayol Code Hour Interval Lines indicator was  designed to assist your trading experience.  It  draws the range of hours chosen by the user directly on the chart, so that it enables traders to visualize price movements during their preferred trading hours, providing  traders a more comprehensive view of price movements and market dynamics. This indicator allows the user to choose not only the Broker's time, but also the Local time. This way, the user no longer needs to calculate local time in
FREE
This indicator calculates the volume profile and places labels that correspond to the VAH, VAL and POC levels, for each candle individually. Indicator operation features The indicator works on the timeframes from M3 to MN, but it uses the history data of smaller periods: M1 - for periods from M3 to H1, M5 - for periods from H2 to H12, M30 - for the D1 period, H4 - for the W1 period, D1 - for the MN period. The color and location of the VAL, VAH and POC labels on the current candle are consider
FREE
Swiss VWAPsimple Motivation Did not find free VWAP that works, the one that I found craseh. So I created a VWAP which calculates values only for the actual day. So computer resouces are not over stressed. What is VWAP, how is it used?  VWAP stands for Volume Weighed Average Price, it calculates the running sum of tick volume and the runnung sum of price times tickvolume. The division of these sums result in a weighed price (Sum P*V/Sum V). The calculation starts normally at midnight. The value
FREE
The indicator identifies when a divergence occurs between price and an indicator or oscillator. It identifies both regular and hidden divergences. Combined with your own rules and techniques, this indicator will allow you to create (or enhance) your own powerful system. Features Can detect divergences for the following oscillators/indicators:   MACD, OsMA, Stochastics, RSI, CCI, RVI, Awesome, ADX, ATR, OBV, Composite index, MFI and Momentum. Only one oscillator/indicator can be selected. Draws
FREE
無限からの通貨の強さを測定するためのこの革新的な指標は、長い間取引されているダフ屋やトレーダーにとって不可欠な助手です。 通貨の強さ/弱さを分析するためのシステムは、世界の主要なトレーダーによって市場で長い間知られており、使用されてきました。 任意の裁定取引は、この分析なしでは完全ではありません。 私たちの指標は、互いに関連して基本通貨の強さを簡単に決定します。 これは、インスタント分析を可能にし、最強のエントリポイントを検索し、すべてまたは現在の通貨ペアの折れ線グラフが表示されます。 インジケータは直感的で、すぐに見つけて任意のペアに切り替えることができ、地下室とメインチャートの両方に配置できるモバイルパネルがあります。 通貨の強さの変化の通知のタイマーモードは、トレーダーに電話で通知を受け取る機会を与えます。  通貨パワーメーターインフィニティ指標を使用するためのいくつかの戦略: 1. 通貨の強さの線形表示のチャートを使用して、交差点を新興トレンドの信号として検索します 2. トレンド反転信号が表示された後、強い通貨の方向に頭皮 3. 通貨の強さの発散分析を使用して、
FREE
Tabajara V5
Flavio Javier Jarabeck
4.85 (33)
Metatrader 5 version of the famous Andre Machado's Tabajara indicator. If you don't know Andre Machado's Technical Analysis work you don't need this indicator... For those who need it and for those several friend traders who asked this porting from other platforms, here it is... FEATURES 8-period Moving Average 20-period Moving Average 50-period Moving Average 200-period Moving Average Colored candles according to the inflexion of the 20-period MA SETTINGS You can change the Period of all M
FREE
MW Volume
Martin Bittencourt
3.75 (4)
The Martinware Volume indicator plots a colored moving average over volume bars. The coloring uses three colors and can be done in different ways choosable by the user and is applied both to the average as to the volume bars. Three types of coloring are possible: None: no coloring is done Increasing or decreasing: changes the color depending on the current value being bigger or lesser than the previous one Volume relative to average: colors vary if the current volume is bigger or lesser then
FREE
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The indicator OrderBook Cumulative Indicator accumulates market book data online and visualizes them on the chart. In addition, the indicator can show the market
TradeQL
Abdiel Aviles Jimenez
The TradeQL Indicator is a customizable tool that highlights specific trading patterns on candlestick charts. Users can define patterns through TradeQL queries, which the indicator then applies to the chart, visually representing matches and captured groups. Ideal for identifying complex trade setups in real-time. TradeQL queries are specified using the TradeQL Language. See https://github.com/abdielou/tradeql for more details. This language is expressed as a regular expression. The language a
FREE
価格波形パターン MT5へようこそ --(ABCD パターン)-- ABCD パターンは、テクニカル分析の世界で強力で広く使用されている取引パターンです。 これは、トレーダーが市場での潜在的な売買機会を特定するために使用する調和的な価格パターンです。 ABCD パターンを使用すると、トレーダーは潜在的な価格変動を予測し、いつ取引を開始および終了するかについて十分な情報に基づいた決定を下すことができます。 EA バージョン:     Price Wave   EA MT5 MT4バージョン:   Price Wave Pattern MT4 特徴 :  ABCDパターンの自動検出。 強気パターンと弱気パターン。  任意のシンボルと任意の時間枠で機能します。 主要なレベルと価格目標。 カスタマイズ可能な設定と繊維レベルの調整。 アラートと通知。 今後  さらに多くの 機能が追加される  予定です 。
FREE
VWAP and MVWAP
Flavio Javier Jarabeck
4 (5)
Volume Weighted Average Price (VWAP) is a trading benchmark commonly used by Big Players that gives the average price a Symbol has traded throughout the day. It is based on both Volume and price. Additionally we put in this indicator the MVWAP (Moving Volume Weighted Average Price). For those who do not know the usage and the importance od this indicator I recommend a great article about this subject at Investopedia ( https://www.investopedia.com/articles/trading/11/trading-with-vwap-mvwap.asp )
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   )。 アルゴリズム プロフェッショナル セパラド パソ ア パソ パラ オペラ それは、オペラハウスやコントラ・デ・エラの指導におい
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 100 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な
究極の通貨強度計「FXパワーNG」の実力をフルに引き出す FX Powerは8年以上にわたり、信頼性の高い正確な通貨強度分析で世界中のトレーダーに力を与えてきました。 そして今、FXパワーNGはこの信頼できるツールを次のレベルに引き上げ、比類のない精度、カスタマイズ性、そして洞察力をあなたの取引にもたらす高度な機能を提供します。 FX Power NGが真剣なトレーダーの必需品である理由とは? FX Power NGは、初代FX Powerでご好評いただいたすべての機能をベースに、重要な追加と改良を加えています: 金強度分析(XAU):通貨ペアとともに金の強さを追跡し、より広範な市場洞察を得ることができます。 洗練された計算:すべての分析において、より正確で信頼性の高い結果が得られます。 カスタマイズ可能な分析期間:日中から長期的な洞察まで、取引戦略に合わせて分析期間を調整できます。 高度なマルチインスタンス設定:複数の時間枠や戦略の分析に最適な、包括的なビューのために複数のインスタンスを実行します。 グラフィックの無制限カスタマイズ:各チャートの色やスタイルを取引環境に合わせ
まず第一に、このトレーディングシステムがノンリペイント、ノンリドロー、ノンラグのインジケーターであることを強調する価値がある。これにより、手動取引とロボット取引の両方に理想的なものになっています。 オンラインコース、マニュアル、プリセットのダウンロード。 「スマートトレンドトレーディングシステム MT5」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的なトレーディングソリューションです。10以上のプレミアムインジケーターを組み合わせ、7つ以上の堅実なトレーディング戦略を備えており、多様な市場状況に対応する多目的な選択肢となっています。 トレンドフォロー戦略:トレンドを効果的に乗り越えるための正確なエントリーとストップロス管理を提供します。 リバーサル戦略:潜在的なトレンドの反転を特定し、トレーダーがレンジ相場を活用できるようにします。 スキャルピング戦略:高速で正確なデイトレードおよび短期取引のために設計されています。 安定性:すべてのインジケーターはノンリペイント、ノンリドロー、ノンラグであり、信頼性の高いシグナルを保証します。 カスタマイズ:個々の取引の嗜好に合わせ
FX Volume MT5
Daniel Stein
4.93 (14)
FXのボリュームで真のエッジを得る:究極の出来高指標 FX Volumeは、インサイダーの視点から真の市場センチメントを明らかにする最初で唯一の出来高指標です。機関投資家やブローカーがどのようなポジションをとっているかについての独自の洞察を提供することで、FX Volumeは、通常大手にのみ許される先見の明をもって取引することを可能にします。COTレポートの遅れとはおさらばです。FX Volumeは、この重要な情報をチャート上で即座に提供し、より迅速でスマートな取引判断を可能にします。 FX Volumeがあなたの取引に不可欠な理由 FX Volumeを使用すると、独自の市場データに比類なくアクセスできるため、一般的な出来高指標では得られない洞察力を得ることができます。チャート上で直接追跡できる内容は以下の通りです: ポジション比率:市場センチメントを明確に把握するために、通貨間のロング・ショート比率をご覧ください。 比率の変化:選択した時間枠におけるロングポジションの変化率を表示します。 総取引量:通貨全体の総取引量(ロングとショート)をリアルタイムで追跡します。 詳細なロン
Atbot
Zaha Feiz
4.75 (44)
AtBot: どのように機能し、どのように使用するか ### どのように機能するか MT5プラットフォーム用の「AtBot」インジケーターは、テクニカル分析ツールの組み合わせを使用して売買シグナルを生成します。単純移動平均(SMA)、指数移動平均(EMA)、および平均真実範囲(ATR)インデックスを統合して取引機会を特定します。さらに、Heikin Ashiキャンドルを使用してシグナルの精度を向上させることもできます。 購入後にレビューを残すと、特別なボーナスギフトを受け取ります。 ### 主な機能: - 再描画なし: シグナルはプロット後に変更されません。 - 再描画なし: シグナルは一貫しており、変更されません。 - 遅延なし: 遅延なくタイムリーなシグナルを提供します。 - 多様な時間枠: あらゆる時間枠で使用可能で、取引戦略に合わせることができます。 ### 操作手順: #### 入力と設定: - firstkey (TrendValue): トレンド検出の感度を調整します。 - Secondkey (SignalValue): 売買シグナル生成の感度を定義します。 - ma
IVISTscalp5
Vadym Zhukovskyi
5 (6)
iVISTscalp5インジケーターをご紹介します。このインジケーターは、トレーディングにおいて独自でありながら効果的です。時間データに基づくこのインジケーターは、多年にわたる経験と金融市場の深い分析の結果です。iVISTscalp5インジケーターは、手動トレーディングにとって優れたツールです。便利さ、簡単さ、可視化 - すべての複雑さが内部に隠されています。私たちは、iVISTscalp5インジケーターの設定と使用を最大限に簡素化しました。このインジケーターは、MT5ターミナルにあるすべての金融商品に適しています。 稼働時間は、4時から20時(UTC+3)です。 iVISTscalp5インジケーターメニュー(スクリーンショット1を参照): History - 引用を計算する週数 dT_min - 時間間隔の選択(分) TFline - 水平ボリュームの作成(時間枠) BARSline - 水平ボリュームの作成(バー数) TFtrend1 - デイリーチャンネルの作成(時間枠) BARStrend1 - デイリーチャンネルの作成(バー数) TFtrend2 - 週次チャンネルの作成(時
Gold Stuff mt5
Vasiliy Strukov
4.92 (171)
Gold Stuff mt5 は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!  トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。 Gold Stuff mt5 は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通
FXレベルの発見:取引成功のための究極の支持線・抵抗線指標 FX Levelsは単なるサポート&レジスタンス・インディケーターではありません。通貨ペア、株価指数、株式、コモディティなど、あらゆる取引シンボルにおいて、正確性、信頼性、シームレスな機能性を求める真剣なトレーダーにとって、画期的なインジケーターです。実績のあるLighthouseメソッドをベースに、ダイナミックでリアルタイムな適応性を強化したFX Levelsは、市場の反転ポイントをチャート上に表示し、正確な利益目標の設定やトレードエントリーの最適化に最適です。 FX Levelsを選ぶ理由 Stein Investmentsのチームは、ブローカーとその様々なデータフィードに関する長年の経験を活かし、FX Levelsを精度と一貫性において傑出したものにしました。異なるブローカー間でほぼ100%同一のレベルを持つFX Levelsは、他のインジケーターにはない比類ないレベルの信頼性を提供します。FX Levelsの細部へのこだわりは、お客様の期待に応えるだけでなく、サポートとレジスタンス分析へのアプローチ方法を変える
このダッシュボードは、選択されたシンボルの最新の利用可能なハーモニックパターンを表示するので、時間を節約し、より効率的に /   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")。ブローカーが
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確な
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
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
これはMT5のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。
ATrend
Zaha Feiz
4.88 (8)
ATrend: その仕組みと使い方 仕組み MT5プラットフォーム向けの「ATREND」インジケーターは、テクニカル分析手法の組み合わせを利用して、トレーダーに堅牢な買いと売りのシグナルを提供するように設計されています。このインジケーターは主に、ボラティリティ測定のために平均真の範囲(ATR)を活用し、潜在的な市場動向を特定するためのトレンド検出アルゴリズムを併用しています。 購入後にメッセージを残すと、特別なボーナスギフトが贈呈されます。 主な特徴: - ダイナミックなトレンド検出: インジケーターは市場トレンドを評価し、シグナルを適宜調整することで、トレーダーが優位な市場環境に合わせて戦略を立てるのを支援します。     - ボラティリティ測定: ATRを使用することで、インジケーターは最適なストップロス(SL)とテイクプロフィット(TP)レベルを決定するために不可欠な市場ボラティリティを測定します。 - シグナルの視覚化: インジケーターは、チャート上に買いと売りのシグナルを視覚的に表示することで、トレーダーの意思決定を強化します。 操作手順 入力とセッティング - TimeF
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはス
サポートとレジスタンススクリーナーは、1つのインジケーター内に複数のツールを提供するMetaTraderの1つのレベルインジケーターにあります。 利用可能なツールは次のとおりです。 1.市場構造スクリーナー。 2.強気のプルバックゾーン。 3.弱気プルバックゾーン。 4.デイリーピボットポイント 5.毎週のピボットポイント 6.毎月のピボットポイント 7.ハーモニックパターンとボリュームに基づく強力なサポートとレジスタンス。 8.銀行レベルのゾーン。 期間限定オファー:HVサポートおよびレジスタンスインジケーターは、50ドルと生涯でのみご利用いただけます。 (元の価格125 $) MQL5ブログにアクセスすると、分析例を含むすべてのプレミアム指標を見つけることができます。 ここをクリックしてください。 主な機能 ハーモニックおよびボリュームアルゴリズムに基づく強力なサポートおよびレジスタンスゾーン。 ハーモニックおよびボリュームアルゴリズムに基づく強気および弱気のプルバックゾーン。  市場構造スクリーナー 毎日、毎週、毎月のピボットポイント。 ドキュメント すべてのサ
Matrix Arrow Indicator MT5
Juvenille Emperor Limited
5 (13)
マトリックスアローインジケーターMT5は、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームインジケーターに続くユニークな10in1トレンドです。マトリックスアローインジケーターMT5は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。 平均方向移動指数(ADX) 商品チャネルインデックス(CCI) クラシック平研アシキャンドル 移動平均 移動平均収束発散(MACD) 相対活力指数(RVI) 相対力指数(RSI) 放物線SAR ストキャスティクス ウィリアムズのパーセント範囲 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。マトリックスアローインジケーターMT5は選択されたインディケーターからのみ情報を収集し、それらのデータのみに基づいてアローを印
AW Trend Predictor MT5
AW Trading Software Limited
4.75 (52)
1 つのシステムでのトレンド レベルとブレイクダウン レベルの組み合わせ。高度なインジケーター アルゴリズムは、市場のノイズをフィルター処理し、トレンド、エントリー ポイント、および可能なエグジット レベルを決定します。インジケーターシグナルは統計モジュールに記録されるため、最適なツールを選択してシグナル履歴の有効性を示すことができます。この指標は、テイクプロフィットとストップロスのマークを計算します。 マニュアルと説明書 ->   ここ / MT4 バージョン ->   ここ インジケーターで取引する方法: Trend Predictor での取引は、たった 3 つの簡単なステップです。 ステップ 1 - ポジションを開く 70% 以上の成功率で買いシグナルが受信されました ステップ 2 - ストップロスの決定 逆信号でトランクを選択 ステップ 3 - テイクプロフィット戦略の定義 戦略 1: TP1 に到達したらポジション全体をクローズする 戦略 2: TP1 に達した時点でポジションの 50% をクローズし、TP2 に達した時点で残りの 50% をクローズします。 戦略 3:
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジ
Golden Trend Indicator MT5
Noha Mohamed Fathy Younes Badr
5 (2)
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
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our customers. The first "The Basics"
** 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
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
Quantum Trend Sniper
Bogdan Ion Puscasu
4.71 (49)
ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT4のバージョン:       ここをクリック 推奨事項: 期間:すべての時間枠。最良の結果を得るには、M
The AT Forex Indicator MT5 is a sophisticated trading tool designed to provide traders with a comprehensive analysis of multiple currency pairs. This powerful indicator simplifies the complex nature of the forex market, making it accessible for both novice and experienced traders. AT Forex Indicator uses advanced algorithms to detect trends, patterns and is an essential tool for traders aiming to enhance their forex trading performance. With its robust features, ease of use, and reliable signal
Easy Buy Sell is a market indicator for opening and closing positions. It becomes easy to track market entries with alerts. It indicates trend reversal points when a price reaches extreme values ​​and the most favorable time to enter the market. it is as effective as a Fibonacci to find a level but it uses different tools such as an algorithm based on ATR indicators and Stochastic Oscillator. You can modify these two parameters as you wish to adapt the settings to the desired period. It canno
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
Bill Williams Advanced is designed for automatic chart analysis using Bill Williams' "Profitunity" system. The indicator analyzes four timeframes at once. Manual (Be sure to read before purchasing) Advantages 1. Automatically analyzes the chart using the "Profitunity" system of Bill Williams. The found signals are placed in a table in the corner of the screen. 2. Equipped with a trend filter based on the Alligator indicator. Most of the system signals are recommended to be used only accordi
作者のその他のプロダクト
Attention: New update - 4 major practicality improvements! 1) Alarm 2) Midas text value 3) Click panel 4) Can be connected to an EA to operate in semi-automatic mode Attention - This indicator does not work perfectly in backtest due to MT5 peculiarities (Reading hotkeys or panel clicks) . My suggestion is that you test Automatic Vwap Midas which has automatic operation to analyze the calculation and then buy Start if you think the indicator will match your operating.     This indicator i
Display N Bars
Ricardo Almeida Branco
4.88 (8)
The Display N Bars utility is a simple tool designed to help identify candles. If a trader tries to share knowledge with a colleague but it is difficult to pinpoint exactly the desired candle, just say the corresponding candle number. The candle count is reset every day. Seeking to offer a good customization the inputs are: Display type -> Display only odd, only odd, or both candles? Direction -> Horizontal or Vertical? Display multiples of: (display frequency) -> Displa
FREE
The best Vwap Midas coding for Metatrader 5 you can find in White Trader indicators. The indicator has been optimized not to recalculate (improving performance) and has several visual settings for you to adapt in your own way. TRY IT FOR FREE by clicking the free demo button Where and why to use Vwap Midas (and Auto Zig Vwap Midas) can be used on a variety of indices, currencies, forex, cryptocurrencies, stocks, indices and commodities. Many successful traders use price and volume to ge
Volume Doji
Ricardo Almeida Branco
Hey guys. This indicator will show you, in the volume histogram, if the candle was a Doji, a bullish candle, or a bearish candle. The construction of this indicator was requested by a trader who uses other indicators from my catalog, and I decided to release it free to help traders who think that the indicator can contribute to their operations. The parameters are: Volume Type: Real Volume or Tick Volume. Color if the candle is bearish: select the color. Color if the candle is high:
FREE
White Trader Clock
Ricardo Almeida Branco
5 (1)
Simple countdown indicator for the next candle. Only claim is to be light! The indicator inserts a text object to the right of the current price and calculates how much time is left for the new bar, showing this to the trader. Leave your comment if the indicator helped you in any way! If you have any suggestions, let me know to evaluate the improvements. Success and Good Trades!
FREE
Automatic Vwap Midas
Ricardo Almeida Branco
5 (1)
The 3 Automatic Vwap (Midas) Indicator can be used for Price and Volume studyers to map the movement of market drivers. It automatically plots 3 Vwaps, two of which are dynamic and will be updated throughout the day if new highs or new lows emerge. The third Vwap is daily and can help if the trend is up or down. Also, an auxiliary indicator that plots (also dynamic) points of interest with OHLC prices (Open, High and Low of the current day and Close of the previous day) was inserted. Success and
O HL2 C Lines
Ricardo Almeida Branco
5 (2)
If you consider the extremes of the daily price as important points, this indicator will help in your trades. Now, instead of manually drawing lines that mark daily highs and lows, you can use the O (HL) ² C Lines indicator. Thus, the OHLC Lines indicator automatically plots the lines O (Open for the current day), H (High for the current day), L (Low for the current day) and C (Close for the previous day). Plot also the high and low of the previous day. Thus, we have 4 static lines
PVA Dragon
Ricardo Almeida Branco
Users of PVRSA / PVA certainly already know the Dragon indicator and its use. The Dragon works as dynamic support and resistance and can be used for scalper or trend follower. In addition to the Dragon we have the WGT (fast) and EMA (slow) averages that can show immediate movement and also trend movement. Stay tuned for the Dragon's inclination! The indicator can be used on any asset/currency pair and can be customized according to the trader's interest. See also my volume analysi
Several techniques use volume as an important point in the trade. Whether to indicate strength, exhaustion, pullback weakness, among others. In chief I quote Richard Wyckoff's theory, which said about the importance of looking price and volume. However, there are several possibilities to filter what is volume that should be noticed. PVRSA/PVA users use an indicator with specific colors, which assist in identifying the volume and type of movement that the price has made. Will the high
Several techniques use volume as an important point in the trade. Whether to indicate strength, exhaustion, pullback weakness, among others. In chief I quote Richard Wyckoff's theory, which said about the importance of looking price and volume. However, there are several possibilities to filter what is volume that should be noticed. PVRSA/PVA users use an indicator with specific colors, which assist in identifying the volume and type of movement that the price has made. Will the high
Do you use volume in your reading of the market? Certainly many traders use it, and do not imagine operating without it. The Color Histogram Volume Set indicator allows the user to choose the value that he considers interesting to monitor. When you pass this you will have visual confirmation and if you want you will also have the audible alert that is given by the indicator. Of course, there are other ways to try to find a high volume, such as assessing whether the volume
Do you use volume in your reading of the market? Certainly many traders use it, and do not imagine operating without it. The Color Candle Volume Set indicator allows the user to choose the value that he considers interesting to monitor. When you pass this you will have visual confirmation on the price chart and if you want you will also have the audible alert that is given by the indicator. Of course, there are other ways to try to find a high volume, such as assessing whet
WT Vwap Bands
Ricardo Almeida Branco
The WT Vwap Bands indicator is an indicator that combines price and volume, helping to show whether the price is within the "fair price", overbought or oversold. The indicator code was designed for performance and has already been tested in a real trading account. In addition to the visual inputs (color, thickness and line style), the user can define a% value that depends on the price. The default values work with the most distant band at 1% of the price and then dividing this distan
Fibo Z
Ricardo Almeida Branco
5 (1)
With it, you leave pre-configured two expansion settings and one fibo retraction configuration to use via keyboard shortcut and mouse click. That is, the Fibo_Z utility facilitates the use of MT5's native functions. The shortcut keys are: "Z" configuration 1 of the expansion. "X" expansion setting 2 "Z" retraction configuration. "V" clears objects from the screen. It is. Success and good trades!
Want to make the graph cleaner? Don't you use the opening price in your analysis? Want to use a chart model that was used by Richard Wyckoff? Then you need to know the Color HLC Candles and Bars indicator. In the same indicator you can switch to the display of candles or bars. Take a look at the other volume indicators to complement your operating. And don't forget to look at the best Vwap Custom (Midas)! Leave your comment! Success and good trades!
Vwap Freeze
Ricardo Almeida Branco
5 (1)
The previous day's vwap is used by some traders as a support and resistance point, after all it is one of the ways to consider the fair price of that asset or that pair the day before. Possible defenses can occur in this region indicating a reversal, or triggering stops starting a new, more directional movement. It is a matter of analyzing how it will add to your operational. To avoid manually drawing the previous day's vwaps and saving time for your analysis, use the Vwap Freeze indicator,
Start Display N Bars
Ricardo Almeida Branco
5 (1)
Do you already know Display N Bars? Do you already know the Start tool (from Midas indicators)? In this indicator, we unified the two tools, allowing you to define which candle will start counting, or use the automatic numbering that was already available in the previous version. Description of the utility follows: Display N Bars The Display N Bars utility is a simple tool that aims to help identify candles. If a trader tries to share the knowledge with a colleague but it i
WT Vwap 5 Bands The WT Vwap Bands indicator is an indicator that combines price and volume, helping to show whether the price is within the "fair price", overbought or oversold. The indicator code was designed for performance and has already been tested in a real trading account. In addition to the visual inputs (color, thickness and line style), the user can define a% value that depends on the price. The default values work with the most distant band at 1% of the price and then di
The White's Candle Color indicator (by volume) will color the candles based on the current candle's volume compared to the moving average of the volume. This will allow you to see clearly if the volume (real or tick) is within the normal range, whether it is high or low and bring very important information about the market. I hope that this indicator can help in your operational. Success and good trades!
Haos MT5
Ricardo Almeida Branco
5 (1)
The Haos oscillator coded for the MT5! This oscillator allows to verify overbought / oversold regions in two periods (14 and 96, for example), making it possible to anticipate a reversal. Possibility to activate an audible alert when it reaches a defined level. Possibility to choose the alert sound by placing a .wav song in each asset or timeframe. (save a .wav file to the MQL5 \ Files folder) Possibility to activate / deactivate histogram and levels to make the screen cleaner. Customizable co
The Initial Balance (Initial Balance / Initial Balance) is a concept related to the study of volume (to learn more, study about Market Profile and Auction Market Theory. You can find some videos in English when searching for "Initial Balance Market Profile"). The IB defines a range in which prices were negotiated in the first hour of trading.The amplitude of the range is important and the break in the range defined by the Initial Balance may have occurred due to the movement of several players
The VTC Volatility indicator was written to support a Brazilian stock market strategy in the WDO (USDBRL), but it can be adapted to other strategies and markets. In the new indicator update, it is now allowed to choose up to 4 levels to determine the range, and thus be more versatile. The Brazilian stock exchange (B3) has the VTC which is a "Structured Exchange Rate Volatility Transaction" (more information on the B3 website). At around 10:00 am, the VTC "Call" comes out and Brazilian
White Weis Volume This indicator shows the sum of the volume in each wave, bulish or bearish, as idealized by David Weis , but it brings an important addition , which is the marking of the bar with the highest volume of the wave (White Bar)! In coding the indicator, it was sought to optimize the code to require minimal processing during use and not to overload mt5. The indicator can be used for pre-trading analysis and study, where the trader analyzes possible points of support and resi
O indicador Vwap Deviation Bands segue na mesma linha dos outros indicadores da White Trader, que buscam leveza, personalização e qualidade, para entregar o que há de melhor para o trader. Isto, além de combinar preço e volume (informações importantes para o trader) com uma medida estatística do desvio padrão. Este indicador já foi utilizado e testado por outros traders que deram sugestões, inclusive, para chegarmos nesta versão final (embora ainda esteja aceitando sugestões, sempre :)   ). O d
Midas is the acronym for Market Interpretation / Data Analysis System is a trade approach started in 1995 by technical analyst Paul Levine and later developed by Andrew Coles, PhD and David Hawkins. Learn more in the book MIDAS Technical Analysis: A VWAP Approach to Trading and Investing in Today's Markets , (I saw that it is possible buy via Amazon). The positive points in relation to the Midas-based indicators are the prediction of movement reversal points, the negative point is the subjectivi
The Vwap Bands Auto indicator seeks to automatically map the maximum market frequency ( automatic update of the outermost band ) and has two intermediate bands that also adjust to daily volatility. Another tool from White Trader that combines price and volume, in addition to mapping the daily amplitude. The external band is updated automatically when the daily maximum or minimum breaks the current frequency, and can be an input signal, seeking a return to the daily vwap. Thus, in ad
Start Midas SD Channel
Ricardo Almeida Branco
5 (1)
Do you already know the Start Midas indicator? What about the Vwap Standard Deviation indicator? And I need to speak again in the book MIDAS Technical Analysis ... The Start Midas SD Channel indicator combines the two in one, bringing the practicality and efficiency of Midas with the statistical calculation of the standard deviation. All of this with the practicality of the White Trader Start indicators, where you can plot the indicator and move them on the screen using keyboard s
Here we have the Start Midas Fibo Bands , I confess that it is an indicator that excited me enough to operate because I was able to find more defined rules. Well, the indicator has the functions of the other indicators of the Start line , which is a possibility to plot several Midas on the screen, you can move the anchor point using keyboard shortcuts and use the legend to differentiate one anchor from another. The rules that I have analyzed for my possible setup are recommended to the entry, st
Prior Lines
Ricardo Almeida Branco
This indicator shows on the current day some lines of interest, such as maximum, minimum and closing of the previous day, as well as the opening, maximum and minimum price of the current day. It can also show the GAP (closing of the previous day and opening of the current day) and projections of the amplitude of the previous day, according to the value you choose in the multiplier. Oh, I was going to forget. It is also possible to determine the time frame, which is daily by default. If th
The Danko Trend Color indicator is actually a candle coloring to bring practicality, ease and information to your charts. Danko Trend Color combines PRICE AND VOLUME indicators to define the prevailing trend, so the colors are: Blue (indicates an uptrend) Orange (indicates a downtrend) White (indicates undefined trend) I don't like to promise anything with my indicators, I ask you to download, test it for free (for use in backtesting) and see if the indicator can, in some way, help you
フィルタ:
レビューなし
レビューに返信