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

Ultimate Renko

4.58

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 the Renko charts and you can run EAs directly on these charts as well* (see text below the input summary).

To create the Renko chart you need to attach the indicator to a standard timeframe (1 minute is recommended) and use the indicator's settings to generate a live custom chart that will be displayed on an offline chart.

Available settings

== Bar type definition ==

  • Renko body size - Defines the size of the candle body.
  • Renko body calculation mode - ( pips / ticks/ points / ATR % / % )
  • Presets (sets 3 values below): (Renko / Median Renko / PointO / Turbo Renko / Hybrid Renko)
  • Open offset % (0 to ..) - offsets the new trending bar's open value back by % or the defined candle body size (see the last screenshot)
  • Reversal Open offset % (0 to ..) - offsets the new reversal bar's open value back by % or the defined candle body size (see the last screenshot)
  • Reversal bar size % (0 to ..) - sets the size of the reversal bar as a  % or the defined candle body size (see the last screenshot)
  • Show wicks (true/false)
  • Build history for a number of days
  • Build history starting from date

== Settings for ATR based calculation ==

  • Daily ATR period
  • Percentage of ATR to calculate candle body size

== Chart synchronization ==

  • Truncate trailing digits on the first renko
  • Number of digits to truncate
  • 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)
  • Build history for a number of days
  • Re-calculate chart on history updates
  • Minimum chart update interval (defined in milliseconds)

== Alerts and Info ==

  • Sound signal on a new bar (true/false)
  • Only signal reversal bars (true/false)
  • Use Alert Window to display signal (true/false)
  • Sound file to play on a bullish bar
  • Sound file to play on a bearish bar
  • The color of High threshold indicator
  • The color of Low 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();
   }         
}
//+------------------------------------------------------------------+
レビュー 15
Ash
56
Ash 2023.01.31 13:43 
 

The product itself is great. Just be 100% aware that you have to get the version from the website itself if you want your the renko charts to work with EAs before purchasing!

PlFialho
39
PlFialho 2021.11.12 08:18 
 

Very Niceee

Vincent Paul Colombe
683
Vincent Paul Colombe 2021.10.08 17:04 
 

Very good! Works flawlessly, only Renko indicator working for me!!

