Pivot Lines MRC6

Info: marcobarbosabots


Pivot lines are an easy way to see market trend. The indicator provides the pivot line and three first support and Resistance lines.


Calculations used was:


Resistance 3 = High + 2*(Pivot - Low)

Resistance 2 = Pivot + (R1 - S1)

Resistance 1 = 2 * Pivot - Low

Pivot point = ( High + Close + Low )/3

Suport 1 = 2 * Pivot - High

Suport 2 = Pivot - (R1 - S1)

Suport 3 = Low - 2*(High - Pivot)


You can use the calculated values ​​on an EA too, just make sure the indicator is attached to your chart and use the following formula in your EA code:

  // --------------------------------------------------------------------//

  // Using Pivot Lines Indicator Calculations                            //

  //---------------------------------------------------------------------// 


  // Discovering the Indicator Handler


  int IndicatorHandler = iCustom(NULL,0,"pivot");


  // Creating the arrays


  double pivot[],r1[],r2[], r3[],s1[],s2[],s3[];


  // Copying data into arrays


  CopyBuffer(IndicatorHandler,3,0,3, r3);

  CopyBuffer(IndicatorHandler,2,0,3, r2);

  CopyBuffer(IndicatorHandler,1,0,3, r1);

  CopyBuffer(IndicatorHandler,0,0,3, pivot);

  CopyBuffer(IndicatorHandler,4,0,3, s1);

  CopyBuffer(IndicatorHandler,5,0,3, s2);

  CopyBuffer(IndicatorHandler,6,0,3, s3);


  // Printing the values


  Print("R3 value: ", r3[0]);

  Print("R2 value : ", r2[0]);

  Print("R1 value : ", r1[0]);

  Print("Pivot value : ", pivot[0]);

  Print("S1 value : ", s1[0]);

  Print("S2 value : ", s2[0]);

  Print("S3 value : ", s3[0]);


  // --------------------------------------------------------------------//

