• 概要
  • レビュー (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
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
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
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
VR Cub
Vladimir Pastushak
VR Cub は、質の高いエントリーポイントを獲得するためのインジケーターです。このインジケーターは、数学的計算を容易にし、ポジションへのエントリーポイントの検索を簡素化するために開発されました。このインジケーターが作成されたトレーディング戦略は、長年にわたってその有効性が証明されてきました。取引戦略のシンプルさはその大きな利点であり、初心者のトレーダーでもうまく取引することができます。 VR Cub はポジション開始ポイントとテイクプロフィットとストップロスのターゲットレベルを計算し、効率と使いやすさを大幅に向上させます。取引の簡単なルールを理解するには、以下の戦略を使用した取引のスクリーンショットを見てください。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 5] エントリーポイントの計算ルール ポジションをオープンする エントリーポイントを計算するには、VR Cub ツールを最後の高値から最後の安値までストレッチする必要があります。
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
This indicator shows the gaps on the current chart with a rectangle shape and indicates when the gap is filled by closing the shape. Gaps are considered over the shadows. Allows sending alerts by e-mail or push notifications when a gap is found. Parameters SizeGAP - Size of the gap that you want to indicate; HGcolor1 - Color of the gap in an upward movement; HGcolor2 - Color of the gap in a downward movement; HGstyle - The style of rectangle to be drawn; StartCalculationFromBar - How many cand
The indicator shows entry points with Risk-Reward-Ratio 1 to 5. Main timeframe H1. Works on every pair. The main logic - is to find a reversal level, and then track the price reaction to this level. Doesn't need any settings. As a standard, it paint 5 levels of the same take-profit (red / blue for sellers and buys) and 1 stop-loss level - orange. ATTENTION! The full version of indicator. You can t est full work of indicator free only on the USDCAD pair here  https://www.mql5.com/en/market/produ
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
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
Break and Retest
Mohamed Hassan
4.64 (11)
New update to V.4 where  Break & Retest automatically draws the take profit & stop loss levels and you also have more signals per day! ‍You can visually backtest Break & Retest to see how it behaved in the past!     Manual guide:   Click here $65  for only 2  copies left! Next price is $120 .  This Indicator only places quality trades when the market is really in your favor with a clear break and retest. Patience is key with this price action strategy! If you want more alert
ご紹介   クォンタム トレンド スナイパー インジケーターは 、トレンド反転を特定して取引する方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタムトレンドスナイパーインジケーター   は、非常に高い精度でトレンドの反転を識別する革新的な方法で、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 ***Quantum Trend Sniper Indicatorを購入すると、Quantum Breakout Indicatorを無料で入手できます!*** クォンタム ブレイクアウト インジケーターは、トレンドの反転を特定するとアラートを発し、矢印を示し、3 つのテイクプロフィットレベルを提案します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5のバージョン:       ここをクリック 推奨事項: 期間: すべての時間枠。最良の結果を得るには、
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケー
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           
カスタムMT4インジケーターで外国為替取引を成功させるための秘密を発見してください! 外国為替市場で成功を達成し、リスクを最小限に抑えながら一貫して利益を得る方法を疑問に思ったことはありますか? これがあなたが探している答えです! 取引へのアプローチに革命をもたらす独自のMT4インジケーターを導入できるようにします。 ユニークな汎用性 私たちのインジケータは、RenkoとRangeBarのろうそくのフォーメーションを好むユーザー向けに特別に設計されています。 これらのチャートタイプは多くの経験豊富なトレーダーに好まれていることを理解しています。そのため、私たちのインジケーターはそれらとシームレスに統合され、比類のない市場分析を提供します。 クリアトレンドシグナル 複雑な分析を忘れてください! 私たちのインジケーターは、鮮やかな色と明確なドット構造を利用して、市場の動向を明確に示しています。 赤と青の点は、価格の動きの方向性について疑いの余地がなく、取引の迅速な意思決定を可能にします。 HH/HL HL/LL戦略とのアライメント HH/HLおよびHL/LL構
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 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
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 (88)
トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけることができます: ここをクリックしてください 期間限定オファー:トレンドスクリーナーインジケーターは、50ドルと生涯でのみご利用いただけます。 (元の価格125 $) MQ
FX Volume
Daniel Stein
4.6 (35)
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Volumeは、ブローカーの視点から市場のセンチメントをリアルに洞察する、最初で唯一の出来高インジケーターです。 ブローカーのような機関投資家が外国為替市場でどのようなポジションをとっているか、COTレポートよりもはるかに速く、素晴らしい洞察を提供します。 この情報をチャート上で直接見ることは、あなたの取引にとって真のゲームチェンジャーであり、画期的なソリューションです。 以下のようなユニークなマーケットデータ洞察から利益を得てください。 比率は 、通貨のロングポジションとショートポジションの比率をパーセントで表示します。 比率の変化は 、選択した期間内のロング比率とその変化率を表示します。 Volumes Totalは 、通貨の取引量(ロングとショート)の合計をロット単位で表示します。 Volumes Long :全通貨のロングポジションの取引量を表示します。 Volumes(ショート )は、全通貨のショートポジションの取引量を表示
ブレーカートレーダーになり、価格が反転すると市場構造からの利益が変化します。 注文ブロックブレーカーインジケーターは、トレンドまたは価格の動きが枯渇に近づいており、逆転の準備ができていることを識別します。通常、反転または大規模なプルバックが発生しようとしているときに発生する市場構造の変化について警告します。 この指標は、ブレイクアウトと価格の勢いを識別する独自の計算を使用します。使い果たされる可能性のあるポイントの近くで新しい高値が形成されるたびに、インディケーターはその高値の作成を担当する最後の注文ブロックを描きます。次に、移動する価格とともに注文ブロックを追跡します。その後、価格が反対方向にシフトし、その注文ブロックを突破すると、新しい市場構造を作成し、トレンドまたは大きな後退の可能性のある反転の開始を警告します。 注文ブロックは、高値/安値が作成される前の最後の反対色のろうそくであり、価格がこれらの重要な領域を下抜けすると、トレンドの短期的ま​​たは長期的な反転の兆候です。 特徴 重要な枯渇点での市場構造の変化を警告します 価格が使い果たされるレベルに近づくと、
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発された Quantum Breakout PROは 、革新的でダイナミックなブレイクアウトゾーン戦略により、あなたの取引の旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック MT5バージョン:   ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、また
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
TrendDecoder Premium
Christophe Pa Trouillas
5 (3)
レンジと次の動きを特定    |  トレンドの最も早いシグナルと強さを得る   |  反転の前に明確な出口を得る   |  価格がテストするフィボ・レベルを見つける。 非リペイント、非遅延インディケータ - マニュアルおよび自動売買に最適 - すべての資産、すべての時間単位に対応 期間限定キャンペーン   >> 50%OFF 購入後、 推奨セッティングについては、このチャンネルで私に連絡してください。 MT5 バージョン: ここをクリック BladeSCALPER   と   PowerZONES   を使った完全な方法を入手する どのようなものですか? TrendDECODERは、トレンド監視をシンプルかつ簡単にするための複数のイノベーションを集約したものです。 Projective TrendLine (投影トレンドライン) - 今後のトレンドのスピードリファレンス。 RealTime TrendLine vs. Projective TrendLine (リアルタイムトレンドライン vs. Projective TrendLine) - 市場が同じ方
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
TrendMaestro
Stefano Frisetti
5 (2)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.4 TRENDMAESTRO recognizes a new TREND in the bud, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these data a
このダッシュボードは、市場構造反転インジケーターで使用するためのアラートツールです。主な目的は、特定の時間枠での取消の機会と、インジケーターと同様にアラートの再テスト(確認)についてアラートを出すことです。ダッシュボードは、それ自体でチャート上に配置され、バックグラウンドで動作して、選択したペアと時間枠でアラートを送信するように設計されています。多くの人々が1つのMT4の複数のチャートで市場反転インジケーターを実行するのではなく、一度に複数のペアと時間枠を監視するためにダッシュを要求した後に開発されました。 M5、M15、M30、H1、H4、およびD1の時間枠でアラートを出します。もちろん、取引の場合と同様に、より高い時間枠が最も効果的です。 このダッシュボードは、市場構造反転インジケーターのアドオンとして設計されています。それは独立して機能し、マーケットリバーサルアラートインジケーターによって与えられたパターンと信号にアラートを出します。 ここでマーケットリバーサルアラートインジケーターを取得します:https:// www.mql5.com/en/market/produ
このインディケータは、当社の2つの製品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . のスーパーコンビネーションです。 このインジケーターは全ての時間枠で作動し、8つの主要通貨と1つのシンボルの強弱のインパルスをグラフで表示します。 このインジケータは、金、エキゾチックペア、商品、インデックス、先物など、あらゆるシンボルの通貨強度の加速度を表示することに特化されています。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨強度の加速度(インパルスまたは速度)を表示するために、任意のシンボルを9行目に追加できる、この種の最初のものです。 新しいアルゴリズムに基づいて構築され、潜在的な取引の特定と確認がさらに容易になりました。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速の速度を測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアリングすれば、潜在的に利益を生む取
RSI / TDIアラートダッシュボードを使用すると、取引するすべての主要ペアでRSIを一度に(ユーザーが選択可能に)監視できます。 次の2つの方法で使用できます。 1.複数の時間枠を選択すると、通常の取引条件を超えて延長された複数の時間枠がある場合にダッシュが表示されます。複数の時間枠にわたって買われ過ぎまたは売られ過ぎのレベルを達成したため、価格が最近激しく押し上げられたため、引き戻しまたは逆転が間もなく行われることを示す優れた指標です。 2. 1つの時間枠(トレードするのが好き)と複数のRSIレベルを使用して、その時間枠でのRSIの延長の強さを示します。これは、価格が一方向に非常に長く押し込まれ、市場が利益を得ることになっている場合に、平均回帰取引を行うための優れた戦略です。スクリーンショットの例では、H4 RSIが25レベルを超えて2ペアで拡張されていることがわかります。これは、通常の価格アクションよりもはるかに遠いため、長く行く良い機会です。 ダッシュボードは、選択した時間枠でろうそくが閉じたときに、選択したレベルでの延長された状態(買われ過ぎと売られ過
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
ADR反転インジケーターは、通常の1日の平均レンジに関連して価格が現在取引されている場所を一目で示します。価格が選択した平均範囲とレベルを超えると、ポップアップ、電子メール、またはプッシュを介して即座にアラートを受け取るため、プルバックと逆転にすばやくジャンプできます。インディケータは、チャート上に1日の平均レンジの極値で水平線を描画し、それらを超える価格の数学的確率が付加されているレベルを超える延長も描画します。詳細については、以下をご覧ください... インジケーターとモニターを補完するADRアラートダッシュボードここでも利用可能なすべてのペア:https:// www.mql5.com/en/market/product/62756 MT5バージョンはこちらからも入手できます:https:// www.mql5.com/en/market/product/64477/ 通常の1日平均レンジ(ADR)内で価格が取引され、これらのレベルを上回っている時間の約60%は、通常、その後の引き戻し(利益確定)の動きを伴う急激な価格の動きの指標です。毎日の範囲の上部または下部からの
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
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, 
現在31%オフ! 初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色
An extremely convenient indicator that truly makes the process of making money on the exchange easy. It is based on the scientifically rigorous theory of the market developed by the author, the beginning of which is presented here .                The full algorithm of this indicator operation is presented in the article .               The indicator calculates the most probable price movement trajectory and displays it on the chart. Based on the predicted price movement trajectory
作者のその他のプロダクト
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
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 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
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
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
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
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 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
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
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
フィルタ:
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
528
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
1831
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