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

Pi

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 approximate, and therefore they must be compared with multiple timeframes.

You can run many instances for all timeframes at once. The indicator is relatively 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/z1AfjBWIuhQ
We recommend running more instances of the indicator on different timeframes simultaneously for better results (M15, H1, H4) and optimization criteria every two months.

For programmers

The known command to retrieve a line index value for MQL4:
double piCurr=iCustom(NULL,TF_,"Pi",BAND_,FB_,SMOOTH_,0,PB_,3,cnt);
where:
NULL = current symbol
TF_ = enum_timeframes
"Pi" = path/name of the custom indicator compiled program
BAND_ = model band (int)
FB_ = future bars (int)
SMOOTH_ = line smoothness (int)
0 = last bar (int)
PB_ = past bars (int)
3 = line index (int)
cnt = shift (int)
Other buffers: 0=Pattern, 1=Scanned_Past, 2=Matching_Pattern

You can use this code as an example:

// Function declaration - Define PI Indicator (Example)
   void definePI(...)
   {
      buyPI_=false; sellPI_=false;
      RefreshRates();
      const double tpBUY=NormalizeDouble(Ask+tpBuyL_,_Digits);
      const double tpSELL=NormalizeDouble(Bid-tpSellL_,_Digits);
      const double slBUY=NormalizeDouble(Bid-slBuyL_,_Digits);
      const double slSELL=NormalizeDouble(Ask+slSellL_,_Digits);
   // [Here put some Error test code ...]
   // then ...
      if(err_!=0) return;
      bool END_BUY=false;
      bool END_SELL=false;
      for(short cnt=0;cnt>=-FB_;cnt--)
      {
         double piCurr=EMPTY_VALUE;
         piCurr=iCustom(NULL,TF_,"Pi",BAND_,FB_,SMOOTH_,0,PB_,3,cnt);
         ResetLastError();
         if(piCurr==EMPTY_VALUE) {f_err_=true; buyPI_=false; sellPI_=false; Print(__FUNCTION__,"Pi=EMPTY_VALUE"); return;}
         const double pi_bid=piCurr;
         const double pi_ask=piCurr+spreadPnts_;
         if(UseSL_)
         {
            if(pi_bid<=slBUY) END_BUY=true;
            if(pi_ask>=slSELL) END_SELL=true;
         }
         if(pi_bid>=tpBUY&&!END_BUY) {buyPI_=true; break;}
         if(pi_ask<=tpSELL&&!END_SELL) {sellPI_=true; break;}
      }
      return;
   }

Pi 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.
  • ModelBand [130] 2-1000 - pattern line model width (in current bars)
  • FutureBars [300] 0-600 - bars for calculation to the furure (to the right)
  • Smooth [0] 0-100 - line smoothness
  • LastBar [0] 0-6000 - last bar for calculation (0 is current)
  • PastBars [1000] 0-6000 - bars for calculation in the past (to the left)

Additional information

The demo version is built to demonstrate the main features and usability of Pi, PiDemo.
If you like to use Pi 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

