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

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
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
Unveiling: The Austin Bat Indicator Redefining Precision: Where Tradition Meets Innovation in Forex Trading Rising Above the Rest: Moving averages have long served as the cornerstone for forex traders worldwide. Yet, in the constantly evolving market landscape, isn't it time for an upgrade? Introducing the Austin Bat Indicator – where traditional moving average insights meet state-of-the-art refinements for unmatched precision. The algorithm used tries to stay in the trend for as long as possi
该产品的买家也购买
TPSpro RFI Levels
Roman Podpora
4.85 (20)
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 Currency Strength28 Indicator
Bernhard Schweigert
4.91 (665)
目前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
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 (11)
通过 mql5 和 Telegram 上 的晨间简报获取每日市场更新,包括详细信息和屏幕截图 ! FX Power MT4 NG 是我们长期以来非常受欢迎的货币强度计算器 FX Power 的下一代产品。 这款下一代强度计算器能提供什么?您所喜爱的原版 FX Power 的所有功能 附加功能 黄金/XAU 强度分析 更精确的计算结果 可单独配置的分析周期 可自定义计算限制,以获得更好的性能 为希望查看更多信息的用户提供特殊的多实例设置 无尽的图形设置,可在每个图表中设置您最喜欢的颜色 无数的通知选项,让您再也不会错过任何重要信息 采用 Windows 11 和 macOS 风格的全新圆角设计 神奇的移动指标面板 FX Power 主要功能 所有主要货币的完整强势历史 所有时间框架内的货币强弱历史 所有经纪商和图表的计算结果完全相同 100% 可靠的实时计算 -> 无重绘 可通过下拉列表选择分析时段 通过自定义模式单独配置分析时段 可在一个图表中使用多个实例 可移动 FX Power 显示屏(通过拖放) 适用于高分辨率 QHD、UHD 和 4K 显示器 自动终端配置 针对平板电脑
目前八折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个仪表板软件适用于28种货币对。它基于我们的两个主要指标(高级货币强度28和高级货币冲动)。它对整个外汇市场提供了一个伟大的概述。它显示高级货币强度值,货币运动速度和28个外汇对在所有(9)时间段的信号。想象一下,当你可以使用图表上的单一指标观察整个市场,以确定趋势和或剥头皮的机会时,你的交易将得到改善 我们已经在这个指标中建立了一些功能,使你更容易识别强势和弱势货币,同时识别和确认潜在的交易。该指标以图形方式显示货币的强势或弱势是增加还是减少,以及它在所有时间段的表现。 增加的新功能是动态市场斐波那契水平,它适应当前的市场条件变化,这是一个已经在我们的高级货币强度28和高级货币冲动指标中使用的成熟的加分项。 在交易时,总是将弱势货币和强势货币配对,这个新指标将帮助你做到这一点。 用户手册:点击这里  https://www.mql5.com/en/blogs/post/708783 特点  显示每个时间段的ACS28和GAP-speed(冲动)的货币强度值。 列:颜色代码以7种颜色
Enigmera
Ivan Stefanov
5 (3)
ENIGMERA:市场核心 https://www.enigmera.com 简介 该指标和交易系统是金融市场的一种非凡方法。ENIGMERA 利用分形周期精确计算支撑位和阻力位。它能显示真实的累积阶段,并给出方向和目标。 该系统无论在趋势中还是在修正中都能发挥作用。 它是如何运行的? ENIGMERA 由三条线组成:支撑/阻力线、目标线和偏离线。与一般市场指标将过去的数据推断为现在和未来的情况不同,该系统能提供当前的完整情况。如果你处于支撑位,这意味着真正的支撑;如果你处于阻力位,这意味着真正的阻力。如果突破某一水平,则表示趋势发生变化。没有重绘。 由于市场在不断变化,ENIGMERA 不断调整其评估工具,定期修改策略。  这保证了每种情况都能得到全面评估。这一市场指标的独特性显而易见,其能力不言而喻。  ENIGMERA 为金融分析师和咨询师提供服务,他们需要可靠的见解与客户分享,也为投资者提供服务,他们需要最精确和最可靠的保证。 该系统能够达到最佳精度,使交易者能够自信、清晰地评估他们的选择。 ENIGMERA 将 20 年的交易专长和知识整合到一个综合软件
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
Please send me Direct message on MQL5 CHAT after purchasing the Indicator for Training and Installation Support There are some additional files that is important to use with the Indicator . So be sure to contact me after purchasing the Indicator So that I can add you for training and support . If you find any difficulty with installation then send me Direct message here So that I can connect with you via Anydesk or Teamview for the product installation. " Smart Order Block Indicator " to find
FX Volume
Daniel Stein
4.6 (35)
通过 mql5 和 Telegram 上 的 " 晨间简报 "获取每日市场更新,包括详细信息和屏幕截图 ! 外汇交易量(FX Volume)是第一个也是唯一一个从经纪商角度真正洞察市场情绪的交易量指标。 直接在您的图表上看到这些信息是真正改变游戏规则和突破性的交易解决方案。 受益于独特的市场数据洞察,如 比率(Ratios )显示货币多头和空头头寸的比率(百分比 比率变化 显示所选时间段内的多头比率及其百分比变化 总交易量 显示货币的总交易量(多头和空头),以手为单位 多头 交易量显示货币所有多头头寸的交易量 空头 交易量显示所有货币空头头寸的交易量 净多头 显示净多头交易量,即所有多头头寸减去所有空头头寸(以手为单位)。 净多头百分比 显示货币净多头交易量的变化 请阅读我们的基本教程 -> "如何使用外汇交易量进行交易 " 获取更多信息,如常见问题、交易技巧和教程视频,请访问我们的 外汇交易量公共信息频道 请 安装并运行 SI Connect 以建立与我们数据中心的持续连接 背景信息 我们都知道,外汇是一个分散的市场。这就是为什么我们必须打破常规思维,开发一个独
Advanced Supply Demand
Bernhard Schweigert
4.92 (313)
现在优惠 33%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供
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   - 用于快速扫描和识别跨多个时间
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
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,
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水平被用作警报触发器,将适应市场活动。如果冲动击中黄色触发线,你将收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只需点击警报按钮,就可以
Gold Channel XAUUSD
Paulo Rocha
5 (2)
Gold Channel is a volatility-based indicator, developed with a specific timing algorithm for the XAUUSD pair, 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 theory of the channel 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 is a tra
Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
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(黄金):价格以美元报价。如果黄金在上涨,你怎么能知道是黄金的强势还是美元的弱势?只有当黄金走强时,我们才会进行
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
Advanced Currency IMPULSE with ALERT
Bernhard Schweigert
4.91 (495)
目前31%的折扣!! 对任何新手或专家交易者来说都是最好的解决方案! 这个指标是一个独特的、高质量的、负担得起的交易工具,因为我们已经纳入了一些专有的功能和一个秘密的公式。只需一张图表,它就能给出所有28种货币对的警报。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点 建立在新的基础算法上,它使识别和确认潜在交易变得更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 货币动量的垂直线和箭头将指导你的交易! 动态的市场斐波那契23水平被用作警报触发器,将适应市场活动。如果冲动触及黄色触发线,您将在MetaTrader或您的电子邮件或推送警报中收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只要点击警报按钮,就可以切换到该货币对或打开一个新的图表,以便进一步分析。警报级别可以通过用户输入来改变,可以选择3个敏感度级别
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
SNR LEVEL INDICATOR Accurate Snr level indicator will only display Fresh Levels that are close to the Current Market Price. This indicator is very accurate in mapping Support & resistance levels. there is an alert feature when the price TOUCHES the SNR LEVEL, WHEN CLOSE CANDLE BREAK/REJECT SNR LEVEL. INDICATOR MARKING :: - SUPPORT LEVEL == V SHAPE - RESISTANCE LEVEL == APEX LEVEL - GAP RESISTANCE & GAP SUPPORT == OPEN CLOSE CANDLE - SUPPORT BECAME RESISTANCE & RESISTANCE BECAME SUPPORT INDIC
Automated Trendlines
Georgios Kalomoiropoulos
5 (17)
趋势线是外汇交易中最重要的技术分析工具。不幸的是,大多数交易者没有正确绘制它们。自动趋势线指标是专业交易者的专业工具,可帮助您可视化市场的趋势运动。 有两种类型的趋势线看涨趋势线和看跌趋势线。 在上升趋势中,外汇趋势线是通过价格变动的最低摆动点绘制的。 连接至少两个“最低点”将创建一条趋势线。 在下跌趋势中,趋势线是通过价格走势的最高摆动点绘制的。 连接至少两个“最高点”将创建一条趋势线。 趋势线何时突破? 当看跌蜡烛收于看涨​​趋势线下方并且蜡烛的高点在趋势线上方时,看涨趋势线会被打破。 当看涨蜡烛收于看跌趋势线上方并且蜡烛的低点低于趋势线时,看跌趋势线会被打破。 趋势线何时删除? 当一根完整的蜡烛在看涨趋势线下方形成时,看涨趋势线将被删除。 当完整的蜡烛在看跌趋势线上方形成时,看跌趋势线将被删除。 您可以从输入参数更改看涨和看跌趋势线的颜色和宽度。
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
"The Squeeze indicator attempts to identify periods of consolidation in a market. In general the market is either in a period of quiet consolidation or vertical price discovery. By identifying these calm periods, we have a better opportunity of getting into trades with the potential for larger moves. Once a market enters into a "squeeze," we watch the overall market momentum to help forecast the market direction and await a release of market energy." Modified TTM Squeeze Indicator is a modifica
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 平台上交易任何经纪商提供的加密货币、股票、
Currency Strength Matrix
Raymond Gilmour
4.64 (25)
THE ONLY CURRENCY STRENGTH INDICATOR THAT IS BASED ON PRICE ACTION. DESIGNED FOR TREND, MOMENTUM & REVERSAL TRADERS This indicator  reads price action to confirm trend and strength . Advanced multi-currency and multi-time frame indicator that shows you simply by looking at one chart, every currency pair that is trending and the strongest and weakest currencies driving those trends. For full details on how to use this indicator, and also how to get a FREE chart tool, please see user manual HER
ON Trade Optuma Astro
Abdullah Alrai
5 (4)
当然可以!以下是您提供的文本的中文翻译: 引入 MT4 天文指标:您的终极天体交易伙伴 您准备好将交易体验提升到天文高度了吗?不用再寻找,就在我们的革命性 MT4 天文指标中。这个创新工具超越了传统的交易指标,利用复杂的算法提供无与伦比的天文洞察力和精确计算。 指尖上的宇宙信息: 瞻仰一个详尽的面板,展示了一宝藏般的天文数据。了解行星的地理/太阳心坐标,太阳/地球距离,亮度,伸长度,星座,黄道和赤道坐标,甚至是水平坐标——每个细节都经过精心计算并呈现得美轮美奂。指标生成的垂直线对应于时间值,为您的交易旅程提供了宇宙的视角。 行星线条与关系: 在您的图表上欣赏行星线条的魔力,具有可自定义的比例和角度。通过直观的控制面板轻松切换每个行星线条的可见性。通过连结、六分、四分、三分、对冲和逆行等指标,发现行星关系的艺术。在您选择的时间范围内探索这些宇宙构造,使您能够识别重要的交易机会。 揭示甘恩的智慧: 通过受甘恩启发的平方垂直线揭示潜在的反转时机。这种创新修改将甘恩历经考验的原则带入现实,帮助您提前了解市场的转向和趋势。 月亮引导: 在您的图表上优雅地导航月相,因为新月和满月点缀其间。月亮周期
This indicator scans for you up to 30 trading instruments and up to 8 timeframes for occurrences of the high probability reversal patterns: Double Tops/Bottoms with fake breakouts . Please read also the blog post " Professional Trading With Double Tops/Bottoms And Divergences! " which explains the concepts behind the ULTIMATE Double Top/Bottom indicator and how you can use a professional top-down approach. You can get alerts via MetaTrader 4, email and push notifications at the moment when a sig
作者的更多信息
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