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

Ti

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 the Chart or Visual Tester.
Here you can test/set your settings back in history with “slider” up to 32767 bars.
On Tester (only) you can exit "Slider mode" by pressing the <Esc> key.
2. Expert mode
Turns on when starting the indicator with "iCustom" function.
Please watch “testing” in HD … https://youtu.be/2xBrWVlFaWE
This indicator is designed primarily for professional use and is very useful where precise criteria is required for the most likely outcome.

For programmers

You can include in EAs:

enum ch_type
{
   POLY  =0,  /*POLY*/
   MA    =1,  /*MA*/
};
enum ch_mode
{
   TR_OFF_CH_ON   =0,   /*TR_OFF CH_ON*/
   TR_ON_CH_ON    =1,   /*TR_ON  CH_ON*/
   TR_ON_CH_OFF   =2,   /*TR_ON  CH_OFF*/
};
enum ch_out
{
   MIDDLE_STOP =0,   /*MIDDLE_STOP*/
   IN_STOP_1   =1,   /*IN_STOP_1*/
   IN_STOP_2   =2,   /*IN_STOP_2*/
   IN_STOP_3   =3,   /*IN_STOP_3*/
   OUT_STOP_1  =4,   /*OUT_STOP_1*/
   OUT_STOP_2  =5,   /*OUT_STOP_2*/
   OUT_STOP_3  =6,   /*OUT_STOP_3*/
};

The known command to retrieve output index value is for MQL4:

double Ti=iCustom(NULL,TF_,"Ti",MODE_,TYPE_,TR_,CH_,bars_,EQCH_,AC_,coef_,ex_,MTD_,st_,sm_,vf_,lam_,0,11,0);
if(Ti==1) buyTI_=true;
if(Ti==2) sellTI_=true;
if(Ti==3) {buyTI_=true; sellTI_=true;}

where:

0 = last bar (int) - last bar for calculation

11 = output index (double) - 1=buy,2=sell,3=buy&&sell,4=!buy&&!sell
0 = buffer shift (int) - if you use buffer [11] must always be [0] because of fix output index
All buffers:
0=Upper_Trend, 1=Lower_Trend, 2=Middle_Trend, 3=Middle_Trend_1, 4=Middle_Trend_2, 5=Zig_Zag, 6=Upper_Channel, 7=Lower_Channel, 8=Middle_Channel,
9=Middle_Channel_1, 10=Middle_Channel_2, 11=Indicator_Output

Ti input parameters settings

The order from left to right is: name, [default value], min-max value.

  • Channel_mode [TR_OFF CH_ON] - here you can select desired combination with trend lines
  • Channel_type [POLY] - type of channel (polynomial or moving average)
  • *Trend_logic [OUT_STOP_3] - trend output logic
  • *Channel_logic [OUT_STOP_1] - channel output logic
  • Channel_bars [200] 4-6000 - channel bars when Auto_calc=[false]
  • Equidistant [false] - switch on/off Equidistant Channel (true=off)
  • Auto_calc [true] - switch on/off automatic calculation of channel bars
  • Oscillator_coeff (xOscAVG) [4.0] 0.0-40.0 - oscillator coefficient (x average chart oscillation - 1x OscAVG~1x spread in points)
  • Polynomial_ex [1] 0-10 - polynomial exponent
  • MA_method [T3_Hull] - moving average method (ma method)
  • MA_step [8] 0-100 - ma step
  • MA_smooth [0] 0-100 - ma smoothness
  • MA_v_factor [0.0] 0.0-50.0 - ma volume factor
  • MA_lambda [0.0] 0.0-100.0 - ma lambda
  • LastBar [0] 0-6000 - last bar for calculation (0 is current)
  • PastBars [1000] 100-6000 - bars for calculation in the past (to the left)

*Output Trend/Channel logic description

middle_zone=(Middle_Trend_1/Middle_Channel_1) to (Middle_Trend_2/Middle_Channel_2)
out_zone_1=(Upper_Trend/Upper_Channel) to (Middle_Trend_2/Middle_Channel_2)
out_zone_2=(Lower_Trend/Lower_Channel) to (Middle_Trend_1/Middle_Channel_1)
  • MIDDLE_STOP - above the (Middle_Trend/Middle_Channel) line - SELL, below the (Middle_Trend/Middle_Channel) line - BUY
  • IN_STOP_1,2,3 - in middle_zone STOP trading, above the middle_zone - SELL, below the middle_zone - BUY
  • OUT_STOP_1,2,3 - in out_zone_1 allow BUY and SELL, below the out_zone_1 - BUY in out_zone_2 allow BUY and SELL, above the out_zone_2 - SELL