推荐产品
VR Cub
Vladimir Pastushak
VR Cub 这是获得高质量切入点的指标。该指标的开发是为了促进数学计算并简化对仓位入场点的搜索。多年来,该指标所针对的交易策略已被证明其有效性。交易策略的简单性是其巨大的优势,即使是新手交易者也能成功进行交易。 VR Cub 计算开仓点以及获利和止损目标水平,这显着提高了效率和易用性。查看使用以下策略进行交易的屏幕截图,了解简单的交易规则。 设置、设置文件、演示版本、说明、问题解决,可以从以下位置获取 [博客] 您可以在以下位置阅读或撰写评论 [关联] 版本为 [MetaTrader 5] 计算入场点的规则 开仓 要计算入场点,您需要将 VR Cub 工具从最后一个高点拉伸到最后一个低点。 如果第一个点在时间上早于第二个点,交易者等待柱线收于中线上方。 如果第一个点在时间上晚于第二个点,交易者等待柱线收于中线下方。 根据上述条件,严格在 柱线收盘 后建仓。 换句话说,如果我们在小时图上进行交易,那么从最高点到最低点的时间距离必须超过24小时,最高点和最低点之间的点数必须大于或等于平均价格变动每天。 维持和改变市场地位 可以有多个未平仓头寸;每个头寸都可以单独修改。 VR Cu
Trade with Gann on your side!! MASTER CIRCLE 360 CIRCLE CHART, originally created by Gann admitted that this is “The Mother of all charts”. It is one of the last studies that this great trader left for us. The numeric tab le is apparently quite simple like all the tables and is based on square numbers, the SQUARE OF 12 and is by evolution, one of the most important square numbers. Here we can find CYCLE, PRICE AND TIME thanks to angles and grades, to show past and future support and resistance.
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
Wave Wolf MT4
Andrei Salanevich
Wave Wold MT4外汇指标旨在搜索狼波并将其显示在交易终端的当前窗口中。 对于在交易中使用狼波的交易者来说,这是一个很好的指标。 它在交易策略中的应用将显着提高其效率和盈利能力。 有关指标的信息 与其他Wolf wave指标不同,Wave Wold MT4外汇指标具有许多显着提高其有效性的功能: 第一个是打开的Windows5point参数(真值)提供信息支持,即扩展了狼波出现在其上的图表的窗口。 例如,如果EURUSD、AUDUSD和GBPUSD图表是开放的,并且每个图表都安装了Wave WOLD MT4指标,那么如果检测到欧元模型,相应的图表将自动被带到其他图表的顶部,这在交易大量工具时变得非常方便。  第二个功能是MACD上的内置发散分析,用户可以自己选择参数(默认设置(12,26,9))。 顺便说一下,通常振荡器的值不显示在工作窗口上,只反映在形成点(5)时的价格标签的颜色上,特别是,如果标签的颜色是蓝色,则没有发散,如果颜色是红 如何使用指标 Wave WOLD MT4指标显示第4个形成点的假设Wolf模型和第5个点的形成区域(所谓的甜区,以黄色显示)。
Master scalping M1
Nataliia Marchuk
Master Scalping M1 is an innovative indicator that uses an algorithm to quickly and accurately determine the trend.The indicator calculates the time of opening and closing positions, the indicator's algorithms allow you to find the ideal moments to enter a deal (buy or sell an asset), which increase the success of transactions for most traders. Benefits of the indicator: Easy to assemble, does not overload the chart with unnecessary information. Can be used as a filter for any strategy. Works on
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
This is a new strategy for SUPPLY DEMAND areas It is based on a calculation using the tick volume to detect the big price action in market for both bear /bull actions this smart volume action candles are used to determine the supply and demand areas prices in between main supply and demand lines indicate sideway market  up arrows will be shown when prices moves above the main supply and the secondary supply lines Down arrows will be shown when prices moves below the main demand and the secondary
斐波那契折返和扩展画线工具 适用于MT4平台的斐波那契折返和扩展画线工具,适合于使用黄金分割交易的交易者 优点:没有多余的线,没有过长的线,易于观察发现交易的机会 试用版: https://www.mql5.com/zh/market/product/35884 主要功能: 1.可以直接画出多组斐波那契折返,可以看出重要折返点之间的关系; 2.可以画出斐波那契扩展,比率有三种0.618,1,1.618 3.画出的斐波那契折返和扩展均可左右移动,有数值显示,方便观察 4.可通过数字键切换周期 使用指南和功能键: 1.按 [ 或R画折返,按需要画折返,最多云持8组折返; 2.按 ] 或E画扩展; 3.按 \ 删除当前周期下的所有扩展和折返,其余周期的不受影响 4.如何左右移动折返和扩展 (1)点击第一组折返的F5字符,可以左右移动折返; (2)点击COP的字符 ,可以左右移动扩展; 5. (1)点击第一组折返的F5字符,按del 可以删除这组折返; (2)点击COP的字符, 按del 可以删除这组扩展; 6.修改折返和扩展(随着市场的运行
TWO PAIRS SQUARE HEDGE METER INDICATOR Try this brilliant 2 pairs square indicator It draws a square wave of the relation between your two inputs symbols when square wave indicates -1 then it is very great opportunity to SELL pair1 and BUY Pair2 when square wave indicates +1 then it is very great opportunity to BUY pair1 and SELL Pair2 the inputs are : 2 pairs of symbols         then index value : i use 20 for M30 charts ( you can try other values : 40/50 for M15 , : 30 for M30 , : 10 for H1 ,
PipFinite Exit EDGE
Karlo Wilson Vendiola
4.89 (160)
Did You Have A Profitable Trade But Suddenly Reversed? In a solid strategy, exiting a trade is equally important as entering. Exit EDGE helps maximize your current trade profit and avoid turning winning trades to losers. Never Miss An Exit Signal Again Monitor all pairs and timeframes in just 1 chart www.mql5.com/en/blogs/post/726558 How To Trade You can close your open trades as soon as you receive a signal Close your Buy orders if you receive an Exit Buy Signal. Close your Sell orde
All Symbols   AND  All Time frames Scan                                                                                                                 Document Introduction   The ABCD is a basic harmonic pattern. The ABCD pattern is a visual, geometric chart pattern comprised of three consecutive price swings. It looks like a diagonal lightning bolt and can indicate an upcoming trading opp
Noize Absorption Index MT4
Ekaterina Saltykova
5 (1)
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation. S
An indicator of pattern #31 ("Long Island") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. The second gap is in the opposite direction. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) GapSize - minimum gap size in points ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in points   ShowLevels - show levels ColUp - color of an upward line ColDn - color of
Classic Fractals indicator for MT4, with additional Trendlines connecting the latest couples of fractals ( fractals are showing highest high, and lowest low on each period) Rules for trendlines: -if new top fractal is below the last one = new resistance line -if new bot fractal is above the last one = new support line -Trendlines can be hidden -Fractals can be hidden Fractal Period = can be both even or uneven number, as it is setting for half (one side) of the bars sequence
Fibo Bands
Igor Semyonov
5 (1)
Fibo Bands is an innovative indicator and an analyzer for trading in the current trend direction. The indicator builds a Fibonacci channel (bands), and consists of a trend line (middle line), channel bands, colored bars and reference information. After completion of the current bar, the trend line, the channel and the color of the bar are not redrawn. However, the channel width can be changed after a reset or restart of the indicator depending on volatility. The channel is built in accordance wi
Supply Demand Basic
Krzysztof Janusz Stankiewic
The indicator draws supply and demand zones. The zone timeframe can be set independently of the chart timeframe. For instance, it is possible to set M5 zones on an H4 chart. The importance of zones can be adjusted using the zone strength parameter. Demand zones are displayed if at least one candle in the range of the zone is entirely above the zone. Similarly, supply zones are displayed if at least one candle within the zone is entirely below the zone.
Automatic fibonacci with alerts is an indicator that automatically plots a fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The fibonacci is automatically updated in real time as new highest and lowest values appear amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with d
The Funicular
Daniil Kurmyshev
The Funicular is a functional indicator knowing all the rules of the market and performing constructions more accurate and faster than any professional analyst.  The Funicular helps you see the exact points of the "entrance", and it draws trends with great accuracy determinig their strength and fluctuation time. The main difference from the others is that it builds lines that are independent of timeframe allowing you to perceive the chart as a whole. Simply put, you need The Funicular, because i
Market Trend Catcher
Alexander Fedosov
Market Trend Catcher indicator analyzes the duration of trend movements and, with a certain development of the current trend, offers market entry points in the form of arrows with recommended profit targets. The indicator is very easy to use and does not require a lot of information to understand how it works. It has a minimum of settings and is transparent in understanding the principle of its operation, fully displaying the information on the basis of which it makes decisions on recommending e
这是一个预测蜡烛收盘价的指标。 该指标主要用于 D1 图表。 该指标适用于传统外汇交易和二元期权交易。 该指标可以用作独立的交易系统,也可以作为您现有交易系统的补充。 该指标分析当前蜡烛,计算蜡烛本身内部的某些强度因素,以及前一根蜡烛的参数。 因此,该指标预测市场走势的进一步方向和当前蜡烛的收盘价。 由于这种方法,该指标既适用于短期盘中交易,也适用于中长期交易。 该指标允许您设置指标在分析市场情况期间将产生的潜在信号的数量。 在指标设置中有一个特殊的参数。 此外,该指标可以通过图表上的消息、电子邮件以及推送通知的形式通知新信号。感谢您的关注!交易愉快! 购买后一定要写信给我! 我会给你我的交易指标的建议! 还可以获得奖金!
FiboRec
Alfred Kamal
This indicator depends on Fibonacci lines but there is a secret lines i used them, by using FiboRec indicator you will be able to know a lot of important information in the market such as: Features You can avoid entry during market turbulence. You can enter orders in general trend only. You will know if the trend is strong or weak. Signal Types and Frame used You can use this indicator just on H1 frame. Enter buy order in case Candle break out the square area and closed over it, at least 20
FreqoMaster
Stanislav Korotky
The main idea of this indicator is rates analysis and prediction by Fourier transform. The indicator decomposes exchange rates into main harmonics and calculates their product in future. The indicator shows 2 price marks in history, depicting price range in the past, and 2 price marks in future with price movement forecast. Buy or sell decision and take profit size are displayed in a text label in the indicator window. The indicator uses another indicator as an engine for calculations - FreqoMet
MT4 外汇指标“射击之星模式” “流星模式”指标对于价格行为交易来说是非常强大的指标:无需重绘,无延迟; 指标检测到图表上的看跌流星形态:图表上的红色箭头信号(参见图片) 包括 PC、手机和电子邮件警报 “流星形态”指标非常适合与支撑/阻力位结合使用: https://www.mql5.com/en/market/product/100903 // 这里提供更多优秀的 EA 交易和指标: https://www.mql5.com/en/users/def1380/seller // 也欢迎您加入盈利、稳定、可靠的信号 https://www.mql5.com/en/signals/1887493 它是仅在该 MQL5 网站上提供的原创产品。
Meta Sniper
Samir Tabarcia
Requirements Optimized to work with   EURUSD-EURCHF-USDJPY, AUDUSD-CADJPY-AUDNZD, CHFJPY-NZDJPY-NZDUSD For timeframe 4H. *(Minimum recommended deposit is $300 for each Pair) for initial lot set to 0.10, My favorite Pair are (CHFJPY-NZDJPY-EURUSD-AUDNZD-USDJPY) Warning it will be SALE only 5 Copys at 60$ Then it will be update up to 200$  You can use it the way it is, For new Set Files will be add on (Comments) ECN broker with low spread is recommended to get better results. Setup is
Laser Trend
Nicolas Zouein
The trend is your friend! This is what this indicator is all about. Follow this famous saying and be safe. Characteristics: Buy/Sell signals fixed on the close of a bar. Works on all symbols and all timeframes. Clear visual market trend laser line, Buy/Sell signal arrows, market strength meter, TP1 & TP2 boxes. Visual signals when to enter, when to exit the market. No repainting. Compatible with Flexible EA for trading automation. (Ask for a free set file optimized to perform 2010-2018) Para
Bermaui Bands
Muhammad Elbermawi
4.94 (89)
Bermaui Bands (BB) 是一种技术分析工具,有助于在价格波动和趋势价格变动之间进行过滤。这个指标背后的想法可以在接下来的步骤中解释: 将标准偏差计算为一个在 0 到 100 之间移动的振荡器。我将其命名为 Bermaui Deviation 百分比 (BD %)。 如果“BD %”接近于零,则波动率处于极端状态。此外,如果“BD %”接近 100,则波动性非常低。 高波动性意味着趋势市场的可能性很大,而低波动性意味着横向或区间市场。 中线是简单移动平均线 (SMA),因为标准偏差是根据 SMA 计算的。 将“BD %”添加到计算中具有相同条数的简单移动平均线,以获得上伯毛伊乐队。 从计算中具有相同条数的简单移动平均线中减去“BD %”以获得下伯毛伊乐队。 重要信息 Bermaui Bands 用户手册: https://www.mql5.com/en/blogs/post/718688 Bermaui Bands Expert Advisor 示例 : https://www.mql5.com/en/blogs/post/731143 如何使用它 使用 Bermau
Trendiness Index
Libertas LLC
5 (3)
"The trend is your friend" is one of the best known sayings in investing, because capturing large trendy price movements can be extremely profitable. However, trading with the trend is often easier said than done, because many indicators are based on price reversals not trends. These aren't very effective at identifying trendy periods, or predicting whether trends will continue. We developed the Trendiness Index to help address this problem by indicating the strength and direction of price trend
PZ 123 Pattern
PZ TRADING SLU
3.75 (4)
123模式 是最受欢迎,功能强大和灵活的图表模式之一。该模式由三个价格点组成:底部,峰值或谷值以及38.2%至71.8%之间的斐波纳契回撤位。当价格突破最后一个峰值或谷值时,该形态被认为是有效的,此时指标绘制箭头,发出警报并可以进行交易。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 清除交易信号 可自定义的颜色和尺寸 实施绩效统计 可定制的斐波那契回撤水平 显示适当的止损和获利水平 该指标可用于查找连续或反转形态 它是不可重涂和不可重涂的 它实现了电子邮件/声音/视觉警报 123模式 可以表现为连续或反转模式。为了简化操作,该指标使您可以选择要寻找哪种类型的形态,使其成为趋势或反转交易者的绝佳工具。 设置 将指标加载到任何图表时,将显示一组选项作为输入参数。如果您认为它们太多,请不要感到失望,因为参数被分组为不言自明的块。这就是每个参数块的作用。 幅度-幅度表示替代价格点之间的最小柱线量。要找到大图案,请增加幅度参数。要查找较小的模式,请减小幅度参数。 闵。回撤-形态中所需的最小斐波那契回撤。设置为零不对其进行评估。 最大。回撤-形态中可能
This indicator is a must have tool that scans the active chart for candlestick patterns. It labels each bar according the candlestick pattern(s) that it finds enabling you to more easily analyze price action and be more informed about your trading decision. There are 103 common and uncommon possible patterns plus 6 new patterns based on research that the indicator can identify. If a candlestick(s) meets the requirements for multiple patterns, the bar will be labeled with up to 4 patterns names f
Atomic Analyst
Issam Kassas
5 (3)
首先值得强调的是,该交易指标是非重绘、非延迟的指标,这使其成为手动和机器人交易的理想选择。 用户手册:设置、输入和策略。 Atomic Analyst是一种PA价格行动指标,利用价格的力量和动量来寻找市场上更好的机会。配备了高级过滤器,可帮助去除噪音和假信号,并提高交易潜力。使用多层复杂的指标,Atomic Analyst扫描图表,并将复杂的数学计算转化为任何初学者都能理解并用来做出一致交易决策的简单信号和颜色。 “Atomic Analyst”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它将高级指标和一流功能融合为一体的交易策略,使其成为所有类型交易者的多功能选择。 日内交易和剥头皮策略:专为快速准确的日内交易和短期交易而设计。 日内和摆动交易策略:可用作追求价格大幅波动的日内和摆动交易者的可靠工具。 多货币和市场:凭借其可靠的精度,在不同的工具和市场上运作。 多个时间框架:可在多个时间框架上使用,性能良好。 稳定性:所有指标均不重绘、不重绘和不滞后,确保可靠的信号。 信号清晰度:提供箭头信号,用于清晰的入场和出场点。 实时警报:通过交易入场、SL和TP警报通知交
该产品的买家也购买
Scalper Inside PRO
Alexey Minkov
4.75 (57)
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
Advanced Currency Strength28 Indicator
Bernhard Schweigert
4.9 (663)
目前26%的折扣 任何新手或专家交易者的最佳解决方案! 这个指标是一个独特的、高质量的、可负担得起的交易工具,因为我们纳入了一些专有的功能和一个新的公式。只需一个图表,你就可以读出28个外汇对的货币强度!想象一下,你的交易将如何得到改善,因为你的交易是在你的手中进行的。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点? 用户手册:点击这里  https://www.mql5.com/en/blogs/post/697384 这是第一本,原版的! 不要买一个毫无价值的崇拜者的克隆品。 特别的 子窗口中的箭头显示强劲的货币势头GAP将指导你的交易! 当基础货币或报价货币处于超卖/超买区域(外盘斐波那契水平)时,在个人图表的主窗口中出现警告信号。 当货币力量从外围区间回落时,回撤/反转警报。 十字星模式的特别警报 可选择多个时间框架,以快速查看趋势! 货币强度线在所有的时间框架中都非常平稳,当使用较高的时间框架来识别总体趋势,然后使用较短的时间框架来确定精确的入口时,效果非常好。你可以根据自己的意愿选择任何时间框架。每个时间框架都由其自身进
TPSpro RFI Levels
Roman Podpora
4.8 (15)
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
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
FX Volume
Daniel Stein
4.6 (35)
通过 mql5 和 Telegram 上 的 " 晨间简报 "获取每日市场更新,包括详细信息和屏幕截图 ! 外汇交易量(FX Volume)是第一个也是唯一一个从经纪商角度真正洞察市场情绪的交易量指标。 直接在您的图表上看到这些信息是真正改变游戏规则和突破性的交易解决方案。 受益于独特的市场数据洞察,如 比率(Ratios )显示货币多头和空头头寸的比率(百分比 比率变化 显示所选时间段内的多头比率及其百分比变化 总交易量 显示货币的总交易量(多头和空头),以手为单位 多头 交易量显示货币所有多头头寸的交易量 空头 交易量显示所有货币空头头寸的交易量 净多头 显示净多头交易量,即所有多头头寸减去所有空头头寸(以手为单位)。 净多头百分比 显示货币净多头交易量的变化 请阅读我们的基本教程 -> "如何使用外汇交易量进行交易 " 获取更多信息,如常见问题、交易技巧和教程视频,请访问我们的 外汇交易量公共信息频道 请 安装并运行 SI Connect 以建立与我们数据中心的持续连接 背景信息 我们都知道,外汇是一个分散的市场。这就是为什么我们必须打破常规思维,开发一个独
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 显示器 自动终端配置 针对平板电脑
Advanced Supply Demand
Bernhard Schweigert
4.92 (311)
现在优惠 33%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供
Enigmera
Ivan Stefanov
5 (2)
ENIGMERA:市场核心 https://www.enigmera.com 简介 该指标和交易系统是金融市场的一种非凡方法。ENIGMERA 利用分形周期精确计算支撑位和阻力位。它能显示真实的累积阶段,并给出方向和目标。 该系统无论在趋势中还是在修正中都能发挥作用。 它是如何运行的? ENIGMERA 由三条线组成:支撑/阻力线、目标线和偏离线。与一般市场指标将过去的数据推断为现在和未来的情况不同,该系统能提供当前的完整情况。如果你处于支撑位,这意味着真正的支撑;如果你处于阻力位,这意味着真正的阻力。如果突破某一水平,则表示趋势发生变化。没有重绘。 由于市场在不断变化,ENIGMERA 不断调整其评估工具,定期修改策略。  这保证了每种情况都能得到全面评估。这一市场指标的独特性显而易见,其能力不言而喻。  ENIGMERA 为金融分析师和咨询师提供服务,他们需要可靠的见解与客户分享,也为投资者提供服务,他们需要最精确和最可靠的保证。 该系统能够达到最佳精度,使交易者能够自信、清晰地评估他们的选择。 ENIGMERA 将 20 年的交易专长和知识整合到一个综合软件
Gann Swing Structure
Kirill Borovskii
5 (1)
This indicator is based on the mathematics of the great trader W.D. Ganna. With its help, you can easily find strong levels by analyzing swings to find the optimal entry point. The indicator works on all instruments and all timeframes. The indicator is fully manual and has control buttons. All you need to do is press the NEW button, a segment will appear, which you can place on any movement, swing or even 1 candle that you want to analyze. By placing the segment, press the OK button. A grid (th
Dragon Multi Indicator MT4
Mansour Babasafary
5 (4)
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 that you can use 3 indicators at the lowest price. All three strategies are based on price action. But based on different trends. Long term, medium term and short term Attributes : No repaintin
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
PZ Trend Trading
PZ TRADING SLU
4.75 (4)
许多盈利交易者不仅知道如何识别市场趋势,而且也能把握趋势建立后的交易机会。 Pz 趋势交易 指标设计用来在趋势行情中尽可能的赚取利润。 已建立的趋势提供了一揽子交易机会,但大多数趋势交易指标完全忽视了它们,让交易者在趋势行情时完全不知道该如何做!一般趋势指标只通知有关的趋势变化,但根本不足以得到卓越的回报. Pz 趋势交易 指标比一般趋势指标显示多达 20 倍的交易 , 因为它注重所谓的市场时机。它不仅显示当前的市场趋势,也有回调,内柱线的突破和调整。它令您在趋势回调之后介入,安全的柱线内突破金字塔加仓,以及发现潜在的反转,和已知的调整。 趋势改变 一个趋势改变在市场方向变化时发生。趋势变化在图表上用带数字的彩色圆圈显示。蓝色 (1) 信号为上涨开始, 而红色 (1) 信号为下跌开始。趋势变化并非评估当前价格动作的结果, 它意味着交易设置是不定时地。如果您正确使用本指标, 在趋势变化时, 您将将已经入场 (参看下面的调整)。 回调 但凡趋势在运动中,行情上下抖动,盈利者收割利润,且其它参与者入场。趋势回调代表好的买入机会,通常是由主力获利离场导致。如果行情在回调后回归上行, 指
Full Forex Market View Dashboard
Opengates Success International
5 (2)
完整的外汇市场视图仪表板指示器 这是一个自定义指标,旨在让交易者全面了解市场上正在发生的事情。 它使用实时数据访问市场并显示成功交易所需的每一点信息。 安装: 在将此指标附加到您的窗口图表之前,请转到您的 MT4 的市场观察面板并隐藏所有您不需要或交易的货币对,并将其余货币对留在那里。 原因是 FFMV 仪表板将显示出现在 MT4 市场观察中的所有货币对。 它最多可以显示 30 个或更少的货币对。 如果它超过您 MT4 的市场观察中的那个,它会模糊和毁坏 FFMV 仪表盘上的字体和图像! 它不会正确显示。 用法:      单人交易      对于篮子交易(见截图如何)      也可用于多单交易      确认从您自己的交易系统等收到的信号的有效性。 成分:      时间范围:从 M1 到 MN1 当前蜡烛状态(买入/卖出      趋势:币种整体走势      影响:货币变动的幅度/波动性,见下文:      建立:货币正在建立      好:货币越来越严重      高:币值值得关注      强:要考虑方向  
ECM Channel MT4
Paulo Rocha
5 (1)
ECM Elite Channel is a volatility-based indicator, developed with a specific time algorithm, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the channel theory is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel, it's a trading opportunity. The
Quantum Trend Sniper Indicator MT4
Bogdan Ion Puscasu
4.6 (40)
介绍   量子趋势狙击指标 ,突破性的 MQL5 指标,正在改变您识别和交易趋势反转的方式!由拥有超过13年交易经验的资深交易员团队开发,     量子趋势狙击指标   旨在通过其创新的方式以极高的准确度识别趋势反转,将您的交易之旅推向新的高度。 ***购买量子趋势狙击指标,即可免费获得量子突破指标!*** 当量子突破指标识别出趋势反转时,它会向您发出警报和信号箭头,并建议您三个止盈水平。 它既适合新手交易者,也适合专业交易者。 量子 EA 通道:       点击这里 MT5版本:       点击这里 建议: 时间范围:  所有时间范围。为了获得最佳结果,我们建议在 M15、M30 和 H1 时间范围内使用它。 货币对:欧元兑美元、英镑兑美元、澳元兑美元、欧元兑英镑, EURAUD, XAUUSD 账户类型:ECN、Raw 或 Razor,点差极低 经纪时间:任意 经纪商:IC Markets、Pepperstone with Raw 和 Razor 的点差最低 建议止损:50 点 建议止盈水平:20 点、50 点和 1
Advanced Currency IMPULSE with ALERT
Bernhard Schweigert
4.91 (494)
目前31%的折扣!! 对任何新手或专家交易者来说都是最好的解决方案! 这个指标是一个独特的、高质量的、负担得起的交易工具,因为我们已经纳入了一些专有的功能和一个秘密的公式。只需一张图表,它就能给出所有28种货币对的警报。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点 建立在新的基础算法上,它使识别和确认潜在交易变得更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 货币动量的垂直线和箭头将指导你的交易! 动态的市场斐波那契23水平被用作警报触发器,将适应市场活动。如果冲动触及黄色触发线,您将在MetaTrader或您的电子邮件或推送警报中收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只要点击警报按钮,就可以切换到该货币对或打开一个新的图表,以便进一步分析。警报级别可以通过用户输入来改变,可以选择3个敏感度级别
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
目前八折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个仪表板软件适用于28种货币对。它基于我们的两个主要指标(高级货币强度28和高级货币冲动)。它对整个外汇市场提供了一个伟大的概述。它显示高级货币强度值,货币运动速度和28个外汇对在所有(9)时间段的信号。想象一下,当你可以使用图表上的单一指标观察整个市场,以确定趋势和或剥头皮的机会时,你的交易将得到改善 我们已经在这个指标中建立了一些功能,使你更容易识别强势和弱势货币,同时识别和确认潜在的交易。该指标以图形方式显示货币的强势或弱势是增加还是减少,以及它在所有时间段的表现。 增加的新功能是动态市场斐波那契水平,它适应当前的市场条件变化,这是一个已经在我们的高级货币强度28和高级货币冲动指标中使用的成熟的加分项。 在交易时,总是将弱势货币和强势货币配对,这个新指标将帮助你做到这一点。 用户手册:点击这里  https://www.mql5.com/en/blogs/post/708783 特点  显示每个时间段的ACS28和GAP-speed(冲动)的货币强度值。 列:颜色代码以7种颜色
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   - 用于快速扫描和识别跨多个时间
Backtesting Simulator MT4
Diego Arribas Lopez
3.5 (2)
[ MT5 Version ] Backtesting Simulator Are you tired of spending months on demo or live accounts to test your trading strategies? The Backtesting Simulator is the ultimate tool designed to elevate your backtesting experience to new heights. Utilizing Metatrader historical symbol information, it offers an unparalleled simulation of real market conditions. Take control of your testing speed, test ideas quickly or at a slower pace, and witness remarkable improvements in your testing performance. For
PipFinite Trend PRO
Karlo Wilson Vendiola
4.9 (2777)
Breakthrough Solution For Trend Trading And Filtering With All Important Features Built Inside One Tool! Trend PRO's smart algorithm detects the trend, filters out market noise and gives entry signals with exit levels. The new features with enhanced rules for statistical calculation improved the overall performance of this indicator. Important Information Revealed Maximize the potential of Trend Pro, please visit www.mql5.com/en/blogs/post/713938 The Powerful Expert Advisor Version Automa
Bands Sniper
Abdulkarim Karazon
5 (1)
目前价格仅限10本,之后价格为90美元 基于包络线和带有箭头的 tma,波段狙击指标是一种多用途指标,因为它显示动态支撑和阻力,还提供买入和卖出箭头等入场信号。 默认设置基于 1 小时时间范围,购买后请联系以获取完整指南。 参赛规则: 买入:1.蜡烛收盘价低于两条频带          2.蜡烛收盘价回到 2 个带内,带有 2 个向上箭头(金色箭头和橙色箭头) 卖出 : 1.蜡烛收于两条带之上          2.蜡烛收盘价回到 2 个带内,带有 2 个向下箭头(金色箭头和橙色箭头) TP 1 : 中带线 TP 2 :相反波段 SL 箭头下方的几个点 建议的时间范围是:15M 及以上 =====================================================
Currency Strength Exotics
Bernhard Schweigert
4.88 (33)
目前8折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个指标是专门用来显示任何符号的货币强度,如异国货币对、商品、指数或期货。它是同类产品中的第一个,任何符号都可以添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度。这是一个独特的、高质量的、负担得起的交易工具,因为我们已经纳入了一些专有的功能和一个新的公式。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点? 用户手册:点击这里   https://www.mql5.com/en/blogs/post/708876 它适用于所有时间框架。你将很快能够看到TREND! 根据新的基础算法设计,它使识别和确认潜在交易变得更加容易。这是因为它以图形方式显示了8种主要货币和一种符号的强弱。 该指标显示了8种主要货币(澳元加元瑞士法郎欧元英镑日元新西兰美元)的强弱线,再加上一个符号! 该指标显示了符号的真实价值。例如:对于XAUUSD(黄金):价格以美元报价。如果黄金在上涨,你怎么能知道是黄金的强势还是美元的弱势?只有当黄金走强时,我们才会进行
Entry Points Pro
Yury Orlov
4.7 (225)
这是一款 MT4 的趋势指标,可提供准确的入场交易信号,且无重绘或延迟。 它可应用在任何金融资产:外汇、加密货币、贵金属、股票、指数。 最好的结果出现在 M15+ 的时间帧内。 指标的 MT5 版本 重要! 购买后请联系我,以便获取详细指南和奖励。 视频 (6:22) - 一个信号赢取的利润等于指标价格的三倍。 视频 (4:44) - 它如何在测试器中工作,我的提示和技巧。 视频 (1:44) - 有关它如何处理加密货币和指数的几句话。 大多数交易者在 Entry Points Pro 指标的帮助下,在第一个交易周内就改善了他们的交易结果。 Entry Points Pro 指标的益处 入场信号无重绘或延迟 如果信号出现,并得到确认(如果信号所在烛条已收盘),则它不会再消失;不像是重绘指标,它会导致重大的财产损失,因为它们可以在显示信号后再将其删除。 无差错开仓 指标算法可令您找到入场交易(买入或卖出资产)的理想时机,从而提高每位交易者的成功率。 Entry Points Pro 可操作任何资产 它允许您在 MT4 平台上交易任何经纪商提供的加密货币、股票、
SMCpro VIP MT4  Original Price  $630   ---  Currently Price 25% OFF ( for unlimited use )   BONUS  AUX VIP Club 2024 : Include  EA Airbag  and  Load Data History  to enhance the performance of this tool to its maximum potential  Click Here to Download Files   ( for users only )   Hello World! Introducing.. SMCpro VIP tool and Indicator for MetaTrader 4, designed to revolutionize your trading experience with the ICT Smart Money Concept. This system is meticulously crafted to empower trad
PZ Order Block
PZ TRADING SLU
订单块的个人实现,一种简单而有效的头寸交易策略。如果价格范围没有在与突破相反的方向被突破,则交易者应进入市场或在最后一个订单块的方向上寻找交易。为清楚起见,未绘制开放块。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 一个看涨的开盘是在一个新的市场低点之后的第一个看涨柱 看跌的开盘是在新的市场高点之后的第一个看跌柱 当打开的块被破坏时出现信号,成为订单块 当一个订单块被打破到相反的一侧时,它就变成了一个反转块 该指标实施各种警报 它不会重新粉刷或重新粉刷 输入参数 周期:创建新高或新低所需的柱线数量。较小的值会产生更多的信号。 最小 ATR 过滤器:订单块栏的最小主体尺寸,表示为 ATR 的乘数。 Max ATR Filter:订单块的最大主体尺寸,表示为 ATR 的乘数。 颜色:设置线条和箭头的颜色和大小。 警报:启用显示/电子邮件/推送/声音警报。 支持和问题 使用帮助台解决问题或及时获得支持。写一封电子邮件至:help@pointzero-trading.com。 作者 Arturo López Pérez,私人投资者和投
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
4.96 (26)
介绍     Quantum Breakout PRO   ,突破性的 MQL5 指标,正在改变您交易突破区域的方式!   Quantum Breakout PRO 由拥有超过 13 年交易经验的经验丰富的交易者团队开发,旨在通过其创新和动态的突破区域策略将您的交易之旅推向新的高度。 量子突破指标将为您提供带有 5 个利润目标区域的突破区域的信号箭头,以及基于突破框的止损建议。 它既适合新手交易者,也适合专业交易者。 量子 EA 通道:       点击这里 MT5版本:   点击这里 重要的!购买后请私信我领取安装手册。 建议: 时间范围:M15 货币对:GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD 账户类型:ECN、Raw 或 Razor,点差极低 经纪商时间:GMT +3 经纪商:IC Markets、Pepperstone with Raw 和 Razor 的点差最低 规格: 不重漆! 最多 5 个建议利润目标区域 建议止损水平 可定制的盒子。您可以设置自己的 Box Time Start 和 Box Time E
该仪表盘可根据您对所选符号的交易策略,以剥头皮和长期模式在图表上发现并显示供需区。此外,仪表盘的扫描模式可帮助您一目了然地检查所有需要的符号,不错过任何合适的仓位/ MT5 版本 免费指标: Basic Supply Demand 功能 允许您查看多个货币对的交易机会,为您提供所有货币对的清晰简明视图,并根据其与供需区的接近程度进行排序 可定制设置,从颜色到检测参数,满足您的特定需求 主要输入 Indicator mode : 选择指标模式或具有新功能的面板模式 Symbols : 从 "28 种主要货币对 "或 "选定符号 "中进行选择 Selected Symbols : 您希望监控的符号,用逗号分隔("EURUSD,GBPUSD,XAUUSD")。如果您的经纪商对货币对有后缀或前缀,您必须在以下两个参数中添加(货币对前缀或货币对后缀) Trading Style : 选择剥头皮或长期模式 Allowed Deviation : 该参数允许修改需求或供应区域的精确度(数值越小,精确度越高) Zone   thickness : 通过该参数可以修改需求和供应
Best Currency Strength Indicator
Tumelo Patrick Rakotsoane
4.6 (47)
Advanced Currency Strength Indicator The Advanced Divergence Currency Strength Indicator. Not only it breaks down all 28 forex currency pairs and calculates the strength of individual currencies across all timeframes , but, You'll be analyzing the WHOLE forex market in 1 window (In just 1 minute) . This indicator is very powerful because it reveals the true movements of the market.  It is highly recommended to  analyze charts knowing the performance of individual currencies or the countries ec
EZT Trend
Tibor Rituper
4 (1)
EZT 趋势指标将向您显示趋势、回调和入场机会。 提供可选的过滤和所有类型的警报。 添加电子邮件和推送通知警报。 我们还在开发基于该指标的 EA,即将推出。 它是一个多功能指标,由两个颜色直方图和一条线组成。 它是趋势方向和强度的直观表示,您也可以在线上或直方图上多次发现背离。 该指标与自动参数设置配合良好。 这些是针对给定时间范围预先确定的,我们建议使用具有该设置的指标。 在手动模式下,您可以设置自己的参数。 这是一个多时间框架 (mtf) 指标。 该指标与我们的其他指标(例如 MTF rsi 或 MTF cci 或 MACD pro)组合起来效果很好。 交易工具的波动性越大,您寻找最佳入场机会的时间范围就越小。 始终考虑更高的时间范围方向! 为此,您应该使用更多指标实例。 输入 参数模式:可选择“手动参数”或预设的“自动参数”。 自动参数处于多时间范围模式。 示例:当您设置自动 H1 参数时:您可以看到从 H1 时间范围一直到 1 分钟的相同显示。 在此设置中,指标不会在更高的时间范围(例如 H4 或更大)上显示。 手动时间范围:当在第一个菜单中选
作者的更多信息
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.
Pulser
Vasja Vrunc
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”
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
版本 2.5 2017.02.09
1. Error correction: "Changing timeframes in Indicator Visualization Tab".
版本 2.4 2017.01.17
Program speed improvements ...