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

Pivots Levels

摘要 本指标使用多种计算方法绘制多个支撑和阻力水平的枢轴点(Pivot Points),允许自定义其外观,并在价格触及这些水平时提供警报。它适用于不同的时间框架,可以显示历史水平或仅显示当前水平。

概述 目的:在图表上绘制动态枢轴水平(Pivot、S1-S4、R1-R4),帮助识别潜在的价格反转区域。

主要特性

  • 支持7种计算方法(经典、Camarilla、Woodie、斐波那契等)。
  • 可显示当前周期(今日)或过去周期的历史水平。
  • 可自定义视觉效果(颜色、线条样式、宽度)并提供价格触及警报。

输入参数

  • 时间框架:选择计算枢轴点的基础周期(例如:日线、周线)。
  • 计算模式
    • 经典 1/2:传统 (H+L+C)/3 公式并派生支撑/阻力。
    • Camarilla:使用前一周期的收盘价和价格范围计算较紧密的水平。
    • Woodie:结合当前开盘价。
    • 斐波那契/斐波那契回撤:对前一周期的价格范围应用斐波那契比率。
    • Floor:修改经典公式,增加额外的水平。
  • 显示模式:当前周期或历史周期的枢轴水平。
  • 视觉自定义:标签、价格标记、线条颜色/样式/宽度。
  • 警报:当价格触及水平时触发弹窗、邮件、声音或通知。

指标逻辑

  • 数据处理
    • 使用所选时间框架的历史价格数据(高、低、收、开)。
    • 若关闭"包含周日",则调整周末数据。
    • 在历史模式下,绘制过去周期的水平;在今日模式下,绘制延伸至未来的水平线。

计算方法

  1. 经典 1 公式:

    • PP = (高 + 低 + 收) / 3
    • R1 = 2*PP - 低
    • S1 = 2*PP - 高
    • R2 = PP + (高 - 低)
    • S2 = PP - (高 - 低)
    • R3 = R2 + (高 - 低)
    • S3 = S2 - (高 - 低)

    特点

    • 最广泛使用的传统方法。
    • 关注前一周期的价格范围。
    • 枢轴水平对称扩展。
  2. 经典 2 公式:

    • PP = (高 + 低 + 收 + 开) / 4
    • R1 = 2*PP - 低
    • S1 = 2*PP - 高
    • R2 = PP + (高 - 低)
    • S2 = PP - (高 - 低)
    • R3 = PP + 2*(高 - 低)
    • S3 = PP - 2*(高 - 低)

    特点

    • 结合开盘价计算枢轴点。
    • 适用于开盘价影响较大的市场(例如:期货)。
  3. Camarilla 公式:

    • R1 = 收 + 1.1/12*(高 - 低)
    • S1 = 收 - 1.1/12*(高 - 低)
    • R2 = 收 + 1.1/6*(高 - 低)
    • S2 = 收 - 1.1/6*(高 - 低)
    • R3 = 收 + 1.1/4*(高 - 低)
    • S3 = 收 - 1.1/4*(高 - 低)
    • R4 = 收 + 1.1/2*(高 - 低)
    • S4 = 收 - 1.1/2*(高 - 低)
    • PP = (R1 + S1) / 2

    特点

    • 关注前一周期的收盘价和较小的日内范围。
    • 适用于短线交易(如5分钟/15分钟图表)。
  4. Woodie 公式:

    • PP = (高 + 低 + 2*开) / 4
    • R1 = 2*PP - 低
    • S1 = 2*PP - 高
    • R2 = PP + (高 - 低)
    • S2 = PP - (高 - 低)
    • R3 = 高 + 2*(PP - 低)
    • S3 = 低 - 2*(高 - PP)

    特点

    • 强调当日开盘价。
    • 适用于趋势市场中的日内突破。
  5. 斐波那契 公式:

    • PP = (高 + 低 + 收) / 3
    • R1 = PP + 0.382*(高 - 低)
    • R2 = PP + 0.618*(高 - 低)
    • R3 = PP + 1.0*(高 - 低)
    • S1 = PP - 0.382*(高 - 低)
    • S2 = PP - 0.618*(高 - 低)
    • S3 = PP - 1.0*(高 - 低)

    特点

    • 适用于寻找回撤区域。

使用场景

  • 日内交易:在较短时间框架(如1小时)使用Camarilla进行短线交易。
  • 波段交易:在日线图上应用斐波那契水平以识别关键区域。
  • 回测分析:在历史显示模式下分析枢轴点的价格反应。

优势

  • 灵活性:多种计算方法适用于不同的交易风格。
  • 自定义:完全控制外观和警报。
  • 多时间框架:适用于任何时间框架。

局限性

  • 历史模式重绘:历史模式下的水平可能与实时条件不符。
  • 周末缺口:对于周末关闭的市场,可能需要调整数据。

示例输出

  • 图表显示:标有P、S1-S4、R1-R4的水平线,可自定义样式。
  • 警报示例:"EURUSD(Camarilla日线)- R1(1.1850)触及" 通过邮件/弹窗通知。