推荐产品
Pivot Point Fibo RSJ
JETINVEST
4.38 (21)
枢轴点斐波那契 RSJ 是一个指标,它使用斐波那契汇率追踪当天的支撑线和阻力线。 这个壮观的指标使用斐波那契汇率通过枢轴点创建多达 7 个支撑位和阻力位。 价格如何尊重该支撑和阻力的每个水平真是太棒了,在那里可以感知操作的可能进入/退出点。 特征 多达 7 个支撑位和 7 个阻力位 单独设置级别的颜色 输入 枢轴类型 Pivot Fibo RSJ1 = Fibo ratio 1 计算 Pivot Fibo RSJ2 = Fibo ratio 2 计算 Pivot Fibo RSJ3 = Fibo ratio 3 计算 Pivot Fibo Classic = 经典枢轴计算 最低枢轴级别 旋转 3 个级别 旋转 4 个级别 旋转 5 个级别 枢轴 6 个级别 旋转 7 个级别 如果您仍有疑问,请通过直接消息与我联系: https://www.mql5.com/zh/users/robsjunqueira/
FREE
Free automatic Fibonacci 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 appears 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 differe
FREE
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
FlatBreakout MT5
Aleksei Vorontsov
FlatBreakout MT5 (Free Version) Flat Range Detector and Breakout Panel for MT5 — GBPUSD Only FlatBreakout MT5   is the free version of the professional FlatBreakoutPro MT5 indicator, specially designed for flat (range) detection and breakout signals on the   GBPUSD   pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout MT5 and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of
FREE
KT Horizontal Lines MT5
KEENBASE SOFTWARE SOLUTIONS
在MetaTrader中,绘制多个   水平线   并跟踪各自的价格水平可能非常麻烦。该指标可自动在等间距位置绘制多个水平线,用于设置价格提醒、标记支撑和阻力位以及其他手动操作。 这个指标非常适合刚接触外汇交易的新手,帮助他们寻找买卖机会并实现快速获利。无论市场处于趋势中还是震荡状态,水平线都能帮助交易者识别潜在的进出场区域。 功能特点 可根据输入参数中的预设,瞬间绘制多个水平线。 使用鲜明的色彩主题,区分不同的水平线。 是追踪多个交易时段价格区间的必备工具。 当价格触及某条水平线时会自动发出提醒。 可设置提醒之间的间隔,避免重复提醒造成干扰。 支持完全自定义设置。 说明 该指标根据输入参数中的配置自动绘制水平线。观察价格在这些水平线附近的反应,可以帮助识别关键支撑/阻力位附近的潜在交易机会。 例如,在水平支撑位形成一根看涨Pin Bar,通常意味着价格可能会继续上涨,朝最近的阻力位移动。 若价格以一根看跌K线收盘于支撑位下方,则可能表明刚刚发生了一个下行突破。而在水平线上发生的假突破,则说明价格未能突破关键水平,可能即将反转方向。 一些价格反转形态(如Pin Bar或假突破)对于
-- 简单而有效。 反转指标 - 是什么? 一种结合超级趋势逻辑与指数曲线技术的趋势跟随叠加指标。它能识别趋势方向,在图表上绘制动态通道,并在趋势反转时发送实时警报。 工作原理 该指标通过ATR与超级趋势因子计算指数基准线。当价格收盘突破该基准线时,确认趋势反转。绿色箭头标记买入趋势启动,红色箭头标记卖出趋势启动。 功能特性: 基于ATR的指数趋势基准线与动态通道 绿色/红色趋势线及填充通道 趋势反转时的买入/卖出箭头信号 内置警报:弹窗、推送通知、邮件、声音 重复警报防护(每根K线仅触发一次警报) 完全可定制:颜色、线条粗细、箭头尺寸、通道宽度 无延迟的简洁图表叠加层 输入参数: 指数速率、超级趋势因子、ATR周期、通道宽度 开关控制:通道填充、箭头、各警报类型 所有视觉元素支持全色系定制 最佳适用场景:任意品种、任意周期。适用于外汇、指数、大宗商品及加密货币图表。
FREE
AUC Super Trends
Alfonso Urbano Cardenas
AUC - Super Trends   是一个基于价格行为,通过可视化线条显示市场方向的指标。 该指标使用价格跟踪系统标识多头和空头阶段之间的变化。线条会根据市场变化自动调整。 可用于外汇、指数、黄金等不同金融工具,以及多个时间周期。 ------------------------------------------------------------------ 功能 市场方向的可视化 识别价格走势变化 支持趋势分析 ----------------------------------------------------------------- 特点 多头和空头阶段的可视化表示 自动适应价格变化 易于阅读 支持多时间周期 适用于多种金融工具 说明 该指标仅作为市场分析的辅助工具,不替代风险管理或用户决策。
FREE
Cybertrade Keltner Channels
Emanuel Andriato
4.67 (6)
Cybertrade Keltner Channels - MT5 Created by Chester Keltner, this is a volatility indicator used by technical analysis. It is possible to follow the trend of financial asset prices and generate support and resistance patterns. In addition, envelopes are a way of tracking volatility in order to identify opportunities to buy and sell these assets. It works on periods longer than the period visible on the chart. All values ​​are available in the form of buffers to simplify possible automations.
FREE
前一版本指标的发展 ZigZag WaveSize MT4 ZigZag WaveSize - 修改后的标准锯齿指标,增加了波浪长度、水平和不同警报逻辑的信息 一般改进: 为MetaTrader 5适配代码 优化了图形对象的操作 新特性: 极值处的水平线 选择水平类型:水平线/射线/线段 液性水平滤波器(未被价格突破) 突破缓冲区:设置对错误突破的敏感度 标签设置和功能:数量、外观、删除旧标签 结构突破警报(BoS) 移动性质变化警报(ChoCH) 优化: 修正更新极值的逻辑 动态更新新对象 减少新柱出现时的负载 集中的标签系统 修复: 修复了数组越界问题 正确的标签定位 删除了重复的参数 将ZigZag WaveSize指标作为您交易系统的补充使用   也可以尝试我在市场上的其他产品  https://www.mql5.com/ru/users/capitalplus/seller 如果您喜欢该指标,请对其进行评分并留下评论,这对我来说非常重要! 祝您交易获利丰厚!
FREE
Here I present you this awesome indicator I made. This is a nique combination witch puts you in the same level as MM's. So you can surf a lot of waves and identify the rally time, breakouts, and the perfect time to get in the market. ---- The SSL Channel is a great all-rounder based on 2 Simple Moving Averages, one of recent Highs, one of recent Lows. The calculation prints a   channel   on the chart consisting of 2 lines. This strategy gives a Long signal when price closes above the top of thes
High Low Open Close
Alexandre Borela
4.98 (44)
如果你象这个项目一样,就有5个饥饿审查。 这项指标采用了既定价格的公开、高、低价和关闭价格 可以对特定时间区加以调整。 许多机构和专业人士都认为这些是重要的。 贸易商可以为你了解他们可能更进一步的地点, 积极。 现有期间为: 前一日。 前一星期。 曾任Month。 曾任。 前一年。 或: 目前日。 目前周。 目前 Month。 目前配额。 今年。
FREE
Bounce Zone MT5
Nguyen Thanh Cong
4.56 (9)
Introduction The Bounce Zone indicator is a cutting-edge non-repainting technical tool built to identify key areas on the price chart where market sentiment is likely to cause a significant price reversal. Using advanced algorithms and historical price data analysis, this indicator pinpoints potential bounce zones. Combined with other entry signal, this indicator can help forex traders place the best trades possible Signal A possible buy signal is generated when price is in the green zone an
FREE
Little useful tool - you manually select range on chart by dragging vertical blue lines and indicator shows support and resistance zones for this range and extends them outside of selected range.  Useful for: * Range trading * Range breakout * Range breakout & retest * Good entry during pullback in trend phase when previous high is retested * Good for scalping on short timeframes * Good for trades on longer timeframes around selected important zones like daily high or low
FREE
Best SAR MT5
Ashkan Hazegh Nikrou
4.33 (3)
描述 :  我们很高兴推出基于外汇市场 (PSAR) 中专业和流行指标之一的新免费指标 该指标是对原始抛物线 SAR 指标的新修改,在专业 SAR 指标中,您可以看到点和价格图表之间的交叉,这交叉不是信号,而是谈论运动结束的可能性,您可以从新的蓝点开始买入,并在第一个蓝点之前设置止损,最后您可以在点交叉价格图表时退出。 如何打开买入或卖出信号? 通过第一个蓝点打开买入交易并通过第一个红点打开卖出交易 正确的止损在哪里? 安全止损可以在第一个点上,(在第一个蓝点的买入情况下和在第一个红点的卖出情况下) 正确的止盈在哪里? 止盈可以根据止损距离和RR进行调整,所以我的建议是2 RR,是止损的2倍 如果我们盈利但仍未达到 tp,那么退出点在哪里? 第一个退出警报可以在点和价格图表之间交叉。 该指标何时释放警报? 一旦新的点出现在新的方向,指标就会释放警报 我们如何根据这个指标构建 EA 以及它的成本是多少? 我们已准备好通过一些强大的完整功能基于此免费指标构建指标,例如基于点的追踪止损和基于权益百分比的资金管理,您可以通过填写下表来订购 https://www.mql
FREE
Time Spaced Moving Averages
Flavio Javier Jarabeck
5 (3)
The concept is simple: Plotting Price behavior within several periods of time. Some Symbols behave very well during the trading day - with this I mean Intraday trading - and this behavior ends up plotting effectively well with the proposed Exponential Moving Averages in this indicator... Obviously that this behavior could not be seen in all Symbols, but you can give it a try... Just drop this indicator in a chart and you will see for yourself... This indicator is intended for "Feeling the Trend"
FREE
This EA finds Fair Value Liquidity (FVL) on the chart, tracks when they get mitigated , and then looks for an inversion signal (price “fails” through the zone). When that inversion happens, it places a trade in the opposite direction of the original Liquidity gap (an Inverse FVG approach). It also lets you control when it trades using market sessions , and it can auto-close positions at New York open (all positions or profitable-only). Key advantages Clear, rule-based entries (no guessing): trad
FREE
Auto Fib Retracements
Ross Adam Langlands Nelson
4.2 (5)
Automatic Fibonacci Retracement Line Indicator. This indicator takes the current trend and if possible draws Fibonacci retracement lines from the swing until the current price. The Fibonacci levels used are: 0%, 23.6%, 38.2%, 50%, 61.8%, 76.4%, 100%. This indicator works for all charts over all timeframes. The Fibonacci levels are also recorded in buffers for use by other trading bots. Any comments, concerns or additional feature requirements are welcome and will be addressed promptly. 
FREE
RSI abcd
Francisco Gomes Da Silva
4.33 (3)
RSI ABCD形态查找器:技术策略 1. 指标工作原理 结合 经典RSI 与自动检测 ABCD谐波形态 。 主要组件 标准RSI (可调周期) 高低点标记 (箭头) ABCD形态 (绿/红线) 超买(70)和超卖(30)过滤器 2. MT5设置 period = 14 ; // RSI周期 size = 4 ; // 最大形态尺寸 OverBought = 70 ; // 超买水平 OverSold = 30 ; // 超卖水平 Filter = USE_FILTER_ YES ; // 确认过滤器 3. 交易策略 3.1. 买入信号(看涨ABCD) 条件: RSI形成: 低点( A ) → 高点( B ) → 更高低点( C ) D 高于超卖区(30)但低于 C 确认:绿色连线A-B-C-D 目标: TP1: B-C的61.8% TP2: B-C的100% 止损: 低于 D 3.2. 卖出信号(看跌ABCD) 条件: RSI形成: 高点( A ) → 低点( B ) → 更低高点( C ) D 低于超买区(70)但高于 C 确认:红色连线A-B-C-D 目标: TP1: B-C的6
FREE
Auto Fractal Support And Resistance is a powerful multi-timeframe indicator designed for traders who want to trade lower timeframes with higher timeframe accuracy. When your mouse cursor is on a line you can easily see fractal describtion and index of fractal candle  and timeframe of that fractal candle.  This indicator automatically detects H1 and D1 fractal levels and draws clean horizontal support and resistance lines on any lower timeframe chart (M1, M5, M15, M30). Now you can see where the
Daily Support and Resistance Levels 是一款专业指标,基于经典枢轴点方法自动计算并显示日内交易关键价格水平。 主要功能: 自动计算枢轴点(PP) 三个阻力位(R1, R2, R3) 三个支撑位(S1, S2, S3) 显示前一天高点/低点 实时信息面板 市场趋势方向(多头/空头)提示 显示与最近价格水平的距离 完全自定义颜色与样式 每日自动更新 支持所有周期 计算方法:基于昨日最高价、最低价、收盘价的经典枢轴点算法。 交易用途: 支撑/阻力反弹交易 突破策略 区间震荡交易 市场方向判断 盈利目标设置 使用方法: 将指标加载到图表 自动生成水平线 价格 > PP = 多头倾向 价格 < PP = 空头倾向 S1-S3 = 支撑区域 R1-R3 = 阻力区域 自定义设置: 枢轴点/支撑/阻力颜色 线条宽度与样式 显示/隐藏价格标签 显示/隐藏信息面板 面板位置与字体大小 显示/隐藏前日高低点 优点: 专业界面 无重绘 资源占用低 支持所有经纪商 适合剥头皮与日内交易 免费用于展示我的MQL5能力 如果喜欢,请留下评价。
FREE
Babel Assistant
Iurii Bazhanov
4.33 (9)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
SMC Venom 模型 BPR 指標是針對在智慧貨幣 (SMC) 概念內工作的交易者的專業工具。它會自動辨識價格圖表上的兩種關鍵模式: FVG (公平價值缺口)是三根蠟燭的組合,其中第一根和第三根蠟燭之間存在缺口。它在水平之間形成一個沒有成交量支撐的區域,這通常會導致價格調整。 BPR (平衡價格區間)是兩種 FVG 模式的組合,形成一個「橋樑」 - 當價格以低成交量活動移動時,突破並返回到水平的區域,從而在蠟燭之間產生間隙。 這些模式可協助交易者透過分析圖表上的交易量和價格動態(大型市場參與者和普通參與者之間的互動)來識別關鍵的支撐/阻力位、突破區域和切入點。 此指標以矩形和箭頭的形式可視化模式,也支援靈活的警報設定。 主要特點: 模式顯示模式:選擇顯示 BPR 模式(看漲和看跌)或 FVG 模式(看漲和看跌)。 可以隱藏所有圖表分析模式。 以條數過濾:BPR 結構中 FVG 之間的最小/最大距離。 訊號的附加視覺化: 箭頭有 9 種類型可供選擇(標準、細、分形等)或手動輸入 Wingdings 代碼,其表格可以選擇性地顯示在圖表上。 設定顏色、尺寸及其縮放時相對於價格的動態
AUTO FIBONACCI MULTI-TIMEFRAME TOOLKIT Technical analysis tool that automatically draws Fibonacci levels for 4H, Daily, Weekly, and Monthly sessions. AUTOMATIC FIBONACCI RETRACEMENTS (7 CLASSIC LEVELS): - 0.0% (Previous session Low - support level) - 23.6% (Fibonacci Golden Ratio - early entry level) - 38.2% (Strong retracement level) - 50.0% (Key pivot level highlighted in YELLOW - market equilibrium) - 61.8% (Main Golden Ratio - critical decision level) - 78.6% (Deep retracement level) - 100.0
Auto Support and Resistances
Flavio Javier Jarabeck
4.57 (70)
Are you tired of drawing Support & Resistance levels for your Quotes? Are you learning how to spot Support & Resistances? No matter what is your case, Auto Support & Resistances will draw those levels for you! AND, it can draw them from other timeframes, right into you current chart, no matter what timeframe you are using... You can also Agglutinate regions/zones that are too much closer to each other and turning them into one single Support & Resistance Level. All configurable. SETTINGS Timefr
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
4.75 (4)
The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the application
FREE
FibExtender
Syed Oarasul Islam
This Indicator draws Fibonacci Extension levels in two different ways. You can select whether to draw Fibonacci Extension levels based on your favourite ZigZag settings or you can let the indicator to draw Fibonacci Extension  level based on given number of Bars or Candles.  You can also set Mobile and Email notification for your favourite Extension  levels individually. With this indicator you will not have to feel lonely as the it can generate Voice alerts, which will keep you focused on your
PZ Penta O MT5
PZ TRADING SLU
3.5 (4)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Trader Panel Alpha X
Alvaro Garcia Batelli
Are you tired of the slow, clunky, and uninformative default order panel in MetaTrader 5? Discretionary trading demands speed, precision, and above all, clear information. Clicking through multiple menus, dragging stops one by one, and lacking a consolidated view of your risk are barriers that cost you time and, most importantly, money. Professional trading requires professional tools. Trader Panel Alpha X Pro is the definitive solution. It's not just another "order ticket"; it's a complete trad
FREE
ZigZag with Fibonacci
Rafael Caetano Pinto
This indicator uses the metaquotes ZigZag indicator as base to plot fibonacci extension and fibonacci retracement based in the Elliot waves. A fibonacci retracement will be plotted on every wave draw by the ZigZag. A fibonacci extension will be plotted only after the 2nd wave. Both fibonacci will be updated over the same wave tendency. Supporting until 9 consecutive elliot waves. Parameters: Depth: How much the algorithm will iterate to find the lowest and highest candles Deviation: Amount of
该产品的买家也购买
SuperScalp Pro
Van Minh Nguyen
4.72 (18)
SuperScalp Pro – 高级多重过滤剥头皮指标系统 SuperScalp Pro 是一款高级剥头皮指标系统,将经典 Supertrend 与多重智能确认过滤器相结合。该指标在 M1 到 H4 的所有时间框架上均运行良好,尤其适用于 XAUUSD、BTCUSD 及主要外汇货币对。可作为独立系统使用,也可灵活整合到现有交易策略中。 指标集成超过 11 个过滤器,包括快慢 EMA、用于趋势判断的三条 EMA、EMA 斜率 (EMA slope)、RSI、ADX、成交量、VWAP、布林带突破(Bollinger Bands Breakout)以及 MACD 背离过滤器。智能蜡烛过滤器用于确认蜡烛收盘并剔除弱信号,而以三条 EMA 结合 MACD 背离的趋势识别机制则有助于筛选出更高胜率的交易信号。 SuperScalp Pro 基于 ATR 自动计算进场(Entry)、止损(Stop Loss)和止盈(Take Profit)水平。所有重要价格水平均直接显示在图表上,方便用户管理风险并做出更精准的交易决策。 系统在超过 5,000 根蜡烛上进行模拟与性能分析,展示完整指标如胜率、总交
Power Candles MT5
Daniel Stein
4.75 (8)
Power Candles – 适用于所有市场的基于强度的入场信号 Power Candles 将 Stein Investments 经过验证的强度分析直接带入价格图表。与仅对价格作出反应不同,每一根蜡烛都基于真实的市场强度进行着色,使交易者能够立即识别动能累积、强度加速以及清晰的趋势转换。 一套逻辑,适用于所有市场 Power Candles 可自动适用于 所有交易品种 。该指标会检测当前品种是否为外汇货币对或非外汇市场,并在内部自动应用相应的强度模型。 外汇与黄金 使用 FX Power Delta 数值(绝对范围最高至 100) 指数、加密货币和 CFD 使用 IX Power 强度数值(绝对范围最高至 50) 所需的强度计算已直接嵌入 Power Candles。本指标在蜡烛着色和信号逻辑方面无需额外安装任何其他指标。 以强度状态替代价格噪音 每根蜡烛都会被归类为九种清晰定义的强度状态之一: 中性 轻度、中度、强烈、极端空头 轻度、中度、强烈、极端多头 这种基于状态的方法能够过滤随机的价格波动,专注于有意义的市场参与行为。它帮助交易者识别新的方向性阶段正在形成,而不是对单根蜡
Azimuth Pro
Ottaviano De Cicco
5 (6)
Azimuth Pro V2:MT5合成分形结构分析与确认入场 概述 Azimuth Pro 是 Merkava Labs 推出的多层级波段结构指标。四层嵌套波段层级、锚定波段的VWAP、ABC形态识别、三时间框架结构过滤以及收盘确认入场——一个图表,一个从微观波段到宏观周期的完整工作流程。 这不是盲目的信号产品。它是一个以结构为先的工作流程,专为重视位置、背景和时机的交易者打造。 V2上市优惠 — Azimuth Pro V2售价USD 399(接下来的100份)。最终价格:USD 499。 1. V2的变化 合成多时间框架引擎 高时间框架分析从零开始重建,采用与Meridian Pro相同的专有合成架构。更清晰的HTF背景、稳定的实时行为、无经典MTF同步问题。合成引擎还解锁了 固定比率时间框架级联 (x2、x3、x4、x6)——不再在经纪商的固定时间框架之间任意跳转,您可以按图表时间框架的固定倍数分析结构,在每个尺度上保持相同的分形关系。 确认入场箭头 作为稳定且可恢复的执行层而设计的收盘确认箭头。当ABC设置形成且自适应确认逻辑在收盘K线上验证方向时,箭头会写入下一根K线的
Entry In The Zone and SMC Multi Timeframe is a real-time 2-in-1 market analysis tool that combines market structure analysis and a No Repaint BUY / SELL signal system into a single indicator, built on Smart Money Concepts (SMC) — a widely adopted framework used by professional traders to understand market structure. This indicator helps you see the market more clearly, make decisions based on structure rather than guesswork, and focus on high-probability zones where price is more likely to react
Divergence Bomber
Ihor Otkydach
4.9 (86)
购买该指标的每位用户将额外免费获得以下内容: 原创工具“Bomber Utility”,该工具会自动跟踪每一笔交易,设置止损和止盈点,并根据策略规则自动平仓; 适用于不同交易品种的指标设置文件(Set 文件); 三种不同风险模式下的 Bomber Utility 设置文件:“最低风险”、“平衡风险” 和 “观望策略”; 一套详细的 视频操作手册,帮助您快速完成安装、配置并开始使用本交易系统。 注意: 要获取以上所有赠品,请通过 MQL5 的私人消息系统联系卖家。 我为您介绍原创的自定义指标 “Divergence Bomber”(背离轰炸机),它是一套基于 MACD 背离交易策略 的“全功能”交易系统。 该技术指标的主要任务是识别 价格与 MACD 指标之间的背离,并发出交易信号(包括推送通知),指示未来价格可能的运动方向。平均而言,这些信号的准确率超过 98%。有关该指标如何工作的详细说明,请观看本页面上的视频演示。 该系统使用 止损订单 和 动态回撤平仓机制 来管理交易。 Divergence Bomber 指标的主要特点: 支持交易的品种: AUDCAD、AUDCHF、AUDSG
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
Meridian Pro
Ottaviano De Cicco
5 (1)
Meridian Pro:MT5专业多时间框架趋势矩阵 概览 Meridian Pro 是 Merkava Labs 推出的多时间框架趋势矩阵,将方向状态、强度、动量条件和矩阵一致性压缩到一个紧凑面板中。一个自适应引擎,从M1到W1一致应用。无需逐品种调参。无需堆叠指标。一个结构化读数覆盖所有资产和所有时间框架。 上市优惠 — Meridian Pro 优惠价 USD 99 (限时)。常规价格:USD 149 。 1. Meridian Pro 为何不同 一个引擎,而非互不相连的指标仪表盘 许多MTF仪表盘只是在各时间框架重复原始指标状态。Meridian Pro在整个矩阵中使用一个自适应趋势引擎,面板中的每一行都来自同一个结构化框架。这使其读取快速、使用简洁,在真实图表条件下实用。 合成时间框架架构 Meridian Pro不依赖常规的零售MTF方法,而是从 M1数据 构建统一的内部矩阵结构。无经典MTF同步问题。无因脆弱的高时间框架拼接导致的重绘或延迟。无因不稳定时间框架依赖导致的面板冻结。在不同高时间框架数据质量的经纪商之间具有更好的稳健性。 2. 面板显示内容 Bias — 每
购买此指标即可免费获得我的专业交易管理器。 首先,值得强调的是,这个交易系统是一个非重绘、非重画和非滞后的指标,这使得它非常适合手动和机器人交易。 在线课程,手册和下载预设。 “智能趋势交易系统 MT5”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它结合了超过 10 个优质指标,具有 7 多个强大的交易策略,使其成为适用于各种市场条件的多功能选择。 趋势跟随策略:提供精确的入场和止损管理,以有效地跟随趋势。 反转策略:识别潜在的趋势反转,使交易者能够利用区域市场的机会。 剃头策略:专为快速准确的日内交易和短期交易而设计。 稳定性:所有指标都不会重绘、不会重画和不会滞后,确保可靠的信号。 定制:支持自定义策略,以满足个人交易偏好。超过 7 种策略和组合可帮助您找到最佳策略。 信号清晰度:提供箭头信号,以指示清晰的入场和退出点。 实时警报:通过交易进出警报使交易者保持了解。 深入分析:提供更高时间框架的趋势分析和实时交易监控。 自适应颜色编码:利用蜡烛颜色编码来显示成交量、趋势和反转蜡烛信号。通过蜡烛颜色分析市场方向。 “智能趋势交易系统 MT5”赋予交易者必要的工具,以便在
Trend Screener Pro MT5
STE S.S.COMPANY
4.85 (104)
使用趋势筛选指标释放趋势交易的力量:由模糊逻辑和多货币系统提供支持的终极趋势交易解决方案! 使用趋势筛选器(由模糊逻辑提供支持的革命性趋势指标)提升您的趋势交易。 它是一个强大的趋势跟踪指标,结合了超过 13 种高级工具和功能以及 3 种交易策略,使其成为使您的 Metatrader 成为趋势分析器的多功能选择。 限时优惠:趋势筛选指标终身仅需 50 美元。 ( 原价 250$ ) (优惠延长) 体验趋势筛选器 100% 无需重新绘制的准确性,确保您的交易决策不受过去价格变化的影响。 释放多时间框架和多货币功能的多功能性,使您能够以无与伦比的信心在外汇、商品、加密货币和指数领域进行交易。 利用 Trend Screener 的综合策略套件增强您的交易: - 趋势跟踪策略和趋势延续策略 :趋势筛选器的趋势跟踪策略提供清晰的趋势延续信号,让您有效捕捉趋势走势并管理风险。 - 反转策略和早期入场点策略 :趋势筛选器的反转策略可检测市场方向的潜在变化,使您能够预测趋势反转并利用疲弱的市场趋势。通过早期入场点,您可以在潜在的趋势变化之前定位自己 获取可观的利润。 - 倒卖策略: 趋势筛选器的倒卖
FX Trend MT5 NG
Daniel Stein
5 (4)
FX Trend NG:新一代多市场趋势智能分析工具 概述 FX Trend NG 是一款专业的多时间周期趋势分析与市场监控工具,帮助您在几秒钟内全面了解市场结构。 无需在多个图表之间来回切换,您可以立即看到哪些品种处于趋势中、哪里动能正在减弱,以及哪些时间周期之间存在强烈共振。 限时发布优惠 – 仅需 $30(6个月) 或 $80 终身授权 即可拥有 FX Trend NG 。 已经是 Stein Investments 客户? -> 发送消息 以获取专属客户群访问权限。 需要帮助或安装指导? -> 请访问 Stein Investments 官方页面 。 1. FX Trend NG 的核心优势 三状态趋势逻辑 —— 不只是 Buy 或 Sell • 大多数指标仅显示两种状态:Buy 或 Sell。 • FX Trend NG 增加第三种状态: Fade 。 • Fade 表示趋势强度正在减弱,在完全反转之前提前发出信号。 这种结构化逻辑让您看到趋势变化过程,而不仅仅是简单方向信号。 多时间周期分析(M1 至 MN1) • 从短线交易到中长线交易全面覆盖。 • 快速识别趋势
Quantum TrendPulse
Bogdan Ion Puscasu
5 (22)
介绍 Quantum TrendPulse   ,这是一款终极交易工具,它将 SuperTrend   、   RSI 和 Stochastic 的强大功能整合到一个综合指标中,以最大限度地发挥您的交易潜力。该指标专为追求精准和效率的交易者而设计,可帮助您自信地识别市场趋势、动量变化以及最佳进入和退出点。 主要特点: 超级趋势整合: 轻松跟随当前的市场趋势并乘上盈利浪潮。 RSI 精度: 检测超买和超卖水平,非常适合把握市场逆转时机,可用作 SuperTrend 的过滤器 随机精度: 利用随机振荡在波动的市场中寻找隐藏的机会, 用作超级趋势的过滤器 多时间范围分析: 从 M5 到 H1 或 H4,在不同时间范围内关注市场动态。 可定制的警报: 当您的自定义交易条件得到满足时收到通知,这样您就不会错过任何交易。 无论您是新手还是经验丰富的交易员,   Quantum TrendPulse 都能为您提供所需的优势,帮助您增强策略并自信地进行交易。借助这一强大的指标,将洞察力转化为利润 — 掌控您的交易! ***购买 Quantum TrendPulse,即可免费获得 Quantum Tr
Btmm state engine pro
Garry James Goodchild
5 (3)
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
Trend indicator AI mt5
Ramil Minniakhmetov
5 (16)
趋势人工智能指标是一个伟大的工具,将加强交易者的市场分析结合趋势识别与可操作的进入点和逆转警报。 该指标使用户能够自信和精确地驾驭外汇市场的复杂性 除了主要信号,趋势Ai指标识别在回调或回调期间出现的次要入口点,使交易者能够利用既定趋势内的价格修正。 重要优势: *MT4及MT5工程 *明确买入或卖出信号 ·不重绘 *适用于所有资产 小心我不卖EA或设置电报它骗局. 所有设置免费在这里的博客。  重要! 购买后立即与我联系,以获得指示和奖金! 真实的操作监控以及我的其他产品可以在这里找到: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 设置和输入: 建议为所有资源设置默认设置。 第...
Gann Made Easy MT5
Oleg Rodin
5 (2)
Gann Made Easy   是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
ARICoins
Temirlan Kdyrkhan
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (2)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
RFI levels PRO MT5
Roman Podpora
3.67 (3)
该指标能够准确显示反转点和价格回落区域。     行业领军人物 。您能洞察新趋势的形成,并以最高的精准度做出决策,掌控每一笔交易。 VERSION MT4     -    与……结合时,展现其最大潜力     趋势线专业版   指标 该指标显示的内容: 新趋势开始时的反转结构和反转水平及其激活。 显示屏   获利了结   和   止损   风险回报比最低的水平     RR 1:2       。 具有智能减值逻辑的止损。 显示指定指标中两种趋势类型的反转形态。 指标: 根据     趋势线     (全球趋势变化) 潮流专业版     (趋势快速变化) 简单有效   扫描器   实时趋势(新增)。 多时间框架工具筛选。 展示   利润   在 LOGIC AI 信号之后。 以下列出今日走势积极的金融工具。(RB键) 能够为终端启用通知(警报)功能,并向移动设备推送通知。 逻辑人工智能     — 利用人工智能寻找最佳切入点。 只有在启用 MTF(多时间框架分析)模式时,该功能才可用。 兼容性。 当与趋势线指标结合使用时,该指标能发挥其最大潜力。 这     RFI LEVELS
Power Bar MT5
Daniel Stein
在冒真金白银之前, 先看看哪种策略真正适合你的品种。 Power Bar 可在任何品种和任何时间周期上检测 极端价格K线 , 然后即时回测3种不同的交易策略, 让你并排比较胜率、盈亏比和收益。全部集成在一个交互式面板中。 无需猜测。无需过度拟合。只看数据。 Power Bar 有何独特之处? 大多数指标只给你一个信号, 让你猜测它是否有效。Power Bar 更进一步: 它用 三种策略 测试每个信号并展示统计数据。一键切换 FlipFlop、Momentum 和 Reversal, 即刻看到数据变化。 FlipFlop - 始终持仓。信号入场, 反向信号出场。我们的研究表明, 这在 US30、US500 和 DAX 等趋势性指数上效果最佳。 Momentum - 顺信号方向交易。基于 ATR 的固定 SL/TP。适用于趋势延续形态的均衡方法。 Reversal - 逆信号交易(反向操作)。我们的回测显示, 在 JPY 外汇交叉盘上胜率超过 70%, 因为极端K线标志着衰竭而非延续。 更改参数, 即时查看结果 无需打开指标属性。直接在面板中通过 +/- 按钮调整 ATR 倍数、周期、
Atomic Analyst MT5
Issam Kassas
3.94 (31)
首先值得强调的是,该交易指标是非重绘、非延迟的指标,这使其成为手动和机器人交易的理想选择。 用户手册:设置、输入和策略。 Atomic Analyst是一种PA价格行动指标,利用价格的力量和动量来寻找市场上更好的机会。配备了高级过滤器,可帮助去除噪音和假信号,并提高交易潜力。使用多层复杂的指标,Atomic Analyst扫描图表,并将复杂的数学计算转化为任何初学者都能理解并用来做出一致交易决策的简单信号和颜色。 “Atomic Analyst”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它将高级指标和一流功能融合为一体的交易策略,使其成为所有类型交易者的多功能选择。 日内交易和剥头皮策略:专为快速准确的日内交易和短期交易而设计。 日内和摆动交易策略:可用作追求价格大幅波动的日内和摆动交易者的可靠工具。 多货币和市场:凭借其可靠的精度,在不同的工具和市场上运作。 多个时间框架:可在多个时间框架上使用,性能良好。 稳定性:所有指标均不重绘、不重绘和不滞后,确保可靠的信号。 信号清晰度:提供箭头信号,用于清晰的入场和出场点。 实时警报:通过交易入场、SL和TP警报通知交易者
首先,值得强调的是,这个交易工具是非重绘、非重画和非滞后的指标,非常适合专业交易。 在线课程,用户手册和演示。 智能价格行动概念指标是一个非常强大的工具,既适用于新手,也适用于经验丰富的交易者。它将超过20个有用的指标合并到一个指标中,结合了高级交易思想,如内圈交易员分析和智能资金概念交易策略。该指标侧重于智能资金概念,提供有关大型机构交易方式的见解,帮助预测它们的动向。 它在流动性分析方面尤其擅长,有助于理解机构的交易方式。它擅长预测市场趋势,并仔细分析价格波动。通过将您的交易与机构策略对齐,您可以更准确地预测市场走向。该指标多才多艺,擅长分析市场结构,识别重要的订单区块,并识别各种模式。 它擅长识别BOS和CHoCH等模式,理解动量的转变,并突出显示供需强劲的关键区域。它还擅长发现强大的不平衡,并分析价格创造更高高点或更低低点的模式。如果您使用斐波那契回撤工具,该指标可以满足您的需求。它还可以识别相等的高点和低点,分析不同的时间框架,并通过仪表板显示数据。 对于使用更高级策略的交易者,该指标提供了工具,如公平价值差指标和优惠和折扣区域的识别。它特别关注高时间框架订单区块,并
Auto Optimized Parabolic RSI: 高级 3D 动量引擎 大多数零售指标之所以失效,是因为它们依赖于静态输入,一旦市场波动率发生变化,这些输入就会崩溃。Auto Optimized Parabolic RSI 通过不断重新计算自身的数学优势,解决了“指标衰退”的问题,将机构级别的量化自适应能力直接引入您的 MT5 终端。 核心优势:定制的内存 3D 优化 标准的自动优化器通常会导致 MT5 平台卡顿,因为它们通过标准的指标调用使终端超载。该工具完全绕过了这些性能瓶颈。内部引擎采用定制的原生基于 RAM 的计算器构建,每次加载图表或更改时间周期时,它都会执行极速的 3D 网格搜索。它同时扫描 RSI 周期(频率)、SAR 步长(加速度)和 SAR 最大值(速度限制),在绝对的毫秒级时间内测试数以万计的参数组合,且完全不会拖慢您的平台。它不是仅仅寻找一个“不错”的设置,而是映射整个参数空间,以寻找资产当前动量结构的绝对全局最大值。 严格的财务评分与逼真的交易模拟 与基于抽象“指标点数”进行优化评分的业余工具不同,该引擎的 3.10 版本严格与资金数学挂钩。每一个历史
RelicusRoad Pro MT5
Relicus LLC
5 (24)
RelicusRoad Pro: 量化市场操作系统 终身访问限时 70% 折扣 - 加入 2,000+ 交易员社区 为什么大多数交易者即使拥有“完美”指标也会失败? 因为他们在真空中交易 单一概念 。没有背景的信号是赌博。要持续获胜,您需要 共振 (CONFLUENCE) 。 RelicusRoad Pro 不是一个简单的箭头指标。它是一个完整的 量化市场生态系统 。它描绘价格运行的“公允价值之路”,区分市场噪音和真实的结构性突破。 停止猜测。开始用机构级“路”逻辑进行交易。 核心引擎:“Road” (路) 算法 系统的核心是 Road Algo ,一个实时适应市场条件的动态波动率通道。它投射出 安全线 (平衡) 和价格可能反转的 扩展水平 。 Simple Road: 典型市场的标准结构映射。 Smooth Road: 针对震荡盘整的降噪计算。 Breakout Road: 专为识别波动率扩张和爆发性走势而调整。 1. 算法动量与确认 我们的“剥头皮箭头”不只是简单的交叉。它们利用 高阶多项式逻辑 过滤噪音,确保信号与主周期一致。我们检测动量、价格行为和 Road 结构汇聚的精确入场
FX Power MT5 NG
Daniel Stein
5 (31)
FX Power:分析货币强度,助您做出更明智的交易决策 概述 FX Power 是一款专业工具,帮助您全面了解主要货币和黄金在任何市场条件下的真实强度。通过识别强势货币用于买入,弱势货币用于卖出, FX Power 简化了交易决策,并帮助您发现高概率的交易机会。不论您是想跟随趋势还是通过极端的 Delta 值预测反转,这款工具都能完美适应您的交易风格。别再盲目交易——用 FX Power 让您的交易更加智慧。 1. 为什么 FX Power 对交易者极具价值 实时货币和黄金强度分析 • FX Power 实时计算并显示主要货币和黄金的相对强度,助您全面了解市场动态。 • 监控领先或落后资产,轻松识别值得交易的货币对。 全面的多时间框架视图 • 跟踪短期、中期和长期时间框架的货币和黄金强度,以便将您的交易策略与市场趋势保持一致。 • 无论是快进快出的短线交易还是更长期的投资策略, FX Power 都能为您提供所需的信息。 Delta 动态分析用于趋势和反转 • 极端 Delta 值常常预示反转机会,而平缓的 Delta 变化则确认趋势延续。 • 使用 Delta 分析,轻
Bill Williams Advanced
Siarhei Vashchylka
5 (11)
Bill Williams Advanced is designed for automatic chart analysis using Bill Williams' "Profitunity" system. The indicator analyzes four timeframes at once. Manual (Be sure to read before purchasing) Advantages 1. Analyzes the chart using Bill Williams' "Profitunity" system. Signals are displayed in a table in the corner of the screen and on the price chart. 2. Finds all known AO and AC signals, as well as zone signals. Equipped with a trend filter based on the Alligator. 3. Finds "Divergence Bar
Currency Strength Dashboard Pro
Anastasia Danilova
5 (1)
Currency Strength Dashboard Pro 适用于 MetaTrader 5 的专业级实时货币强度分析面板。 该指标同时对 8 种主要货币 (EUR、USD、GBP、JPY、CHF、AUD、CAD、NZD)进行强度计算,并基于 28 个货币对 在多个时间周期上进行分析和显示。 该面板让交易者能够 一眼看清整个市场状况 —— 无需额外计算,也无需在多个图表之间切换。 计算方法 该指标基于一种 先进的数学货币强度计算方法 ,相比许多类似指标常用的 RSI 方法 ,具有更高的准确性和客观性。 该方法同时分析 全部 28 个货币对之间的关系 ,从而提供更清晰、更无偏差的市场真实强弱对比。 实时分析面板 主表格显示 8 种货币 的完整数据: Rank(排名) — 按整体强度排序, 1 为最强,8 为最弱 。 Strength(强度) — 当前货币强度的数值。 Change(变化) — 与上一根K线相比的强度变化。 Slope(斜率) — 强度趋势方向:上升、下降或横盘。 时间周期数据(M15、H1、H4、D1) — 各时间周期的独立强度值。 Composite(综合值) —
CGE Trading Suite
Carl Gustav Johan Ekstrom
5 (1)
CGE Trading Suite delivers the analytical edge typically reserved for professional trading desks. The platform integrates a full suite of analytical tools into one seamless workflow: dynamic grid mapping, liquidity behavior analysis, ECM, trend lines, MIDAS, trade cycles, and directional channel projections. Together, these provide a unified view of market structure and momentum. Directional clarity is further enhanced by the capital flow index, which measures currency basket strength to identif
Trend Lines PRO MT5
Roman Podpora
5 (1)
趋势线专业版 -     有助于了解市场真正转变的方向。该指标显示了真正的趋势反转点以及主要参与者重新入场的点位。 你看     BOS线路   无需复杂设置或不必要的干扰,即可在高时间框架内显示趋势变化和关键水平。信号不会重绘,并在K线收盘后仍保留在图表上。 MT4 版本   - 与 RFI LEVELS PRO 指示器结合使用时,可发挥其最大潜力 该指标显示的内容: 真正的转变   趋势线(BOS线) 一旦信号出现,它就始终有效!这与会重绘的指标有着重要的区别,后者可能会发出信号后又改变信号,从而导致资金损失。现在,您可以更精准、更准确地进入市场。此外,还有一个功能:在箭头出现后,K线会着色,直到达到目标价位(止盈)或出现反转信号为止。 重复条目   以及主要玩家的充值 为了提高寻找入场点时的视觉清晰度,我们创建了一个模块,该模块首先显示买入/卖出区域,并在该区域内寻找最佳入场点。此外,我们还加入了智能逻辑来管理止损位,该逻辑会随着时间的推移逐步降低止损位的大小,从而降低入场时的初始风险( 移动止损位 )。 信号强度水平     (BOS) 该指标采用三个显著性等级来衡量趋势变化
ARIPoint
Temirlan Kdyrkhan
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Berma Bands
Muhammad Elbermawi
5 (8)
Berma 波段 (BBs) 指标对于寻求识别和利用市场趋势的交易者来说是一种有价值的工具。通过分析价格与 BBs 之间的关系,交易者可以辨别市场是处于趋势阶段还是区间波动阶段。 访问[ Berma Home Blog ] 了解更多信息。 Berma 带由三条不同的线组成:上 Berma 带、中 Berma 带和下 Berma 带。这些线围绕价格绘制,直观地表示价格相对于整体趋势的变动。这些带之间的距离可以洞察波动性和潜在的趋势逆转。 当 Berma Bands 线相互分离时,通常表明市场正在进入横盘或区间波动时期。这表明缺乏明确的方向性。交易者可能会发现在这些时期内很难识别趋势,因此可能需要等待更清晰的趋势出现。 当 Berma Bands 线汇聚成一条线时,通常表示趋势环境强劲。这种汇聚表明存在明显的方向性偏差,因为价格波动性足以随趋势而变化。交易者可能会发现在这些时期更容易识别潜在的入场点和出场点,因为趋势的势头可以提供有利的交易机会。然而,重要的是要注意整体趋势中的潜在回调或修正。 Berma 带根据价格蜡烛图与上带和下带的相互作用提供明确的买入和卖出信号。当价格蜡烛图首
HFT Spike Detector
OMG FZE LLC
5 (2)
[ My Products ] , [ My Channel ]   ,  [ LIVE SIGNAL ] HFT Spike Detector HFT Spike Detector 是一款专业的 tick 监控工具,旨在实时分析和测量高频交易(HFT)引发的价格剧烈波动。 其目标是通过数值数据帮助您识别由经纪商引起的异常滑点、流动性缺口以及毫秒级价格跳动。 由于它分析的是实时逐笔数据流和订单执行条件,因此无法通过回测进行准确评估。 您可以购买此EA,并结合现成的参数设置文件(set文件)实现自动化: VolumeHedger EA 工作原理 该 Expert Advisor 会实时分析每一个传入的 tick 数据,并: 价格变化速度 每秒 tick 密度 滑点幅度 同方向微观流动 进行测量并以图表面板形式展示。 因此,您可以看到除点差之外的真实执行质量。 面板显示指标 Slippage 显示监控 tick 中的最大滑点值(以 points 为单位)。 用于检测突发流动性缺口和激进的价格跳动。 Avg Slippage 显示所有传入 tick 的滑点平均值(以 p
作者的更多信息
CCI Warrior
Marco Barbosa
4.25 (4)
Info:   marcobarbosabots CCI Warrior CCI is the short name of Commodity Channel Index indicator. The CCI Warrior is an Expert Advisor that get signals using CCI (Commodity Channel Index) levels. A SELL signal is generated above a positive level and a BUY signal is generated below a negative level. When a signal is generated, a Moving Average filter checks it. If the signal is in the same direction of the trend indicated by a Moving Average filter, then it is validated. After the signal was vali
FREE
Info:   marcobarbosabots CCI Warrior Note: An detalhed image of backtest is on here https://drive.google.com/open?id=1Se8Qcgzqmd8YrG7_O3LfXszcVfvlBrCv CCI is short for the Commodity Channel Index indicator. CCI Warrior is an Expert Advisor that generates signals through Commodity Channel Index (CCI) levels. A value above the positive level generates a SELL signal and below the negative level generates a BUY signal. When a signal is generated an MA Filter checks it. If the signal is in the s
Info:   marcobarbosabots This EA automates order opening by crossing two simple moving averages. Only one order at a time. No martingale and no grid system. This EA also has the option to allow it to place or not orders on the market. The value of moving averages, lot, takeprofit and stoploss are configurable, besides not allowing trades when the margin level is too low nor when there are many orders open on MT4. Inputs: PowerOn: Enables EA operation FMA: Fastest Moving Average Period SMA:
SMA Trend
Marco Barbosa
This Expert seeks price trends through the interaction of two SMA's. The main idea is to lose little and quickly and win slowly and a lot. Operational: When the faster moving average crosses above the slower moving average and the price is above the faster moving average, this is an entry signal to buy. When the price crosses below the faster moving average, this is a signal to close the trade. The same happens for sales entry and exit, but with the opposite logic. The best results were obt
Info:   marcobarbosabots This EA automates order opening by crossing two simple moving averages. If price is on a top region, a sell order is placed. Othewise, if price is on the bottom region, a buy order is placed. Only one order at a time. No martingale and no grid system. This EA also has the option to allow it to place or not orders on the market. The value of moving averages, lot, takeprofit, stoploss, top price, bottom price and width price region are configurable, and they do not allow
筛选:
无评论
回复评论