おすすめのプロダクト
Power Renko is an indicator which plots Renko bricks underneath the chart using a histogram. You can select the brick size and the timeframe of the Renko bricks as well as whether or not to use the close price or the high/low price of the candles. Renko bricks are based on price alone, not time, therefor the Renko bricks will not be aligned with the chart's time. They are extremely useful for trend trading and many different strategies can be formed from them. Buffers are provided allowing you t
Introducing the Tether Angle MT4 EA (T-Angle EA)  Unlock the full potential of the forex market with the cutting-edge T-Angle EA . Designed to capitalize on the dynamic movements of the EUR/USD currency pair, this expert advisor combines the power of Tether Line Angle Trend to deliver consistent and optimized trading outcomes. Key Features: EUR/USD Focus: The T-Angle EA is effectively tailored for the EUR/USD currency pair, ensuring a highly specialized approach. By concentrating on this
The Renko_Bars_3in1 is designed for plotting 3 types of Offline Renko charts. Standard Renko Bar (the reversal bar is twice the size of the bar). Renko Range Bar (the size of all bars is the same). Renko Bars with the ability to adjust the size of the reversal bar. Attention : The demo version for review and testing can be downloaded here . Note . A chart with the M1 period is necessary to build an offline chart. When the indicator is attached to a chart, the offline chart is opened automaticall
The Basic Renko indicator shows the Renko boxes on the main chart. MT5 Version Its advantage is that you have access to both the main chart and the Renko chart at the same time. In addition, you can find out how many bars it took to form each Renko box. When a reversal occurs, the indicator will notify you with pop-up, push and email alerts. This indicator does not have complicated settings, and beginners and professionals can easily use it in their strategies. Through the inputs, y ou can spec
FREE
Rira Renko
Vitor Palmeira Abbehusen
RENKO on Time Chart This indicator is an enhanced Renko, so you can watch the Renko bricks on the chart to understand price movement more clearly the other improvement is automated box size according to ATR (Average True Range) period you can set the ATR number as you want and the box size of Renko changes automatically based on price movement Inputs Mode: Box size is the input to specify the size of the Renko box you want to print on the chart. This input lets you choose the fixed b
极大的提升了交易感官,一目了然的走势展示,简洁高效。 极大的突出展示了行情的趋势脉络,跟随时间周期适应变化,替用户交易者研判了行情走势,简洁高效 同时我们还提供了主窗口和副窗口的展现,有需要可以联系我作者本人,感谢支持。 像传统的renko,又不是传统的renko,技术在发展,同样的砖图可以有不一样的绘制和计算展现。 希望可以帮到大家的交易,再次感谢。 极大的提升了交易感官,一目了然的走势展示,简洁高效。 极大的突出展示了行情的趋势脉络,跟随时间周期适应变化,替用户交易者研判了行情走势,简洁高效 同时我们还提供了主窗口和副窗口的展现,有需要可以联系我作者本人,感谢支持。 像传统的renko,又不是传统的renko,技术在发展,同样的砖图可以有不一样的绘制和计算展现。 希望可以帮到大家的交易,再次感谢。
Immediately plots renko bars in an external/indicator window.  One of the distinctive advantages Renko charts offer is the fact that they are not time dependent. Therefore, the new Renko blocks are only traced when the price moves higher or lower by the specified number of points.  For example, a 10 pip (100 points) Renko chart would plot the blocks when price moves 10 pips higher in an uptrend or 10 pips lower in a downtrend. Renko charts removes "noises" from the Market and i t helps to ident
Median Renko Terminator works best with renko charts if you do not have a renko chart generator I will email it to you for free and give you the correct settings for scalping or to swing trade NON-REPAINT  COMES WITH ALERTS WHEN THERE IS A SIGNAL Conditions to sell: big purple arrow shows you the direction first then you take the small purple arrow to enter the same direction of the purple arrow. Conditions to buy: big white arrow shows you the up direction first then you take small white arrow
<LOGIC> The EMA RENKO EA should run in Renko chart to show the best performance. The EA will entry based on 2 EMA line cross. (it is changeable in parameter.) As a result of FT , the best box size for XAUUSD (GOLD) is BOX 60 to 100.  Renko box size should be larger than spread value. Normally 3 times of spread. Please decide your box size with yourself. The EA will place addtional order as Grid if the trend move  to xxx pips from the last order. You can turn on/off in the parameter. T
Instantaneous cycle identifier
Mahmoud Helmy Sedik Mohamed Mansour
This is first public release of detector code entitled "Enhanced Instantaneous Cycle Period" for PSv4.0 I built many months ago. Be forewarned, this is not an indicator, this is a detector to be used by ADVANCED developers to build futuristic indicators in Pine. The origins of this script come from a document by   Dr   . John   Ehlers   entitled "SIGNAL ANALYSIS CONCEPTS". You may find this using the NSA's reverse search engine "goggles", as I call it. John Ehlers' MESA used this measurement to
Bigger chart labels would allow the user to be entirely aware of which chart he/she is on.  Each chart window is unique, containing different patterns and economic motives so acknowledging the chart window would be absolutely essential!  There are well known Economic Time Zones included in clear view, by choice!    Simple does it! Use your computing mouse scroller, clicking with the right finger on the label, in order to customize the label properties. From there, choose your preferred color,
FREE
Candle GAP
Thushara Dissanayake
ローソク足ギャップ インジケーターは、曜日ごとのローソク足ギャップを自動的に識別するため、 ギャップ取引戦略を 利用するトレーダーにとって不可欠なツールです。ギャップとは、連続する 2 日間の終値と始値の間の価格レベルの差を指します。このインジケーターは、共通、離脱、継続、枯渇の 4 種類のギャップ パターンを認識します。このインジケーターをチャートに組み込むことで、トレーダーはシグナルを検証し、取引の意思決定を強化できます。 ローソク足 GAP インジケーターの重要な特徴の 1 つは、D1 (日次) の下の任意の時間枠および任意のシンボルまたは商品に対して使用できる多用途性です。使いやすいパラメータを提供し、あらゆる経験レベルのトレーダーが利用できるようになります。このインジケーターはチャート上にギャップ パターンを迅速に描画し、迅速な分析と意思決定を可能にします。そのシンプルさにより使いやすさが向上し、簡単で効率的な取引体験が保証されます。 インジケーターのデータ表示パラメーターを使用すると、トレーダーはギャップ情報の外観をカスタマイズできます。ユーザーは、各曜日に関連付けられたテ
Renko Trade Alarm
Miroslaw Stachowiak
5 (1)
Renko Trade Alarm   is designed to work on chart with Renko and Mean Renko candles. It generate B uy and S ell signals on the chart and send notifications. Visualization of signals: Swing  - Formations 123. Pattern  - Double Bottom, Double Top, Triple Bottom, Triple Top, Formations 123 Reverse. Scalp  - Periodic change in the price direction, plus additional filters in the form of oscillators Stochastic  and  MACD. Ichi  - Signals filtered by the Ichimoku indicator. For correct operation an offl
The indicator displays Renko bars on the chart, uses their data to calculate and display the moving average, PriceChannel and generates buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. The PriceChannel indicator displays the upper, lo
Candle Average
Mahmoud Helmy Sedik Mohamed Mansour
Candlestick patterns have little value without the right   price action   context. If you’ve been studying candlestick formations, you must have heard this principle many times over. You cannot trade patterns in a vacuum. But what do we mean by   context ? It is an overall technical assessment that encompasses: The market’s trend Support and resistance structure Recent price formations Volatility It seems intimidating at first, but a simple trading indicator can help us out here - the   moving a
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 indicator gives you the Moving Average based on Renko chart. A   Renko chart   is a type of chart that is built using price movement rather than both price and standardized time intervals like most charts are. A Moving Average based on Renko chart is considered less noisy since it is not based on the time and only based on price change. You can see my free enhanced Renko indicator here . Inputs: Box Size: Renko box size based on market Points. Period: Moving Average Period Method: Mov
Secret Code トレーディングアドバイザーは、有名トレーダーの長年の経験に基づいて開発された高度なトレーディングシステムです。 このアドバイザーは、EUR/USD 通貨ペアの取引に焦点を当てており、高リスクの取引方法の使用を回避しているという事実によって区別されます。 特に、グリッド取引、マーチンゲール法、ダブリングダウン法などのアプローチは使用しません。 注目のトレーダー。 部数は100~150部までとさせていただきます。 25 部ごとにアドバイザーのコストが 200 ドル増加します 購入後、次のレベルのアドバイザーをギフトとして受け取るために私に連絡してください!!! シークレットコードアドバイザーの主な特徴:   セキュリティ: 危険な取引方法を排除することで、過度のリスクを回避するトレーダーにとって、より予測可能で信頼できるオプションになります。   戦略: アドバイザーの戦略は、自動取引に適応された実証済みの取引原則に基づいています。   ツール: EUR/USD 通貨ペアに特化することで、アドバイザーはこの市場の特定の特徴に合わせてアルゴリズム
Heiken Ashi EA MT4
Juvenille Emperor Limited
5 (14)
Heiken Ashi EA ΜΤ4 は、まったく新しいアプローチでクラシックまたはスムージング平均足キャンドルを取引するための完全に自動化された Expert Advisor です。 Heiken Ashi EA MT4 は、最初の異なる色のローソク足が閉じた後に単一の取引を開始し、平均足の色の変化ごとに反対の取引を開始します。 この EA を使用するには、異なる色の最初の平均足ローソクが閉じられた後に最初の取引を開始し、その後、平均足ローソクの色が変わらない限り、すべてのローソクで新しい同じ方向の取引を開始するオプションがあります。 一連のユニークな設定により、この EA は非常に多用途になっています。たとえば、最初の取引が開始される平均足ローソク足の数を 2 番目から 10 番目まで選択するオプションや、同様のレベルの取引が多すぎるのを避けるために同じ方向の取引間の距離を制限するオプションなどです。 平均足ローソク足のトレーリング設定は、取引の SL を過去の平均足ローソク足に配置することで、動きの遅いまたは速い市場に適応するのに役立ちます。 この EA には、ECN Raw S
Chaser
Thebo Junior Mahlangu
1 (1)
Introduction  This Indicator Is Based On Average Price/Maximum Price Moves, And Using Moving Bollinger Bands And Moving Averages. The Advantage Of Using It With YOUR own Analysis Will Confirm Potential Supports And Resistances While it Compliments With Your Analysis  The Indicator Is Non-Repainting AND Along With Our Special Trend METRE that Changes With The Conditions OF A Bullish Or Bearish Trend....  Recommend Time-Frames: H1  H4 M15 Usage: The Indicator Is Very Profitable I
FREE
This is an indicator for additional signal filtering. It can be used as an additional filter in a trading system. The indicator does not redraw its data and can be used both in forex trading and with binary options. It has 3 operation modes and flexible sensitivity settings. The indicator uses multiple buffers, therefore it can be easily used in various Expert Advisors.
The Before indicator predicts the most likely short-term price movement based on complex mathematical calculations. Most of the standard indicators commonly used in trading strategies are based on fairly simple calculations. This does not mean that there were no outstanding mathematicians in the world at the time of their creation. It is just that computers did not yet exist in those days, or their power was not enough for the sequential implementation of complex mathematical operations. Nowa
トレンドトレーディング は、タイミングのプルバックとブレイクアウトにより、市場で起こっているトレンドから可能な限り利益を得るように設計された指標です。確立されたトレンドの中で価格が何をしているかを分析することにより、取引の機会を見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 自信を持って効率的に金融市場を取引する むち打ちにならずに確立されたトレンドから利益を得る 収益性の高いプルバック、ブレイクアウト、早期の逆転を認識する この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します インジケーターは再描画されていません 電子メール/音声/視覚アラートを実装します 確立されたトレンドは多くの取引機会を提供しますが、ほとんどのトレンド指標はそれらを完全に無視しています。インジケーターの解釈はかなり簡単です: (1) トレンドの変化 (2) トレンドの方向への後退 (3) トレンドの方向へのブレイクアウト 赤いダッシュ は下降トレンド中の修正です 青いダッシュ は上昇ト
RSI TrendLine Divergency Message is an indicator for the MetaTrader 4 trading platform. Unlike the original indicator, this three in one version has a system of alerts that inform on market situation changes. It consists of the following signals: when the Main line crosses the levels of extreme zones and 50% level; when the Main line crosses the Trend line in the indicator window; divergence on the last bar. Parameters of levels of extremum, 50-level and divergence are adjustable. Parameters L
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
MASi Three Screens is based on the trading strategy by Dr. Alexander Elder. This indicator is a collection of algorithms. Algorithms are based on the analysis of charts of several timeframes. You can apply any of the provided algorithms. List of versions of algorithms:     ThreeScreens v1.0 - A simple implementation, with analysis of the MACD line;     ThreeScreens v1.1 - A simple implementation, with analysis of the MACD histogram;     ThreeScreens v1.2 - Combines the first two algorithms
FREE
The oscillator shows trend direction using its own algorithm, which is based on calculating price values ​​by analyzing prices of separate currencies (original valuation of currencies). The histogram shows the average value of physical price change over the selected period. When the histogram has a positive value, the trend is rising, if negative - the trend id falling. The indicator uses standard RSI to determine the current market direction on a selected period as follows: the default value of
Attraverso l'indicatore Savius Zone potrai finalmente: Definire delle zone oggettive da attenzionare Ridurre la discrezionalità Filtrare i tuoi pattern operativi Avvalerti di un metodo comprovato Qui di seguito alcune funzioni dell'indicatore Savius Zone: Zone Buy & Sell L’indicatore fornisce delle zone buy e sell ogni giorno dopo l’apertura del mercato cash sui seguenti mercati: DAX, S&P500, Nasdaq, Russel2000, Dow Jones Occasioni giornaliere Savius Zone fornisce occasioni di trading tutti i
Renko, Heiken Ashi, Ticks Bar, Range Bar.    Easy switching, easy setup, all in one window.        Place the Custom Chart indicator and view Renko, Heiken Ashi, Tick bar, Range bar charts in real time at real chart.    Position the offline chart window so that the indicator control panel is visible.    Switch the chart mode by click of a button.    Connect to the output chart any indicator, expert advisor without any restrictions.    No, it doesn't work in the tester.    Yes, you can use an
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
驚異的なFXインジケーター「Miraculous」をご紹介します。完璧な結果を得るための1時間足を含むすべてのタイムフレームで効果的に機能する、最強の強力な特殊MT4フォレックスインジケーターです。 すべてのタイムフレームで優れた結果を提供する最高のFXインジケーターを探し続けるのに疲れましたか?これ以上探す必要はありません!「Miraculous」フォレックスインジケーターをご紹介します。このインジケーターは、トレーディングの経験を変革し、収益を新たなレベルに引き上げるために設計されました。 先進のテクノロジーと長年にわたる緻密な開発に基づいて構築された「Miraculous」フォレックスインジケーターは、FX市場における力と正確さの頂点となります。この素晴らしいツールは、すべてのレベルのトレーダーのニーズを満たすように設計されており、一貫した収益性を追求する上で比類のない優位性を提供します。 「Miraculous」フォレックスインジケーターの他との違いは、その非常に適応性にあります。デイトレーダー、スウィングトレーダーであろうと、長期ポジションを好む方であろうと、このインジケータ
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
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   -  
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           
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイトレーディングおよび短期トレード
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
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のバージョン:       ここをクリック 推奨事項: 期間: すべての時間枠。最良の結果を得るには、
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
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーターはBOSやCHoCHなどのパターンの識
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
Step into the realm of Forex trading with confidence and precision using XQ, a cutting-edge Forex indicator designed to elevate your trading game to unprecedented heights. Whether you're a seasoned trader or just stepping into the world of currency exchange,   XQ Forex Indicator   empowers you with the insights and signals needed to make informed trading decisions. The signal conditions are a combination of three indicators, and XQ Forex Indicator only display  medium and long-term trends . The
カスタムMT4インジケーターで外国為替取引を成功させるための秘密を発見してください! 外国為替市場で成功を達成し、リスクを最小限に抑えながら一貫して利益を得る方法を疑問に思ったことはありますか? これがあなたが探している答えです! 取引へのアプローチに革命をもたらす独自のMT4インジケーターを導入できるようにします。 ユニークな汎用性 私たちのインジケータは、RenkoとRangeBarのろうそくのフォーメーションを好むユーザー向けに特別に設計されています。 これらのチャートタイプは多くの経験豊富なトレーダーに好まれていることを理解しています。そのため、私たちのインジケーターはそれらとシームレスに統合され、比類のない市場分析を提供します。 クリアトレンドシグナル 複雑な分析を忘れてください! 私たちのインジケーターは、鮮やかな色と明確なドット構造を利用して、市場の動向を明確に示しています。 赤と青の点は、価格の動きの方向性について疑いの余地がなく、取引の迅速な意思決定を可能にします。 HH/HL HL/LL戦略とのアライメント HH/HLおよびHL/LL構
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 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発された Quantum Breakout PROは 、革新的でダイナミックなブレイクアウトゾーン戦略により、あなたの取引の旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5バージョン:   ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、また
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
ON Trade Waves Patterns Harmonic Elliot Wolfeをご紹介します。これは手動および自動の方法を使用して市場のさまざまなパターンを検出するために設計された高度なインジケーターです。以下はその動作方法です: ハーモニックパターン: このインジケーターは、チャートに表示されるハーモニックパターンを識別できます。これらのパターンは、Scott Carneyの「Harmonic Trading vol 1および2」で説明されているように、ハーモニックトレーディング理論を実践するトレーダーにとって重要です。手動で描画するか、自動検出に頼るかにかかわらず、ON Trade Waves Patternsがお手伝いします。 コントロールパネル: このインジケーターはユーザーフレンドリーなコントロールパネルを備えています。チャートと時間枠の設定を保存し、異なる構成間をスムーズに切り替えることができます。チャートスペースを最大限に活用するために最小化することもできます。他の分析ツールで作業することを好む場合、閉じるボタンをクリックするだけで、すべてのインジケーターデ
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
これはMT4のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。
現在31%オフ! 初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色
まず最初に、このトレーディングシステムがリペイントされず、再描画されず、遅延しないことを強調する価値があります。これにより、プロのトレーディングに最適な状態になります。 「スマートサポートアンドレジスタンストレーディングシステム」は、新規および経験豊富なトレーダー向けにカスタマイズされた高度なインジケーターです。この包括的なシステムは、7以上の戦略、10のインジケーター、およびデイトレード戦略、スイングトレード戦略、サポートおよびレジスタンス戦略、ローソク足パターン戦略、VWAP戦略、マルチタイムフレームトレンド戦略など、さまざまなトレーディングアプローチを組み合わせています。これは、矢印信号、エントリーポイント、出口ポイント、トレードアラート、より高い時間枠のトレンド分析、リアルタイムのトレードモニタリング、そして洞察力のあるトレンドとボリュームキャンドルの着色を提供します。自動的なサポートとレジスタンスの検出により、さまざまな市況下でトレーダーが的確な決定を下すのを支援する多面的なインジケーターとなっています。 スマートサポートアンドレジスタンストレーディングシステムは、
TrendDecoder Premium
Christophe, Pa Trouillas
5 (2)
レンジと次の動きを特定    |  トレンドの最も早いシグナルと強さを得る   |  反転の前に明確な出口を得る   |  価格がテストするフィボ・レベルを見つける。 非リペイント、非遅延インディケータ - マニュアルおよび自動売買に最適 - すべての資産、すべての時間単位に対応 期間限定キャンペーン   >> 50%OFF 購入後、 推奨セッティングについては、このチャンネルで私に連絡してください。 MT5 バージョン: ここをクリック BladeSCALPER   と   PowerZONES   を使った完全な方法を入手する どのようなものですか? TrendDECODERは、トレンド監視をシンプルかつ簡単にするための複数のイノベーションを集約したものです。 Projective TrendLine (投影トレンドライン) - 今後のトレンドのスピードリファレンス。 RealTime TrendLine vs. Projective TrendLine (リアルタイムトレンドライン vs. Projective TrendLine) - 市場が同じ方
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 日間の試用版を入手するようにメッセージを送ることもできます。 詳細については、説明の下にあるビデオ チュートリアルも利用できます。 ご不明な点やサポートが必
Zeusインジケーターのご紹介:トレーディングでの究極の利益ブレークスルーをサポートするツール。 このインジケーターは、ブレイクアウト戦略と深い分析の必要性を排除し、トレーディングを簡素化します。設定した時間フレームに基づいてゾーンを自動的に描画し、ストップロス(SL)、テイクプロフィット(TP)、トレーリングストップのレベルを提案します。 Zeusインジケーターは、価格が買いポイントまたは売りポイントに近づいた際に、すぐに通知し、シグナル矢印を表示します。さらに、4つの異なるテイクプロフィットレベルとさまざまなトレーリングストップオプションの推奨も行います。 このツールは初心者から熟練のトレーダーまで対応しています。 チャンネルサポート: こちらをクリック ストア: こちらをクリックしてください。 MT5バージョン: こちらをクリック おすすめ: 時間枠: M5またはM15 通貨ペア: すべての通貨ペアと互換性があります アカウントタイプ: すべてのアカウントタイプと互換性があります おすすめのストップロス: Zeusインジケーターが提供するSLの提案をご利用ください おすすめの
FX Volume
Daniel Stein
4.6 (35)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
の紹介     Quantum平均足PRO チャート 市場のトレンドに対する明確な洞察を提供するように設計された平均足キャンドルは、ノイズを除去し、誤ったシグナルを排除する能力で知られています。混乱を招く価格変動に別れを告げ、よりスムーズで信頼性の高いチャート表現を導入しましょう。 Quantum Heiken Ashi PRO を真にユニークなものにしているのは、従来のローソク足データを読みやすい色のバーに変換する革新的なフォーミュラです。赤と緑のバーはそれぞれ弱気トレンドと強気トレンドをエレガントに強調し、潜在的なエントリーポイントとエグジットポイントを驚くほど正確に見つけることができます。 量子EAチャネル:       ここをクリック MT5のバージョン:       ここをクリック この注目すべき指標には、いくつかの重要な利点があります。 明確性の向上: 価格変動を平滑化することで、平均足バーは市場トレンドをより明確に表現し、有利な取引機会を特定しやすくします。 ノイズの削減: 誤ったシグナルを引き起こすことが多い不安定な価格変動に別れを告げます。 Quan
Cycle Sniper
Elmira Memish
4.41 (34)
NEW YEAR SALE PRICE FOR LIMITED TIME!!! Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before pu
作者のその他のプロダクト
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
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
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.
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
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
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
フィルタ:
Ash
56
Ash 2023.01.31 13:43 
 

