• 概要
  • レビュー
  • コメント (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.67 (9)
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
3.15 (26)
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.4 (30)
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.88 (26)
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.83 (6)
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
3.86 (21)
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
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
MIDAS Super VWAP
Flavio Javier Jarabeck
4.29 (14)
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 (2)
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
Tabajara V5
Flavio Javier Jarabeck
4.88 (41)
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
4 (5)
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.17 (6)
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
このプロダクトを購入した人は以下も購入しています
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確な
まず第一に、このトレーディングシステムがノンリペイント、ノンリドロー、ノンラグのインジケーターであることを強調する価値がある。これにより、手動取引とロボット取引の両方に理想的なものになっています。 オンラインコース、マニュアル、プリセットのダウンロード。 「スマートトレンドトレーディングシステム MT5」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的なトレーディングソリューションです。10以上のプレミアムインジケーターを組み合わせ、7つ以上の堅実なトレーディング戦略を備えており、多様な市場状況に対応する多目的な選択肢となっています。 トレンドフォロー戦略:トレンドを効果的に乗り越えるための正確なエントリーとストップロス管理を提供します。 リバーサル戦略:潜在的なトレンドの反転を特定し、トレーダーがレンジ相場を活用できるようにします。 スキャルピング戦略:高速で正確なデイトレードおよび短期取引のために設計されています。 安定性:すべてのインジケーターはノンリペイント、ノンリドロー、ノンラグであり、信頼性の高いシグナルを保証します。 カスタマイズ:個々の取引の嗜好に合わせ
Gold Stuff mt5
Vasiliy Strukov
4.89 (173)
Gold Stuff mt5 は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。 Gold Stuff mt5 は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。
Reversal First Impulse levels (RFI)      INSTRUCTIONS        RUS       -       ENG              R ecommended to use with an indicator   -   TREND PRO -  Version MT4                 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:: Di
ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT4のバージョン:       ここをクリック 推奨事項: 期間:すべての時間枠。最良の結果を得るには、M
今、147ドル(いくつかの更新後に499ドルに増加します) - 無制限のアカウント(PCSまたはMac) RelicusRoad ユーザー マニュアル + トレーニング ビデオ + プライベート Discord グループへのアクセス + VIP ステータス 市場の新しい見方 RelicusRoad は、外国為替、先物、暗号通貨、株式、および指数の世界で最も強力な取引インジケーターであり、トレーダーに収益を維持するために必要なすべての情報とツールを提供します。初心者から上級者まで、すべてのトレーダーが成功するためのテクニカル分析と取引計画を提供します。これは、将来の市場を予測するのに十分な情報を提供する重要な取引指標です。意味をなさないチャート上のいくつかの異なる指標ではなく、完全な解決策を信じています.これは、信号、矢印 + 価格アクション情報を表示するオールインワンのインジケーターで、他に類を見ない非常に正確です。 強力な AI に基づいて、RelicusRoad は不足している情報とツールを提供して、あなたを教育し、トレーディングのプロ、成功したトレーダーにします。
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 MT4               DETAILED DESCRIPTION               R ecommended to use with
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 50 ドルで生涯ご利用いただけます。 (元の価格 125$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な
74% discount for the next 10 buyers (original price $605): 1 left Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. 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 th
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
FX Volume MT5
Daniel Stein
4.94 (17)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジ
AW Trend Predictor MT5
AW Trading Software Limited
4.77 (56)
1 つのシステムでのトレンド レベルとブレイクダウン レベルの組み合わせ。高度なインジケーター アルゴリズムは、市場のノイズをフィルター処理し、トレンド、エントリー ポイント、および可能なエグジット レベルを決定します。インジケーターシグナルは統計モジュールに記録されるため、最適なツールを選択してシグナル履歴の有効性を示すことができます。この指標は、テイクプロフィットとストップロスのマークを計算します。 マニュアルと説明書 ->   ここ / MT4 バージョン ->   ここ インジケーターで取引する方法: Trend Predictor での取引は、たった 3 つの簡単なステップです。 ステップ 1 - ポジションを開く 70% 以上の成功率で買いシグナルが受信されました ステップ 2 - ストップロスの決定 逆信号でトランクを選択 ステップ 3 - テイクプロフィット戦略の定義 戦略 1: TP1 に到達したらポジション全体をクローズする 戦略 2: TP1 に達した時点でポジションの 50% をクローズし、TP2 に達した時点で残りの 50% をクローズします。 戦略 3:
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
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
WHY IS OUR FXACCCURATE LS MT5 THE PROFITABLE ? PROTECT YOUR CAPITAL WITH RISK MANAGEMENT Gives entry, stop and target levels from time to time. It finds Trading opportunities by analyzing what the price is doing during established trends. POWERFUL INDICATOR FOR A RELIABLE STRATEGIES We have made these indicators with a lot of years of hard work. It is made at a very advanced level. Established trends provide dozens of trading opportunities, but most trend indicators completely ignore them!
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはス
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
Gartley Hunter Multi - An indicator for searching for harmonic patterns simultaneously on dozens of trading instruments and on all classic timeframes: (m1, m5, m15, m30, H1, H4, D1, Wk, Mn). Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Patterns: Gartley, Butterfly, Shark, Crab. Bat, Alternate Bat, Deep Crab, Cypher 2. Simultaneous search for patterns on dozens of trading instruments and on all classic timeframes 3. Search for patterns of all possible sizes. Fr
ADR反転インジケーターは、通常の1日の平均レンジに関連して価格が現在取引されている場所を一目で示します。価格が選択した平均範囲とレベルを超えると、ポップアップ、電子メール、またはプッシュを介して即座にアラートを受け取るため、プルバックと逆転にすばやくジャンプできます。インディケータは、チャート上に1日の平均レンジの極値で水平線を描画し、それらを超える価格の数学的確率が付加されているレベルを超える延長も描画します。詳細については、以下をご覧ください... インジケーターとモニターを補完するADRアラートダッシュボードここでも利用可能なすべてのペア:https:// www.mql5.com/en/market/product/66316 MT4バージョンはこちらからも入手できます:https:// www.mql5.com/en/market/product/62757 通常の1日平均レンジ(ADR)内で価格が取引され、これらのレベルを上回っている時間の約60%は、通常、その後の引き戻し(利益確定)の動きを伴う急激な価格の動きの指標です。毎日の範囲の上部または下部からのプルバ
クリスマスセール!40% OFF!1月1日に価格が$250に値上がり! GoldenGate Entriesをご紹介します:最先端のトレーディングソリューション! GoldenGate Entries(GGE)を使用して取引する革新的なアプローチを発見しましょう。GGEは、取引体験を向上させるために設計された先進的なインジケーターで、ユーザーに正確性と自信を持たせるための包括的な機能を提供します。 通貨ペア:Any(FX - 商品 - 株式 - 株式 - クリプト) タイムフレーム:15分からH1 主な特徴: 買いと売りの矢印の指示:常に情報を受け取るために、買いと売りの矢印の指示をポップアップアラートとともに受け取ります。 GoldenGate_Algo:GoldenGate_Algoを使用して市場の状況を把握し、市場が「売り過ぎ」または「買い過ぎ」かどうかを評価する強力なツールです。 現在のトレンド分析:視聴中のタイムフレームで現在のトレンドにアクセスして、取引を市場の主流方向に合わせることができます。 組み込みのピボットポイント:組み込まれた
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 Equal High / Low’s     ,
Quantum平均足PRO のご紹介 市場のトレンドに対する明確な洞察を提供するように設計された平均足キャンドルは、ノイズを除去し、誤ったシグナルを排除する能力で知られています。混乱を招く価格変動に別れを告げ、よりスムーズで信頼性の高いチャート表現を導入しましょう。 Quantum Heiken Ashi PRO を真にユニークなものにしているのは、従来のローソク足データを読みやすい色のバーに変換する革新的なフォーミュラです。赤と緑のバーはそれぞれ弱気トレンドと強気トレンドをエレガントに強調し、潜在的なエントリーポイントとエグジットポイントを驚くほど正確に見つけることができます。 量子EAチャネル:       ここをクリック MT4のバージョン:       ここをクリック この注目すべき指標には、いくつかの重要な利点があります。 明確性の向上: 価格変動を平滑化することで、平均足バーは市場トレンドをより明確に表現し、有利な取引機会を特定しやすくします。 ノイズの削減: 誤ったシグナルを引き起こすことが多い不安定な価格変動に別れを告げます。 Quantum Heik
支持線と抵抗線、そしてローソク足のギャップをチャート上に自動的に表示するため、価格が次に向かう可能性のある場所や反転する可能性のある場所を確認することができます。 このインジケーターは、私のウェブサイト(The Market Structure Trader)で教えているポジショントレード手法の一部として使用するように設計されており、ターゲットとエントリーの可能性のための重要な情報を表示します。 MT4 Version:  https://www.mql5.com/en/market/product/97246/ このインジケーターには、2つのコア機能と4つの追加機能があります: コア機能1 - 日足、週足、月足のサポートラインとレジスタンスラインの自動表示 このインジケーターは、直近2日間、最大6週間前、数ヶ月前のサポートレベルとレジスタンスレベルを自動的に引き込みます。これらのレベルの見た目は完全にカスタマイズすることができ、いくつ表示されるかを表示することもできます。これらの重要な水準は、しばしば主要な支持線と抵抗線として機能し、価格が転換して引き戻されたり反転したりする場
トレンドラインマップインジケーターは、トレンドスクリーナーインジケーターのアドオンです。トレンドスクリーナー(トレンドラインシグナル)によって生成されたすべてのシグナルのスキャナーとして機能します。 これは、トレンドスクリーナーインジケーターに基づくトレンドラインスキャナーです。 Trend Screener Pro インジケーターがない場合、Trend Line Map Proは機能しません。 It's a Trend Line Scanner based on Trend Screener Indicator. If you don't have Trend Screener Pro Indicator,     the Trend Line Map Pro will not work . ブログにアクセスすると、トレンドラインマップインジケーターの無料バージョンをダウンロードできます。 Metatrader Testerの制限なしで、購入する前に試してみてください。 :  ここをクリック 1.簡単になる利点 通貨と時間枠に基づいて売買シグナルを表示し
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT5 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く確認できます。通貨強
IX Powerは 、FX Powerの無敵の精度をついにFX以外のシンボルにも提供します。 お気に入りの指数、株式、コモディティ、ETF、さらには暗号通貨の短期、中期、長期のトレンドの強さを正確に判断します。 お使いの端末が提供する すべてを分析する ことができます。ぜひお試しいただき、取引 タイミングが大幅に改善 されることをご体験ください。 IXパワーの主な特徴 100%正確で再描画されない計算結果 - ターミナルで利用可能なすべての取引シンボルに対して 予め設定され、さらに個別に設定可能な強度分析期間のドロップダウン選択 Eメール、メッセージ、モバイル通知による無数の通知オプション EAリクエストのためのアクセス可能なバッファ カスタマイズ可能な計算制限により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 Windows 11とmacOSのスタイルで角を丸くした新しいパネルデザイン サブ・ウィンドウとメイン・チャートの間をシームレスに移動する、魔法のように動くイン
Create Unlimited Dashboards Each dashboard can be upto 28 Symbols x 24 Indicators. Mix and match from 31 leading indicators and all timeframes, to create unlimited unique dashboards. Create Group Alerts to be alerted when your chosen indicators are all aligned. 33 customizable trading strategy alerts (Trend, Breakout, Overbought, Oversold, Thresholds, Saucers etc). Scalper, Day or Long Term Trader?  Mega Dash has you covered, design your unique dashboard to suit your trading style. Mega Dash is
作者のその他のプロダクト
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
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
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
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
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
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
Display N Bars
Ricardo Almeida Branco
4.89 (9)
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
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
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
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
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
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
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
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
Ricardo Almeida Branco
5 (1)
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
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
フィルタ:
レビューなし
レビューに返信