Additional information

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

推荐产品
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
Candle Average
Mahmoud Helmy Sedik Mohamed Mansour
Candlestick patterns have little value without the right   price action   context. If you’ve been studying candlestick formations, you must have heard this principle many times over. You cannot trade patterns in a vacuum. But what do we mean by   context ? It is an overall technical assessment that encompasses: The market’s trend Support and resistance structure Recent price formations Volatility It seems intimidating at first, but a simple trading indicator can help us out here - the   moving a
Instantaneous cycle identifier
Mahmoud Helmy Sedik Mohamed Mansour
This is first public release of detector code entitled "Enhanced Instantaneous Cycle Period" for PSv4.0 I built many months ago. Be forewarned, this is not an indicator, this is a detector to be used by ADVANCED developers to build futuristic indicators in Pine. The origins of this script come from a document by   Dr   . John   Ehlers   entitled "SIGNAL ANALYSIS CONCEPTS". You may find this using the NSA's reverse search engine "goggles", as I call it. John Ehlers' MESA used this measurement to
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
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
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个点的形成区域(所谓的甜区,以黄色显示)。
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
Diamond Pattern
Ugur Oezcan
5 (1)
The diamond top and bottom are reversal patterns. It represents a rally to a new high with a drop to a support level followed by a rally to make a new high and a quick decline, breaking the support level to make a higher low. The bounce from the higher low is then followed by a rally, but making a lower high instead. Once this behavior is identified, prices then break the trend line connecting the first and second lows and start to decline further. You can find MT5 version hier Indicator shows
Bigger chart labels would allow the user to be entirely aware of which chart he/she is on. Each chart window is unique, containing different patterns and economic motives so acknowledging the chart window would be absolutely essential! There are well known Economic Time Zones included in clear view, by choice!    Simple does it! Use your computing mouse scroller, clicking with the right finger on the label, in order to customize the label properties. From there, choose your preferred color, fon
FREE
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
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
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
Reanimator was made not like an ExpertAdvisor which make deals for taking Big Profit or something like that. His target is - to try to go back from big looses using the formula for Lot calculation. This formula based on our Drawndawn and Target-Price to get Breakeven. Sometime we have situation where we have big drawdawn and the price should go, for example, up. And we are sure, the price will move 100 points higher. For example: "Oh! The price will reach the Target 100 points, for sure!". I
Before
Nadiya Mirosh
The Before indicator predicts the most likely short-term price movement based on complex mathematical calculations. Most of the standard indicators commonly used in trading strategies are based on fairly simple calculations. This does not mean that there were no outstanding mathematicians in the world at the time of their creation. It is just that computers did not yet exist in those days, or their power was not enough for the sequential implementation of complex mathematical operations. Nowa
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.
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.
Owl smart levels
Sergey Ermolov
4.63 (54)
MT5版本  |  FAQ Owl Smart Levels Indicator   是一個完整的交易系統,包含   Bill Williams   的高級分形、構建正確的市場波浪結構的 Valable ZigZag 以及標記準確入場水平的斐波那契水平等流行的市場分析工具 進入市場和地方獲利。 策略的详细说明 指示灯使用说明 顾问-贸易猫头鹰助手助理 私人用户聊天 ->购买后写信给我,我会将您添加到私人聊天中,您可以在那里下载所有奖金 力量在於簡單! Owl Smart Levels   交易系統非常易於使用,因此適合專業人士和剛開始研究市場並為自己選擇交易策略的人。 策略和指標中沒有隱藏的秘密公式和計算方法,所有策略指標都是公開的。 Owl Smart Levels 允許您快速查看進入交易的信號,突出顯示下訂單的水平並向您發送有關已出現信號的通知。 優點很明顯: 清楚地顯示主要和更高時間框架的趨勢方向。 指示儀器信號的出現。 標記開單、止損設置和固定利潤的水平。 沒有多餘的,只有必要的結構! ZigZag   表示全球趨勢的方向,因此也表示貿易方向。 市場反轉點的短線清楚地表明在
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
TradingDesk
Christian Weilinger
4 (1)
TradingDesk – Performance Analyse MT4 To test the indicator download free Demo version here: https://www.mql5.com/en/market/product/40471 TradingDesk analysed MetaTrader 4 historical data by Symbol, Magic Number, Trade or Comment. All these evaluations will be displayed in real time on your MetaTrader 4 chart window. All this information will be displayed in the following dashboards: account info General information about the account is displayed in the account info dashboard. performance
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
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
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
Volume Mag
Wiktor Keller
Volume mag indicator is another indicator that is used to calculate entry points tick volume. The indicator rarely gives a signal, but this can be said to be its advantage. The indicator's signals are not redrawn and do not lag, but are issued after the close of the current candle. The indicator does not overload the terminal and calculates entry points within the BarsCount value, which is set in the menu, by default 500 bar.
For this set of indicators 1. General information     - Calculates with high performance mathematical algorithms.     - Calculated from the price of candles     - The entry point of this order is filtered by the train EMA and the oscillator.     - Calculate the integrity of the candle 2. How does it work?     - You can see two types of order entry points: the notification on the monitor and the arrow.     - You can trust 75-95 percent of this entry point. 3. Settings     - Retracement is re
Laguerre SuperTrend Clouds adds an Adaptive Laguerre averaging algorithm and alerts to the widely popular SuperTrend indicator. As the name suggests, Laguerre SuperTrend Clouds (LSC) is a trending indicator which works best in trendy (not choppy) markets. The SuperTrend is an extremely popular indicator for intraday and daily trading, and can be used on any timeframe. Incorporating Laguerre's equation to this can facilitate more robust trend detection and smoother filters. The LSC uses the impro
用於自動訂單和風險管理的實用程序。讓您從利潤中獲得最大收益並限制您的損失。由執業交易員為交易員創建。該實用程序易於使用,適用於交易者手動打開的任何市場訂單或在顧問的幫助下。可以按幻數過濾交易。該實用程序可以同時處理任意數量的訂單。 具有以下功能: 1. 設置止損和止盈水平; 2. 通過追踪止損位平倉; 3. 設定盈虧平衡水平。 該實用程序可以: 1. 分別處理每個訂單(為每個訂單單獨設置級別) 2. 處理一籃子單向訂單(所有訂單的水平設置相同,買入和賣出分開) 3. 處理一籃子多向訂單(所有訂單的級別都設置為通用的,BUY 和 SELL 一起) 選項: STOPLOSS - 如果不使用 =-1,則以點為單位止損; TAKEPROFIT - 以點為單位獲利,不與 -1 一起使用; TRAILING_STOP - 價格變動的點數,如果不使用 =-1; TRAILING_STEP - 每一步利潤將增加的點數; BREAKEVEN_STOP - 將訂單轉移到盈虧平衡點的點數,如果不使用 =-1; BREAKEVEN_ST
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
该指标自动计算并绘制斐波那契支撑位和阻力位 - 最有效的市场分析工具之一。 计算使用所选期间和时间范围的平均价格数据。此期间的最小值和最大值被视为运动的开始和结束。 斐波那契水平让您可以看到潜在的参考点,围绕这些点价格走势可以放缓或逆转,也就是说,它们用于预测进一步的走势,以及设置止损和限价单。 参数: PartsShow - 从当前柱状图显示的历史级别数 CalcPeriod - 价格平均周期 SmoothingMethod - 价格平均法(26 个选项) TF - 用于计算的时间范围 LevelColor - 水平线的颜色 ZeroLevelColor - 零级颜色 ShowVerticalLine - 启用/禁用水平之间的垂直线的显示 VLineStyle - 垂直线的样式 VLineColor - 垂直线的颜色 ShowInfo - 启用以标签形式显示有关级别百分比值的信息,否则以对象描述的形式显示 InfoFontSize - 信息字体大小 InfoColor - 信息字符串的颜色 FiboLevels - 显示水平的百分比值
EZT Trade History This is a great tool to analyze past trades or follow current ongoing trades, especially when you using an EA to manage your transactions. You will see the exact candle where the trade was opened and closed. Collapsible floating panel on the chart, free to move anywhere with your mouse. When you using multiple EA’s with different magic numbers, you have 5 options to separate those trades, so you will know which EA opened specific transactions. You can set the day limits how fa
该产品的买家也购买
Advanced Currency Strength28 Indicator
Bernhard Schweigert
4.9 (663)
目前26%的折扣 任何新手或专家交易者的最佳解决方案! 这个指标是一个独特的、高质量的、可负担得起的交易工具,因为我们纳入了一些专有的功能和一个新的公式。只需一个图表,你就可以读出28个外汇对的货币强度!想象一下,你的交易将如何得到改善,因为你的交易是在你的手中进行的。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点? 用户手册:点击这里  https://www.mql5.com/en/blogs/post/697384 这是第一本,原版的! 不要买一个毫无价值的崇拜者的克隆品。 特别的 子窗口中的箭头显示强劲的货币势头GAP将指导你的交易! 当基础货币或报价货币处于超卖/超买区域(外盘斐波那契水平)时,在个人图表的主窗口中出现警告信号。 当货币力量从外围区间回落时,回撤/反转警报。 十字星模式的特别警报 可选择多个时间框架,以快速查看趋势! 货币强度线在所有的时间框架中都非常平稳,当使用较高的时间框架来识别总体趋势,然后使用较短的时间框架来确定精确的入口时,效果非常好。你可以根据自己的意愿选择任何时间框架。每个时间框架都由其自身进
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
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 以建立与我们数据中心的持续连接 背景信息 我们都知道,外汇是一个分散的市场。这就是为什么我们必须打破常规思维,开发一个独
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   - 用于快速扫描和识别跨多个时间
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点(最高点和最低点之间)。如果范围较小,我们将得到很少的点数,甚至可能遇到
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
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: 调整模式的最大迭代次数(如果该值越小,则模式越少,性能越快;如果该值越大,则模式越多,性能越慢)。事实上,它的工作原理如下:如
Volume by Price MT4
Brian Collard
4.71 (14)
The Volume by Price Indicator for MetaTrader 4 features Volume Profile and Market Profile TPO (Time Price Opportunity). Volume and TPO histogram bar and line charts. Volume Footprint charts. TPO letter and block marker collapsed and split structure charts. Session filtering and grouping. Static, dynamic and flexible range segmentation and compositing methods with relative and absolute visualizations. Graphical layering, positioning and styling options to suit the user's analytic and aesthetic n
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
Up down v6T
Guner Koca
5 (1)
Thise indicator is up down v6  comes with tradingwiev pinescript. purchased people, after installed on terminal ,contact me on mql5  to get BONUS  TradingView pinescript. up-down indicator is no repaint and works all pairs and lower than weekly time frames charts. it is suitable also 1 m charts for all pairs. and hold long way to signal. dont gives too many signals. when red histogram cross trigger line that is up signal.and price probably will down when blue histogram cross trigger line that
MTF Supply Demand Zones
Georgios Kalomoiropoulos
4.83 (23)
下一代自动化供需区。适用于任何图表的创新算法。所有区域都是根据市场的价格行为动态创建的。 两种类型的警报 --> 1) 当价格触及区域时 2) 当新区域形成时 你不会再得到一个无用的指标。您将获得一个完整的交易策略和经过验证的结果。     新的功能:     价格触及供需区时发出警报     创建新的供应/需求区时发出警报     推送通知警报     以点为单位的区域宽度标签     关于 MTF 的又一个时间表。因此,现在您将能够看到高于当前 3 个时间帧,而不是高于当前 2 个时间帧     启用/禁用警报/区域/MTF 功能的按钮 您获得的优势:     消除交易中的情绪。     客观化您的交易条目。     通过高概率设置提高您的利润。     节省绘图区域的时间。     像专业人士一样交易金融市场。     任何市场的即时多时间框架分析。 你在图表上看到了什么?     蓝色和红色矩形是当前时间范围的供需区。     虚线
Quantum Heiken Ashi PRO MT4
Bogdan Ion Puscasu
4.43 (7)
介绍     Quantum Heiken Ashi PRO 图表 Heiken Ashi 蜡烛旨在提供对市场趋势的清晰洞察,以其过滤噪音和消除虚假信号的能力而闻名。告别令人困惑的价格波动,迎接更流畅、更可靠的图表表示。 Quantum Heiken Ashi PRO 的真正独特之处在于其创新公式,它将传统烛台数据转换为易于阅读的彩色条。红色和绿色条分别优雅地突出了看跌和看涨趋势,让您能够以非凡的精度发现潜在的进入和退出点。 量子 EA 通道:       点击这里 MT5版本:       点击这里 这一卓越的指标具有以下几个关键优势: 增强清晰度:通过平滑价格波动,Heiken Ashi 金条可以更清晰地反映市场趋势,使您更容易识别有利的交易机会。 减少噪音:告别经常导致错误信号的不稳定价格变动。 Quantum Heiken Ashi 指标可过滤噪音,使您能够做出更明智的交易决策 无缝集成:Heiken Ashi 指标专为 MetaTrader 开发,可无缝集成到您的交易平台中。它用户友好、高度可定制,并且与您的其他交易指标和过滤器兼容 无论您是寻求新优势的经验
GOLD Impulse with Alert
Bernhard Schweigert
4.56 (9)
这个指标是我们2个产品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics 的一个超级组合。 它适用于所有时间框架,并以图形方式显示8种主要货币和一种符号的强势或弱势冲动! 该指标专门用于显示任何符号的货币强度加速,如黄金、异国货币对、商品、指数或期货。这是它的第一个指标,任何符号都可以被添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度加速(冲动或速度)。 建立在新的基础算法上,它使识别和确认潜在的交易更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 动态市场斐波那契28水平被用作警报触发器,将适应市场活动。如果冲动击中黄色触发线,你将收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只需点击警报按钮,就可以
Automated Trendlines
Georgios Kalomoiropoulos
5 (17)
趋势线是外汇交易中最重要的技术分析工具。不幸的是,大多数交易者没有正确绘制它们。自动趋势线指标是专业交易者的专业工具,可帮助您可视化市场的趋势运动。 有两种类型的趋势线看涨趋势线和看跌趋势线。 在上升趋势中,外汇趋势线是通过价格变动的最低摆动点绘制的。 连接至少两个“最低点”将创建一条趋势线。 在下跌趋势中,趋势线是通过价格走势的最高摆动点绘制的。 连接至少两个“最高点”将创建一条趋势线。 趋势线何时突破? 当看跌蜡烛收于看涨​​趋势线下方并且蜡烛的高点在趋势线上方时,看涨趋势线会被打破。 当看涨蜡烛收于看跌趋势线上方并且蜡烛的低点低于趋势线时,看跌趋势线会被打破。 趋势线何时删除? 当一根完整的蜡烛在看涨趋势线下方形成时,看涨趋势线将被删除。 当完整的蜡烛在看跌趋势线上方形成时,看跌趋势线将被删除。 您可以从输入参数更改看涨和看跌趋势线的颜色和宽度。
Indicator : RealValueIndicator Description : RealValueIndicator is a powerful tool designed specifically for trading on the EURUSD pair. This indicator analyzes all EUR and USD pairs, calculates their real currency strength values, and displays them as a single realistic value to give you a head start on price. This indicator will tell you moves before they happen if you use it right. RealValueIndicator allows you to get a quick and accurate overview of the EURUSD currency pair tops and bottoms,
All in One Trade
Alexey Minkov
4.48 (27)
The All-in-One Trade Indicator (AOTI) determines daily targets for EURUSD, EURJPY, GBPUSD, USDCHF, EURGBP, EURCAD, EURAUD, AUDJPY, GBPAUD, GBPCAD, GBPCHF, GBPJPY, AUDUSD, and USDJPY. All other modules work with any trading instruments. The indicator includes various features, such as Double Channel trend direction, Price channel, MA Bands, Fibo levels, Climax Bar detection, and others. The AOTI indicator is based on several trading strategies, and created to simplify market analysis. All-in-One
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
PZ Trend Trading
PZ TRADING SLU
4.75 (4)
许多盈利交易者不仅知道如何识别市场趋势,而且也能把握趋势建立后的交易机会。 Pz 趋势交易 指标设计用来在趋势行情中尽可能的赚取利润。 已建立的趋势提供了一揽子交易机会,但大多数趋势交易指标完全忽视了它们,让交易者在趋势行情时完全不知道该如何做!一般趋势指标只通知有关的趋势变化,但根本不足以得到卓越的回报. Pz 趋势交易 指标比一般趋势指标显示多达 20 倍的交易 , 因为它注重所谓的市场时机。它不仅显示当前的市场趋势,也有回调,内柱线的突破和调整。它令您在趋势回调之后介入,安全的柱线内突破金字塔加仓,以及发现潜在的反转,和已知的调整。 趋势改变 一个趋势改变在市场方向变化时发生。趋势变化在图表上用带数字的彩色圆圈显示。蓝色 (1) 信号为上涨开始, 而红色 (1) 信号为下跌开始。趋势变化并非评估当前价格动作的结果, 它意味着交易设置是不定时地。如果您正确使用本指标, 在趋势变化时, 您将将已经入场 (参看下面的调整)。 回调 但凡趋势在运动中,行情上下抖动,盈利者收割利润,且其它参与者入场。趋势回调代表好的买入机会,通常是由主力获利离场导致。如果行情在回调后回归上行, 指
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
作者的更多信息
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
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
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.9 2020.05.30
1. compiled with the new compiler
2. faster performance
版本 2.8 2020.03.23
1. resolved compatibility issues
2. faster performance
版本 2.7 2017.04.27
1. Correcting Error (If Channel_bars>PastBars).
2. Some details improvements.
版本 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.02.02
1. Improvements in output logic
2. Improvements in auto calc