The product itself is great. Just be 100% aware that you have to get the version from the website itself if you want your the renko charts to work with EAs before purchasing!

PlFialho
39
PlFialho 2021.11.12 08:18 
 

Very Niceee

Vincent Paul Colombe
683
Vincent Paul Colombe 2021.10.08 17:04 
 

Very good! Works flawlessly, only Renko indicator working for me!!

Henry
49
Henry 2021.02.01 15:20 
 

Thanks Artur for your work.

Boriwan
647
Boriwan 2020.09.25 12:32 
 

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

eliseexige
2057
eliseexige 2020.09.23 16:19 
 

after multiple attempts during live markets, this is just like the rest of Artur's products. It will freeze, it will refresh the data and screw up custom indicators, and it will cost you because of it. I'd give this a 0 or negative star rating if it were possible. AVOID if you are a serious trader and need stability in fast markets, because you won't get it here. EDIT 2: Artur is working with me on all products to solve issues and I have adjusted the feedback accordingly.

Janis
425
Janis 2020.01.14 09:19 
 

Support: Creator told me, that he will contact me,it has been 7 days and no response.

Ultimate Renko hangs MT4 platform, ATR settings work incorrectly. If you close MT4 with Renko on it, then next time you open MT4, you will have twice or even triple more Renko charts. I give only one star, because I hope, creator will fix these problems in the future editions.

