• 概述
  • 评论
  • 评论
  • 新特性

Pulser

Professional OB/OS Oscillator

Is the digital momentum indicator, based on our ob/os formula and algorithm of digital output signal.
It shows you when price goes on OverBought/OverSold position and also OverBought/OverSold of Trend.
In the middle is an adjustable "Stop_level". Above and below this area you should not trade.
Precise; above Stop_level - stop going long, below Stop_level - stop going short.
Min/Max indicator values are +-100%, but the scale is +-110% just for “easy look”.
This indicator is very useful in the search for expanded OB/OS criteria and also achieved good results in “Strong Price Movements” trading strategies.
You can run many instances, for all time frames at once, is fast and has, like all our indicators, a built-in "slider history testing" technology and "Error control".
Program is design to operate in 2 automatic modes:

1. Slider mode

Turns on when attaching the indicator to the Chart or Visual Tester.
Here you can test/set your settings back in history with “slider” up to 32767 bars.
So, while Visual Testing EA, you can attach the indicator and easily adjust input parameters for critical points.
On Tester (only) you can exit "Slider mode" by pressing the <Esc> key.
You can easily switch between time frames on the selected position and compare the results.
2. Expert mode
Turns on when starting the indicator with "iCustom" function.
It is designed only for EA use and “slider history testing” is disabled.
It is tested and works very well in our EA "PointerX".
Please watch “testing” in HD … https://youtu.be/pBQFQ62zjis
We recommend to run 1-2 instances of indicator on different timeframes simultaneously for better results (M15, H1) and optimization criteria every two months.

Pulser input parameters settings

