• 概述
  • 评论
  • 评论 (3)
  • 新特性

RenkoSarMA

The indicator calculates and displays renko bars using MA and PSAR data as well as provides 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.

  • Buy signal forms when PSAR readings are moving down, MA is moving up, the price is closing above MA, while PSAR is closing below it;
  • sell signal forms when PSAR readings are moving up, MA is moving down, the price is closing below MA, while PSAR is closing above it.

The signals are displayed as arrows, messages in a pop-up window, e-mails and push notifications. The indicator also generates EventChartCustom custom event to use the signal for trading automation. The event generated by the indicator can be processed by the EA in the OnChartEvent function. The indicator passes the following parameters to the event handler: id - identifier; dparam - PSAR value for placing a stop loss; sparam - text message. Only the last formed bullish and bearish patterns are displayed.


Parameters

  • RenkoBar - renko bar size in points (automatically re-calculated for five-digit quotes);
  • CountBars - number of renko bars displayed on a chart;
  • bearColor - bearish renko bar color;
  • bullColor - bullish renko bar color;
  • hideBars - flag of hiding standard bars on a chart;
  • MA_Period - MA period;
  • MA_Color - MA color;
  • SAR_Step, SAR_Max - PSAR indicator parameters;
  • SAR_Color - PSAR dot color;
  • SignalColor - signal arrow color;
  • useAlert - popup alerts;
  • useMail - email alerts;
  • useNotification - push notifications;
  • CustomEventBuy - custom buy event indicator (0 - disabled);
  • CustomEventSell - custom sell event indicator (0 - disabled).