推荐产品
The indicator is designed to work on any trading platform. The program is based on proprietary algorithms and W.D.Ganna's mathematics, allowing you to calculate target levels of price movement based on three points with the highest degree of certainty. It is a great tool for stock trading. The indicator has three buttons: NEW - call up a triangle for calculation. DEL - delete the selected triangle. DELS - completely remove all constructions. The probability of achieving the goals is more than 80
Enhance your price action strategy: inside bar breakouts at your fingertips This indicator detects inside bars of several ranges, making it very easy for price action traders to spot and act on inside bar breakouts. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and understand Customizable color selections The indicator implements visual/mail/push/sound alerts The indicator does not repaint or backpaint An inside bar is a bar or series of bars which is/a
Fibo World MT5
Pavel Verveyko
The indicator builds a graphical analysis based on the Fibonacci theory. Fibo Fan is used for the analysis of the impulses and corrections of the movement. Reversal lines (2 lines at the base of the Fibonacci fan) are used to analyze the direction of movements. The indicator displays the of 4 the target line in each direction. The indicator takes into account market volatility. If the price is above the reversal lines, it makes sense to consider buying, if lower, then selling. You can open posi
Double HMA MTF for MT5
Pavel Zamoshnikov
4 (4)
This is an advanced multi-timeframe version of the popular Hull Moving Average (HMA) Features Two lines of the Hull indicator of different timeframes on the same chart. The HMA line of the higher timeframe defines the trend, and the HMA line of the current timeframe defines the short-term price movements. A graphical panel with HMA indicator data from all timeframes at the same time . If the HMA switched its direction on any timeframe, the panel displays a question or exclamation mark with a tex
Renko System
Marco Montemari
This indicator can be considered as a trading system. It offers a different view to see the currency pair: full timeless indicator, can be used for manual trading or for automatized trading with some expert advisor. When the price reaches a threshold a new block is created according to the set mode. The indicator beside the Renko bars, shows also 3 moving averages. Features renko mode median renko custom median renko 3 moving averages wicks datetime indicator for each block custom notification
All Harmonics 26
Alexey Isavnin
3.5 (4)
Harmonic patterns are characteristic series of price movements with respect to Fibonacci levels, which statistically precede price reversals. This indicator searches for harmonic patterns. It is capable of recognising 26 classical and non-classical harmonic patterns : Classical Gartley Butterfly Alternate Butterfly Bat Alternate Bat Crab Deep Crab Three Drives Non-classical Shark Alternate Shark Cypher 5-0 Anti Gartley Anti Butterfly Anti Alternate Butterfly Anti Bat Anti Alternate Bat Anti Crab
Looking for reliable levels on a price chart? Already tired of searching for similar indicators? Are the levels not working out as they should? Then this is the indicator for you. Volume Prices Universal is a reliable indicator of horizontal volumes. What does it show? First of all, the main idea of ​​the indicator is to display at which price mark the price has been for the longest time. Thus, the display of price volumes on the price chart is formed. With the help of which you can very simpl
https://youtu.be/JJanqcNzLGM ,  https://youtu.be/l70MIHaQQa4 ,  https://youtu.be/pg0oiT5_8y0   Automated Supply and Demand Trading Edge MT5. These videos demonstrate how we apply the supply and demand system to our latest trading review and market analysis Enhance your Trading Strategy with the Supply and Demand Trading Edge MT5. Gain a competitive market advantage with the Supply and Demand Trading Edge MT5 indicator, a powerful tool that combines MACD signals with supply and demand zones. By
支撑和阻力指标是改编自标准的比尔威廉姆斯的分形指标。 该指标可工作于任何时间帧。它在图表上显示支撑和阻力位,并允许设置止损和止盈级别 (您可以通过鼠标覆盖级别来检查其精确值)。 蓝色点划线是支撑位。 红色点划线是阻力位。 如果您愿意, 您可以改变这些线的样式和颜色。 如果价格接近支撑位,卖方的活跃度降低,买方的活跃度增加。如果价格接近阻力位,买方的活跃度降低,卖方的活跃度增加。 注, 当价格突破支撑位, 它变为阻力位; 同样当价格突破阻力位, 它变为支撑位。
Chanlun
Xiaonong Yu
缠师在新浪博客中以 108 篇博文详细地解释了缠论这一个精妙的数学模型。  “ 缠论 ” 是基于形态学,几何学的一种技术分析理论。这一理论似乎适用于一切具有波动走势的投资市场,比如股票、权证和期货等   。 然而,要应用缠论做交易就必须有足够的时间去正确地画 “ 笔 ” 。可是画 “ 笔 ” 又是一项耗费时间且极易出错误的工作,令众多缠论爱好者痛苦不堪。 本指标依据缠师的缠论原作实现,能够自动且精确地在图表中画出笔、中枢和线段,帮助交易者解决了画笔和线段的烦恼,使得交易者可以直接分析和预测市场走向。 本指标中添加了中枢和线段的选项,可以完整的帮助用户画出缠论中的所有基本构件。 本指标中笔、中枢和线段的颜色、透明度与线宽等,均可由用户自行设定。
Ice up
Ignacio Agustin Mene Franco
Ice Up. It is an indicator where it fulfills the professional function of a zigzag together with support and resistance. Perfect for grabbing long and short trends. In the new version of Ice, it improves the pivots to %100. works for all seasons It works for forex and synthetic indices, and if the broker also has crypto. works for all forex pairs and synthetic indices.
RAD Real Acummulation and Distribution
Jose Alejandro Jacome Jimenez
RAD CRITICAL LEVES RAD indicator tracks “Relevant Volume” in real time, identifying accumulation and distribution processes, projecting them in the chart as SUPPORT or RESISTANCE zones. Natural   support   and resistance levels are generated by Volume Accumulation and Distribution processes. As these processes evolve, levels at which the relevant volume in the market place is positioned, become difficult areas to cross upwards or downwards. By using this information, traders can identify very s
Trend Scanner MT5
Alfiya Fazylova
3.5 (2)
Trend Scanner is a trend indicator that helps to determine the current and forecast market direction using an advanced algorithm. Thanks to flexible alert settings, the indicator will promptly warn you about a trend reversal. The indicator is intuitive and easy to use, and will be an excellent filter in your trending trading strategies. The lines of this indicator are also an excellent dynamic level for stop loss, and is used as one of the types of trailing stop in Trading Panel . To fine-tune t
Owl Smart Levels MT5
Sergey Ermolov
4.1 (29)
MT4版本  |   FAQ Owl Smart Levels Indicator 是一個完整的交易系統,包含 Bill Williams 的高級分形、構建正確的市場波浪結構的 Valable ZigZag 以及標記準確入場水平的斐波那契水平等流行的市場分析工具 進入市場和地方獲利。 策略的详细说明 指示灯使用说明 顾问-贸易猫头鹰助手助理 私人用户聊天 ->购买后写信给我,我会将您添加到私人聊天中,您可以在那里下载所有奖金 力量在於簡單! Owl Smart Levels 交易系統非常易於使用,因此適合專業人士和剛開始研究市場並為自己選擇交易策略的人。 策略和指標中沒有隱藏的秘密公式和計算方法,所有策略指標都是公開的。 Owl Smart Levels 允許您快速查看進入交易的信號,突出顯示下訂單的水平並向您發送有關已出現信號的通知。 優點很明顯: 清楚地顯示主要和更高時間框架的趨勢方向。 指示儀器信號的出現。 標記開單、止損設置和固定利潤的水平。 沒有多餘的,只有必要的結構! ZigZag 表示全球趨勢的方向,因此也表示貿易方向。 市場反轉點的短線清楚地表明在什麼水平上構建斐波那
1.7*24小时全时在线,安全,可靠,低延时ping; 2.按券商要求智能跟单,详见英文简介   3.本系统仅提供跟单软件服务,不提供交易策略,不代单操作; 4.不限交易手数,客户自行设置A仓手机app端即可,不额外收费 5.客户可按月,季,年付费方式,不同方式,不同优惠,先付费后使用; 6.因券商MT5服务器异常,导致断网后跟单异常,客户需自行风控处理,本系统不提供风控处理 7.券商下单规则改变,会自动更新最新跟单系统 8.详细购买流程,请咨询  wehcat  :zfflyer; 9.再次强调,本系统,仅保障以技术层面实现跟单功能,不参与客户的下单,交易策略,以及风控措施。 10.本系统已稳定运行9个月,经历各种复杂行情考验,稳定,可靠
This is a well-known ZigZag indicator. But it differs by the fact that its plot is based on values of the middle line which is set by a user. It can display Andrews’ Pitchfork and standard or Bobokus Fibo levels. NO REPAINTING. Parameters Period МА — middle line period. Default value is 34. Minimum value is 4. Maximum value is set at your discretion. Used to calculate price — type of price used for the midline calculations. The averaging method — type of smoothing for the middle line. Turning p
Heiken Ashi OHLC
Bogdan Gabriel Ilie
Are you tired of trading without a clear direction ?  Do market fluctuations and noise leave you feeling overwhelmed ?  Here is the solution you've been searching for! Imagine an indicator that simplifies trading, cuts through market noise, and provides crystal-clear signals. The Heiken Ashi OHLC Indicator does just that! What does the Heiken Ashi OHLC Indicator do? It transforms traditional candlestick charts into a trader's dream. Instead of dealing with erratic price movements, you'll witn
FREE
KDJ Index 4   交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 "Cooperative QQ:556024  "  "Cooperation wechat:556024"  "Cooperative email:556024@qq.com" 强烈推荐趋势指标, 波浪的标准自动计算   和   波浪的标准自动计算MT5版本     KDJ指标又叫 随机指标 ,是一种相当新颖、实用的技术分析指标,它起先用于期货市场的分析,后被广泛用于股市的中短期趋势分析,是期货和股票市场上最常用的技术分析工具。 随机指标KDJ一般是用于股票分析的统计体系,根据统计学原理,通过一个特定的周期(常为9日、9周等)
To download MT4 version please click here . - This is the exact conversion from TradingView: "Trend Direction Force Index - TDFI [wm]" By "causecelebre". - The screenshot shows similar results from tradingview and Metatrader when tested on ICMarkets on both platforms. - This indicator uses multiple levels of averaging to detect trend strength. - You can optimize filter low and filter high levels to achieve best results. - You have access to buffers to use in EAs. - This is a light-load processin
All about time and price by ICT. This indicator provides a comprehensive view of ICT killzones, Silver Bullet times, and ICT Macros, enhancing your trading experience.  In those time windows price either seeks liquidity or imbalances and you often find the most energetic price moves and turning points. Features: Automatic Adaptation: The ICT killzones intelligently adapt to the specific chart you are using. For Forex charts, it follows the ICT Forex times: In EST timezone: Session: Asia: 20h00-0
Scan pattern
VLADISLAV AKINDINOV
The indicator is designed to help in making a decision on the direction of trading (buy or sell). It is a history scanner that searches for matches of the current pattern (combination of several current bars) with historical data in percentage terms by the relative vertical position of candles relative to each other, the size of each candle, the size of the candle body and the candle shadows. In history, the matches found are indicated by vertical lines on the candle of the beginning of the soug
LevelPAttern MT5 is a technical indicator based on the daily levels and Price Action patterns. The indicator is based on the standard ZigZag indicator + reversal candlestick pattens, such as Star, Hammer (also knows as Pin bar), Engulfing and others. The indicator generates audio and text notifications when a pattern is formed and a level is touched. It also supports sending email and push notifications. Indicator operation features It is suitable for working with any CFD and FOREX trading inst
Black Dragon indicator mt5
Ramil Minniakhmetov
4.83 (58)
趋势检测指标将补充任何策略,也可用作独立工具。   好处 易于使用,不会因不必要的信息而使图表过载; 可用作任何策略的过滤器; 具有内置的动态支撑和阻力水平,可用于获利和设置止损; 指标在烛台关闭后不会改变颜色;  适用于股票市场、指数、石油、黄金和所有时间范围; 具有吐司通知、邮件通知、推送通知和声音提醒功能。 我的其他开发可以在这里找到: https://www.mql5.com/zh/users/mechanic/seller 输入参数 Alert - 开/关。警报; Push Notification - 开/关。推送通知; Mail - 开/关电子邮件通知; Fibo 1,2,3,4,5,6,7,11,21,31,41,51,61,71 - 动态支撑和阻力位的设置。
WanaScalper
Isaac Wanasolo
1 (1)
A scalping indicator based on mathematical patterns, which on average gives signals with relatively small SL, and also occasionally helps to catch big moves in the markets (more information in the video) This indicator has three main types of notifications: The first type warns of a possible/upcoming signal on the next bar The second type indicates the presence of a ready signal to enter the market/open a position The third type is for SL and TP levels - you will be notified every time price re
Gioteen Volatility Index (GVI) - your ultimate solution to overcoming market unpredictability and maximizing trading opportunities. This revolutionary indicator helps you in lowering your losing trades due to choppy market movements. The GVI is designed to measure market volatility, providing you with valuable insights to identify the most favorable trading prospects. Its intuitive interface consists of a dynamic red line representing the volatility index, accompanied by blue line that indicate
Golden Spike Premium
Kwaku Bondzie Ghartey
Golden Spikes Detector Acknowledgement and Dedications:  The name of this indicator was Inspired by an Original; Mr Grant Koopman; a Knowledgeable and experienced Synthetics trader. I dedicate this indicator to Mr Grant.  Overview:   The Golden Spikes Premium is a groundbreaking trading indicator meticulously crafted for the Boom and Crash indices on the Deriv market. Tailored to meet the needs of discerning traders, this powerful tool operates exclusively on the one-minute timeframe, providing
The indicator identifies critical support and resistance areas. It also can give alerts and notifications to your mobile. A lot of customization options are available: You can have different timeframe on your current chart. For example, if your current chart timeframe is H1, you can assign the indicator timeframe to M15.The indicator identifies critical support and resistance areas. It also can give alerts and notifications to your mobile. A lot of customizations are available. There is an optio
The Optimized MACD Divergence indicator is a powerful tool designed to identify potential trading opportunities by detecting divergences between price action and the MACD indicator. It combines classic divergence analysis with candlestick pattern recognition and volume filtering to provide more accurate and reliable signals. How it Works The indicator operates on the following principles: MACD Calculation:   It calculates the MACD indicator using user-defined parameters for fast EMA, slow EMA,
Apocalypse Gold
Xian Qin Ceng
5 (16)
MT4版本 可以回测2000年——2024年任意一年。 很多人喜欢XAUUSD的交易,我也不例外,在积累了一些交易经验之后,经过努力,我制作了这个 Apocalypse XAU EA专门用来交易所有与XAU有关的品种,例如 XAUUSD/XAUEUR/XAUGBP/XAUCHF/XAUJPY/XAUAUD 。不过考虑到很多人可能并不需要交易所有的XAU货币对,而仅仅需要交易XAUUSD而已,因此一款入门级别的EA变得非常有意义。于是我决定制作  Apocalypse Gold,这是一款专门用于XAUUSD品种交易的EA。 信号展示与讨论群: 信号展示1: https://www.mql5.com/zh/signals/2223870 信号展示2:  https://www.mql5.com/en/signals/2223871 如果你不知如何设置参数或者有其他任何疑问,请点击这里:   Click here 99.9%质量历史数据回测, 2018-2024,Fixde lot . 下一个价格 799$! 一次一单,每个交易订单都有止损止盈。没有马丁,没有网格。在好的年份里,EA会持
该产品的买家也购买
TPSpro RFI Levels MT5
Roman Podpora
4.53 (19)
指示       俄罗斯 -        英语   建议 与指示器一起使用     -       TPSpro 趋势专业版 -   MT4版本       交易中的一个关键要素是做出买卖交易工具决定的区域或水平。尽管主要参与者试图隐藏他们在市场中的存在,但他们不可避免地会留下痕迹。我们的任务是学习如何识别这些痕迹并正确解释它们。 主要功能: 向卖家和买家显示活跃区域! 该指标显示所有正确的初始买入和卖出脉冲水平/区域。激活这些水平/区域后,开始寻找切入点,水平会改变颜色并填充特定阴影。此外,还会显示箭头,以便更直观地了解情况。 显示更高时间范围内的级别/区域(MTF 模式) 添加了使用更高时间间隔显示级别/区域的功能。此外,该指标还具有自动趋势检测功能(   TPSproTREND PRO   )。 用于交易的单独专业的逐步算法。 该算法专为日内交易而设计,既可顺势交易,也可逆势交易。每个活动模板均提供详细说明。 适用于多种时间范围 。 TPSpro RFI 水平指标可用于图表上的任何时间范围,从一分钟(M1)开始一直到每月(MN)。 图形和声音警报。 该指标提供图形和声音指示,
RelicusRoad Pro MT5
Relicus LLC
4.78 (18)
现在$ 147(更新后增加到$ 499) - 无限帐户(PC或Mac) RelicusRoad 用户手册 + 培训视频 + 访问 Private Discord Group + VIP 身份 一种看待市场的新方式 RelicusRoad 是世界上最强大的外汇、期货、加密货币、股票和指数交易指标,为交易者提供保持盈利所需的所有信息和工具。我们提供技术分析和交易计划,帮助每一位交易者取得成功,从初学者到高级。它是一个关键的交易指标,可以提供足够的信息来预测未来的市场。我们相信一个完整的解决方案,而不是图表上几个没有意义的不同指标。这是一个多合一指标,显示无与伦比且非常准确的信号、箭头 + 价格行为信息。 RelicusRoad 基于强大的人工智能,提供缺失的信息和工具来教育您并使您成为交易专家,成为成功的交易者。 几乎所有技术指标都滞后,这意味着它们只能报告已经发生的事情。因此,他们只确认您过去可以看到的价格已经在哪里。我们相信领先指标可以预测未来价格,而无需重新绘制,也不要过度依赖可能改变并导致重新绘制的滞后指标。如果您根据滞后指标进行交易并建立头寸,您就知道您已经大部分时间
Elliot Waves Analyzer Pro
Viktor Weidenthal
2.67 (3)
Elliot Waves Analyzer Pro calculates Elliot Waves to Help Identify Trend direction and Entry Levels. Mainly for Swing Trading Strategies. Usually one would open a Position in trend direction for Wave 3 or a Correction for Wave C . This Indicator draws Target Levels for the current and next wave. Most important Rules for Elliot Wave Analysis are verified by the Indicator.  The Pro version analyzes Multiple Timeframes and shows the Subwaves and Target-Levels.   For an Overview  " Elliot Waves Anal
TrendMaestro5
Stefano Frisetti
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
Fxaccurate Trend Trading is a method that focuses on identifying and capitalizing on market trends in the foreign exchange (Forex) market. This strategy is grounded in the principle that once a trend is established, it tends to persist, allowing traders to enter positions that align with the market's prevailing direction. Fxaccurate Trend Trading relies on various tools, indicators, and methodologies to spot, confirm, and trade in the direction of a trend, whether it’s upward (bullish) or downwa
AriBot
Arman Belassarov
AriMax   – AI-Powered Trading Robot AriMax is a cutting-edge AI-powered trading robot designed to help traders maximize profits while minimizing risk. Utilizing advanced machine learning algorithms and real-time market analysis, AriMax identifies high-probability trade opportunities with precision and speed. Key Features:     AI-Driven Market Analysis   – Analyzes market trends and patterns to make data-driven trading decisions.     Automated Execution   – Places trades seamlessly with optimiz
CBT Quantum Maverick 高效的二元期权交易系统 CBT Quantum Maverick 是一款精心设计的高性能二元期权交易系统,专为追求精准、简单和纪律的交易者打造。无需自定义,该系统经过优化,可直接使用并产生高效结果。只需遵循信号操作,稍加练习即可掌握。 主要特点: 信号精准度: 基于当前K线生成下根K线交易信号,无频繁重绘。 市场多样性: 专为二元期权交易设计,兼容多种经纪商和资产类别,适应不同交易偏好。 兼容性: Deriv Synthetic Charts :适用于任何时间框架。 OTC Charts :来自如 Quotex、PocketOption、Binomo、Stockity、IQOption、Exnova、OlympTrade、Deriv、Binolla 和 Homebroker 的经纪商,可导入 MT5(一周内提供免费导入支持,之后需支付服务费用)。 外汇、加密货币和商品市场 :扩展资产利用。 高收益二元资产 :建议使用90%以上的高回报率资产。 额外优势: 全面的交易计划: 提供系统化和纪律性交易的分步支持计划。 高效时间利用: 每天仅需一
IVISTscalp5
Vadym Zhukovskyi
5 (6)
我们向您介绍iVISTscalp5指标,它不仅独特,而且在交易操作中也非常有效。该指标基于时间数据,是多年金融市场经验和深入分析的结果。iVISTscalp5指标是手动交易的优秀工具。便利性、简单性和可视化 - 所有的复杂性都隐藏在内部。我们将iVISTscalp5指标的设置和使用简化到了最大程度。该指标适用于MT5终端中您所拥有的所有金融工具。 操作时间为UTC+3的早上4点到晚上8点。 iVISTscalp5指标菜单(见截图1): History - 计算行情的周数 dT_min - 选择时间间隔的时间(分钟) TFline - 绘制水平成交量(时间帧) BARSline - 绘制水平成交量(条数) TFtrend1 - 绘制日线通道(时间帧) BARStrend1 - 绘制日线通道(条数) TFtrend2 - 绘制周线通道(时间帧) BARStrend2 - 绘制周线通道(条数) ALERT_TIMER - 设置闹钟 ALERT - 开启/关闭闹钟 Save - 开启/关闭将时间记录到文本文件。 图表上的红色和蓝色旗帜表示时间(VIST智能剃须系统的信号)。卖出信号为红旗,买入
FxaccurateLS
Shiv Raj Kumawat
WHY IS OUR FXACCCURATE LS MT5 THE PROFITABLE ? PROTECT YOUR CAPITAL WITH RISK MANAGEMENT Gives entry, stop and target levels from time to time. It finds Trading opportunities by analyzing what the price is doing during established trends. POWERFUL INDICATOR FOR A RELIABLE STRATEGIES We have made these indicators with a lot of years of hard work. It is made at a very advanced level. Established trends provide dozens of trading opportunities, but most trend indicators completely ignore them! The
EXCLUSIVE! JUST  10 COPIES  AVAILABLE!   BONUS AUX VIP Club 2024 : Include EA CAP, CEP, LDH, PSC307 & AO4C to enhance the performance of this tool to its maximum potential  Click Here to Download Files   ( for users only ) FREE Trading Education Available Daily via Zoom --- For More Info or Instant Message Click link ---  https://t.me/abcdwave Transform your trading with the "Five Magic Bullets" Indicator, tailored for traders who embrace the power of Elliott Wave Chaos Theory.
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
Weis Wave with Alert MT5
Trade The Volume Waves Single Member P.C.
4.94 (16)
Rental/Lifetime Package Options and Privileges  Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Discord Access Channel "The SI traders"          x Rectangle Break Alert Tool      x How to trade with it:    http://www.tradethevolumewaves.com   ** If you purchase please contact me to setup your  : Two hour  webinar and  training Room and  complet
The   Gann Scalping Gold Indicator   is a robust technical analysis tool designed for precision trading in gold markets. It leverages Gann-based methodologies to identify key price levels, enabling traders to anticipate potential market reversals, breakouts, and areas of consolidation. Daily Reset Logic: Automatically resets touch statuses at the start of a new trading day, ensuring that the indicator aligns with fresh daily trends. How It Works: The indicator draws horizontal lines at predefine
Happy entries
Godwill Fortune Otieno Juma
The  product gives optimized entries for 3min ,1 hr and day timeframes  Does well with indices  ASIAN- HK50 AND CHINA A50 USA-US30,US100,US500 GER40 ,UK100 For stocks trade with the day timeframes Happy Entry employs advanced algorithms and real-time data analysis to identify optimal entry points with unprecedented accuracy. Its adaptive nature allows it to seamlessly adjust to changing market conditions, ensuring you never miss out on profitable opportunities. Whether you're a beginner or seas
Seconds Charts
Aleksandr Goryachev
Micro  ******************* Секундные графики MT5 ********************** Более точного инструмента для входа в сделку вы не найдёте. Входные параметры: Timeframe, sek - период построения графика, секунды Displayed bars - отображаемые бары Step of price levels, pp, 0-off - шаг отрисовки ценовых уровней, пункты Scale points per bar, 0-off - масштаб в пунктах на бар Show lines - отображение текущих уровней Show comment - отображение комментария Standard color scheme - стандартная цветовая сх
当然可以!以下是您提供的文本的中文翻译: 引入   MT4 / MT5 天文指标:您的终极天体交易伙伴 您准备好将交易体验提升到天文高度了吗?不用再寻找,就在我们的革命性 MT4 天文指标中。这个创新工具超越了传统的交易指标,利用复杂的算法提供无与伦比的天文洞察力和精确计算。 指尖上的宇宙信息:   瞻仰一个详尽的面板,展示了一宝藏般的天文数据。了解行星的地理/太阳心坐标,太阳/地球距离,亮度,伸长度,星座,黄道和赤道坐标,甚至是水平坐标——每个细节都经过精心计算并呈现得美轮美奂。指标生成的垂直线对应于时间值,为您的交易旅程提供了宇宙的视角。 行星线条与关系:   在您的图表上欣赏行星线条的魔力,具有可自定义的比例和角度。通过直观的控制面板轻松切换每个行星线条的可见性。通过连结、六分、四分、三分、对冲和逆行等指标,发现行星关系的艺术。在您选择的时间范围内探索这些宇宙构造,使您能够识别重要的交易机会。 揭示甘恩的智慧:   通过受甘恩启发的平方垂直线揭示潜在的反转时机。这种创新修改将甘恩历经考验的原则带入现实,帮助您提前了解市场的转向和趋势。 月亮引导:   在您的图表上优雅地导航月相,
Big Player Range
Thalles Nascimento De Carvalho
5 (3)
释放 "BigPlayerRange" 的力量:市场技术分析的利器 我们隆重推出 BigPlayerRange ,一款先进的技术分析工具,专为揭示 市场中机构投资者的兴趣区域 而设计。借助该工具,您可以精准识别大玩家的活跃区域,从而提升您的交易策略的效果。 主要特性: 机构兴趣区域映射 : BigPlayerRange 突出显示金融机构的高活动区域,提供关于市场可能走势的重要见解。 目标退出点的预测 :此指标使用两步预测建议潜在退出点,助您基于价格未来方向规划策略。 回调概率分析 :评估当价格回到识别范围时的 回调概率 ,此功能有助于风险管理和策略调整。 如何使用 BigPlayerRange: 识别兴趣区域 :利用此指标锁定机构活跃的关键区域,从而预测重要市场变动。 目标退出点的预测 :根据指标提供的预测制定退出决策,以实现策略性平仓。 回调概率评估 :监测价格回到兴趣范围时的回调可能性,并据此调整策略。 核心触发点:监控价格相对于绿色和红色线的位置 BigPlayerRange 的中心区域 展示了 机构集中的市场能量 。监控价格相对于 绿色和
VIP Buy Sell Signals
Hapu Arachchilage Tharindu Lakmal
Contact me through this email aaddress to download the FREE strategy PDF for this indicator tharindu999lakmal@gmail.com Introduction   The   "Buy Sell Signals"   is designed to provide BUY and SELL trade signals based on the current market conditions.   A   Trading Strategy   (Chee sheet)  has been  provided for this trading indicator.   (Read the description). This indicator has time tuned e ntry signals . so,   you will enter the market at the very best price level   with this indicator .  
Dinapoli Package MT5
Samil Bozuyuk
5 (2)
All in One package includes the  Oscillator Predictor ,  MACD Predictor ,  Thrust Scanner  and  Advanced Fibonacci  indicators which are mandatory for applying  Dinapoli  trade plans.  Please visit below links for detailed explanations of indicators. Advanced Fibonacci Indicator =>  https://www.mql5.com/en/market/product/107933 Thrust Scanner Indicator =>  https://www.mql5.com/en/market/product/52829 Overbought /Oversold Predictor indicator => https://www.mql5.com/en/market/product/52628 Macd
SMCpro
Arief
5 (2)
Indicator USER MANUAL, trade setups, solving issues, etc :  Direct Download Here     ( for users only ) Hello World! Introducing.. SMCpro tool and Indicator for  MetaTrader 5 , a cutting-edge feature designed to revolutionize your trading experience. With innovative ICT Smart Money Concept, you gain unparalleled insight into market dynamics, empowering you to make informed trading decisions like never before. SMC Indicator built on the foundation of advanced algorithms and real-time dat
The indicator is designed to close positions on the market in time. For example: to take profits ahead of schedule if the price has not reached TakeProfit, and the market is turning around. The indicator analyzes the momentum, not the trend. He does not give any information about the trend. The indicator is well suited for finding divergence. The Ershov 38 Parrots indicator dynamically adjusts to the market and detects price movement impulses of medium and high amplitude. It almost does not rea
VTrende Pro
Andrii Diachenko
5 (1)
VTrende Pro - MTF indicator for trend trading with a display panel for MT5 *** Videos can be translated into any language using subtitles (video language - Russian) Although the signals of the VTrende Pro indicator can be used as signals of a full-fledged trading system, it is recommended to use them in conjunction with the Bill Williams TS. VTrende Pro is an extended version of the VTrende indicator. Difference between Pro version and VTrende: - Time zones - Signal V - signal 1-2 waves -    S
SYSTEM INTRODUCTION:   The Binary Options Conqueror System Is Specifically Designed For Binary Options Trading. Unlike Other Systems And Indicators That Were Adopted From Other Trading Environments For Binary Options. Little Wonder Why Many Of Such Systems Fail To Make Money . Many End Up Loosing Money For Their Users.     Forward Testing Of The System Has Shown Remarkable Results . The Results Of Forward Testing On Live Trading Account Is Consistent With The Results Obtained By Back Testing .
Piranha version 2
Maria Strudov
5 (1)
"Piranha" - an autonomous trading system that determines overbought and oversold levels on the chart. Red and blue zones represent overbought and oversold levels respectively. Entry points are marked with arrows: a downward arrow in the red zone for "sell" and an upward arrow in the blue zone for "buy". The Take profit level is indicated by the green moving average. Key features: Adjusting the Take profit level as the green moving average changes position. Averaging ability when a new market e
精密指数振荡器(Pi-Osc)由Precision Trading Systems的Roger Medcalf开发 版本2经过精心重新编码,以在您的图表上加载速度非常快,还加入了一些其他技术改进,以提高体验。 Pi-Osc旨在提供准确的交易定时信号,旨在找到极端的耗尽点,这些点是市场被迫去触及,以清理每个人的止损单。 该产品解决了一个古老的问题,即知道极端点在哪里,这使得交易员的生活变得更加简单。 这是一个高度复杂的共识指标,与行业标准的振荡器相比,具有一些强大的区别。 它使用的一些特征包括需求指数、资金流动、RSI、随机指标、模式识别、成交量分析、标准偏差极端点以及不同长度上述各种变化的分歧。 乍一看,对于未经培训的人来说,它似乎与任何其他振荡器没有什么不同,但当与其他振荡器(如RSI或动量等)相对比时,这个指标的真正威力开始显现。 据我所知,没有其他振荡器可以频繁地精确指出顶部和底部,具有相同的定期效率。 精密指数振荡器由许多不同的数学方程组成,用于测量多个时间框架采样中的价格和成交量变动,从而高度准确地预测趋势可能发生转折的位置。 PTS Pi-Osc V2非
Carnaval mt5
Petro Lytvynov
This is an indicator that includes the best basic forex indicators, without redrawing. Based on this data, a sell or buy signal is generated. It does not disappear anywhere after the signal, which gives us the opportunity to see the results on the history. It can be used on any currency pair, crypto, metals, stocks It is best used on an hourly chart, but other periods are also acceptable. The best results for the period H1,H4,daily If customers have any questions, I will answer them and aft
Scalping Fast2
Ywsf Hsyn Hmad Alrsh
This factor is traded on the 5M five-minute frame Please see the explanations in the attached images Trading is done according to the trend. If the trend is upward, we buy only when the red line is touched If the trend is downward, we sell only when the blue line is touched In the case of a sideways trend, we can sell when the blue line is touched and buy when the red line is touched When the price reaches the red buy line or the sell line from above, we enter a deal and stop the loss at 5
Price Action Scanner Pro 是一款识别价格行为并给予提醒的指标 , 它比 Price Action Scanner 能提供更多的功能与配置 . 这款指标可以同时检测最多15个品种 , 不同时间周期的信号 . 你可以分别设置亚盘时间 , 欧盘时间 , 美盘时间 , 检测的时间周期 , 这样就能在交易频繁的时段使用小级别的信号来判断入场时机 , 在交易不频繁的时段使用较大级别的信号来判断入场时机 . 通过设置分隔符 , 来添加不同的品种名称 , 不同的时间周期 .  指标可以设定检测多种常见信号种类 , 有 Pinbar , 吞没形态 , 孕线形态 , 启明星 , 黄昏之星 , Fakey , 在单独的副图里面显示出对应的信息 , 并提示出信号的方向 . 你可以点击对应的 Open Chart 按钮 , 显示出这个品种的 chart , 便于更好的观察 . 你也可以设置每种信号的颜色 , 显示的大小 .  在显示方面 , 也做了升级 . 你可以根据屏幕分辨率的大小 , 选择显示两列 , 三列 , 还是四列内容 , 同时可以调整显示的字体大小 . 信号已经对趋势进行了
GannTools
issam rahhal sabour
GannTools Indicator The GannTools Indicator is a powerful trading tool inspired by W.D. Gann's strategies. This indicator provides traders with dynamic support and resistance levels, trend analysis, and key price patterns using Gann angles and cycles. Key Features: Customizable Gann Fans, Angles, and Cycles for precise market analysis. Automatic identification of key price levels and trend directions. Works on all timeframes and instruments for flexible trading strategies. Integrated visualiza
How to use Pair Trading Station Pair Trading Station is recommended for H1 time frame and you can use it for any currency pairs. To generate buy and sell signal, follow few steps below to apply Pair Trading Station to your MetaTrader terminal. When you load Pair Trading Station on your chart, Pair Trading station will assess available historical data in your MetaTrader platforms for each currency pair. On your chart, the amount of historical data available will be displayed for each currency pai
作者的更多信息
Pivot Fade
Garfield Heron
FadePivot2_v1 is an Expert Advisor (EA) designed for MetaTrader 5 that leverages classic daily pivot levels to place strategic fade orders at the start of each new trading day. By default, it retrieves high, low, and close data from the previous day’s daily candle, uses them to compute the traditional pivot (P), plus support (S1, S2) and resistance (R1, R2) lines, and then issues pending limit orders to fade price action around these critical areas. More specifically, the EA places a Sell Limit
Bot3
Garfield Heron
Introducing the Ultimate Trading Solution: Bot3 – Your Edge in the Forex Market Are you ready to take your trading to the next level?  Bot3  is a cutting-edge Expert Advisor (EA) designed for MetaTrader 5, combining advanced technical analysis, risk management, and harmonic pattern detection to deliver consistent results. Whether you're a beginner or an experienced trader, this EA automates your trading strategy with precision and reliability, helping you maximize profits while minimizing risks
筛选:
无评论
回复评论
版本 1.1 2025.01.31
Updated copyright