Spartakus93
95
Spartakus93 2019.08.29 17:39 
 

It's perfect!

Frederico De Mello Amaral
243
Frederico De Mello Amaral 2019.05.05 23:45 
 

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

Alessio
292
Alessio 2019.03.31 10:41 
 

Nice adjustable indicator. worthy to give 5 stars. I did not waste my money.... This Indicator works with minus parameters too . Ha ha ha ha !!!! Amazing.

Harry Gunadi Permana
1827
Harry Gunadi Permana 2018.07.09 10:29 
 

Great indicator!

Martial Curti
43
Martial Curti 2018.05.31 08:59 
 

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

Zentrader2015
1470
Zentrader2015 2018.05.25 22:00 
 

Very nice product and great customer service

Saetajhv9
24
Saetajhv9 2017.11.16 07:05 
 

no he tenido soporte hasta ahora.

jagdish111
19
jagdish111 2017.10.03 07:06 
 

Excellent indicator and excellent support

レビューに返信
バージョン 1.24 2021.07.19
Fixed problem with ATR% bars on charts not fully synchronized with the broker's server.
バージョン 1.23 2021.05.19
Added new dynamic renko body size algorithm (price % as used on Definedge TradePoint);
Optimized indicator inputs.
バージョン 1.22 2020.12.03
Update "Truncate trailing digits on the first renko" to include truncating digits before the decimal point
バージョン 1.21 2020.11.16
Fixed "Truncate trailing digits on the first renko" bug,
Added additional timeframes for ATR based brick size calculation.
バージョン 1.20 2020.09.25
Replaced optional first pip offset by more intuitive "Truncate trailing digits on the first renko" & "Number of digits to truncate" combination. The setting will also be applied on each new trading day if "Reset Open on each trading day" is enabled as well.
バージョン 1.19 2019.06.04
Added option for overwriting the start time of trading day
バージョン 1.18 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.17 2019.04.15
Added more offline timeframes
バージョン 1.16 2019.01.14
Maintenance release
Fixed template problem where an EA from the template has not been attached.
バージョン 1.15 2018.12.03
Upgraded to full Ultimate Renko implementation.
Added optional template loading and optional auto open for the renko chart.
バージョン 1.13 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.11 2017.11.09
Bug fixes
バージョン 1.10 2017.09.27
Bug fix: fixed timescale & startup glitch
バージョン 1.1 2017.08.22
Bug fix: Corrected date/time info bug occurring on live renko bars