推荐产品
RenkoSarCCI
Sergey Deev
The indicator calculates and displays Renko bars using PSAR and CCI data as well as provides 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 buy signal is generated when the CCI indicator crosses the 100 level upwards, and the PS
30 USD
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
30 USD
RenkoMaSignals
Sergey Deev
1 (1)
The indicator displays Renko bars on the chart, plots two moving averages by them and generates buy/sell signals based on the conditions displayed in the screenshots and described below: the buy signal is formed if the fast moving average is above the slow moving average, from 4 to 10 consecutive bullish Renko bars are displayed, followed by no more than 2 bearish and one bullish Renko bars; the sell signal is formed if the fast moving average is below the slow moving average, from 4 to 10 conse
30 USD
RSI Divergence F MT4
Andrey Dik
4.5 (2)
一个专业的交易工具是RSI和价格之间的背离指标,它允许您及时收到关于趋势反转的信号或捕捉价格回调走势(取决于设置)。 指标设置允许您根据RSI峰值的角度和价格的百分比变化来调整发散的强度,这使得微调信号强度成为可能。 指标代码经过优化,并作为Ea交易的一部分进行了非常快速的测试。  指标不重绘,交易方向的箭头正好位于信号出现的位置--在柱的开口处。 Fractal True PeriodRSI_P     = 14 ;   //Period IndentFrom50_P  = 20.0 ; //Indent +- from 50 [0...50] LeftBars_P      = 1 ;     //LeftBars RightBars_P     = 1 ;     //RightBars IndDivForce_P   = 55.0 ; //Divergences force of indicator (not for the Lite version) PriceDivForce_P = 0.01 ; //Divergences force of price (not f
FREE
RenkoZigZag
Sergey Deev
The indicator displays Renko bars on the chart and uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, so the indicator can work on any time frame with the same efficiency. This implementation of t
30 USD
Power Renko MT4
Pierce Vallieres
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
30 USD
RenkoBandMacd
Sergey Deev
1 (1)
The indicator displays Renko bars on the chart, uses their data to calculate and display the Bollinger Bands, MACD oscillator and generates buy/sell signals. Renko is a non-trivial price display method, in which a bar within a time interval is shown on the chart only if the price has moved a certain number of points. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. When attached to a chart, the indicator checks for presenc
30 USD
Find and fill Gaps
Leandro Oliveira
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
120 USD
The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
30 USD
Convergence is when the higher highs and higher lows of an uptrend are also confirmed by our indicator making lower lows which helps us confirm that momentum is increasing and so the trend is likely to continue. Vice versa for a downtrend. Divergence is when we get higher highs on an uptrend but which are not supported by our indicator which makes lower highs and therefore signals the underlying momentum is failing and so a reversal might occur. Vice versa for downtrend. I have combined these me
FREE
Double Fibonacci
Fabio Mazzotta
5 (2)
Fibonacci will be designed by default based on the monthly candle but you can simultaneously view Fibonacci on a weekly candle or you can choose your two favorite timeframes. When you run this script, an input prompt will appear and the following input parameters can be configured: Input Parameters: Name Example Default Timeframe1 Monthly 43200 Timeframe2 Weekly 10080 TF1status 1 on 1 TF2status 0 off 0 candleID you can choose which candle to apply 1 Prefix1 It's is the prefix of the first object
FREE
MASi Three Screens
Aleksey Terentev
5 (2)
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
This indicator is based on Guppy's GMMA Strategy. And shows arrows when GMMA lines cross up or down. To have this indicator and get alerts for Multiple Timeframes and multiple Pairs you can check out the demo of this GMMA Trend Scanner indicator: https://www.mql5.com/en/market/product/38747 About GMMA In Brief: GMMA attempts to identify trends by combining two groups of moving averages with differing time periods: The long-term EMAs (30, 35, 40, 45, 50, and 60) the behaviors of investors tha
FREE
StarSwing
Gabriele Tedeschi
StarSwing è un indicatore NO REPAINT che unisce in un unico strumento oscillatori e indicatori di forza.  I parametri esterni permettono di bilanciare il peso delle componenti e di regolare a proprio piacimento l'indicatore stesso. StarSwing, graficamente, è composto da segmenti di 2 colori: uno rappresentante il rialzo e uno il ribasso. Il colore non dipende dalla pura direzione del segmento ma dal trend di fondo calcolato dall'indicatore stesso. Sul grafico, si può far disegnare una media mobi
30 USD
This indicator is the basis for an Expert Advisor that can be categorized as "almost Grail". See details below.             This indicator displays the projection of the Renko chart on the price chart. This projection is displayed as a stepped line, not as "bricks" (rectangles). See slides 1 and 2. Abbreviated name of the indicator: LRC – L ine of R enko on the price C hart.             The principle of its construction is very simple. First, a grid of horizontal lines (levels) is bu
FREE
MarketProfile EForex
Veridiana Adorno Kendrick
Market Profile Shows where the price has spent more time, highlighting important levels that can be used in trading. It is a powerful tool which is designed to take the fundamental components which comprise every market; price/volume/time, and visually display their relationship in real-time as the market develops for a pre-determined time period. Very powerful tool!
30 USD
Magic Macd Cross
Christophe Godart
3 (1)
This classic "old school" MAGIC MACD indicator gives you the cross of the parameters you set. Standart setting is (12,26,9) . The arrows give you a possible change of trend. Be careful and do not use this indicator as a single signal source. FREE version  Please feel free to check out our other REX indicator series. We do have other free indicators.     "OLD BUT GOLD"
FREE
TrendInChannel
Andriy Sydoruk
This indicator is the undisputed leader among the indicators. And for this statement there is a good reason. The indicator builds a very high quality channel in which it generates signals to enter! What is the ideal strategy for the trader, since the trader always hesitates when choosing a strategy for the job. That is, this indicator will allow you to solve the dilemma of choosing a job by trend or to the channel, since it combines these two basic concepts. Working with the indicator is very
79 USD
The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters
30 USD
BoB Candles AM
Andriy Matviyevs'kyy
The indicator improves the idea implemented in the standard Bulls and Bears indicator. The indicator colors candles by analyzing the divergence of the maximum and minimum prices of the current bar with the average value of the maximum and minimum prices over a longer period of time. The indicator does not re-paint on fully formed bars. The indicator is easy to set and efficient on trendy market segments. Adjustable parameters: i_Period - smoothing period for forming the channel; i_Method - smo
FREE
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
TrendBox Indicator
Ivan Grachev
2.8 (5)
The indicator looks for consolidation (flat) in the market at a certain time, builds a box-channel and marks levels indented from it for a breakdawn. After crossing one of the levels, the indicator marks the zone for take profit and calculates the corresponding profit or loss in the direction of this entry on the panel. Thus, the indicator, adjusting to the market, finds a flat area of the market, with the beginning of a trend movement to enter it. Version for MT5: https://www.mql5.com/en/market
FREE
Italo Trend Indicator
Italo Santana Gomes
4.76 (29)
BUY INDICATOR AND GET EA FOR FREE AS A BONUS + SOME OTHER GIFTS! ITALO TREND INDICATOR  is the best trend indicator on the market, the Indicator works on all time-frames and assets, indicator built after 6 years of experience on forex and many other markets. You know many trend indicators around the internet are not complete, does not help, and it's difficult to trade, but the Italo Trend Indicator is different , the Italo Trend Indicator shows the signal to buy or sell, to confirm the signal t
65 USD
TiborsTimer
Tibor Hartmut Sturm
Tibors Timer -  Indikator zur Übersicht und Klarheit im Chart Dieser Indikator wurde von mir geschrieben, da ich oftmals die wichtigsten Informationen während eines Trades bzw. im Chart mühevoll suchen musste. Bitte täglich neu in den Chart ziehen.   Er zeigt folgendes an: - Akuteller Kurs - Aktuelles Handelspaar - Die Zeiteinheit - Die Restzeit zur nächsten Kerzenbildung - Die Nummer des Handelskontos - Die Frei Verfügbare Margin - Margin auf 1 Lot - Der Aktuelle Hebel  - Der Aktuelle Sppr
FREE
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! Test version of the indicator. Works only on the USDCAD pair! The full version can be bought here https://www.mql5.com/en/market/product/61
FREE
MACD divergence indicator finds divergences between price chart and MACD indicator and informs you with alerts (popup, mobile notification or email). Its main use is to find trend reversals in the chart. Always use the divergence indicators with other technical assets like support resistance zones, candlestick patterns and price action to have a higher possibility to find trend reversals. Three confirmation type for MACD divergences: MACD line cross zero level Price returns to previous H/L Creat
FREE
Wise Men Indicator demo
Bohdan Kasyanenko
3.67 (3)
The indicator displays signals according to the strategy of Bill Williams on the chart. Demo version of the indicator has the same features as the paid, except that it can work only on a demo account . Signal "First Wise Man" is formed when there is a divergent bar with angulation.  Bullish divergent bar - with lower minimum and closing price in the upper half. Bearish divergent bar - higher maximum and the closing price at the bottom half. Angulation is formed when all three lines of Alligat
FREE
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.  There are essential Time Zones included in clear view.  Mainly,  the Chart Symbol and current, utmost Price Point ,  is shown in a bigger size(Customizable).  Bigger chart labels for the chartist.                 Specifications:   Any   Language   and   Style   can be added or already available, for satisfaction. In ord
FREE
Fine Trade AM
Andriy Matviyevs'kyy
5 (1)
The indicator is intuitive and easy to use. The indicator analyzes the ratio of the current closing price and average prices for the specified period. The indicator signal is generated after the completion of the bar, where the indicator changes its position relative to zero. Never repaints signal. The indicator signals must be confirmed by the price exceeding the High/Low of the bar, where the indicator changed its position relative to zero. The indicator allows to send emails and messages to t
99 USD
Vortex MT4
KEENBASE SOFTWARE SOLUTIONS
The Vortex Indicator was first presented by Douglas Siepman and Etienne Botes in January 2010 edition of Technical Analysis of Stocks & Commodities. Despite its based on a complex implosion phenomenon, the vortex is quite simple to interpret. A bullish signal is generated when +VI line cross above the -VI line and vice versa. The indicator is mostly used as a confirmation for trend trading strategies. The Vortex was inspired by the work of Viktor Schauberger, who studied the flow of water in tur
30 USD
该产品的买家也购买
RelicusRoad Pro
Relicus LLC
4.9 (105)
现在 147 美元(优惠 602 美元)- 无限账户 - 下次更新时价格上涨 - 不要忘记留下 5 星评论 RelicusRoad 用户手册 + 培训视频 + 访问 Private Discord Group + VIP 身份 一种看待市场的新方式 RelicusRoad 是世界上最强大的外汇、期货、加密货币、股票和指数交易指标,为交易者提供保持盈利所需的所有信息和工具。我们提供技术分析和交易计划,帮助每一位交易者取得成功,从初学者到高级。它是一个关键的交易指标,可以提供足够的信息来预测未来的市场。我们相信一个完整的解决方案,而不是图表上几个没有意义的不同指标。这是一个多合一指标,显示无与伦比且非常准确的信号、箭头 + 价格行为信息。 RelicusRoad 基于强大的人工智能,提供缺失的信息和工具来教育您并使您成为交易专家,成为成功的交易者。 几乎所有技术指标都滞后,这意味着它们只能报告已经发生的事情。因此,他们只确认您过去可以看到的价格已经在哪里。我们相信领先指标可以预测未来价格,而无需重新绘制,也不要过度依赖可能改变并导致重新绘制的滞后指标。如果您根据滞后
147 USD
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,  L
65 USD
Advanced Currency Strength28 Indicator
Bernhard Schweigert
4.91 (630)
目前26%的折扣 任何新手或专家交易者的最佳解决方案! 这个指标是一个独特的、高质量的、可负担得起的交易工具,因为我们纳入了一些专有的功能和一个新的公式。只需一个图表,你就可以读出28个外汇对的货币强度!想象一下,你的交易将如何得到改善,因为你的交易是在你的手中进行的。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点? 用户手册:点击这里  https://www.mql5.com/en/blogs/post/697384 这是第一本,原版的! 不要买一个毫无价值的崇拜者的克隆品。 特别的 子窗口中的箭头显示强劲的货币势头GAP将指导你的交易! 当基础货币或报价货币处于超卖/超买区域(外盘斐波那契水平)时,在个人图表的主窗口中出现警告信号。 当货币力量从外围区间回落时,回撤/反转警报。 十字星模式的特别警报 可选择多个时间框架,以快速查看趋势! 货币强度线在所有的时间框架中都非常平稳,当使用较高的时间框架来识别总体趋势,然后使用较短的时间框架来确定精确的入口时,效果非常好。你可以根据自己的意愿选择任何时间框架。每个时间框架都由其自身进
148 USD
Advanced Supply Demand
Bernhard Schweigert
4.93 (295)
现在优惠 33%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供
148 USD
Gold Stuff
Vasiliy Strukov
4.88 (169)
Gold Stuff 是专为黄金设计的趋势指标,也可用于任何金融工具。 该指标不会重绘,也不会滞后。 推荐时间框架 H1。 在它指标工作全自动专家顾问 EA Gold Stuff。 你可以在我的个人资料中找到它。 购买后立即联系我以获得设置和个人奖励!   设置 绘制箭头 - 打开关闭。 在图表上绘制箭头。 警报 - 打开关闭声音警报。 电子邮件通知 - 打开关闭。 电子邮件通知。 Puch-notification - 打开关闭。 推送通知。 接下来,调整色域。 Gold Stuff 是专为黄金设计的趋势指标,也可用于任何金融工具。 该指标不会重绘,也不会滞后。 推荐时间框架 H1。 在它指标工作全自动专家顾问 EA Gold Stuff。 你可以在我的个人资料中找到它。 购买后立即联系我以获得设置和个人奖励!   设置 绘制箭头 - 打开关闭。 在图表上绘制箭头。 警报 - 打开关闭声音警报。 电子邮件通知 - 打开关闭。 电子邮件通知。 Puch-notification - 打开关闭。 推送通知。 接下来,调整色域。
50 USD
目前八折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个仪表板软件适用于28种货币对。它基于我们的两个主要指标(高级货币强度28和高级货币冲动)。它对整个外汇市场提供了一个伟大的概述。它显示高级货币强度值,货币运动速度和28个外汇对在所有(9)时间段的信号。想象一下,当你可以使用图表上的单一指标观察整个市场,以确定趋势和或剥头皮的机会时,你的交易将得到改善 我们已经在这个指标中建立了一些功能,使你更容易识别强势和弱势货币,同时识别和确认潜在的交易。该指标以图形方式显示货币的强势或弱势是增加还是减少,以及它在所有时间段的表现。 增加的新功能是动态市场斐波那契水平,它适应当前的市场条件变化,这是一个已经在我们的高级货币强度28和高级货币冲动指标中使用的成熟的加分项。 在交易时,总是将弱势货币和强势货币配对,这个新指标将帮助你做到这一点。 用户手册:点击这里  https://www.mql5.com/en/blogs/post/708783 特点  显示每个时间段的ACS28和GAP-speed(冲动)的货币强度值。 列:颜色代码以7种颜色
199 USD
Advanced Currency IMPULSE with ALERT
Bernhard Schweigert
4.92 (471)
目前31%的折扣!! 对任何新手或专家交易者来说都是最好的解决方案! 这个指标是一个独特的、高质量的、负担得起的交易工具,因为我们已经纳入了一些专有的功能和一个秘密的公式。只需一张图表,它就能给出所有28种货币对的警报。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点 建立在新的基础算法上,它使识别和确认潜在交易变得更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 货币动量的垂直线和箭头将指导你的交易! 动态的市场斐波那契23水平被用作警报触发器,将适应市场活动。如果冲动触及黄色触发线,您将在MetaTrader或您的电子邮件或推送警报中收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只要点击警报按钮,就可以切换到该货币对或打开一个新的图表,以便进一步分析。警报级别可以通过用户输入来改变,可以选择3个敏感度级别
88 USD
Market Reversal Alerts
LEE SAMSON
4.19 (118)
成為突破者,隨著價格反轉,市場結構會改變利潤。 訂單突破者指示器可以識別趨勢或價格走勢何時接近枯竭並準備好逆轉。它會提醒您市場結構的變化,通常會在發生逆轉或重大回調時發生。 該指標使用專有計算來確定突破和價格動能。每當在可能的耗盡點附近形成新的高點時,指標就會繪製最後一個生成該高點的順序塊。然後,它將隨價格移動隨價格跟隨定單。然後,當價格轉向相反方向並突破該訂單塊時,它會提醒您,從而創建新的市場結構並開始趨勢或重大回調的可能逆轉。 訂單塊是在創建高/低之前的最後一個相反的彩色蠟燭,並且當價格跌破這些關鍵區域以下時,這表明趨勢可能會發生短期或長期反轉。 特徵 提醒您關鍵耗盡點的市場結構變化 價格接近耗盡水平時自動提取訂單塊 在一個方向繼續移動時,在價格後面跟踪定單,以提醒您最佳的反轉輸入 將顏色更改為純色塊,以顯示何時發生市場結構中斷。 適用於所有交易品種和時間範圍 內置集成的彈出窗口和電子郵件警報 策略和如何與定單破壞者指標進行交易 當斷路器塊發生時,您有兩個選擇。 看左邊!我們正在尋求供應/需求或支撐/阻力位嗎?市場結構轉變(逆轉)通常發生在價格重新測試舊水平或
49 USD
Entry Points Pro
Yury Orlov
4.71 (219)
这是一款 MT4 的趋势指标,可提供准确的入场交易信号,且无重绘或延迟。 它可应用在任何金融资产:外汇、加密货币、贵金属、股票、指数。 最好的结果出现在 M15+ 的时间帧内。 指标的 MT5 版本 重要! 购买后请联系我,以便获取详细指南和奖励。 视频 (6:22) - 一个信号赢取的利润等于指标价格的三倍。 视频 (4:44) - 它如何在测试器中工作,我的提示和技巧。 视频 (1:44) - 有关它如何处理加密货币和指数的几句话。 大多数交易者在 Entry Points Pro 指标的帮助下,在第一个交易周内就改善了他们的交易结果。 Entry Points Pro 指标的益处 入场信号无重绘或延迟 如果信号出现,并得到确认(如果信号所在烛条已收盘),则它不会再消失;不像是重绘指标,它会导致重大的财产损失,因为它们可以在显示信号后再将其删除。 无差错开仓 指标算法可令您找到入场交易(买入或卖出资产)的理想时机,从而提高每位交易者的成功率。 Entry Points Pro 可操作任何资产 它允许您在 MT4 平台上交易任何经纪商提供的加密货币、股票、
125 USD
Ultimate Sniper Dashboard
Hispraise Chinedum Abraham
4.65 (23)
折扣价为299美元! 未来可能会涨价! 请阅读下面的描述! 终极狙击手仪表盘的最佳进入系统。终极动态水平。(请查看我的产品) 由于MT4多币种测试的限制,终极狙击手仪表盘只适用于实时市场。 介绍Ultimate-Sniper Dashboard! 我们最好的产品包括HA-狙击手、MA-狙击手和许多特殊模式。终极狙击手仪表盘是一个绝对的野兽! 对于任何新手或专家交易者来说,这是最好的解决方案! 永远不要再错过任何一个动作! 对于那些喜欢简单和点数的交易者,我们有一个特别的产品给你。本质上很简单,该仪表板根据多种自定义算法查看28种货币对,完成所有工作。只需一张图表,你就可以像专家一样阅读市场。试想一下,如果你能在任何外汇对开始移动时准确地确定其方向,你的交易会有多大的改善。   我们的系统是为了寻找高概率信号并实时向用户发送警报。没有滞后或错误的信号。 为了保持图表的清洁,你可以在不需要时隐藏Ultimate-Sniper。只需按下箭头按钮即可隐藏仪表板。 Ultimate-Sniper适用于从1分钟到月度的所有时间框架,因此你可以在你选择的任何时间框架上快速
299 USD
ADR Reversal Indicator
LEE SAMSON
4.09 (11)
ADR 反轉指標一目了然地顯示當前價格相對於其正常平均每日範圍的交易位置。當價格超過您選擇的平均範圍和高於它的水平時,您將通過彈出窗口、電子郵件或推送獲得即時警報,以便您可以快速跳入回調和反轉。該指標在圖表上在平均每日範圍極值處繪製水平線,並在這些水平之上延伸,這些水平附加了價格超過它們的數學概率。下面的更多細節...... ADR 警報儀表板補充指標並監控所有配對也可在此處獲得: https://www.mql5.com/en/market/product/62756 MT5 版本也可在此處獲得: https://www.mql5.com/en/market/product/64477/ 大約 60% 的時間價格在其正常的平均每日範圍 (ADR) 內交易並推高這些水平通常是價格急劇波動的指標,通常會出現回調(獲利了結)走勢。您可以通過交易從每日範圍的頂部或底部回落到最近的支撐位或阻力位來利用這些急劇波動。 收集了超過 20 年的歷史數據,以找出主要外匯對和一系列交叉盤的價格超出特定 ADR 水平的平均百分比。該數據表明價格僅在 3% 的時間內超過其 ADR 的 20
49 USD
自动在你的图表上画出支撑位和阻力位以及推动性蜡烛缺口,这样你就可以看到价格接下来可能会走向哪里和/或可能会逆转。 该指标旨在作为我的网站(The Market Structure Trader)上教授的头寸交易方法的一部分,并显示目标和潜在入场的关键信息。 该指标有两个核心功能和四个附加功能: 核心功能1 - 日线、周线和月线的自动支持和阻力线 该指标为你自动绘制过去2天以及6周和数月前的最新支撑和阻力水平。你可以完全自定义这些水平的外观以适合你,并显示多少个。这些关键水平通常作为主要的支持和阻力区,价格将从这里转向并回撤或逆转。它们也是价格将走向的目标,因此你可以迅速看到在价格可能转向之前交易的潜在距离。 核心特征2--推进型蜡烛缺口目标 推进性缺口蜡烛是银行和机构通过在任何市场上执行大额头寸而创造的强劲、快速的移动。这些大阳线一旦形成,有两个关键作用。 1. 1.它们作为一个方向性信号,因为大型市场参与者已经选择了一个方向,一旦发生,价格往往会在一段时间内继续移动。 2. 2.更重要的是,它们作为目标,因为这些区域往往会让其他大玩家的头寸 "越位",价格在绝大
49 USD
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。 该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
55 USD
PRO Renko System
Oleg Rodin
5 (16)
PRO Renko Arrow Based System for trading renko charts.  准确的信号交易任何外汇工具. 另外,我将免费提供系统的附加模块! PRO Renko系统是RENKO图表上高度准确的交易系统。该系统是通用的。 该交易系统可应用于各种交易工具。 该系统有效地中和了所谓的市场噪音,打开了获得准确反转信号的通道。 该指标易于使用,只有一个参数负责产生信号。 您可以很容易地使算法适应您感兴趣的交易工具和renko酒吧的大小。 我很乐意通过提供任何咨询支持来帮助所有客户有效地使用该指标。 祝您交易成功!购买后,立即写信给我! 我将与您分享我的建议和我的renko发电机。 另外,我将免费提供系统的附加模块!
75 USD
Band trend indicator
lizhi fu
4.7 (20)
一款可以直观识别波段趋势的顶底指标,手工交易最佳选择,不重绘不漂移。 如何免费获得此指标: 了解更多信息 适应任何新手和量化交易的朋友,可以把信号写入到EA中自由发挥,数组3和数组4,例:3>4为变绿,3<4为变红,如有不懂的请联系我。 参数简介: KQuantity  显示历史K线的数量 InpPeriod_3 指标获取范围参数 Popupalarm 弹窗报警开关 Mailalarm 邮件报警开关 AlarmTimeinterval  每报警一次的间隔时间 Upperhorizontalline 上方水平线参数 Lowerhorizontalline 下方水平线参数 ===================分析方法:===================== buy: 指标绿柱在下方水平线下,由红柱变成绿柱确定做buy。 sell:指标红柱在上方水平线上,由绿柱变成红柱确定做sell。
79 USD
Owl smart levels
Sergey Ermolov
4.7 (20)
指標指南   |   Owl Smart Levels策略  |  MT5版本  |  如何安裝?   |   FAQ Owl Smart Levels Indicator   是一個完整的交易系統,包含   Bill Williams   的高級分形、構建正確的市場波浪結構的 Valable ZigZag 以及標記準確入場水平的斐波那契水平等流行的市場分析工具 進入市場和地方獲利。 交易系統的詳細說明見 Owl Trend Strategy - Smart Levels 篇。 力量在於簡單! Owl Smart Levels   交易系統非常易於使用,因此適合專業人士和剛開始研究市場並為自己選擇交易策略的人。 策略和指標中沒有隱藏的秘密公式和計算方法,所有策略指標都是公開的。 Owl Smart Levels 允許您快速查看進入交易的信號,突出顯示下訂單的水平並向您發送有關已出現信號的通知。 優點很明顯: 清楚地顯示主要和更高時間框架的趨勢方向。 指示儀器信號的出現。 標記開單、止損設置和固定利潤的水平。 沒有多餘的,只有必要的結構! ZigZag   表示全球趨勢的方向,因此也
97 USD
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.75 (12)
TakePropips Donchian Trend Pro   (MT4) 是一款功能强大且有效的工具,可使用 Donchian 通道自动检测趋势方向,并为您提供进场和退场交易信号! 这个多功能指标包括趋势扫描器、交易信号、统计面板、筛选器、交易时段和警报历史仪表板。它旨在为您提供交易信号并节省您分析图表的时间! 您可以在我们的博文中下载用户手册和安装指南:   https   :// www.mql5.com/en/blogs/post/751368 今天立减 50%!价格从 98 美元降到 49 美元! 您可以在 Strategy Tester 上测试该指标(启用可视模式)。如果您喜欢在实时图表上进行测试,也可以给我发消息以获取 7 天试用版。 视频教程也可在说明下方获得更多详细信息。 如果您有任何问题或需要任何帮助,请与我联系。 TakePropips Donchian Trend Pro 指标适用于所有外汇对、金属、商品、指数和加密货币。 主要特点 交易信号 - 检测多个时间范围内所有货币对的买卖机会。它将为您提供警报并在图表上绘制交易信号,最多 3 个止盈价和一个止
99 USD
FX Volume
Daniel Stein
4.67 (33)
跟随聪明的资金终于成为可能! 外汇交易量是第一个也是唯一的交易量指标,它从经纪人的角度提供了对市场情绪的真正洞察力。 它对机构市场参与者,如经纪人,在外汇市场的定位提供了令人敬畏的见解,比COT报告快得多。 在你的图表上直接看到这些信息是真正改变游戏规则和突破性的交易解决方案。 请阅读我们的基本教程- >"如何使用外汇交易量进行交易" 获取更多信息,如常见问题、交易技巧和教程视频,请访问我们的 公共外汇交易量信息频道 请 安装并运行SI Connect 以建立与我们数据中心的持续连接 背景信息 我们都知道,外汇是一个分散的市场。这就是为什么我们不得不跳出框框,开发一个独特的解决方案,并对最复杂的项目进行编码,我们所做的是为了在我们的图表中获得这种无价的信息。自2018年10月以来,我们的服务器分析和记录来自世界各地的几个不同来源的真实交易量数据资料。我们收集数据,分析交易量的变化,并计算出最重要的外汇交易货币的指数,但这只是一个开始。以后,我们还将为其他交易工具如黄金和石油提供此类信息。 使用斯坦因投资公司提供的真实交易量数据有什么好处? 1.由于我们的经
33 USD
RSI / TDI 警报仪表板允许您一次监控您交易的每个主要货币对的 RSI(由您选择)。 您可以通过两种方式使用它: 1. 选择多个时间框架,当有多个时间框架超出正常交易条件时,破折号会显示给您。一个很好的指标表明价格最近在推高,因为它在多个时间范围内达到了超买或超卖水平,因此很快就会出现回调或逆转。 2. 使用一个时间框架(您最喜欢的交易)和多个 RSI 水平向您展示该时间框架内 RSI 扩展的强度。当价格在一个方向上非常猛烈地推动太长时间并且市场应该出现获利了结时,这是一种进行均值回归交易的好策略。在示例屏幕截图中,您可以看到 H4 RSI 在 25 水平之上扩展了 2 对,这比典型的价格走势要远得多,因此是做多的好机会。 当蜡烛在所选时间范围内收盘时,仪表板将提醒您选择水平的扩展条件(超买和​​超卖)。您可以同时监控 6 个单独的 RSI。您可以独立选择每个时间范围、类型以及超买和超卖水平。 此处提供 MT5 版本: https://www.mql5.com/en/market/product/66307 您可以立即查看任何货币对的状况,并选择那些
49 USD
Scalper Vault
Oleg Rodin
5 (14)
Scalper Vault 是一个专业的剥头皮系统,为您提供成功剥头皮所需的一切。该指标是一个完整的交易系统,可供外汇和二元期权交易者使用。推荐的时间范围是 M5。 该系统为您提供趋势方向的准确箭头信号。它还为您提供顶部和底部信号以及江恩市场水平。无论您拥有何种交易经验,该系统都易于使用。您只需要遵循简单的规则并每天重复该过程。 建议将此系统用于主要货币对。感谢您的关注! 请注意,该指标在策略测试器中可能无法正常工作。因此,我建议仅在模拟或真实账户的真实交易条件下使用该系统。 指示器提供所有类型的警报,包括推送通知。 购买指标后请与我联系。我将免费与您分享我的个人交易建议和出色的奖励指标! 祝您交易愉快,盈利!
65 USD
Ultimate Dynamic Levels
Hispraise Chinedum Abraham
4.88 (8)
目前正在进行节日折扣,价格为399美元! 未来价格可能会上涨。请阅读下面的描述!   介绍 Ultimate Dynamic Levels - Ultimate Sniper Dashboard的最佳入场指标! 极低风险的及时进场和高RR!! 在这里找到终极狙击手仪表板。 对于初学者和职业交易者来说,最重要的能力是准确判断市场最可能转向的位置和时间,以及如何安全进入并获利退出。 终极动态水平指标很容易告诉你市场转折的最高可能性在哪里,这样你就可以自信地进入一个极低风险的交易,同时保持你的图表干净和简单,同时赚取美元! 终极动态水平指标有一个独特而强大的算法,可以同时在多个时间框架上找到重要的隐藏水平。它实在是太神奇了,而且永远不会像其他典型的SR指标那样重绘或重新绘制水平线!  终极动态水平指标还在图表的右侧有一个水平强度简介,以显示该水平在最近的历史上是否强劲。一个强大的奖励组合!!!。 终极动态水平指标有3个非常重要的功能。 1. 帮助你进入趋势方向的低风险交易。 2. 2.使你保持在趋势中,只要移动仍在进行。 3. 3.作为追踪止损,保护你的收益,避免把钱留
199 USD
AW Trend Predictor
Alexander Nechaev
4.69 (32)
一个系统中趋势和故障水平的组合。先进的指标算法过滤市场噪音,确定趋势、进入点以及可能的退出水平。指标信号记录在统计模块中,您可以选择最合适的工具,显示信号历史的有效性。该指标计算获利和止损标记。 手册和说明 ->   这里 / MT5 版本 ->   这里 如何使用指标进行交易: 使用趋势预测器进行交易只需三个简单的步骤: 第 1 步 - 开仓 收到买入信号,成功率超过 70% 第 2 步 - 确定止损 通过相反的信号选择中继线 第 3 步 - 定义止盈策略 策略一:达到 TP1 时平仓 策略 2:达到 TP1 时平仓 50%,达到 TP2 时平仓剩余 50% 策略三:在趋势反转时平仓 好处: 从不重绘结果,信号严格位于蜡烛收盘时 它可以在顾问中使用 获利和止损标记 对交易策略或独立策略的重要补充 市场噪音过滤算法 适用于任何工具 统计模块: 为了更好地选择配对,请使用内置的统计计算。 计算交易 - 给出统计数据的信号总数 成功评级 - 达到 TP1 的信号百分比,或反转那些正获利的信号时的百分比 TakeProfit1 Hit - 达到 TP1 的信号百分比 TakeProfit2
55 USD
此儀表板是與市場結構反轉指標一起使用的警報工具。它的主要目的是提醒您在特定時間範圍內的逆轉機會,以及像指標一樣重新測試警報(確認)。儀表板設計為單獨放置在圖表上,並在後台工作,以向您發送有關您選擇的貨幣對和時間範圍的警報。它是在許多人要求衝刺以同時監控多個貨幣對和時間框架而不是讓市場反轉指標在一個 MT4 中的多個圖表上運行之後開發的。它會在 M5、M15、M30、H1、H4 和 D1 時間範圍內發出警報。當然,與交易中的任何事情一樣,更高的時間框架效果最好。 該儀表板被設計為市場結構反轉指標的附加組件。它將獨立工作,並提醒市場反轉警報指標給出的模式和信號。 在此處獲取市場反轉警報指標: https://www.mql5.com/en/market/product/46295 此儀表板的 MT5 版本可在此處獲得: https://www.mql5.com/en/market/product/65828 此處提供 EA:汽車交易市場反轉警報! https://www.mql5.com/en/market/product/65383 我創建的用於繪製矩形並提醒特定貨幣對的市
49 USD
Trend Screener
STE S.S.COMPANY
4.76 (59)
趋势指标,趋势交易和过滤的突破性独特解决方案,所有重要趋势功能都内置在一个工具中! 它是 100% 非重绘多时间框架和多货币指标,可用于所有符号/工具:外汇、商品、加密货币、指数、股票。 趋势筛选器是有效的指标趋势跟踪指标,它在图表中提供带有点的箭头趋势信号。 趋势分析器指标中可用的功能: 1.趋势扫描仪。 2. 具有最大利润分析的趋势线。 3.趋势货币强度计。 4. 带有警报的趋势反转点。 5. 带有警报的强趋势点。 6. 趋势箭头 每日分析示例,每日信号表现...等与我们的趋势筛选指标,可以在这里找到: 点击这里 限时优惠:Trend Screener Indicator 仅售 50 美元且终身可用。原价 125$) 通过访问我们的 MQL5 博客,您可以找到我们所有的高级指标以及分析示例、每日信号表现...等。 : 点击这里 我们的趋势系统由 2 个指标组成: 1. Trend Screener Indicator:显示趋势仪表盘、图表中的趋势线、入场点...等。 2. Trend Line Map Indicator:显示买卖作为仪表板,活动信号盈利/亏损
50 USD
GOLD Impulse with Alert
Bernhard Schweigert
3.67 (3)
这个指标是我们2个产品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics 的一个超级组合。 它适用于所有时间框架,并以图形方式显示8种主要货币和一种符号的强势或弱势冲动! 该指标专门用于显示任何符号的货币强度加速,如黄金、异国货币对、商品、指数或期货。这是它的第一个指标,任何符号都可以被添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度加速(冲动或速度)。 建立在新的基础算法上,它使识别和确认潜在的交易更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 动态市场斐波那契28水平被用作警报触发器,将适应市场活动。如果冲动击中黄色触发线,你将收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只需点击警报按钮,就可以
149 USD
Currency Strength Exotics
Bernhard Schweigert
4.84 (25)
目前8折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个指标是专门用来显示任何符号的货币强度,如异国货币对、商品、指数或期货。它是同类产品中的第一个,任何符号都可以添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度。这是一个独特的、高质量的、负担得起的交易工具,因为我们已经纳入了一些专有的功能和一个新的公式。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点? 用户手册:点击这里   https://www.mql5.com/en/blogs/post/708876 它适用于所有时间框架。你将很快能够看到TREND! 根据新的基础算法设计,它使识别和确认潜在交易变得更加容易。这是因为它以图形方式显示了8种主要货币和一种符号的强弱。 该指标显示了8种主要货币(澳元加元瑞士法郎欧元英镑日元新西兰美元)的强弱线,再加上一个符号! 该指标显示了符号的真实价值。例如:对于XAUUSD(黄金):价格以美元报价。如果黄金在上涨,你怎么能知道是黄金的强势还是美元的弱势?只有当黄金走强时,我们才会进行
128 USD
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
5 (4)
介绍     Quantum Breakout PRO   ,开创性的 MQL5 指标正在改变您交易突破区域的方式!   Quantum Breakout PRO 由拥有超过 13 年交易经验的经验丰富的交易员团队开发,旨在通过其创新和动态的突破区域策略将您的交易之旅推向新的高度。 促销 LAUNCH 价格仅     50.00 美元     ! ***购买 Quantum Breakout PRO Indicator 即可免费获得 Quantum Trade EA!*** Quantum Breakout Indicator 将为您提供带有 5 个利润目标区域的突破区域信号箭头和基于突破框的止损建议。 它既适合新手交易者,也适合专业交易者。 易于定制的盒子。您可以使用时间开始和时间结束输入制作自己的盒子 量子 EA 通道:       点击这里 建议: 时间范围:M15 货币对:GBPJPY、EURJPY、USD、JPY、XAUUSD 账户类型:点差极低的 ECN、Raw 或 Razor 经纪人时间:GMT +3 经纪商:IC Mar
59.99 USD
Italo Volume Indicator
Italo Santana Gomes
4.96 (74)
BUY INDICATOR AND GET EA FOR FREE AS A BONUS + SOME OTHER GIFTS! ITALO VOLUME INDICATOR  is the best volume indicator ever created, and why is that? The Indicator works on all time-frames and assets, indicator built after 6 years of experience on forex and many other markets. You know many volume indicators around the internet are not complete, does not help, and it's difficult to trade, but the Italo Volume Indicator is different , the Italo Volume Indicator shows the wave volume, when market
65 USD
A. 什么是 A2SR ?   * 这是一个领先的技术指标(没有重绘,没有滞后)。  -  指导 : -- 在  https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- 和  https://www.mql5.com/en/users/yohana/blog A2SR 在确定支撑(需求)和阻力(供应)水平方面有一种特殊的技术。 与我们在网上看到的普通方式不同,A2SR 在确定实际 SR 级别时有一个独创的概念。 原技术不是从网上拿来的,也没有在网上公开过。 A2SR 将根据您的交易风格自动选择 SR 级别。 即使您正在更改时间范围,但 SR 级别仍将保留在其位置上。 因为实际的 SR 不是从你使用的时间范围内获得的。 A2SR 拥有完整的交易工具 。 实际支持(需求)和阻力(供应)的真正概念。 新闻事件和央行讲话的市场情绪。 新闻事件和趋势的主要货币强度 (MCS) 的真正概念。 今天的当前趋势,包括放置位置的建议。 SR、Breakout 和 Breakdown 的自动水平趋势线。 您会发现分析
386 USD
MetaBands M4
Vahidreza Heidar Gholami
5 (1)
MetaBands使用强大且独特的算法绘制通道并检测趋势,以便为交易者提供进出交易的潜在点。它是一个通道指标和强大的趋势指标。它包括不同类型的通道,可以通过使用输入参数简单地合并以创建新通道。MetaBands使用所有类型的警报通知用户市场事件。 功能 支持大多数通道算法 强大的趋势检测算法 能够合并不同类型的通道 多时间帧和多货币(信号矩阵) 所有类型的警报功能(声音、屏幕闪烁、推送通知、电子邮件、弹出窗口、箭头) 它永远不会重绘 趋势检测 MetaBands使用在通道内振荡的蓝色线来检测趋势。当该线遇到通道的上界时,表明开始下跌趋势,当它遇到下界时,表明开始上涨趋势。如果蓝线接近中线,则市场处于整理期。 该指标使用独特的方法来检测趋势。一开始可能看起来有些复杂,但如果您观看视频教程,您就会意识到它是多么强大且易于使用。 入场和出场信号 当趋势变化或价格穿过上下通道时,MetaBands会立即通过不同的方法提醒交易者,这些方法可以在指标设置中启用。 信号矩阵 要监视来自不同时间框架的多个符号并在一个地方查看信号,请单击右上角按钮或按键盘上的M键以打开信号矩阵。该矩阵可以
129 USD
作者的更多信息
UniversalEA
Sergey Deev
4 (6)
The Expert Advisor allows you to build a trading system based on a custom indicator. It performs automated opening/closing of deals based on the signals of an indicator that places values ​​other than 0 and EMPTY_VALUE in the buffer. The EA polls the values ​​of the specified indicator buffers, opens/closes and accompanies trades according to the specified parameters. The Expert Advisor implements the following trade support functions: - installation for the transaction SL and TP; - calculation
60 USD
EA Locking Grid
Sergey Deev
5 (2)
Semiautomatic EA for trading based on the averaging and locking strategy. The trader sends signals for opening grids by using the buttons on the chart. The EA opens a market order, places a grid of limit orders in the same direction with lot multiplication according to specified parameters and a locking stop order in the opposite direction with the volume equal to the sum of all the previous ones. Once the price passes the specified breakeven level, the EA places a stop loss at the open price+sp
30 USD
The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters
30 USD
The indicator displays Renko bars on the chart, uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement, and highlights them based on the Gartley patterns, showing the potential price reversal points. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, s
30 USD
MTF ADX
Sergey Deev
5 (1)
The indicator displays the data of the standard ADX indicator from a higher timeframe on the chart. Several indicators with different timeframe settings can be placed on a single chart. The indicator parameters TimeFrame - time frame of the data (drop-down list) can not be lower than current AdxPeriod - period of the indicator for a higher timeframe AdxPrice - prices for the calculation of the indicator data from a higher timeframe
30 USD
The indicator detects divergence signals - the divergences between the price peaks and the MACD oscillator values. The signals are displayed as arrows in the additional window and are maintained by the messages in a pop-up window, e-mails and push-notifications. The conditions which formed the signal are displayed by lines on the chart and in the indicator window. The indicator parameters MacdFast - fast MACD line period MacdSlow - slow MACD line period MacdSignal - MACD signal line period Mac
30 USD
The indicator displays the data of the Stochastic oscillator from a higher timeframe on the chart. The main and signal lines are displayed in a separate window. The stepped response is not smoothed. The indicator is useful for practicing "manual" forex trading strategies, which use the data from several screens with different timeframes of a single symbol. The indicator uses the settings that are identical to the standard ones, and a drop-down list for selecting the timeframe. Indicator Parame
30 USD
The indicator displays the data of the candles from a higher timeframe on the chart. Only the candle body (by the open and close prices) is displayed. The candlesticks are colored depending on the difference between the open and close prices. After removing the indicator from the chart, the objects used by it are deleted automatically. Indicator Parameters TimeFrame - time frame (drop-down list) BearColor - bearish candle color (standard dialog) BullColor - bullish candle color (standard dialo
30 USD
MTF MACD
Sergey Deev
The indicator displays the data of a standard MACD indicator from a higher timeframe. The product features notifications of crossing the zero or signal line by the histogram. Parameters TimeFrame - indicator timeframe (dropdown list) MacdFast - fast line period MacdSlow - slow line period MacdSignal - signal line period MacdPrice - price type (dropdown list) AlertCrossZero - enable notifications of crossing the zero line AlertCrossSignal - enable notifications of crossing the signal line UseNo
30 USD
The indicator displays the moving average of a higher timeframe on the chart. The indicator parameters TimeFrame - time frame of the moving average (drop-down list) MaPeriod - moving average period MaMethod - moving average method (drop-down list) MaShift - moving average shift MaPrice - moving average price (drop-down list)
30 USD
MTF ATR
Sergey Deev
The indicator displays the data of the Average True Range (ATR) from a higher timeframe on the chart. It allows you to see the scope of the movement without having to switch to another screen terminal The indicator parameters TimeFrame - time frame of the data (drop-down list) can not be lower than current AtrPeriod - period of the Average True Range indicator a higher timeframe range
30 USD
MACD Divergence
Sergey Deev
2.5 (2)
The indicator detects divergence signals - the divergences between the price peaks and the MACD oscillator values. The signals are displayed as arrows in the additional window and are maintained by the messages in a pop-up window, e-mails and push-notifications. The conditions which formed the signal are displayed by lines on the chart and in the indicator window. Indicator Parameters MacdFast - fast MACD line period MacdSlow - slow MACD line period MacdSignal - MACD signal line period MacdPri
30 USD
The indicator displays the averaged value of the moving averages of the current and two higher timeframes with the same parameters on the chart. If the moving averages are located one above the other, the resulting one is painted in green, showing an uptrend, in the opposite direction - red color (downtrend), intertwined - yellow color (transitional state) The indicator parameters MaPeriod - moving average period MaMethod - moving average method (drop-down list) MaShift - moving average shift
30 USD
The indicator displays the price movement on the chart, which is smoothed by the root mean square function. The screenshot shows the moving average with period 20, the smoothed root mean square (red) and simple SMA (yellow). The indicator parameters MAPeriod - Moving average period MaPrice - applied price (drop down list, similar to the standard MovingAverage average) BarsCount - number of processed bars (reduces download time when attaching to the chart and using in programs).
30 USD
SqrtDev
Sergey Deev
The indicator displays the standard price deviation from the root mean moving average line in the additional window. The screenshot displays the standard indicator (the lower one) and SqrtDev (the upper one). Parameters SqrtPeriod - root mean line and standard deviation period. SqrtPrice - applied price (drop-down list). BarsCount - amount of processed bars (reduces the download time when applying to a chart and using in programs).
30 USD
Harmonic 50
Sergey Deev
The indicator detects and displays the 5-0 harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the f
30 USD
The indicator detects and displays the AB=CD harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the
30 USD
The indicator detects and displays the White Swan and Black Swan harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. Duri
30 USD
The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
30 USD
The indicator detects and displays 3 Drives harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is com
30 USD
The indicator detects and displays Cypher harmonic pattern also known as Anti-Butterfly (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangle
30 USD
The indicator displays ZigZag lines from a higher timeframe (see the example in the screenshot). The red thin line is the current timeframe's ZigZag, while a thicker yellow line is the higher timeframe's one. The indicator is repainted as the data is updated. Parameters Depth, Dev, Back - ZigZag parameters; BarsCount - amount of processed bars (reduces the initial download time and decreases the load when using in an EA); TimeFrame - indicator timeframe (cannot be lower than the current one).
30 USD
RenkoMaSignals
Sergey Deev
1 (1)
The indicator displays Renko bars on the chart, plots two moving averages by them and generates buy/sell signals based on the conditions displayed in the screenshots and described below: the buy signal is formed if the fast moving average is above the slow moving average, from 4 to 10 consecutive bullish Renko bars are displayed, followed by no more than 2 bearish and one bullish Renko bars; the sell signal is formed if the fast moving average is below the slow moving average, from 4 to 10 conse
30 USD
RenkoMacdSignals
Sergey Deev
1 (1)
The indicator displays renko bars on a chart, use them to plot MACD histogram and provides buy/sell signals: signal of MACD histogram crossing its signal line; signal of MACD histogram crossing the line 0. 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 efficienc
30 USD
RenkoMaStoch
Sergey Deev
1 (1)
The indicator displays renko bars on a chart, uses them to plot the fast and slow moving average and Stochastic, as well as it provides buy/sell signals: a buy signal is generated when the fast moving is above the slow one, and the signal line of Stochastic crosses the lower level from bottom up; a sell signal is generated when the fast moving is below the slow one, and the signal line of Stochastic crosses the upper level from top to bottom; Renko is a non-trivial price display method. Instead
30 USD
RenkoZigZag
Sergey Deev
The indicator displays Renko bars on the chart and uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, so the indicator can work on any time frame with the same efficiency. This implementation of t
30 USD
RenkoMACD Divergence
Sergey Deev
1 (1)
The indicator displays renko bars on a chart, uses them to plot the MACD oscillator and determines the divergence conditions (divergences of price movements and oscillator values). The buy/sell signal is formed if the next High/Low price is not confirmed by the oscillator values. The ZigZag indicator is used to evaluate the extremums. Only the last 3 peaks are taken into account (see the screenshot). If peak 1 is higher than peak 2 or peak 3, and at the same time the macd value is lower, then a
30 USD
RenkoABCD
Sergey Deev
The indicator displays renko bars on a chart and uses them to create ZigZag indicator - trend lines connecting local price movement Highs and Lows. The indicator, in turn, is used to create AB=CD displaying potential price reversal points. 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 time
30 USD
RenkoMaPriceChannel
Sergey Deev
1 (1)
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
30 USD
RenkoBandMacd
Sergey Deev
1 (1)
The indicator displays Renko bars on the chart, uses their data to calculate and display the Bollinger Bands, MACD oscillator and generates buy/sell signals. Renko is a non-trivial price display method, in which a bar within a time interval is shown on the chart only if the price has moved a certain number of points. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. When attached to a chart, the indicator checks for presenc
30 USD
筛选:
无评论
回复评论
版本 1.5 2021.11.18
Обновление под новый билд
版本 1.4 2016.11.22
1) Set the default CountBars=0. Number of displayed renko bars is defined by a chart width.
2) Low/High quotes from the archive are used for the initial indicator plotting.
3) In case of insufficient archive data, the indicator is not unloaded but joins a queue instead.
4) Changed signal forming conditions. For a buy signal, the value of the upper SAR point should be farther from the moving average than the value of the lower one. For a sell signal, the value of the lower point should be farther from the moving average than the value of the upper one.
5) RenkoBar parameter value is multiplied by 100 for two-digit quotes.
版本 1.2 2016.09.30
Minor display bug fixes.