The order from left to right is: name, [default value], min-max value.
If you accidentally enter a lower or higher value, the min-max value is used.
  • Digital_filter% [NONE] – digital filter in %
  • Step [14] 1-250 – indicator step in bars
  • Stop_level% [60] 0-90 – adjustable stop level in %
  • LastBar [0] 0-6000 – last bar for drawing (left-right descending order, 0 is the last ("Expert mode" use)
  • PastBars [200] 100-6000 – bars drawing to the past (to the left)

For programmers

You can include in EA-s:

enum d_filter
{
   NONE     =0,   /*NONE*/
   DF_10    =10,  /*10%*/
   DF_20    =20,  /*20%*/
   DF_30    =30,  /*30%*/
   DF_40    =40,  /*40%*/
   DF_50    =50,  /*50%*/
   DF_60    =60,  /*60%*/
   DF_70    =70,  /*70%*/
   DF_80    =80,  /*80%*/
   DF_90    =90,  /*90%*/
   DF_100   =100, /*100%*/
};

The known command to retrieve current value is for MQL4:

double puCurr=iCustom(NULL,TF_,"Pulser",DFilter _,pu_step_,pu_level_,0,PB_,0,0);
where:
NULL = current symbol
TF_ = enum_timeframes
"Pulser" = path/name of the custom indicator compiled program
DFilter _ = digital_filter (enum d_filter)
pu_step_ = step period in bars (int)
pu_level _ = stop_level (int)
0 = last bar (int)
PB_ = past bars (int)
0 = line index
0 = shift

Additional information

The demo version is built to demonstrate the main features and usability of Pulser, PulserDemo.
If you like to use Pulser unlimited or within an EA you have to buy or rent this product.
Are you satisfied with our work? Share your experiences and leave a comment.
If you need help using our trading tools or you have an issue or question, please contact me.
VLabs

推荐产品
Vortex with Alarm
Fabio Pacchioni
The Vortex Indicator was inspired by the work of an Austrian inventor, Viktor Schauberger, who studied the flow of water in rivers and turbines. Etienne Botes and Douglas Siepman developed the idea that movements and flows within financial markets are similar to the vortex motions found in water. The Vortex Indicator was also partly inspired by J. Welles Wilder's concept of directional movement, which assumes the relationship between price bars gives clues as to the direction of a market. This i
MetaCOT 2 is a set of indicators and specialized utilities for the analysis of the U.S. Commodity Futures Trading Commission reports. Thanks to the reports issued by the Commission, it is possible to analyze the size and direction of the positions of the major market participants, which brings the long-term price prediction accuracy to a new higher-quality level, inaccessible to most traders. These indicators, related to the fundamental analysis, can also be used as an effective long-term filter
Presenting the uGenesys Break of Structure and Change of Character Indicator The uGenesys Market Structure Indicator is the advanced solution designed specifically for forex traders seeking a competitive edge. This innovative tool goes beyond merely identifying Break of Structure (BoS) and Change of Character (CHoC); it also illuminates optimal entry and exit points on your forex charts, transforming your trading experience.  While the uGenesys Market Structure Indicator can reveal pivotal pa
Dow trend bands
Mariusz Piotr Rodacki
This indicator is not only for trading but also for learning, thanks to it, you can learn to identify trend, support and resistance. You've probably heard about the Dow trend theory, where higher highs and higher lows indicate an uptrend, and lower highs and lower lows indicate a downtrend. This indicator determines this trend based on the Dow Theory. You just need to enter a number representing the number of candles between extremes. The optimal solution is the number 3 (H1 TF), unless you
FREE
Pi
Vasja Vrunc
Professional Prediction Indicator Based on matching the history with selected pattern model and shows the most likely outcome. Pi indicator includes Pattern line, Scanned_Past line, Matching_Pattern line, Future_Predicted line, adjustable Model Band , and some other controls. This indicator is designed primarily for professional use and is very useful in the search for the probability of the results relating to the future. Note : The results depend on model_band and past_bars . They are appro
Sidus
Iurii Tokman
Sidus   该指标是一种交易策略。基于 3 个标准指标:两个移动平均线 (MA) 和一个相对于强度的指数 (RSI)。指标信号是移动平均线的交叉和RSI指标相对于50水平的同时定位,如果快速移动平均线高于慢速移动平均线,RSI指标高于50水平,则假设买入。如果快速移动平均线低于慢速移动平均线且 RSI 低于 50 水平,则假设卖出。 指标设置说明 bar_limit - 限制在指定数量的柱上显示指标;如果 = 0,则显示在所有可用的柱上。 Period_FastMA - 快速移动平均周期。 Period_SlowMA - 缓慢移动平均线的周期。 Period_RSI - RSI 指标的周期。 ma_method_MA - 移动平均平均法。 Applied_price_MA - 应用移动平均价格。 Applied_price_RSI - RSI 指标的使用价格。 警报 - 显示包含用户数据的对话框。 Text_BUY - 购买信号的自定义文本。 Text_SELL - 卖出信号的自定义文本。 Send_Mail - 向在“邮件”选项卡上的设置窗口中指定的地址发送电子邮件。 主题
RSI Pro Indicator
Pierce Vallieres
RSI Pro Indicator - Shows accurate RSI signals with modifiable price applications - Shows accurate RSI overbought and oversold levels - Shows multiple timeframe RSI overbought and oversold conditions on a single chart - 3 green bar sections in a row is an uptrend pattern - 3 red bar sections in a row is a downtrend pattern The RSI Pro Indicator is a highly useful tool for determining overbought and oversold conditions and spotting RSI patterns, as well as spotting overbought and oversold cond
Elegant RSI
Syed Oarasul Islam
Elegant RSI indicator can generate RSI divergence with the availability of user defined filters. It can generate voice alerts for RSI oversold and RSI Overbought situations. Moreover it can also generate voice alerts for RSI Divergneces as well as when price breaks above or breaks below the support and resistances created upon divergence ouccurence.  The voice alerts are generated in a way that you will know which market has reached the oversold and overbought conditions as well as the rsi Dive
Elite Renko
Jermaine Wedderburn
5 (2)
Renko Charts with Heiken Ashi Filter now have the alerts and the    Win-rate . Now you can know which signal will give you that edge your trading needs. Risk to Reward Settings  Wins versus Losses Count There are four alert types to choose from for notification on screen, email or phone notification. The alert types also have buffers for use with automation. This indicator can be incorporated with any system that requires renko charts. The four (4) alert types are: Three-bar Formation ;  Pinbar
DivirgentMAX
Mikhail Bilan
Indicator without redrawing Divergent MAX The DivirgentMAX indicator is a modification based on the MACD. The tool detects divergence based on OsMA and sends signals to buy or sell (buy|sell), taking into account the type of discrepancies detected. Important!!!! In the DivirgentMAX indicator, the optimal entry points are drawn using arrows in the indicator's basement. Divergence is also displayed graphically. In this modification of the MACD, the lag problem characteristic of its predecessor
PABT Pattern Indicator - it's classical system one of the signal patterns. Indicator logic - the Hi & Lo of the bar is fully within the range of the preceding bar, look to trade them as pullback in trend. In the way if indicator found PABT pattern it's drawing two lines and arrow what showing trend way.  - First line - it's entry point and drawing at: 1. On the high of signal bar or on middle of the signal bar (depending from indicator mode) for buy; 2. On the low of signal bar or on middle of t
Strong Retracement Points Pro demo edition! SRP (Strong Retracement/Reversal Points) is a powerful and unique support and resistance indicator. It displays the closest important levels which we expect the price retracement/reversal! If all level are broken from one side, it recalculates and draws new support and resistance levels, so the levels might be valid for several days depending on the market! If you are still hesitating to start using this wonderful tool, you can check this link to see h
This is a very useful Oscillator based on ADX Crosses plus Double Keltner Channels Crosses too (evolution from my own indicators/oscillator ACE ADXCrosses and ACE ADXCrossOnChart). Features Colored histogram shows D+/D- crosses on trend (green up/salmon down or without trend (white) based on ADX main (over ADXon level -ie. 24-). Signals (arrows) shows high probability orders (long/short) based on D+/D- crosses. Color line (green/salmon) shows ADX main less ADXon level (ie: ADX main - 24) for tr
Infinity Trend Pro
Yaroslav Varankin
1 (1)
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
Skynet Lasso
Roman Yablonskiy
This indicator displays entry and exit points in the market. The indicator is based on Parabolic and various mathematical and statistical methods to increase profitability and reduce the number of losing trades. The indicator helps in many cases to skip false inputs, the support and resistance lines go around the price in a certain mode, reducing losses. The dashboard shows the results of the indicator so that you can adjust it more accurately and see how the parameters affect the result. The
Ultimate pattern builder indicator Allows you to build any pattern with up to 3 candlesticks (+ special fourth). This indicator is special because you can create any pattern you want, by modifying body and both wicks separately to your needs. If you ever wanted to create your own patterns , or just adjust any known popular pattern, then this is perfect for you. With this indicator you can learn how to build candles, testing it in strategy tester and get marked new candles on realtime charts, h
FREE
Triangle Wedge
Mohamed yehia Osman
Strategy set to trade Triangle wedge break This is a simple very effective strategy  based on detecting and showing triangle wedges formation Strategy set to trade Triangle wedge break Red Arrows appears on crossing triangle down Green Arrows appears on crossing triangle Up You can also trade lower and upper triangle limit :(new version may be released to allow arrows for side ways trading)  ---Sell on price declines from High triangle Level - Buy on increasing from Lower triangle level 2 inpu
Buy Sell Zones
Mohamed yehia Osman
Simple indicator for BUY / Sell Zones moving Buy and Sell zones : Closest zone is wide and clear : Red for Sell zone , Green for Buy zone >>> old far zones are in bold lines :::BUY Zones (GREEN) appear only in UP Trend and disappear in DOWN Trend :::SELL Zones (RED) appear only in DOWN Trend and disappear in UP Trend input parameters ::: index bars : bars range for zone calculation levels : number of zones  Up move/Down move arrows mail and message Alerts !! used on any symbol used on any timefr
Smart and simple Indicator based on wolves waves reversal pattern also near to falling and rising wedge and butterfly patterns with Stoploss and entry signal preferred time frame M30 : with parameters bars count used for calculation = 200 and moving average for accuracy = 100; you can try it for other higher or lower parameters and try your own set of inputs higher timeframe = lower input !!! important note ::: Indicator don't back draw when first installed on Chart  once installed wait for new
Breaking Pro MT4
Tais Miranda Hoffmann
5 (5)
A indicator to show saturation in buying or selling With fast and complex mathematical calculations Easily find saturation points for buying or selling Can be used in all symbols and time frames with many signals Can be combined with different indicators and different time frames With simple settings and simple working methods Features: Can be used on all symbols Can be used in all time frames Can be used in all markets (Forex, stock, etc.) Large number of signals Same performance on all t
Average Daily Weekly Monthly Range Alerts. The most complete multi-period dynamic range indicator with full alert options. Visually displays the Average Range lines on chart + real time distances to the Range Highs and Lows. Notifications are sent when the average ranges are hit. An essential tool for any serious trader! Average period ranges, especially the ADR (Average Daily Range) for day traders, are one of the most useful and consistently reliable indicators available to traders. Always a
Relative Trend Bias The Relative Trend Bias indicator is a simple indicator that helps you identify the current directional movement bias of a financial instrument based on the number of bars specified. Helps you identify the current trend based on a bar period of your choice Shows you level "safety zones" for reversals Shows you when the trade bias changes while the indicator is active on the chart  Indicator is forward facing.  It does not backdraw/backpaint but it can be tested on the indi
The Moving Average Dashboard indicator allows you to see the relationship between a fast and a slow moving average. This indicator is working on multiple symbols and up to 21 timeframes. It's allows you to configure the fast and slow moving averages to whatever period, method or price is appropriate The Moving Average Dashboard saves you time as you can use the indicator to scan multiple currency pairs or other symbols in just one window. Installation Download the Indicator in your MT5 te
Gets
Andrey Kozak
Gets is a smart trading system with complex market analysis mechanism. The operation principle of Gets is based on neural networks and diversified collection of information from various market analyzers. Then the system analyzes the statistical databases to create a general idea of the current market situation and the further price movement. The information is displayed on the screen in a simple and intuitive way - in the form of buy and sell arrows. Also, the information on the current trend st
Profit MACD
Aleksey Ivanov
5 (2)
I present an indicator for professionals. ProfitMACD is very similar to classic MACD in appearance and its functions . However, ProfitMACD is based on completely new algorithms (for example, it has only one averaging period) and is more robust, especially on small timeframes, since it filters random price walks. The classic MACD indicator (Moving Average Convergence / Divergence) is a very good indicator following the trend, based on the ratio between two moving averages, namely the EM
Capernaum
Andriy Sydoruk
Visually, Capernaum, on the chart, appears as small arrows indicating the direction of the trend movement and the opening of trading positions. The appearance of a blue up arrow indicates that the market is beginning to rise and it is time to buy. And the appearance of a red down arrow means that the market is falling and it is high time to sell. When a suitable moment for buying appears, the indicator generates a signal exactly at the moment of its appearance and not below or above the current
Black series MT4
Dmitriy Kashevich
1 (1)
Black series MT4 - The indicator is designed for trading on binary options with Timeframe M1-M5-M15 Multicurrency (Works on cryptocurrency and currency pairs) The signal appears when the candle opens Up to 90% correct signals There is no signal redrawing at all Can be used with other indicators. Good for scalping! In Settings there is: -Indicator working methods -I Allert Arrow color Red signal down Blue signal up Also watch the video how the indicator works and signals
Non-proprietary study of Joe Dinapoli used for trend analysis. The indicator gives trend signals when the fast line penetrates the slow line. These signals remain intact until another penetration occurs. The signal is confirmed at the close of the period. It is applicable for all timeframes.   Inputs lnpPeriod: Period of moving average. lnpSmoothK: %K period. lnpSmoothD: %D period.                                       *****************************************************************************
FREE
No repaint
Andrey Kozak
"无重绘"指标旨在分析市场动态并确定潜在的交易信号时机。该指标的主要特点是信号不会重绘,从而有助于更准确可靠地预测市场价格的变动。 操作机制: "无重绘"指标使用多种类型的图形元素来表示交易信号: 上箭头和下箭头:指标用上箭头和下箭头标记可能的市场入场点。上箭头表示可能开设多头头寸的可能性,而下箭头表示空头头寸。 线条:该指标还在图表上绘制线条,表示从上一个箭头到当前箭头的点数距离。这有助于评估价格运动的强度和交易的潜在盈利能力。 交易建议: "无重绘"指标可用于基于以下原则确定市场入场点: 上箭头和下箭头:出现上箭头可能表示可能开设多头头寸的可能性,建议通过其他技术指标或趋势分析来确认信号。同样,下箭头可能表示可能开设空头头寸的可能性。 线条:分析从上一个箭头到当前箭头的点数距离有助于评估价格运动的强度和交易的潜在盈利能力。箭头之间的显著距离可能表示强劲的运动,需要更谨慎的入场。 设置: Wavelength :该参数确定计算指标敏感性的波长。默认值为25。
Stochastic Divergence
Oleksii Pidlubnyi
3 (2)
The indicator displays divergence and convergence on all instruments. It works on all timeframes. After finding divergence/convergence, the indicator draws a Buy or a Sell arrow according to the detected signal.  Settings Buy - show buy signals Sell - show sell signals Divergence - show divergence on the chart Convergence - show convergence on the chart KPeriod, DPeriod, Slowing - Stochastic settings drawPriceTrendLines - draw a line (of divergence/covergence) on a price chart drawIndicatorTre
该产品的买家也购买
Gann Made Easy
Oleg Rodin
4.93 (72)
Gann Made Easy 是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我!我将免费与您分享我的交易技巧和丰厚的红利指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
Advanced Currency Strength28 Indicator
Bernhard Schweigert
4.9 (663)
目前26%的折扣 任何新手或专家交易者的最佳解决方案! 这个指标是一个独特的、高质量的、可负担得起的交易工具,因为我们纳入了一些专有的功能和一个新的公式。只需一个图表,你就可以读出28个外汇对的货币强度!想象一下,你的交易将如何得到改善,因为你的交易是在你的手中进行的。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点? 用户手册:点击这里  https://www.mql5.com/en/blogs/post/697384 这是第一本,原版的! 不要买一个毫无价值的崇拜者的克隆品。 特别的 子窗口中的箭头显示强劲的货币势头GAP将指导你的交易! 当基础货币或报价货币处于超卖/超买区域(外盘斐波那契水平)时,在个人图表的主窗口中出现警告信号。 当货币力量从外围区间回落时,回撤/反转警报。 十字星模式的特别警报 可选择多个时间框架,以快速查看趋势! 货币强度线在所有的时间框架中都非常平稳,当使用较高的时间框架来识别总体趋势,然后使用较短的时间框架来确定精确的入口时,效果非常好。你可以根据自己的意愿选择任何时间框架。每个时间框架都由其自身进
Trend Punch
Mohamed Hassan
5 (10)
Manual guide:   Click here PROMO of  $79 for 2 copies left!  -- Next price is  $149 .  This indicator is unstoppable when combined with our other indicator called  Support & Resistance . After purchase, send us a message and you will get it   for  FREE as a BONUS! I like to use Trend Punch on XAUUSD & BTCUSD on the M1 timeframe!  Introducing Trend Punch , the revolutionary forex trend indicator that will transform the way you trade! Trend Punch is uniquely designed to provide preci
Scalper Inside PRO
Alexey Minkov
4.74 (58)
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
TPSpro RFI Levels
Roman Podpora
4.82 (17)
Reversal First Impulse levels (RFI)    INSTRUCTIONS        RUS       -       ENG              R ecommended to use with an indicator   -   TREND PRO -  Version MT5 A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Main functions: Displaying active zones
Atomic Analyst
Issam Kassas
5 (3)
首先值得强调的是,该交易指标是非重绘、非延迟的指标,这使其成为手动和机器人交易的理想选择。 用户手册:设置、输入和策略。 Atomic Analyst是一种PA价格行动指标,利用价格的力量和动量来寻找市场上更好的机会。配备了高级过滤器,可帮助去除噪音和假信号,并提高交易潜力。使用多层复杂的指标,Atomic Analyst扫描图表,并将复杂的数学计算转化为任何初学者都能理解并用来做出一致交易决策的简单信号和颜色。 “Atomic Analyst”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它将高级指标和一流功能融合为一体的交易策略,使其成为所有类型交易者的多功能选择。 日内交易和剥头皮策略:专为快速准确的日内交易和短期交易而设计。 日内和摆动交易策略:可用作追求价格大幅波动的日内和摆动交易者的可靠工具。 多货币和市场:凭借其可靠的精度,在不同的工具和市场上运作。 多个时间框架:可在多个时间框架上使用,性能良好。 稳定性:所有指标均不重绘、不重绘和不滞后,确保可靠的信号。 信号清晰度:提供箭头信号,用于清晰的入场和出场点。 实时警报:通过交易入场、SL和TP警报通知交
Advanced Supply Demand
Bernhard Schweigert
4.92 (312)
现在优惠 33%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供
目前八折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个仪表板软件适用于28种货币对。它基于我们的两个主要指标(高级货币强度28和高级货币冲动)。它对整个外汇市场提供了一个伟大的概述。它显示高级货币强度值,货币运动速度和28个外汇对在所有(9)时间段的信号。想象一下,当你可以使用图表上的单一指标观察整个市场,以确定趋势和或剥头皮的机会时,你的交易将得到改善 我们已经在这个指标中建立了一些功能,使你更容易识别强势和弱势货币,同时识别和确认潜在的交易。该指标以图形方式显示货币的强势或弱势是增加还是减少,以及它在所有时间段的表现。 增加的新功能是动态市场斐波那契水平,它适应当前的市场条件变化,这是一个已经在我们的高级货币强度28和高级货币冲动指标中使用的成熟的加分项。 在交易时,总是将弱势货币和强势货币配对,这个新指标将帮助你做到这一点。 用户手册:点击这里  https://www.mql5.com/en/blogs/post/708783 特点  显示每个时间段的ACS28和GAP-speed(冲动)的货币强度值。 列:颜色代码以7种颜色
TPSproTREND PrO
Roman Podpora
4.78 (18)
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                R ecommended to use with
Legacy of Gann
Pavel Zamoshnikov
4.83 (12)
The indicator very accurately determines the levels of the possible end of the trend and profit fixing. The method of determining levels is based on the ideas of W.D.Gann, using an algorithm developed by his follower Kirill Borovsky. Extremely high reliability of reaching levels (according to K. Borovsky  - 80-90%) Indispensable for any trading strategy – every trader needs to determine the exit point from the market! Precisely determines targets on any timeframes and any instruments (forex, met
FX Power MT4 NG
Daniel Stein
5 (10)
通过 mql5 和 Telegram 上 的晨间简报获取每日市场更新,包括详细信息和屏幕截图 ! FX Power MT4 NG 是我们长期以来非常受欢迎的货币强度计算器 FX Power 的下一代产品。 这款下一代强度计算器能提供什么?您所喜爱的原版 FX Power 的所有功能 附加功能 黄金/XAU 强度分析 更精确的计算结果 可单独配置的分析周期 可自定义计算限制,以获得更好的性能 为希望查看更多信息的用户提供特殊的多实例设置 无尽的图形设置,可在每个图表中设置您最喜欢的颜色 无数的通知选项,让您再也不会错过任何重要信息 采用 Windows 11 和 macOS 风格的全新圆角设计 神奇的移动指标面板 FX Power 主要功能 所有主要货币的完整强势历史 所有时间框架内的货币强弱历史 所有经纪商和图表的计算结果完全相同 100% 可靠的实时计算 -> 无重绘 可通过下拉列表选择分析时段 通过自定义模式单独配置分析时段 可在一个图表中使用多个实例 可移动 FX Power 显示屏(通过拖放) 适用于高分辨率 QHD、UHD 和 4K 显示器 自动终端配置 针对平板电脑
FX Volume
Daniel Stein
4.6 (35)
通过 mql5 和 Telegram 上 的 " 晨间简报 "获取每日市场更新,包括详细信息和屏幕截图 ! 外汇交易量(FX Volume)是第一个也是唯一一个从经纪商角度真正洞察市场情绪的交易量指标。 直接在您的图表上看到这些信息是真正改变游戏规则和突破性的交易解决方案。 受益于独特的市场数据洞察,如 比率(Ratios )显示货币多头和空头头寸的比率(百分比 比率变化 显示所选时间段内的多头比率及其百分比变化 总交易量 显示货币的总交易量(多头和空头),以手为单位 多头 交易量显示货币所有多头头寸的交易量 空头 交易量显示所有货币空头头寸的交易量 净多头 显示净多头交易量,即所有多头头寸减去所有空头头寸(以手为单位)。 净多头百分比 显示货币净多头交易量的变化 请阅读我们的基本教程 -> "如何使用外汇交易量进行交易 " 获取更多信息,如常见问题、交易技巧和教程视频,请访问我们的 外汇交易量公共信息频道 请 安装并运行 SI Connect 以建立与我们数据中心的持续连接 背景信息 我们都知道,外汇是一个分散的市场。这就是为什么我们必须打破常规思维,开发一个独
Gold Stuff
Vasiliy Strukov
4.89 (259)
Gold Stuff 是专为黄金设计的趋势指标,也可用于任何金融工具。 该指标不会重绘,也不会滞后。 推荐时间框架 H1。 在它指标工作全自动专家顾问 EA Gold Stuff。 你可以在我的个人资料中找到它。 重要! 购买后立即与我联系,以获得说明和奖金!   您可以免费收到我们的强力支持和趋势扫描指标的副本,请私信。大部头书! 购买后立即联系我以获得设置和个人奖励!   设置 绘制箭头 - 打开关闭。 在图表上绘制箭头。 警报 - 打开关闭声音警报。 电子邮件通知 - 打开关闭。 电子邮件通知。 Puch-notification - 打开关闭。 推送通知。 接下来,调整色域。 Gold Stuff 是专为黄金设计的趋势指标,也可用于任何金融工具。 该指标不会重绘,也不会滞后。 推荐时间框架 H1。 在它指标工作全自动专家顾问 EA Gold Stuff。 你可以在我的个人资料中找到它。 购买后立即联系我以获得设置和个人奖励!   设置 绘制箭头 - 打开关闭。 在图表上绘制箭头。 警报 - 打开关闭声音警报。 电子邮件通知 - 打开关闭。 电子邮件通
Auto Order Block with break of structure based on ICT and Smart Money Concepts (SMC) Futures Break of Structure ( BoS )             Order block ( OB )            Higher time frame Order block / Point of Interest ( POI )    shown on current chart           Fair value Gap ( FVG ) / Imbalance   -  MTF      ( Multi Time Frame )    HH/LL/HL/LH  -  MTF      ( Multi Time Frame )  Choch  MTF      ( Multi Time Frame )  Volume Imbalance     ,  MTF          vIMB Gap’s Power of 3 Equal High
首先,值得强调的是,这个交易工具是非重绘、非重画和非滞后的指标,非常适合专业交易。 在线课程,用户手册和演示。 智能价格行动概念指标是一个非常强大的工具,既适用于新手,也适用于经验丰富的交易者。它将超过20个有用的指标合并到一个指标中,结合了高级交易思想,如内圈交易员分析和智能资金概念交易策略。该指标侧重于智能资金概念,提供有关大型机构交易方式的见解,帮助预测它们的动向。 它在流动性分析方面尤其擅长,有助于理解机构的交易方式。它擅长预测市场趋势,并仔细分析价格波动。通过将您的交易与机构策略对齐,您可以更准确地预测市场走向。该指标多才多艺,擅长分析市场结构,识别重要的订单区块,并识别各种模式。 它擅长识别BOS和CHoCH等模式,理解动量的转变,并突出显示供需强劲的关键区域。它还擅长发现强大的不平衡,并分析价格创造更高高点或更低低点的模式。如果您使用斐波那契回撤工具,该指标可以满足您的需求。它还可以识别相等的高点和低点,分析不同的时间框架,并通过仪表板显示数据。 对于使用更高级策略的交易者,该指标提供了工具,如公平价值差指标和优惠和折扣区域的识别。它特别关注高时间框架订单
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, 
使用我们的自定义MT4指标发现成功外汇交易的秘诀! 您是否曾经想过如何在外汇市场上取得成功,一贯赚取利润,同时降低风险? 这是您一直在寻找的答案! 允许我们介绍我们的专有MT4指标,该指标将彻底改变您的交易方法。 独特的多功能性 我们的指标专为喜欢Renko和Rangebar Candle编队的用户而设计。 我们了解到,这些图表类型受到许多经验丰富的交易者的青睐,这就是为什么我们的指标与它们无缝集成,从而提供无与伦比的市场分析。 清晰的趋势信号 忘记复杂的分析! 我们的指标利用鲜艳的色彩和清晰的点结构来明确指示市场趋势。 红色和蓝色的点毫无疑问地对价格变动的方向留下了疑问,从而可以在您的交易中快速决策。 与HH/HL HL/LL策略对齐 如果您正在寻求一个指标,该指标无缝地与基于HH/HL和HL/LL结构的策略无缝合作,则不需要更多。 我们的工具不仅确定了这些形式,而且还促进了它们在投资过程中的有效利用。 绝对的清晰度和简单性 我们的首要任务是为您提供一种不仅有效而且易于使用的工具。 我们的指标是为了清晰而设计的,使您可以专注于做出投资决策,而不是
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.82 (17)
TakePropips Donchian Trend Pro   (MT4) 是一款功能强大且有效的工具,可使用 Donchian 通道自动检测趋势方向,并为您提供进场和退场交易信号! 这个多功能指标包括趋势扫描器、交易信号、统计面板、筛选器、交易时段和警报历史仪表板。它旨在为您提供交易信号并节省您分析图表的时间! 您可以在我们的博文中下载用户手册和安装指南:   https   :// www.mql5.com/en/blogs/post/751368 今天立减 50%!价格从 98 美元降到 49 美元! 您可以在 Strategy Tester 上测试该指标(启用可视模式) 视频教程也可在说明下方获得更多详细信息。 如果您有任何问题或需要任何帮助,请与我联系。 TakePropips Donchian Trend Pro 指标适用于所有外汇对、金属、商品、指数和加密货币。 主要特点 交易信号 - 检测多个时间范围内所有货币对的买卖机会。它将为您提供警报并在图表上绘制交易信号,最多 3 个止盈价和一个止损价。 Trend Scanner   - 用于快速扫描和识别跨多个时间
Currency Strength Wizard
Oleg Rodin
4.91 (44)
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。 该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
Break and Retest
Mohamed Hassan
4.43 (14)
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 $60 for a very limited time. 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 s
M1 Arrow
Oleg Rodin
5 (14)
M1 Arrow - 基于市场的两个基本原则的盘中策略。 该算法基于使用附加过滤器对交易量和价格波动的分析。该指标的智能算法仅在两个市场因素合二为一时才会发出信号。该指标使用较高时间框架的数据计算 M1 图表上某个范围的波浪。为了确认波浪,该指标使用了成交量分析。 从理论上讲,该指标可以与其他时间框架一起使用,但您需要考虑到该指标最初是为在 M1 上交易而开发的这一事实。 该指标是一个现成的交易系统。交易者所需要的只是跟随信号。此外,该指标可以成为您自己的交易系统的基础。交易仅在分钟图表上进行。 尽管指标使用 MTF 原理,但指标算法尽可能稳定。 购买后,一定要写信给我!我将与您分享我的交易设置和建议!祝您交易成功!感谢您的关注!
NAM Order Blocks
NAM TECH GROUP, CORP.
5 (1)
MT4多時限訂單塊檢測指示器。 特徵 -在圖表控制面板上完全可自定義,提供完整的交互。 -隨時隨地隱藏和顯示控制面板。 -在多個時間範圍內檢測OB。 -選擇要顯示的OB數量。 -不同的OB用戶界面。 -OB上的不同過濾器。 -OB接近警報。 -ADR高低線。 -通知服務(屏幕警報|推送通知)。 概括 訂單塊是一種市場行為,它指示從金融機構和銀行收取訂單。著名的金融機構和中央銀行帶動了外匯市場。因此,交易者必須知道他們在市場上正在做什麼。當市場建立訂單塊時,它會像發生大多數投資決策的範圍一樣移動。 訂單建立完成後,市場將朝著上升和縮小的方向發展。訂單大宗交易策略的關鍵術語是它包括機構交易者正在做的事情。由於它們是主要的價格驅動因素,因此包括機構交易在內的任何策略都可以。 您將在任何時間範圍內實時看到訂單塊,使用我們的控制面板,您將能夠在所選的歷史記錄週期內檢測常規,拒收和未大寫的訂單塊。 現在您可以接收到訂單塊接近警報,我們在MT4上顯示屏幕通知,並將通知推送到您的手機!
Advanced Currency IMPULSE with ALERT
Bernhard Schweigert
4.91 (494)
目前31%的折扣!! 对任何新手或专家交易者来说都是最好的解决方案! 这个指标是一个独特的、高质量的、负担得起的交易工具,因为我们已经纳入了一些专有的功能和一个秘密的公式。只需一张图表,它就能给出所有28种货币对的警报。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点 建立在新的基础算法上,它使识别和确认潜在交易变得更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 货币动量的垂直线和箭头将指导你的交易! 动态的市场斐波那契23水平被用作警报触发器,将适应市场活动。如果冲动触及黄色触发线,您将在MetaTrader或您的电子邮件或推送警报中收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只要点击警报按钮,就可以切换到该货币对或打开一个新的图表,以便进一步分析。警报级别可以通过用户输入来改变,可以选择3个敏感度级别
Entry Points Pro
Yury Orlov
4.7 (226)
这是一款 MT4 的趋势指标,可提供准确的入场交易信号,且无重绘或延迟。 它可应用在任何金融资产:外汇、加密货币、贵金属、股票、指数。 最好的结果出现在 M15+ 的时间帧内。 指标的 MT5 版本 重要! 购买后请联系我,以便获取详细指南和奖励。 视频 (6:22) - 一个信号赢取的利润等于指标价格的三倍。 视频 (4:44) - 它如何在测试器中工作,我的提示和技巧。 视频 (1:44) - 有关它如何处理加密货币和指数的几句话。 大多数交易者在 Entry Points Pro 指标的帮助下,在第一个交易周内就改善了他们的交易结果。 Entry Points Pro 指标的益处 入场信号无重绘或延迟 如果信号出现,并得到确认(如果信号所在烛条已收盘),则它不会再消失;不像是重绘指标,它会导致重大的财产损失,因为它们可以在显示信号后再将其删除。 无差错开仓 指标算法可令您找到入场交易(买入或卖出资产)的理想时机,从而提高每位交易者的成功率。 Entry Points Pro 可操作任何资产 它允许您在 MT4 平台上交易任何经纪商提供的加密货币、股票、
BullsEye Signal NoRepaint
Martin Alejandro Bamonte
BullseyeSignal – NoRepaint 是一种信号,如其名称所示,在任何情况下都不会重新绘制。信号在图像中观察到的同一根蜡烛上发出。它非常适合高度波动的市场,如外汇、加密货币、股票、指数和期货。 你只会看到绿色箭头表示买入和红色箭头表示卖出,但背后有许多指标共同工作,以提供更简化的交易体验。 它专为提供精确的进入点而设计, 不是大量的,而是特定的进入点,当我们的指标显示趋势变化并穿过0水平线与前一趋势相反时。为了实现更精确的交易,指标等待第一个回调以确认趋势变化,从而避免假反转。因此,在突破前一趋势并确认回调后,将发出信号。 这是一种非常谨慎的交易方法, 因此重要的是要遵循这些提示(新手和更高级的交易者都可以使用这种策略): 建议使用纽约市场、伦敦市场或两者重叠的市场。如果你需要在其他市场交易,例如亚洲市场,必须事先检查交易的货币对是否处于非常狭窄的范围内。范围市场:可以交易吗?可以,但要交易任何处于范围内的货币对,你必须观察货币对和范围长度。例如,如果你在M5图表上,合适的范围大约是200点(最高点和最低点之间)。如果范围较小,我们将得到很少的点数,甚至可能遇到
PRO Renko System
Oleg Rodin
5 (25)
PRO Renko Arrow Based System for trading renko charts.  准确的信号交易任何外汇工具. 另外,我将免费提供系统的附加模块! PRO Renko系统是RENKO图表上高度准确的交易系统。该系统是通用的。 该交易系统可应用于各种交易工具。 该系统有效地中和了所谓的市场噪音,打开了获得准确反转信号的通道。 该指标易于使用,只有一个参数负责产生信号。 您可以很容易地使算法适应您感兴趣的交易工具和renko酒吧的大小。 我很乐意通过提供任何咨询支持来帮助所有客户有效地使用该指标。 祝您交易成功!购买后,立即写信给我! 我将与您分享我的建议和我的renko发电机。 另外,我将免费提供系统的附加模块!
TrendMaestro
Stefano Frisetti
5 (3)
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
Scalper Vault
Oleg Rodin
5 (29)
Scalper Vault 是一个专业的剥头皮系统,为您提供成功剥头皮所需的一切。该指标是一个完整的交易系统,可供外汇和二元期权交易者使用。推荐的时间范围是 M5。 该系统为您提供趋势方向的准确箭头信号。它还为您提供顶部和底部信号以及江恩市场水平。无论您拥有何种交易经验,该系统都易于使用。您只需要遵循简单的规则并每天重复该过程。 建议将此系统用于主要货币对。感谢您的关注! 请注意,该指标在策略测试器中可能无法正常工作。因此,我建议仅在模拟或真实账户的真实交易条件下使用该系统。 指示器提供所有类型的警报,包括推送通知。 购买指标后请与我联系。我将免费与您分享我的个人交易建议和出色的奖励指标! 祝您交易愉快,盈利!
Basic Harmonic Patterns Dashboard
Mehran Sepah Mansoor
5 (2)
该仪表盘显示所选符号的最新可用谐波形态,因此您可以节省时间并提高效率 /  MT5 版本 。 免费指标:  Basic Harmonic Pattern 指标列 Symbol: 显示所选符号 Trend:   看涨或看跌 Pattern:  形态类型(Gartley、蝴蝶、蝙蝠、螃蟹、鲨鱼、Cypher 或 ABCD) Entry:   入口价格 SL: 止损价 TP1: 第一止盈价 TP2: 第二次获利价格 TP3: 第三次获利价格 Current price:  当前价格 Age (in bars): 最后绘制的模式的年龄 主要输入 Symbols : 从 "28 种主要货币对 "或 "选定符号 "中选择。 Selected Symbols : 希望监控的符号,用逗号分隔("EURUSD,GBPUSD,XAUUSD")。如果您的经纪商为货币对设置了后缀或前缀,您必须在以下两个参数中添加(货币对前缀或货币对后缀)。 Max Iteration: 调整模式的最大迭代次数(如果该值越小,则模式越少,性能越快;如果该值越大,则模式越多,性能越慢)。事实上,它的工作原理如下:如
作者的更多信息
MAi
Vasja Vrunc
Professional 0 Lag Moving Averages Indicator MAi Indicator is a complete of moving averages with no lag . With MAi you can finally trade in real time with no lag, so your trading becomes more precise, realistic and more effectively. Please see included averages and the combinations with “Hull” equation below in code section. MAi indicator can run many instances , for all time frames at once, so you can test and compare results with different settings . It is very fast and has like all our in
MAtsi
Vasja Vrunc
Professional 0 Lag MAs Trend Sensor Indicator MAtsi is a trend sensor indicator , where 2 MA-s operates simultaneously . It is designed to cover a wider range of dynamic trends, where MAi is not so effective. Included averages are described in MAi indicator code section. MAtsi indicator can run many instances, for all time frames at once, so you can test and compare results with different settings. It is very fast and has, like all our indicators, a built-in " slider history testing " techn
TCD
Vasja Vrunc
Professional Trend Convergence/Divergence Indicator TCD indicator is based on the Convergence/Divergence of Trend and shows you " up trend " (when trend grows) and " down trend " (when trend is falling). In the middle is an adjustable "stop area" on which you cannot trade. Briefly, the TCD shows you when to start or stop buy/sell . TCD indicator can run many instances, for all time frames and includes all 0 lag MAs . (Please see  MAi indicator code section) With TCD your trading becomes more
Ti
Vasja Vrunc
Professional Trend Indicator Ti indicator is based on its own oscillator and shows you trend changes . Indicator includes adjustable Polynomial and MAs channels , Trend lines and Oscillator filter with whom you can adjust the spread of indicator. You can run many instances, for all time frames at once, is very fast and has a built-in " slider history testing " technology and “ Error control ”. Program operates in 2 automatic modes: 1. Slider mode Turns on when attaching the indicator to th
PointerX
Vasja Vrunc
PointerX is based on its own oscillator and built-in indicators (Pulser, MAi, Matsi, TCD, Ti, Pi) and operates independently. With PointerX you can create your own strategies . Theoretically all indicator based strategies are possible, but not martingale, arbitrage, grid, neural networks or news. PointerX includes 2 Indicator Sets All Indicator controls Adjustable Oscillator Take Profit controls Stop Loss controls Trades controls Margin controls Timer controls and some other useful operations.
Pi
Vasja Vrunc
Professional Prediction Indicator Based on matching the history with selected pattern model and shows the most likely outcome. Pi indicator includes Pattern line, Scanned_Past line, Matching_Pattern line, Future_Predicted line, adjustable Model Band , and some other controls. This indicator is designed primarily for professional use and is very useful in the search for the probability of the results relating to the future. Note : The results depend on model_band and past_bars . They are appro
SnR
Vasja Vrunc
Professional Support&Resistance Indicator. This indicator is primarily intended for professional use by brokers. There are countless options to choose from and it is one of the best tools in the stock market today. The indicator is optimized for use with EAs. For programmers to retrieve output index value is for MQL4; (EXAMPLE) bool buySNR=false,sellSNR=false; char count=100; char limit=1; char dist=3; for(short cnt=0;cnt<=count;cnt++) {    double    snr_middle=iCustom(NULL,TF_,"::Indica
筛选:
无评论
回复评论
版本 2.8 2020.05.30
1. compiled with the new compiler
2. faster performance
版本 2.7 2020.03.23
1. resolved compatibility issues
2. faster performance
版本 2.6 2017.04.06
1. Improvements in Tooltips/Names details
2. Now you can use the "Slider" in "Visual Tester" Mode
- while testing EA, you can run the indicator and easily adjust input parameters for critical points
- <Esc> key to exit "Slider" mode