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

Range Bars

4

The robust charting solution enables creating custom live range bar charts on the MetaTrader 4 trading platform.

You can apply all of the standard and custom indicators and technical studies directly to the range bar charts and you can run EAs directly on these charts as well* (for details see text below the input summary).

To create a range bar chart you need to attach the Range Bar indicator to a standard time frame (1 minute is recommended) and use the indicator's settings to generate a live custom chart that will be displayed on an offline chart of your choice. All of the available settings are described below:

Bar type definition

  • Range bar size  - Defines the since of the range bar
  • Range bar calculation mode - ( pips / ticks/ points / ATR % / % ) 
  • Build history for number of days
  • Build history starting from date

Settings for ATR based bar size calculation

  • Daily ATR period
  • Percentage of ATR to calculate candle size (high to low).

Chart synchronization

  • Reset Open on each trading day.
  • Override start of trading day

Misc settings

  • Display on offline chart (M2, M3, M4, M6, M7, M8, M9 or M10)
  • Apply template to offline chart (name of the template to apply to the range bars chart)
  • Automatically open offline chart (true/false)
  • Re-calculate chart on history updates.
  • Minimum chart update interval (defined in milliseconds).

Alerts and Info

  • Sound signal on new bar (true/false).
  • Only signal reversal bars (true/false).
  • Use Alert Window to display signal (true/false).
  • Sound file to play on bullish bar.
  • Sound file to play on bearish bar.
  • Color of High threshold indicator.
  • Color of Low threshold indicator.
  • Color of an inactive threshold indicator.

* EAs can be used directly on the offline chart, however, a small tweak is required, so you need to have access to your EA source code. Below is an EA skeleton example that is capable of running directly on the offline chart:

#property strict
//+------------------------------------------------------------------+
//| Expert initialization function                                   |
//+------------------------------------------------------------------+
int OnInit()
{
   // You need to initialize a time to call the OnTimer event.
   // It is used to call OnTick whenever the Bid price changes.
   // The check is made every 250 ms, which should be sufficient.
   
   EventSetMillisecondTimer(250);
      
   //---
   
   return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
//| Expert deinitialization function                                 |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
{
   // Remember to destroy timer in the OnDeinit event.
   
   EventKillTimer();

   //---      
}
//+------------------------------------------------------------------+
//| Expert tick function                                             |
//+------------------------------------------------------------------+
void OnTick()
{
   //
   // This is where all of your EA trading logic resides.
   // I just write to the log in this example...
   //
   
   Print("OnTick function call - bid = "+(string)Bid);
}
//+------------------------------------------------------------------+
//| The OnTimer function is used to call OnTick()                    |
//| whenever the Bid price changes.                                  |
//+------------------------------------------------------------------+
void OnTimer()
{
   RefreshRates();
   static double prevBid = 0; 
   
   if(Bid != prevBid)
   {
      prevBid = Bid;
      OnTick();
   }         
}
//+------------------------------------------------------------------+
レビュー 4
Richard Black
168
Richard Black 2021.01.19 06:17 
 

just trying range bars and works excellent.getting a ea coded to trade on indicator.is quite smart how it changes price feed on 1 chart to another chart to view range bars.

kowtung
125
kowtung 2019.05.13 02:18 
 

Very good indicator, recommend!!

Matthew

Zentrader2015
1470
Zentrader2015 2018.06.29 12:51 
 

The Range Bars are awesome! fits perfectly into my strategy and much nicer and easier to trade than renko IMO.

おすすめのプロダクト
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
VR Cub
Vladimir Pastushak
VR Cub は、質の高いエントリーポイントを獲得するためのインジケーターです。このインジケーターは、数学的計算を容易にし、ポジションへのエントリーポイントの検索を簡素化するために開発されました。このインジケーターが作成されたトレーディング戦略は、長年にわたってその有効性が証明されてきました。取引戦略のシンプルさはその大きな利点であり、初心者のトレーダーでもうまく取引することができます。 VR Cub はポジション開始ポイントとテイクプロフィットとストップロスのターゲットレベルを計算し、効率と使いやすさを大幅に向上させます。取引の簡単なルールを理解するには、以下の戦略を使用した取引のスクリーンショットを見てください。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 5] エントリーポイントの計算ルール ポジションをオープンする エントリーポイントを計算するには、VR Cub ツールを最後の高値から最後の安値までストレッチする必要があります。
The Volume by Price Indicator for MetaTrader 4 features Volume Profile and Market Profile TPO (Time Price Opportunity). Get valuable insights out of currencies, equities and commodities data. Gain an edge trading financial markets. Volume and TPO histogram bar and line charts. Volume Footprint charts. TPO letter and block marker charts including split structures. Versatile segmentation and compositing methods. Static, dynamic and flexible ranges with relative and/or absolute visualizations. Lay
これは、キャンドルの終値を予測する指標です。 このインジケータは、主にD1チャートでの使用を目的としていますが. この指標は、従来の外国為替取引とバイナリオプション取引の両方に適しています。 インジケーターは、スタンドアロンのトレーディングシステムとして使用することも、既存のトレーディングシステムへの追加として機能させることもできます。 このインジケーターは、現在のキャンドルを分析し、キャンドル自体の内部の特定の強度係数と、前のキャンドルのパラメーターを計算します。 したがって、この指標は、市場の動きのさらなる方向性と現在のキャンドルの終値を予測します。 この方法のおかげで、この指標は、短期の日中取引だけでなく、中期および長期の取引にも適しています。 インジケーターを使用すると、市場の状況の分析中にインジケーターが生成する潜在的な信号の数を設定できます。 インジケーターの設定には、このための特別なパラメーターがあります。 また、インジケーターは、チャート上のメッセージの形式で、電子メールで、およびPUSH通知の形式で、新しい信号について通知することができます。 購入後は必ず私に書いて
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. Blahtech Limited presents their Market Profile indicator for the MetaTrader community. Ins
無限からの通貨の強さを測定するためのこの革新的な指標は、長い間取引されているダフ屋やトレーダーにとって不可欠な助手です。 通貨の強さ/弱さを分析するためのシステムは、世界の主要なトレーダーによって市場で長い間知られており、使用されてきました。 任意の裁定取引は、この分析なしでは完全ではありません。 私たちの指標は、互いに関連して基本通貨の強さを簡単に決定します。 これは、インスタント分析を可能にし、最強のエントリポイントを検索し、すべてまたは現在の通貨ペアの折れ線グラフが表示されます。 インジケータは直感的で、すぐに見つけて任意のペアに切り替えることができ、地下室とメインチャートの両方に配置できるモバイルパネルがあります。 通貨の強さの変化の通知のタイマーモードは、トレーダーに電話で通知を受け取る機会を与えます。  通貨パワーメーターインフィニティ指標を使用するためのいくつかの戦略: 1. 通貨の強さの線形表示のチャートを使用して、交差点を新興トレンドの信号として検索します 2. トレンド反転信号が表示された後、強い通貨の方向に頭皮 3. 通貨の強さの発散分析を使用して、
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation. S
TWO PAIRS SQUARE HEDGE METER INDICATOR Try this brilliant 2 pairs square indicator It draws a square wave of the relation between your two inputs symbols when square wave indicates -1 then it is very great opportunity to SELL pair1 and BUY Pair2 when square wave indicates +1 then it is very great opportunity to BUY pair1 and SELL Pair2 the inputs are : 2 pairs of symbols         then index value : i use 20 for M30 charts ( you can try other values : 40/50 for M15 , : 30 for M30 , : 10 for H1 ,
A technical indicator that calculates its readings on trading volumes. In the form of a histogram, it shows the accumulation of the strength of the movement of the trading instrument. It has independent calculation systems for bullish and bearish directions. Works on any trading instruments and time frames. Can complement any trading system. The indicator does not redraw its values, the signals appear on the current candle. It is easy to use and does not load the chart, does not require additi
BoxChart MT4
Evgeny Shevtsov
4.57 (7)
The market is unfair if only because 10% of participants manage 90% of funds. An ordinary trader has slim changes to stand against these "vultures". This problem can be solved. You just need to be among these 10%, learn to predict their intentions and move with them. Volume is the only preemptive factor that faultlessly works on any timeframe and symbol. First, the volume appears and is accumulated, and only then the price moves. The price moves from one volume to another. Areas of volume accumu
VR Calculate Martingale インジケータは、収益または損失を計算するための注文とポジションの強力な計算ツールです。 注文とポジションの計算ツールを使用して、トレーダーは通貨、株式、通貨の暗号など、あらゆる為替の平均価格を計算できます。 これで、インジケータを接続して、実際の注文と位置に仮想注文を重ねて表示する機能を開始できます。 追加の仮想位置を作成することで、任意のイベントを計算できます。 インジケータには、ロット計算機、ポジション平均化計算機、テイク損益計算機、ストップロスレベル計算機が含まれます。 特別な機能を使用すると、現在の価格のあらゆる方向への移動をシミュレートし、 1 つまたは複数のポジションの利益または損失を計算できます。 購入や販売のポジションはたくさんありますか? VR Calculate Martingale - すべてのポジションをゼロまたは小さな利益でクローズできる平均価格を計算します。 平均価格で注文をグループ化し、 1 つ以上のポジションをクローズするための最も収益性の高いソリューションを見つけることができます。 テクニカルサポート、設
Owl smart levels
Sergey Ermolov
4.63 (54)
MT5版  |   FAQ Owl Smart Levels Indicator   は、 Bill Williams   の高度なフラクタル、市場の正しい波構造を構築する Valable ZigZag、エントリの正確なレベルをマークする Fibonacci レベルなどの一般的な市場分析ツールを含む 1 つのインジケーター内の完全な取引システムです。 利益を得るために市場と場所に。 戦略の詳細な説明 インジケータを操作するための指示 顧問-取引助手 プライベートユーザーチャット ->購入後に私に書いて、私はプライベートチャットにあなたを追加し、あなたはそこにすべてのボーナスをダウンロードすることができます 力はシンプルさにあります! Owl Smart Levels   取引システムは非常に使いやすいので、専門家にも、市場を勉強し始めて自分で取引戦略を選択し始めたばかりの人にも適しています。 戦略と指標に秘密の数式や計算方法が隠されているわけではなく、すべての戦略指標は公開されています。 Owl Smart Levels を使用すると、取引を開始するためのシグナルをすばやく確認し、
This is a trend indicator without redrawing Developed instead of the binary options strategy (by the color of the Martingale candlestick) Also works well in forex trading When to open trades (binary options) A signal will appear in the place with a candle signaling the current candle It is recommended to open a deal for one candle of the current timeframe M1 and M5 When a blue dot appears, open a deal up When a red dot appears, open a trade down. How to open trades on Forex. When a signal is rec
フィボナッチリトレースと拡張ラインツール DiNapoliポイント取引方法とゴールデンセクション取引を使用するトレーダーにとって理想的なMT4プラットフォームのフィボナッチリトレースと拡張ラインツール 主な特長: あなたはフィボナッチリトレースメントの複数のセットを直接描くことができ、重要なリターンポイント間の関係は一目瞭然です。 2.フィボナッチ拡張を描画することができます。 3.フィボナッチフォールドバックとラインの延長は、簡単な観察と数値表示のために左右に動かすことができます。 4.チャートは非常に爽やかな 5.数字キーでサイクルを切り替えることができます。 ファンクションキー: 1。 [戻るを押す、要求に応じて描画する、最大8つのグループにする 2。拡張]を描くには[押す] 3。 \を押すと、現在のサイクルの下にあるすべての拡張機能と折り畳みが削除されます 4。フォールドバックを移動して削除して展開する (1)最初のフォールドバックセットのF5行をクリックします。 一度クリックすると(黄色に変わります)、キーボードのDel
Matrix is a Forex arrow indicator. Displays signals simply and clearly! The arrows show the direction of the transaction, and are colored accordingly, which can be seen in the screenshots. As you can see, trading with such an indicator is easy. I waited for an arrow to appear in the desired direction - I opened a deal. An arrow formed in the opposite direction - closed the deal. The indicator also displays the lines with the help of which the arrow signals are formed, taking into account the int
Introduction It is common practice for professional trades to hide their stop loss / take profit from their brokers. Either from keeping their strategy to the themselves or from the fear that their broker works against them. Using this indicator, the stop loss / take profit points will be drawn on the product chart using the bid price. So, you can see exactly when the price is hit and close it manually.  Usage Once attached to the chart, the indicator scans the open orders to attach lines fo
Bintang Binary Indicator work all pairs Time Frame : M5 Expaired : 1 Candle No Repaint, No Delay and Alerts Use manual and auto trading  Easy to use Trial Version, Rent Version and Full Version avaliable Trial Version >>> download here  https://www.mql5.com/en/market/product/54602 Trial Version not have Alerts Rent version 1 month, 3 month, 6 month, 9 month, and 1 years Auto trading is better use MT2 Trading Platform (Contact me for discount 10 % MT2 trading licence) Work good for forex trading
The Chaikin Oscillator is a technical indicator developed by Marc Chaikin that combines price and volume data to measure the accumulation and distribution of a financial instrument. It aims to identify potential buying and selling opportunities in the market. The Chaikin Oscillator is calculated by subtracting a 10-day exponential moving average of the Accumulation Distribution Line (ADL) from a 3-day exponential moving average of the ADL. Here's how to use the Chaikin Oscillator indicator in tr
The indicator for determining key patterns for the BBMA strategy will perfectly complement the Fibo Musang strategy, and can also be used as an independent tool. IMPORTANT! Contact me immediately after purchase to receive the second file! If you have any questions, I will help you deal with the indicator. Designed to save market analysis time; Sends push notifications to the phone when key moments of the strategy have arisen (Extrem A, Csak, cross the BB line with a candle) Advantages Easy to u
VN Trade Panel II
Vyacheslav Nekipelov
4 (1)
The new version of the trading panel, which now has the ability to separately close Buy and Sell orders, display targets for all orders on the chart, as well as the ability to use the panel to trade with brokers working on the FIFO rule. Also, the new version adds option buttons for separate management of open orders. It has a convenient visualized interface and intuitive control without a lot of additional tabs to which traders have to be distracted and switch their attention. Thanks to this
This unique multi-currency strategy simultaneously determines the strength of trends and market entry points, visualizing this using histograms on the chart. The indicator is optimally adapted for trading on the timeframes М5, М15, М30, Н1. For the convenience of users, the indicator renders the entry point (in the form of an arrow), recommended take profit levels (TP1, TP2 with text labels) and the recommended Stop Loss level. The take profit levels (TP1, TP2) are automatically calculated for
Descption: The Volume Profile displays detailed informations of historical trading activities at certain price levels (Market Profile). So you can locate the areas with the best prices in the market and get an advantage about other market participants. Support: Please do not hesitate to contact me via the MQL5 Platform. I am very grateful about any Bug report, so that i can constantly improve the indicator. I also appreciate any public review for this product.  Features: Customizable Volume
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
The trading statistics indicator notifies the trader of the aggregate income of the trading account for different time intervals. The indicator has wide display settings on the graph. There is a choice of one of the two display languages on the chart- English and Russian. Settings Indicator language (ENG, RUS) - Select the language to display on the chart; To control the magic (-1: any magic) - Entering the Magic for control (-1: any Magic); Angle of indicator tie - Selecting the angle of the
The indicator allows you to trade binary options. The recommended time frame is М1 and the expiration time is 1,2,3 minutes. The indicator suitable for auto and manual trading. A possible signal is specified as a arrows above/under a candle. You should wait until the candle closes! Arrows are not re-painted Trade sessions: TOKYO section (Half-end) Currency pairs: USD/JPY Working time frame: M1 Expiration time: 1,2,3 minutes. The indicator also shows good results when using the martingale strateg
FREE
Bermaui Bands
Muhammad Elbermawi
4.94 (89)
Bermaui Bands(BB)は、レンジとトレンドの価格変動をフィルタリングするのに役立つテクニカル分析ツールです。この指標の背後にある考え方は、次のステップで説明できます。 標準偏差を0〜100の間で移動するオシレーターとして計算します。これをBermaui偏差パーセント(BD%)と名付けます。 「BD%」がゼロに近い場合、ボラティリティは極端になります。さらに、「BD%」が100に近い場合、ボラティリティは非常に低くなります。 ボラティリティが高いということは、トレンド市場の可能性が高いことを意味し、ボラティリティが低いということは、横向きまたはレンジング市場を意味します。 標準偏差はSMAに基づいて計算されるため、中央の線は単純移動平均(SMA)です。 計算で同じバー数の単純移動平均に「BD%」を追加して、アッパーベルマウイバンドを取得します。 計算で同じ数のバーを使用した単純な移動平均から「BD%」を減算して、Lower BermauiBandsを取得します。 重要な情報 Bermaui Bandsユーザーズマニュアル: https://www.mql5.com/en/b
5 signal in 1  Product     TimeFrame   Recommend   1m-5m recommend  signal   TF  5m    Banks Pro Binary Option is Indicator for binary option Can Use Manaul Trade or Robot on Platform  Mt2Trading  https://www.mt2trading.com/?ref=104    Time Trading   good work  EU session    Recommend  Curency   EUR  GBP USD        careful   AUD JPY      Recommend  Martingale 2-5 Step   Recommend  set profit  2%-5%/Day Setting Brake  News Event High volatility   recommend  15-30 min Have Problem Contract
UR Gamma
Krzysztof Jan Debski
URガンマ (機械学習システムで見られる同様の計算を利用) UR Gamma は、従来の WaveTrend インジケーターを新しく改善したものを提供する最先端の財務分析ツールです。 高度なデジタル信号処理技術を組み込むことにより、UR Gamma は、従来の WaveTrend アルゴリズムの制限の一部に対処し、価格行動の傾向を特定および測定するためのより正確で堅牢で動的なアプローチを提供します。 UR ガンマを使用する利点: ミニマルなセットアップ すべてのデータはバックグラウンドで計算されており、ユーザー向けの出力は 1 つだけで、明確かつ適切です。 疲労を示唆する背景レベル あらゆる種類のアセットに調整されます。 ツールの最新情報を入手できる特別な電報チャットがあり、何か不足していると感じた場合はリクエストを送信することもできます! なぜURガンマ? 目標は、0 を中間点として、-1 と 1 の間で確率分布を振動させることです。 これを実現するために、アクティベーション関数と呼ばれる機械学習の手法を使用してデータを変換します。 そのような関数の 1 つ
This panel is a part of the SupDem-Pro trading system and is used to search for the best opportunities for any available instruments. Which can be selected manually in the Market Watch (open it with CTRL + M). Using this trading panel in combination with ShvedSupDem-Pro_Zone allows to analyze multiple currency pairs with a single click. The panel allows to load any instruments from the Market Watch, from 6 major currency pairs up to all instruments (480). The indicator parameters Button Width
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイトレーディングおよび短期トレード
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
TPSpro TRENDPRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  -  Version MT5               DETAILED DESCRIPTION        /       TRADING SETUPS           
Trend Screener
STE S.S.COMPANY
4.83 (86)
トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけることができます: ここをクリックしてください 期間限定オファー:トレンドスクリーナーインジケーターは、50ドルと生涯でのみご利用いただけます。 (元の価格125 $) MQ
ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5のバージョン:       ここをクリック 推奨事項: 期間: すべての時間枠。最良の結果を得るには、
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーターはBOSやCHoCHなどのパターンの識
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
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. Reversal First Impulse levels (RFI)   -  Version MT5                INSTRUCTIONS                 RUS                 ENG                                       R ecommended to use with an indicator   -  
Advanced Supply Demand
Bernhard Schweigert
4.92 (310)
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
これはMT4のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。
SALE NOW! Limited Time Offer! An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and
カスタムMT4インジケーターで外国為替取引を成功させるための秘密を発見してください! 外国為替市場で成功を達成し、リスクを最小限に抑えながら一貫して利益を得る方法を疑問に思ったことはありますか? これがあなたが探している答えです! 取引へのアプローチに革命をもたらす独自のMT4インジケーターを導入できるようにします。 ユニークな汎用性 私たちのインジケータは、RenkoとRangeBarのろうそくのフォーメーションを好むユーザー向けに特別に設計されています。 これらのチャートタイプは多くの経験豊富なトレーダーに好まれていることを理解しています。そのため、私たちのインジケーターはそれらとシームレスに統合され、比類のない市場分析を提供します。 クリアトレンドシグナル 複雑な分析を忘れてください! 私たちのインジケーターは、鮮やかな色と明確なドット構造を利用して、市場の動向を明確に示しています。 赤と青の点は、価格の動きの方向性について疑いの余地がなく、取引の迅速な意思決定を可能にします。 HH/HL HL/LL戦略とのアライメント HH/HLおよびHL/LL構
TrendMaestro
Stefano Frisetti
5 (2)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link: 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 and therefore the moment in which prices have strong probability of f
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
驚異的なFXインジケーター「Miraculous」をご紹介します。完璧な結果を得るための1時間足を含むすべてのタイムフレームで効果的に機能する、最強の強力な特殊MT4フォレックスインジケーターです。 すべてのタイムフレームで優れた結果を提供する最高のFXインジケーターを探し続けるのに疲れましたか?これ以上探す必要はありません!「Miraculous」フォレックスインジケーターをご紹介します。このインジケーターは、トレーディングの経験を変革し、収益を新たなレベルに引き上げるために設計されました。 先進のテクノロジーと長年にわたる緻密な開発に基づいて構築された「Miraculous」フォレックスインジケーターは、FX市場における力と正確さの頂点となります。この素晴らしいツールは、すべてのレベルのトレーダーのニーズを満たすように設計されており、一貫した収益性を追求する上で比類のない優位性を提供します。 「Miraculous」フォレックスインジケーターの他との違いは、その非常に適応性にあります。デイトレーダー、スウィングトレーダーであろうと、長期ポジションを好む方であろうと、このインジケータ
ブレーカートレーダーになり、価格が反転すると市場構造からの利益が変化します。 注文ブロックブレーカーインジケーターは、トレンドまたは価格の動きが枯渇に近づいており、逆転の準備ができていることを識別します。通常、反転または大規模なプルバックが発生しようとしているときに発生する市場構造の変化について警告します。 この指標は、ブレイクアウトと価格の勢いを識別する独自の計算を使用します。使い果たされる可能性のあるポイントの近くで新しい高値が形成されるたびに、インディケーターはその高値の作成を担当する最後の注文ブロックを描きます。次に、移動する価格とともに注文ブロックを追跡します。その後、価格が反対方向にシフトし、その注文ブロックを突破すると、新しい市場構造を作成し、トレンドまたは大きな後退の可能性のある反転の開始を警告します。 注文ブロックは、高値/安値が作成される前の最後の反対色のろうそくであり、価格がこれらの重要な領域を下抜けすると、トレンドの短期的ま​​たは長期的な反転の兆候です。 特徴 重要な枯渇点での市場構造の変化を警告します 価格が使い果たされるレベルに近づくと、
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
複数通貨と複数フレームの売買に関するアラート。 自動トレーリングストップとリスク報酬で利益を獲得! インジケーターが市場をスキャンして分析するため、何もする必要はありません。 1 つのチャートですべての通貨を取引しましょう!   購入後、コメントを残して私に連絡してください。トレードアシスタントEAをお送りします。 このインジケーターはいくつかのオシレーターと付属のフィルターを使用して、最良の確認されたエントリーポイントを見つけますので、それについて心配する必要はありません。 警告が表示され、監視することを選択したすべての時間枠と通貨のボタンが描画されます。 ボタンを押すだけでチャートに移動し、取引を開始できます。 このインジケーターは、すべての基本通貨と市場監視通貨の強さパネルも描画します (設定で調整可能)。これにより、すべてのペアの通貨と選択されたより高い時間枠が表示されます。 インジケーターウィンドウ: チャート通貨のトレンドフィルターとマルチタイムフレームトレンドパネルを備えた特別なMACDヒストグラム! すべての通貨と時間枠の取引アラートを提供し、
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発された Quantum Breakout PROは 、革新的でダイナミックなブレイクアウトゾーン戦略により、あなたの取引の旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5バージョン:   ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、また
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
TrendDecoder Premium
Christophe, Pa Trouillas
5 (3)
レンジと次の動きを特定    |  トレンドの最も早いシグナルと強さを得る   |  反転の前に明確な出口を得る   |  価格がテストするフィボ・レベルを見つける。 非リペイント、非遅延インディケータ - マニュアルおよび自動売買に最適 - すべての資産、すべての時間単位に対応 期間限定キャンペーン   >> 50%OFF 購入後、 推奨セッティングについては、このチャンネルで私に連絡してください。 MT5 バージョン: ここをクリック BladeSCALPER   と   PowerZONES   を使った完全な方法を入手する どのようなものですか? TrendDECODERは、トレンド監視をシンプルかつ簡単にするための複数のイノベーションを集約したものです。 Projective TrendLine (投影トレンドライン) - 今後のトレンドのスピードリファレンス。 RealTime TrendLine vs. Projective TrendLine (リアルタイムトレンドライン vs. Projective TrendLine) - 市場が同じ方
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
This indicator is unstoppable when combined with our other indicator called Katana. After purchase, send us a message and you could get Katana for FREE as a BONUS After purchase, send us a private message for your instructions.  MT5 version: click here There are limited copies available at $55. Next price is $105. Don't miss this great deal!  The Trend Forecasting indicator is a very unique & easy tool that is able to make prediction about future price movement based on the signal
現在31%オフ! 初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色
FX Volume
Daniel Stein
4.6 (35)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
このインジケータは、手動および自動的な方法でチャートに描かれたハーモニックパターンを検出します。ユーザーマニュアルは、このリンクから参照できます: あなたのレビューを追加し、入手するために私たちに連絡してください。 この製品をmt4で試すための無料版があります。 GartleyおよびNenstarパターンを検出するために使用できます。 https://www.mql5.com/en/market/product/30181 完全なMT4バージョンを購入するには、次の場所から購入できます。 https://www.mql5.com/en/market/product/15212 注 インジケータにはコントロールパネルがあり、すべての(チャート&時間枠)設定が保存されます。チャート上でスペースをより多く確保するために、最小化することができ、他の分析ツールで作業する場合は、すべてのインジケータデータを非表示にするために閉じるボタンを押すことができます。 このインジケータを使用して設定を変更し、移動平均やボリンジャーバンドなどのインジケータを追加すると、編集のテンプレートが自動的に保存され、必
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.82 (17)
TakePropips Donchian Trend Pro   (MT4) は、ドンチャン チャネルを使用してトレンドの方向を自動的に検出し、エントリーとエグジットの取引シグナルを提供する強力で効果的なツールです! この多機能インジケーターには、トレンド スキャナー、取引シグナル、統計パネル、スクリーナー、取引セッション、およびアラート履歴ダッシュボードが含まれます。取引シグナルを提供し、チャートを分析する時間を節約するように設計されています! ユーザー マニュアルとインストール ガイドは、ブログ投稿 (   https://www.mql5.com/en/blogs/post/751368   ) からダウンロードできます。 今日は 50% オフ! 98ドルから49ドルに値下げ! このインジケーターは、ストラテジー テスターでテストできます (ビジュアル モードを有効にします)。ライブ チャートでテストしたい場合は、7 日間の試用版を入手するようにメッセージを送ることもできます。 詳細については、説明の下にあるビデオ チュートリアルも利用できます。 ご不明な点やサポートが必
How to use Pair Trading Station Pair Trading Station is recommended for H1 time frame and you can use it for any currency pairs. To generate buy and sell signal, follow few steps below to apply Pair Trading Station to your MetaTrader terminal. When you load Pair Trading Station on your chart, Pair Trading station will assess available historical data in your MetaTrader platforms for each currency pair. On your chart, the amount of historical data available will be displayed for each currency pai
Market Structure Patterns   is an indicator based on   smart money concepts   that displays almost all of the   SMC/ICT   elements needed to take your trading decisions to the next level. Take advantage of the   alerts ,   push notifications   and   email messages   to keep informed from when an element is formed on the chart, the price crosses a level and/or enters in a box/zone. Developers can access the values of the elements of the indicator using the   global variables  what allows the aut
作者のその他のプロダクト
The indicator combines the features of both the Tick charts and Volume Bar charts. The mode can be selected in the indicator's settings. Tick charts measure the number of transactions per bar. To give you an example if you have a 233 tick chart, each bar measures 233 transactions per bar and a new bar is plotted after 233 transactions. You can choose any number of ticks per bar but most traders choose Fibonacci numbers (1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233...). Volume bar charts are desi
Robust median Renko style indicator for creating custom charts resembling Median Renko, Mean Renko, Turbo Renko and Better Renko candles as well as vanilla Renko with wicks plus Point-O charts. This all in one package provides all of the signals needed by day traders, scalpers, and even long-term traders. Main characteristics The indicator is an overlay on the main chart so it is possible to utilize one-click trading and order manipulation directly on the custom charts. Visual order placement
A utility used to create custom Tick or Volume bar charts and provide real-time updates. This is an MT4 "offline" chart equivalent which is very simple to use. You can attach any MT5 compatible indicator or template to the tick chart and perform your technical analysis. Tick charts measure the number of transactions per bar. You can choose any number of ticks per bar but most traders choose Fibonacci numbers (1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233...). The generator uses tick data to plot
Ultimate Renko is a full implementation of a robust Renko style charting solution for MT4. It enables creating custom live charts resembling Median Renko , Mean Renko , Turbo Renko , and Better Renko candles as well as Vanilla Renko and Renko with wicks , PointO charts, and many more. This all-in-one package provides all of the signals needed by day traders, scalpers, and even long-term traders. You can apply all of the standard and custom indicators and technical studies as well as templates to
Professional range bar charting on a custom symbol chart accurate pricing to the tick  accurate timeline (no future date projections) very responsive charts An Expert Advisor (EA) is used to create a RangeBar custom chart and provide real-time updates. It is an MT4 "offline" range bars chart equivalent. The simplicity of use - Attach the EA to any time-based chart that you wish to see Range Bars for, input your desired parameters and you are ready to go! You can attach any MT5 compatible indicat
Professional renko charting on a custom symbol chart accurate pricing to the tick  accurate timeline (no future date projections ) every renko variation in a single package very responsive charts optional display of live trade levels on the chart An Expert Advisor (EA) used to create custom Renko charts and provide real-time updates. This is an MT4 "offline" chart equivalent which is very simple to use. All historical renkos are constructed using real tick data from the broker's server.
A countdown timer for the  Volume bar chart generator  and  Tick chart generator  products, which are available for download from the MQL5 Market: Tick chart generator: https://www.mql5.com/en/market/product/29215 Volume bar chart generator: https://www.mql5.com/en/market/product/47197 The counter conveniently displays the number of ticks or transactions (depending on the chart) that need to pass for a new bar to start printing. The user can set the following indicator inputs. Volume type
FREE
The extreme volume indicator helps identify turning points in the market by pinpointing spots of higher than average volume. Such points usually indicate the start of a trend or a turning point in the market. The indicator averages out volume readings over an extended period of time and calculates a volume threshold level. When this level is breached, it identifies the most likely trend direction using the trend of the candle that breached the volume threshold. The direction indicator (red or gr
CMI - Profit from trending and ranging markets. The CMI indicator is a two-part system used to trigger both trend and counter-trend trades, that has been introduced by Daniel Fernandez in an article published in Currency Trading Magazine (August 2011 issue). It is a simple, yet effective indicator, which gauges whether the market has behaved in a choppy (non-directional) manner or trending (directional) manner. CMI calculates the difference between the most recent bar's close and the close n bar
The trend scalper candles are used to identify short-term trends based on the readings of the MACD, RSI and ATR indicators. All indicator calculations are visualized by candle colors which are overlapped on the chart. The indicator uses gray , green and red colors to paint individual candles, which gives you a lot of useful and easy to read information. Gray candles Gray candles indicate a range bound period and the information can be used to trade breakouts. Simply mark the high and low of th
The professional line break chart generator is used to create live line break charts (i.e. 3 line break ). The chart is plotted using MT4's offline charging facility thus making it possible to trade* directly from the chart as well as attach any of the standard or custom indicators to perform technical analysis. The line break chart can be displayed as the most widely used 3 line break chart or a custom variation such as 2 or 5 line break chart . Wicks can be displayed or hidden on the chart - t
Range Bars for MetaTrader 5 is a unique tool for conducting technical analysis directly on the charts, as the indicator is an overlay on the main chart and range bars are calculated using real tick data. The trader can place and modify orders directly on the range bar chart (even with the use of one-click trading). Apart from range candles, the indicator also includes the most commonly used technical studies which are 3 moving averages (Simple, Exponential, Smooth, Linear-weighted, Volume-weight
A professional line break chart which is displayed directly in the chart window thus making it possible to trade directly from the MetaTrader 5 charts. The line break chart can be displayed as the most widely used 3 line break chart or a custom variation such as 2 or 5 line break chart . Wicks can be displayed or hidden on the chart - they give a lot of additional information regarding the underlying price action. The indicator's settings include: Line break number - determines the number of lin
Robust trading panel for use on any symbol (including RangeBars or Renko custom symbols). The tool can be placed anywhere on the chart and offers the following array of features: One-click instant order entry. Pending order entry using horizontal lines on the chart Pending order entry using keys in Entry price (E/P) and optional Stop Loss (S/L) and/or Take Profit (T/P) A choice between fixed trading volume or risk-based volume calculation based on the available account equity, entry price, and t
Create and trade timeframes in seconds. The bar time duration is freely adjustable from 1 second and up. The chart is accurately constructed using real ticks from the broker's server. Main characteristics The indicator is an overlay on the main chart, making it possible to utilize one-click trading and on-chart order manipulation. History calculated using real tick data. Built-in technical studies: 4 moving averages (Simple, Exponential, Smooth, Linear-weighted, Volume-weighted using tick or rea
The Trade Tracker Library is used to automatically detect and display trade levels on custom charts. It is an especially useful add-on for EAs that trade on custom charts in MT5. With the use of this library, the EA users can see trades as they are placed via the EA (Entry, SL & TP levels) in real-time. The header file and two examples of EA skeleton files are attached in the comments section (first comment). The library will automatically detect the tradable symbol for the following custom
フィルタ:
porko
98
porko 2023.12.24 14:04 
 

Does not work and no response from seller.. Unsure if I can even get my money back as MQL dont make it easy

Richard Black
168
Richard Black 2021.01.19 06:17 
 

just trying range bars and works excellent.getting a ea coded to trade on indicator.is quite smart how it changes price feed on 1 chart to another chart to view range bars.

kowtung
125
kowtung 2019.05.13 02:18 
 

Very good indicator, recommend!!

Matthew

Zentrader2015
1470
Zentrader2015 2018.06.29 12:51 
 

The Range Bars are awesome! fits perfectly into my strategy and much nicer and easier to trade than renko IMO.

レビューに返信
バージョン 1.12 2021.07.19
Fixed problem with ATR% bars on charts not fully synchronized with the broker's server.
バージョン 1.11 2021.05.19
Added new dynamic range bar size algorithm (price % as used on Definedge TradePoint);
Optimized indicator inputs.
バージョン 1.9 2020.12.03
Maintenance release
バージョン 1.7 2019.06.04
Added option for overwriting the start time of trading day
バージョン 1.6 2019.05.27
Added additional synchronization setting “Build history starting from date”. This setting overrides the value set in “Build history for number of days” and lets you precisely define the chart's anchor point in history via date and time of the first processed 1-minute bar.
バージョン 1.5 2019.04.15
Added more offline timeframes
バージョン 1.4 2019.01.14
Maintenance release
Fixed template problem where an EA from the template has not been attached.
バージョン 1.3 2018.12.02
Added optional template loading and optional auto open for range bar chart
バージョン 1.2 2018.05.28
Maintenance release
Historical charts are now built using data from the chart where the indicator has been attached (for example: M1, M5, M15, etc.)
バージョン 1.1 2017.11.09
Bug fixes