Saadson Poseidon

Here is an automated Andrews Pitchfork indicator which is DESIGNED SPECIFICALLY to integrate with custom Expert Advisor or MANUAL indicator. It will not allow manual modification as it is strictly use for automatic. However, you still can change the Zig Zag parameters to suits your need. Proposed default parameter is 18-Periods or more with +18.    

Feature Highlight

  • Right top corner of the Currency information % Strength / Spread / Remaining Bar Time 
  • Bottom Right Current & Previous SEQUENCE Number (1 to 8). Sequence Definition explains on Section 2 as below.
  • TOP LINE Price 3. This is current indicator price for highest level in the pitchfork and is the same Line with anchor Price3. When price cross above TOP LINE, the Sequence No will change from 7 to 8.
  • TOP 61.8% Fibonacci Level. This is current price for Fibonacci level 61.8% on Top section. When price cross above TOP 61.8%, the Sequence No will change from 6 to 7.
  • TOP 38.2% Fibonacci Level. This is current price for Fibonacci level 38.2% on Top section. When price cross above TOP 38.2%, the Sequence No will change from 5 to 6.
  • MID Line. This is current indicator price for median line in the pitchfork and is the same Line with calculated anchor Median Price. When price cross above Mid Line, the Sequence No will change from 4 to 5.
  • BTM 61.8% Fibonacci Level. This is current price for Fibonacci level 61.8% on Bottom section. When price cross above BTM 61.8%, the Sequence No will change from 3 to 4.
  • BTM 38.2% Fibonacci Level. This is current price for Fibonacci level 38.2% on Bottom section. When price cross above BTM 38.2%, the Sequence No will change from 2 to 3.
  • BTM Line Price 2.  This is current indicator price for lowest level in the pitchfork and is the same Line with anchor Price2. When price cross above BTM LINE, the Sequence No will change from 1 to 2.
  • Automated Standard MQL4 ANDREWS PITCHFORK tool object. The Pitchfork tool will be hook up automatically and you can ADD-ON more standard MQL4 tool object to this existing one for Manual Trading.
  • Alert and Push Notification feature as well Indicator Data access are provided.

Parameters:

  • Reset: When Set to true, Indicator data will be reset.
  • Notification: When set to true, Push Notification feature is enabled.
  • Message: When set to true, popup Alert Message will appears on screen.
  • ZZ_Depth: Standard ZigZag Depth setting. Suggest 18, 36, 54, etc.
  • ZZ_Deviation: Set the ZigZag Deviation setting.
  • ZZ_Backstep: Set the ZigZag Backstep setting.
  • Pitch_Width: Set the Pitchfork line width.
  • Pitch_Color: Set the Pitchfork line color.

Example code to access Array index via EA

You may use the following code to access Data Array up to Index 22 (Index 0 is Reserve). Refer Array Index Definition.
void OnTick()
  {
      for(int i=0; i<22; i++)
      {
         double h_iposeidon=iCustom(_Symbol,0,"SaadsonPoseidon",36,0,i);
         P_Buf[i]=h_iposeidon;      
      }
  }

Then you may map the Index array like the following:

      double current_Price2 		= P_Buf[5];
      double current_Price3 		= P_Buf[6];
      double current_MidPrice 		= P_Buf[7];
      double Absdifferential_Price 	= P_Buf[15];
      double current_TopFib61		= P_Buf[16];
      double current_TopFib38 		= P_Buf[17];
      double current_BotFib61		= P_Buf[18];
      double current_BotFib38 		= P_Buf[19];
      int current_SEQNO 		= P_Buf[20];
      int Previous_SEQNO 		= P_Buf[21];

Array Index Definition

  • Index 0: RESERVE
  • Index 1: Price1 anchor of the Pitchfork.
  • Index 2: Price2 anchor of the Pitchfork.
  • Index 3: Price3 anchor of the Pitchfork.
  • Index 4: Calculated Median price anchor if the pitchfork.
  • Index 5: Current Price2 (always at the bottom).
  • Index 6: Current price3 (always at teh top).
  • Index 7: Current Median Price (the middle line).
  • Index 8: Calculated Price3 Bar Times.
  • Index 9: Calculated Price2 Bar Times.
  • Index 10: Differential Price3 minus Price2 (Negative value indicates trending downward).
  • Index 11: Time1 anchor of the pitchfork. 
  • Index 12: Time2 anchor of the pitchfork.
  • Index 13: Time3 anchor of the pitchfork.
  • Index 14: Calculated Time median anchor.
  • Index 15: Absolute different Price of Price1 anchor and Price 2 anchor.
  • Index 16: Top level of the Fibonacci 61.8%.
  • Index 17: Top level of the Fibonacci 38.2%.
  • Index 18: Bottom level of the Fibonacci 61.8%.
  • Index 19: Bottom level of the Fibonacci 38.2%.
  • Index 20: Current SEQUENCE NO.
  • Index 21: Previous SEQUENCE NO.








































推荐产品
Rainbow MT4
Jamal El Alama
Rainbow MT4 is a technical indicator based on Moving average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, it’s a signal to buy. When price crosses below MA and MA changes color to red, it’s a signal to sell. The Expert advisor ( Rainbow EA MT4) based on Rainbow MT4 indicator, as you can see in the short video below is now available here .
FREE
Smart FVG indicator MT4
Ahmad Kazbar
4.67 (3)
Smart FVG 指标 MT4 – MetaTrader 4 高级公平价值缺口检测 Smart FVG 指标为 MetaTrader 4 提供专业的公平价值缺口(Fair Value Gap,FVG)检测、监控和告警功能,所有信息都直接显示在图表上。它将基于 ATR 的过滤与结构感知逻辑相结合,帮助你去除噪音、适应流动性,并只保留最关键的不平衡区域,从而做出更加精确的交易决策。 主要优势 精准的 FVG 检测:识别真正的市场低效,而不仅仅是简单的 K 线价格跳空。 基于 ATR 的自适应精度:根据不同市场与周期自动过滤低质量信号。 实时有效性跟踪:当价格填补或突破缺口时,相关区域会被自动延伸、调整或删除。 高度可视化与自定义:可根据任何模板自定义颜色、线型和填充样式。 实用告警功能:对新出现、被填补或被突破的 FVG 提供实时通知。 性能优化:轻量化设计,适合多品种、多周期同时扫描。 工作原理 将指标加载到任意 MT4 品种与时间周期图表上。 算法会扫描历史与实时 K 线,标出当前有效的 FVG 区域。 ATR 逻辑会根据当前波动率和流动性动态调整检测条件。 当价格完全回补缺口
FREE
SX Supply Demand Zones accurately identifies and draws high-probability Supply and Demand zones using a sophisticated algorithm. Unlike traditional indicators that clutter your chart, this indicator is designed with a focus on performance and a clean user experience. New Unique Feature: Interactive Legend System What truly sets this indicator apart from everything else is the Interactive Control Legend. You have a professional dashboard directly on your chart that allows you to: Show/Hide: Ins
FREE
The indicator allows you to trade binary options. The recommended time frame is М1 and the expiration time is 1,2,3 minutes. The indicator suitable for auto and manual trading. A possible signal is specified as a arrows above/under a candle. You should wait until the candle closes! Arrows are not re-painted Trade sessions: TOKYO section (Half-end) Currency pairs: USD/JPY Working time frame: M1 Expiration time: 1,2,3 minutes. The indicator also shows good results when using the martingale strateg
FREE
Free automatic fibonacci
Tonny Obare
4.67 (49)
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
The Auto Fibonacci Indicator is a professional technical analysis tool that automatically draws Fibonacci retracement levels based on the most recent closed Daily (D1) or 4-Hour (H4) candle. These levels are widely used by traders to identify key support , resistance , and trend reversal zones . This version is designed for manual trading and supports a powerful trading strategy using Fibonacci levels combined with a 50-period EMA (Exponential Moving Average) , which you can easily add from MT4
FREE
Double HMA lines MTF
Pavel Zamoshnikov
5 (1)
This is a multi-timeframe version of the popular Hull Moving Average (HMA). The Double HMA MTF Light indicator combines two timeframes on a single chart. The HMA of the higher timeframe defines the trend, and the HMA of the current timeframe defines short-term price movements. The indicator is freely distributed and hasn't audio signals or messages. Its main function is the visualization of price movements. If you need advanced functionality of the HMA multi-timeframe indicator (information ab
FREE
Email Drawdown Alert
Roman Starostin
5 (12)
Free informative Indicator-helper. It'll be usefull for traders who trade many symbols or using grid systems (Averaging or Martingale). Indicator counts drawdown as percent and currency separate. It has a number of settings: Count deposite drawdown according equity value and send e-mail or notifications to user if DD more than set; Sending e-mail when max open orders reached; Shows price and remaining pips amount before MarginCall on current chart and Account generally; Display summary trade lot
FREE
PZ Penta O MT4
PZ TRADING SLU
2.33 (3)
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
High Low Open Close MT4
Alexandre Borela
4.81 (21)
如果你象这个项目一样,就有5个饥饿审查。 这项指标采用了既定价格的公开、高、低价和关闭价格 可以对特定时间区加以调整。 许多机构和专业人士都认为这些是重要的。 贸易商可以为你了解他们可能更进一步的地点, 积极。 现有期间为: 前一日。 前一星期。 曾任Month。 曾任。 前一年。 或: 目前日。 目前周。 目前 Month。 目前配额。 今年。
FREE
Follow The Line
Oliver Gideon Amofa Appiah
3.94 (16)
FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL.  It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more
FREE
Line
Andrea Fontanini
free only until the end of the week The following indicator must be used and contextualized according to your trading methodologies. It provides excellent trading insights and identifies rejection zones on the drawn lines. Several parameters can be customized. The indicator will plot three levels above and below the opening price on D1, W1, and MN1. It will provide the daily ADR and display two additional daily sessions (EUROPE session and USA session). The colors of the various lines can be cu
FREE
SMC Venom 模型 BPR 指標是針對在智慧貨幣 (SMC) 概念內工作的交易者的專業工具。它會自動辨識價格圖表上的兩種關鍵模式: FVG (公平價值缺口)是三根蠟燭的組合,其中第一根和第三根蠟燭之間存在缺口。它在水平之間形成一個沒有成交量支撐的區域,這通常會導致價格調整。 BPR (平衡價格區間)是兩種 FVG 模式的組合,形成一個「橋樑」 - 當價格以低成交量活動移動時,突破並返回到水平的區域,從而在蠟燭之間產生間隙。 這些模式可協助交易者透過分析圖表上的交易量和價格動態(大型市場參與者和普通參與者之間的互動)來識別關鍵的支撐/阻力位、突破區域和切入點。 此指標以矩形和箭頭的形式可視化模式,也支援靈活的警報設定。 主要特點: 模式顯示模式:選擇顯示 BPR 模式(看漲和看跌)或 FVG 模式(看漲和看跌)。 可以隱藏所有圖表分析模式。 以條數過濾:BPR 結構中 FVG 之間的最小/最大距離。 訊號的附加視覺化: 箭頭有 9 種類型可供選擇(標準、細、分形等)或手動輸入 Wingdings 代碼,其表格可以選擇性地顯示在圖表上。 使用 ATR 配置顏色、尺寸及其相對於價格
Candle Pattern Finder Candle Pattern Finder is a powerful MT4 indicator designed to help traders easily detect key candlestick patterns in real-time. Whether you're trading trends, reversals, or consolidations, this tool highlights important price action signals directly on the chart — helping you make faster and more confident trading decisions. Detects popular candlestick patterns: Bullish/Bearish Engulfing Hammer & Inverted Hammer Shooting Star & Hanging Man Three White Soldiers Three Black
FREE
EARLY REMINDER: The Starting price is 65 price will rise soon up to 365$ and then 750$ after first 10 copies of sales. Grab this offer now! Introduction Hello, traders! Welcome to the demonstration of the Forex Beast Indicator , a comprehensive tool designed to assist aspiring traders in navigating the complexities of the forex market. This indicator incorporates seven essential components to provide a well-rounded trading experience: Moving Averages Colored Zones Support and Resistance Levels
OrderBlock TS Roman
Vladislav Vlastovskii
3.8 (5)
Индикатор строит блоки заказов (БЗ) по торговой системе (ТС) Романа. Поиск блоков осуществляется одновременно на двух таймфремах: текущем и старшем (определяемым в настройках). Для оптимизации и игнорирования устаревших блоков в настройках задается ограничение количества дней в пределах которых осуществляется поиск блоков. Блоки строятся по правилам ТС состоящем из трех шагов: какую свечу вынесли (что?); какой свечой вынесли (чем?); правило отрисовки (как?).
FREE
Trendline indicator
David Muriithi
2 (1)
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
QualifiedEngulfing
Ashkan Hazegh Nikrou
QualifiedEngulfing - 是 ProEngulfing 指标的免费版本 ProEngulfing - 是 Advance Engulf 指标的付费版本, 点击此处下载。 ProEngulfing 的免费版与付费版有什么区别?免费版每天只能发出一个信号。 介绍 QualifiedEngulfing - 你的专业 Engulf 模式指标,适用于 MT4 通过 QualifiedEngulfing 发挥精准性的力量,这是一款设计用于辨识和突显外汇市场中合格 Engulf 模式的前沿指标。专为 MetaTrader 4 开发,QualifiedEngulfing 提供了一种细致入微的 Engulf 模式识别方法,确保您只收到最可靠的交易信号以做出决策。 QualifiedEngulfing 的工作原理: QualifiedEngulfing 采用先进的算法分析 Engulf 模式,超越了简单的模式识别,确保模式的合格性。以下是其工作原理: 资格标准:该指标评估实体百分比相对于整个蜡烛大小的百分比,并考虑影子百分比相对于蜡烛大小的比例。这种仔细的评估确保只有高概率的 Engul
FREE
Fx BFP Pivot Points
Maged Ait Abbi
5 (6)
A forex   pivot point   strategy could very well be a trader’s best friend as far as identifying levels to develop a bias, place stops and identify potential profit targets for a trade. Pivot points have been a go-to for traders for decades. The basis of pivot points is such that price will often move relative to a previous limit, and unless an outside force causes the price to do so, price should stop near a prior extreme. Pivot point trading strategies vary which makes it a versatile tool for
FREE
Super Auto Fibonacci
Muhammed Emin Ugur
Discover the power of precision and efficiency in your trading with the " Super Auto Fibonacci " MT4 indicator. This cutting-edge tool is meticulously designed to enhance your technical analysis, providing you with invaluable insights to make informed trading decisions. Key Features: Automated Fibonacci Analysis: Say goodbye to the hassle of manual Fibonacci retracement and extension drawing. "Super Auto Fibonacci" instantly identifies and plots Fibonacci levels on your MT4 chart, saving you tim
FREE
Market Profile 3
Hussien Abdeltwab Hussien Ryad
3 (2)
Market Profile 3 MetaTrader 4 indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible t
FREE
Support resistanses show
Meysam Ghasemi
1 (1)
.....................................hi....................... ................for showing high s and low s and support and resistanses .....................we have a lot of ways............................... it can be helpful for finding trends , higher highs , higher lows , lower highs , lower lows .......................today i write on of thems.......................... ........................you can enter the number of last support and resistanses .........................and it will dra
FREE
VR Cub
Vladimir Pastushak
VR Cub 这是获得高质量切入点的指标。该指标的开发是为了促进数学计算并简化对仓位入场点的搜索。多年来,该指标所针对的交易策略已被证明其有效性。交易策略的简单性是其巨大的优势,即使是新手交易者也能成功进行交易。 VR Cub 计算开仓点以及获利和止损目标水平,这显着提高了效率和易用性。查看使用以下策略进行交易的屏幕截图,了解简单的交易规则。 设置、设置文件、演示版本、说明、问题解决,可以从以下位置获取 [博客] 您可以在以下位置阅读或撰写评论 [关联] 版本为 [MetaTrader 5] 计算入场点的规则 开仓 要计算入场点,您需要将 VR Cub 工具从最后一个高点拉伸到最后一个低点。 如果第一个点在时间上早于第二个点,交易者等待柱线收于中线上方。 如果第一个点在时间上晚于第二个点,交易者等待柱线收于中线下方。 根据上述条件,严格在 柱线收盘 后建仓。 换句话说,如果我们在小时图上进行交易,那么从最高点到最低点的时间距离必须超过24小时,最高点和最低点之间的点数必须大于或等于平均价格变动每天。 维持和改变市场地位 可以有多个未平仓头寸;每个头寸都可以单独修改。 VR Cub
PZ Pivot Points
PZ TRADING SLU
4.6 (10)
This indicator displays pivot points in the chart, including historical vales, and supports many calculation modes for Pivot Points and S/R levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] It plots historical levels for backtesting purposes It allows you to select the reference timeframe It implements different Pivot Point calculation modes It implements different SR calculation modes It implements customizable colors and sizes Calculation Modes The indicator
FREE
5/35 Oscillator to be used with our Elliott Wave Indicator as part of the overall strategy on trading the 5th wave. The Elliott Wave Indicator Suite is designed around a simple but effective Swing Trading Strategy. The Indicator Suite is great for Stocks, Futures and Forex trading on multiple timeframes You can find the main Elliott Wave Indicator here  https://www.mql5.com/en/market/product/44034
FREE
FRM Half Trend
Noiros Tech
3.5 (2)
YOU CAN NOW DOWNLOAD FREE VERSIONS OF OUR PAID INDICATORS . IT'S OUR WAY OF GIVING BACK TO THE COMMUNITY ! >>>    GO HERE TO DOWNLOAD   The system is a free open source pine script originally published on TradingView by everget   . It was converted to Mt4 by Forex Robot Makers. This system is a  popular trend indicator based on ATR ( Average True Range ) , Moving Averages and the Donchian channel . System BackGround ATR The average true range is an indicator of the price volatility of an asse
FREE
Extremum Reverse Bar
Yurij Izyumov
2.8 (5)
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
Forex Market Profile and Vwap
Lorentzos Roussos
4.86 (7)
外汇市场概况(简称FMP) 这不是什么: FMP 不是经典的字母编码 TPO 显示,不显示整体图表数据配置文件计算,并且不将图表分段并计算它们。 它能做什么 : 最重要的是,FMP 指示器将处理位于用户定义频谱左边缘和用户定义频谱右边缘之间的数据。 用户只需用鼠标拉动指示器的每一端即可定义频谱。 当指标右边缘被拉到实时柱并进一步(到未来)时,指标被认为是“实时的”(它会更新新柱) 该指标将一个“锚点”对象放在它所附加的图表上,然后将该锚点与硬盘驱动器上的文件相关联。 这允许您在图表上运行一个持续的 FMP,您的设置在重新启动时持续存在,直到图表 - 或指标 - 关闭。 FMP 指标可以在一个图表上运行多个自身实例,并且您可以命名它们。(名称在指标数据中显示为半透明,以便您能够区分它们) 指标的数据窗口被快速切换控件包围,当它们的状态发生变化时,这些控件会更新该图表的指标设置的“内存”。 左手柄、右手柄和数据窗口的显示可以自定义。您可以从 13 种不同的样式组合中进行选择,或者选择每个部分的单独样式(从 13 种中选择)。 您可以选择显示与光谱左侧对齐、在中间对称居中、与光谱右侧
FREE
PZ Harmonacci Patterns
PZ TRADING SLU
3.17 (6)
可以说,这是您可以为MetaTrader平台找到的最完整的谐波价格形成自动识别指标。它检测19种不同的模式,像您一样认真对待斐波那契投影,显示潜在的反转区域(PRZ),并找到合适的止损和获利水平。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 它检测19种不同的谐波价格形态 它绘制了主要,衍生和互补的斐波那契投影(PRZ) 它评估过去的价格走势并显示每个过去的形态 该指标分析其自身的质量和性能 它显示合适的止损和获利水平 它使用突破来表明合适的交易 它在图表上绘制所有样式比率 它实现了电子邮件/声音/视觉警报 受斯科特·M·卡尼(Scott M. Carney)的书的启发,该指标旨在满足最纯粹和最熟练的交易者的需求。但是,它采取了一种使交易更容易的方式:在向交易发出信号之前,它会等待Donchian朝正确方向突破,从而使交易信号非常可靠。 斐波那契投影与向量无关 它实现了电子邮件/声音/推送警报 它绘制了ABCD投影 重要提示: 为了符合 Scott M. Carney先生 的商标申诉,某些图案名称已重命名为不言自明的替代方式, Scott M.
Enhanced Volume Profile: The Ultimate Order Flow & Liquidity Analysis Tool Overview Enhanced Volume Profile   is an indicator for MetaTrader 5 that displays the traded volume at specific price levels over a defined period. It separates the total volume into buy and sell components, presenting them as a side-by-side histogram on the chart. This allows users to observe the volume distribution and the proportion of buy and sell volumes at each price level. Graphics Rendering The indicator uses t
FREE
该产品的买家也购买
Gann Made Easy
Oleg Rodin
4.83 (156)
Gann Made Easy 是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
Scalper Inside PRO
Alexey Minkov
4.74 (69)
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
M1 Sniper
Oleg Rodin
5 (20)
M1 SNIPER 是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Atomic Analyst
Issam Kassas
5 (4)
首先值得强调的是,该交易指标是非重绘、非延迟的指标,这使其成为手动和机器人交易的理想选择。 用户手册:设置、输入和策略。 Atomic Analyst是一种PA价格行动指标,利用价格的力量和动量来寻找市场上更好的机会。配备了高级过滤器,可帮助去除噪音和假信号,并提高交易潜力。使用多层复杂的指标,Atomic Analyst扫描图表,并将复杂的数学计算转化为任何初学者都能理解并用来做出一致交易决策的简单信号和颜色。 “Atomic Analyst”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它将高级指标和一流功能融合为一体的交易策略,使其成为所有类型交易者的多功能选择。 日内交易和剥头皮策略:专为快速准确的日内交易和短期交易而设计。 日内和摆动交易策略:可用作追求价格大幅波动的日内和摆动交易者的可靠工具。 多货币和市场:凭借其可靠的精度,在不同的工具和市场上运作。 多个时间框架:可在多个时间框架上使用,性能良好。 稳定性:所有指标均不重绘、不重绘和不滞后,确保可靠的信号。 信号清晰度:提供箭头信号,用于清晰的入场和出场点。 实时警报:通过交易入场、SL和TP警报通知交易者
Linear Trend Predictor — 结合切入点和方向支撑线的趋势指标。按照突破高/低价通道的原理运作。该指标算法过滤市场噪音,考虑波动性和市场动态。 指示器功能  使用平滑方法,显示市场趋势和开立买入或卖出订单的切入点。  适合通过分析任何时间范围内的图表来确定短期和长期的市场走势。  输入参数可适应任何市场和时间范围,允许交易者独立定制指标。  设定的指示信号不会消失,也不会重新绘制——它是在蜡烛收盘时确定的。  几种类型的通知以箭头组合。  该指标既可以作为独立的交易系统使用,也可以作为其他交易系统的补充。  可供任何经验水平的交易者使用。 主要参数 Volatility Smoothing Level - 指标的主要参数,允许您配置指标以实现舒适的操作。 它的数字范围是 1 到 100,从而增加了您可以获得更长趋势运动的平滑度。 通过少量的数字,您可以获得短期走势并快速退出交易。 使用指标进行交易的时刻:  红线和箭头表示下降趋势和卖出开盘信号。止损应根据前一个上分形来设置。  黄线和箭头表示上升趋势和买入开盘信号。止损应根据前一个下分形来设置。
Dynamic Scalper System
Vitalyi Belyh
5 (1)
“ Dynamic Scalper System ”指标专为在趋势波内进行剥头皮交易而设计。 已在主要货币对和黄金上进行测试,并可与其他交易工具兼容。 提供顺势短线建仓信号,并提供额外的价格变动支持。 指标原理: 大箭头决定趋势方向。 在趋势波内,我们采用一种生成小箭头形式的剥头皮交易信号的算法。 红色箭头代表看涨方向,蓝色箭头代表看跌方向。 敏感的价格变动线会沿着趋势方向绘制,并与小箭头信号协同作用。 信号运作方式如下:当线在适当时刻出现时,将形成入场信号;在出现线时,持仓;线完成后,平仓。 建议的操作时间范围为M1 - H4。 箭头在当前K线上方形成,如果下一根K线已开仓,则不会重新绘制上一根K线上方的箭头。 输入参数 Trend Wave Period - 趋势方向(大箭头)的周期,改变趋势波的时间间隔。值 1 表示趋势方向的最长持续时间,参数值越大,持续时间越短。 Scalper Arrows Period - 信号箭头(小箭头)的计算周期,改变入场信号的生成频率。值 3 表示最频繁的生成频率,参数值越大,箭头频率越低,准确度越高。 这些参数可以根据不同的时间范
Market Makers
Mohamed Hassan
After purchase, contact me privately to receive 7 days of free testing with EA Forex Proton. This advanced MT4 trading robot automatically executes signals from any MT4 indicator, including Market Makers. The latest version also includes AI integration, allowing each trade signal to be analyzed using Artificial Intelligence. Market Makers is a powerful price action trading system designed to identify high-probability Buy and Sell opportunities based on market momentum, volatility, and price po
Trend Lines PRO
Roman Podpora
5 (1)
TREND LINES PRO 帮助您了解市场真正的方向转变点。该指标显示真实的趋势反转点以及主要参与者重新入场的时机。 您可以看到 BOS线、 趋势变化和更高时间框架的关键水平——无需复杂的设置或不必要的干扰。信号不会重绘,并在K线收盘后仍然保留在图表上。 VERSION MT 5    -   与……搭配使用时,可发挥其最大潜力   RFI LEVELS PRO 指示器 该指标显示的内容: 实际变化 趋势(BOS 线) 一旦信号出现,它就始终有效!这与会重绘的指标有着重要的区别,后者可能会发出信号后又改变信号,从而导致资金损失。现在,您可以更精准、更准确地进入市场。此外,还有一个功能,会在箭头出现后为K线着色,直到达到目标价位(止盈)或出现反转信号为止。 重复条目   以及主要玩家的充值 为了提高寻找入场点时的视觉清晰度,我们创建了一个模块,该模块首先显示买入/卖出区域,并在该区域内寻找最佳入场点。此外,我们还加入了智能逻辑来管理止损位,该逻辑会随着时间的推移逐步降低止损位的大小,从而降低入场交易时的初始风险(移动止损位)。 信号强度水平(BOS) 该指标采用三个显著性等级来衡量
NAM Order Blocks
NAM TECH GROUP, CORP.
3.67 (3)
MT4多時限訂單塊檢測指示器。 特徵 -在圖表控制面板上完全可自定義,提供完整的交互。 -隨時隨地隱藏和顯示控制面板。 -在多個時間範圍內檢測OB。 -選擇要顯示的OB數量。 -不同的OB用戶界面。 -OB上的不同過濾器。 -OB接近警報。 -ADR高低線。 -通知服務(屏幕警報|推送通知)。 概括 訂單塊是一種市場行為,它指示從金融機構和銀行收取訂單。著名的金融機構和中央銀行帶動了外匯市場。因此,交易者必須知道他們在市場上正在做什麼。當市場建立訂單塊時,它會像發生大多數投資決策的範圍一樣移動。 訂單建立完成後,市場將朝著上升和縮小的方向發展。訂單大宗交易策略的關鍵術語是它包括機構交易者正在做的事情。由於它們是主要的價格驅動因素,因此包括機構交易在內的任何策略都可以。 您將在任何時間範圍內實時看到訂單塊,使用我們的控制面板,您將能夠在所選的歷史記錄週期內檢測常規,拒收和未大寫的訂單塊。 現在您可以接收到訂單塊接近警報,我們在MT4上顯示屏幕通知,並將通知推送到您的手機!
GOLD Impulse with Alert
Bernhard Schweigert
4.67 (12)
这个指标是我们2个产品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics 的一个超级组合。 它适用于所有时间框架,并以图形方式显示8种主要货币和一种符号的强势或弱势冲动! 该指标专门用于显示任何符号的货币强度加速,如黄金、异国货币对、商品、指数或期货。这是它的第一个指标,任何符号都可以被添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度加速(冲动或速度)。 建立在新的基础算法上,它使识别和确认潜在的交易更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 动态市场斐波那契28水平被用作警报触发器,将适应市场活动。如果冲动击中黄色触发线,你将收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只需点击警报按钮,就可以切换到该货
Trend Screener
STE S.S.COMPANY
4.79 (95)
趋势指标,趋势交易和过滤的突破性独特解决方案,所有重要趋势功能都内置在一个工具中! 它是 100% 非重绘多时间框架和多货币指标,可用于所有符号/工具:外汇、商品、加密货币、指数、股票。 限时优惠:支撑和阻力筛选指标仅售 50美元,终身有效。(原价 250 美元)(优惠延长) 趋势筛选器是有效的指标趋势跟踪指标,它在图表中提供带有点的箭头趋势信号。 趋势分析器指标中可用的功能: 1.趋势扫描仪。 2. 具有最大利润分析的趋势线。 3.趋势货币强度计。 4. 带有警报的趋势反转点。 5. 带有警报的强趋势点。 6. 趋势箭头 每日分析示例,每日信号表现...等与我们的趋势筛选指标,可以在这里找到: 点击这里 限时优惠:Trend Screener Indicator 仅售 50 美元且终身可用。原价 125$) 通过访问我们的 MQL5 博客,您可以找到我们所有的高级指标以及分析示例、每日信号表现...等。 : 点击这里 我们的趋势系统由 2 个指标组成: 1. Trend Screener Indicator:显示趋势仪表盘、图表中的趋势线、入场点...等。 2. Trend
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
4.96 (26)
介绍     Quantum Breakout PRO   ,突破性的 MQL5 指标,正在改变您交易突破区域的方式!   Quantum Breakout PRO 由拥有超过 13 年交易经验的经验丰富的交易者团队开发,旨在通过其创新和动态的突破区域策略将您的交易之旅推向新的高度。 量子突破指标将为您提供带有 5 个利润目标区域的突破区域的信号箭头,以及基于突破框的止损建议。 它既适合新手交易者,也适合专业交易者。 量子 EA 通道:       点击这里 MT5版本:   点击这里 重要的!购买后请私信我领取安装手册。 建议: 时间范围:M15 货币对:GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD 账户类型:ECN、Raw 或 Razor,点差极低 经纪商时间:GMT +3 经纪商:IC Markets、Pepperstone with Raw 和 Razor 的点差最低 规格: 不重漆! 最多 5 个建议利润目标区域 建议止损水平 可定制的盒子。您可以设置自己的 Box Time Start 和 Box Time End。 接触 如果您
MTF Supply Demand Zones
Georgios Kalomoiropoulos
4.82 (22)
下一代自动化供需区。适用于任何图表的创新算法。所有区域都是根据市场的价格行为动态创建的。 两种类型的警报 --> 1) 当价格触及区域时 2) 当新区域形成时 你不会再得到一个无用的指标。您将获得一个完整的交易策略和经过验证的结果。     新的功能:     价格触及供需区时发出警报     创建新的供应/需求区时发出警报     推送通知警报     以点为单位的区域宽度标签     关于 MTF 的又一个时间表。因此,现在您将能够看到高于当前 3 个时间帧,而不是高于当前 2 个时间帧     启用/禁用警报/区域/MTF 功能的按钮 您获得的优势:     消除交易中的情绪。     客观化您的交易条目。     通过高概率设置提高您的利润。     节省绘图区域的时间。     像专业人士一样交易金融市场。     任何市场的即时多时间框架分析。 你在图表上看到了什么?     蓝色和红色矩形是当前时间范围的供需区。     虚线样式线是当前上方第一个时间范围内的供需区域。     实线样式线是当前上方第二个时间范围内的
Scalper Vault
Oleg Rodin
5 (36)
Scalper Vault 是一个专业的剥头皮系统,为您提供成功剥头皮所需的一切。该指标是一个完整的交易系统,可供外汇和二元期权交易者使用。推荐的时间范围是 M5。 该系统为您提供趋势方向的准确箭头信号。它还为您提供顶部和底部信号以及江恩市场水平。无论您拥有何种交易经验,该系统都易于使用。您只需要遵循简单的规则并每天重复该过程。 建议将此系统用于主要货币对。感谢您的关注! 请注意,该指标在策略测试器中可能无法正常工作。因此,我建议仅在模拟或真实账户的真实交易条件下使用该系统。 指示器提供所有类型的警报,包括推送通知。 购买指标后请与我联系。我将免费与您分享我的个人交易建议和出色的奖励指标! 祝您交易愉快,盈利!
MetaForecast M4
Vahidreza Heidar Gholami
5 (2)
MetaForecast能够根据价格数据中的谐波来预测和可视化任何市场的未来走势。虽然市场不总是可预测的,但如果价格中存在模式,MetaForecast可以尽可能准确地预测未来。与其他类似产品相比,MetaForecast通过分析市场趋势可以生成更精确的结果。 输入参数 Past size (过去的尺寸) 指定MetaForecast用于创建生成未来预测模型的柱数量。该模型以一条黄色线绘制在所选柱上。 Future size (未来的尺寸) 指定应预测的未来柱数量。预测的未来以粉色线表示,并在其上绘制了蓝色回归线。 Degree (程度) 此输入确定了MetaForecast将在市场上进行的分析级别。 Degree 描述  0 对于程度0,建议使用较大的值来设置“过去的尺寸”输入,以覆盖价格中的所有高峰、低谷和细节。  1 (建议的) 对于程度1,MetaForecast可以理解趋势,并通过较小的“过去的尺寸”生成更好的结果。  2 对于程度2,除了趋势,MetaForecast还可以识别反转点。对于大于1的程度,必须使用较高的“细节”和“噪音减少”输入值。  大于2 不建议使用大于
Introducing the Delta Volume Profile Indicator - Unleash the Power of Institutional Precision!  Technical Indicator: Are you ready to trade like the pros? The Delta Volume Profile Indicator is no ordinary tool. It’s a high-precision, cutting-edge indicator that puts the power of institutional-grade trading in your hands. This unique indicator analyses delta volume distribution in real-time, revealing the market's hidden buy/sell imbalances that the biggest financial institutions rely on to antic
Reversal Master
Alexey Minkov
4.8 (15)
The Reversal Master is an indicator for determining the current direction of price movement and reversal points. The indicator will be useful for those who want to see the current market situation better. The indicator can be used as an add-on for ready-made trading systems, or as an independent tool, or to develop your own trading systems. The Reversal Master indicator, to determine the reversal points,  analyzes a lot of conditions since the combined analysis gives a more accurate picture of t
Route Lines Prices -  是一款用于寻找价格方向的指标。其简洁的界面包含多种价格行为和未来方向计算算法。这些算法包括基于所用时间周期的波动率计算和价格平滑。 该指标只有一个参数,用于更改“ Calculating price values ”。默认值 1 提供均衡的自动计算, 无需手动配置即可使用。 通过手动更改 2 到 500 之间的值,您可以根据自己的交易系统自定义指标。 建议在 M1 到 H4 的时间周期内使用此指标。适用于任何交易品种。 信号箭头在蜡烛图收盘时生成;不会重绘历史数据。 主图表上提供重复箭头。 提供多种类型的警报。内置的线轨迹计数器基于收盘价工作。这意味着,当出现相反信号时,会确定价格轨迹的数值,并在信号结束后的下一根蜡烛图上显示这些数值。 总计数器将获得的值相加,以便在相应的图表上方便地调整参数。
CRT Multi-Timeframe Market Structure & Liquidity Sweep Indicator Non-Repainting | Multi-Asset | MT5 Version Available MT5 Version:   https://www.mql5.com/en/market/product/162075 Full User Guide — explains what each feature does and why:   https://www.mql5.com/en/blogs/post/767525 Quick Start User Guide  — explains how to configure and in what order:  https://www.mql5.com/en/blogs/post/767540 Indicator Overview CRT Ghost Candle HTF Fractal is a complete institutional-grade market structure too
Currency Strength Wizard
Oleg Rodin
4.85 (59)
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。 该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - 下一代外汇交易工具。 当前 49% 折扣。 Dynamic Forex28 Navigator 是我们长期流行的指标的演变,将三种功能合二为一: 高级货币强度 28 指标 (695 条评论)+ 高级货币 IMPULSE 带警报 (520 条评论)+ CS28 组合信号(奖励)。 有关指标的详细信息 https://www.mql5.com/en/blogs/post/758844 下一代强度指标提供什么? 您喜欢的原始指标的一切,现在通过新功能和更高的精度进行了增强。 主要特点: 专有货币强度公式。  所有时间范围内的平滑和准确的强度线。 非常适合识别趋势和精确进入。 动态市场斐波那契水平(市场斐波那契)。  此指标独有的独特功能。 斐波那契应用于货币强度,而不是价格图表。 适应实时市场活动以获得准确的反转区域。 实时市场动量。  第 9 行显示市场是活跃还是被动。 对于定时交易至关重要。 全面的警报和显示。  每种货币最强的买入和卖出动量。 ​​28 对的双重动量买入和卖出。 超买/超卖警告外部范围和止损。 反转
BlueDigitsFx Easy 1 2 3 System
Ziggy Janssen
4.87 (299)
MT5 版本下载链接: https://www.mql5.com/en/market/product/50048 Telegram 频道和群组: https://t.me/bluedigitsfx V.I.P 群组访问: 发送任何付费产品的付款证明到我们的私信 推荐经纪商: https://bit.ly/BlueDigitsFxStarTrader BlueDigitsFx Easy 123 系统 — MT4 强大的反转和突破检测指标 一款适合新手和专家交易者的全能非重绘系统,用于识别市场反转和突破。 BlueDigitsFx Easy 123 系统通过直观的图形和提醒信号,帮助您轻松识别市场结构变化、突破和趋势反转。 该指标遵循“123”模式: 步骤 1: 在潜在的疲劳点,通过大箭头标示新的高点或低点 步骤 2: 当结构被突破时,发出信号,确认可能的趋势反转 步骤 3: 通过小箭头和支撑/阻力点确认入场时机 注意: 大箭头在当前K线收盘前可能会重绘(因实时监测结构变化)。 小箭头一旦出现,100% 不会重绘。 主要功能 大箭头:识别强烈的结构转变,提示潜在反转 小箭头:10
Auto Optimized Parabolic RSI: 高级 3D 动量引擎 大多数零售指标之所以失效,是因为它们依赖于静态输入,一旦市场波动率发生变化,这些输入就会崩溃。Auto Optimized Parabolic RSI 通过不断重新计算自身的数学优势,解决了“指标衰退”的问题,将机构级别的量化自适应能力直接引入您的 MT5 终端。 核心优势:定制的内存 3D 优化   标准的自动优化器通常会导致 MT5 平台卡顿,因为它们通过标准的指标调用使终端超载。该工具完全绕过了这些性能瓶颈。内部引擎采用定制的原生基于 RAM 的计算器构建,每次加载图表或更改时间周期时,它都会执行极速的 3D 网格搜索。它同时扫描 RSI 周期(频率)、SAR 步长(加速度)和 SAR 最大值(速度限制),在绝对的毫秒级时间内测试数以万计的参数组合,且完全不会拖慢您的平台。它不是仅仅寻找一个“不错”的设置,而是映射整个参数空间,以寻找资产当前动量结构的绝对全局最大值。 严格的财务评分与逼真的交易模拟   与基于抽象“指标点数”进行优化评分的业余工具不同,该引擎的 3.10 版本严格与资金数学挂钩。每
Advanced Supply Demand
Bernhard Schweigert
4.91 (299)
现在优惠 40%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需
Super Signal Market Slayer 無重繪|高精準|多市場智能趨勢指標 在市場中,真正困難的不是下單, 而是在混亂的波動中,看清「趨勢是否已經開始」。 Market Slayer 正是為此而生。 這是一款專為日內交易設計的無重繪智能指標, 透過多層確認與趨勢過濾機制,只在關鍵時刻給出清晰、可信的 Buy / Sell 訊號。 核心優勢 無重繪信號 訊號一旦出現即固定,不回跳、不消失,所見即所得。 高精準趨勢判斷 經多品種實測,於黃金 M5 / M15 週期表現尤為穩定。 多市場支援 適用於黃金、外匯、指數與主流加密貨幣。 專為日內交易優化 聚焦 M5、M15,避免雜訊,提升可執行性。 清晰直觀 初學者亦可快速理解與使用。 技術邏輯簡述 Market Slayer 並非單一箭頭邏輯,而是整合: 趨勢方向識別 動量啟動確認 市場雜訊過濾 自適應靈敏度調整 只保留「值得出手」的交易機會,避免情緒化進場。 適合誰使用 想遠離隨機交易、建立紀律系統的交易者 對重繪與延遲指標感到厭倦的日內交易者 希望與 EA 或半自動策略搭配的使用者 使用建議 預設參數已針對黃金與外匯
Super Reversal Indicator with Alert 概述 Super Reversal Indicator with Alert 是一款多时间周期交易工具,旨在通过结合随机指标动量、供需区域以及价格反转信号,帮助交易者识别高概率的市场反转机会。 该指标通过清晰的视觉信号和实时提醒,帮助交易者发现潜在的市场转折点。 核心功能 多时间周期随机指标分析 使用来自更高时间周期的随机振荡器(用户可自定义) 识别动量变化和交叉信号 包含超买和超卖水平,帮助实现更精准的入场 反转拒绝信号 检测关键价位上的强烈拒绝形态 识别以下位置的反转 日内高点卖出反转 日内低点买入反转 在图表上直接绘制箭头,直观清晰 供需区域 自动绘制来自 H4 和 D1 时间周期的重要区域 标记 供应区(潜在卖出区域) 需求区(潜在买入区域) 区域会动态更新并延伸至图表 智能提醒系统 弹出提醒 声音提醒 手机推送通知 邮件提醒(可选) 提醒触发条件包括 随机指标信号 拒绝信号 价格进入区域 可视化信号 在图表上显示买入和卖出箭头 清晰标注反转条件 界面简洁,易于阅读 交易逻辑 该指标结合三大核心要素来识别反
Stratos Pali
Michela Russo
4.43 (7)
Stratos Pali Indicator   is a revolutionary tool designed to enhance your trading strategy by accurately identifying market trends. This sophisticated indicator uses a unique algorithm to generate a complete histogram, which records when the trend is Long or Short. When a trend reversal occurs, an arrow appears, indicating the new direction of the trend. Important Information Revealed Leave a review and contact me via mql5 message to receive My Top 5 set files for Stratos Pali at no cost! Dow
目前八折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个仪表板软件适用于28种货币对。它基于我们的两个主要指标(高级货币强度28和高级货币冲动)。它对整个外汇市场提供了一个伟大的概述。它显示高级货币强度值,货币运动速度和28个外汇对在所有(9)时间段的信号。想象一下,当你可以使用图表上的单一指标观察整个市场,以确定趋势和或剥头皮的机会时,你的交易将得到改善 我们已经在这个指标中建立了一些功能,使你更容易识别强势和弱势货币,同时识别和确认潜在的交易。该指标以图形方式显示货币的强势或弱势是增加还是减少,以及它在所有时间段的表现。 增加的新功能是动态市场斐波那契水平,它适应当前的市场条件变化,这是一个已经在我们的高级货币强度28和高级货币冲动指标中使用的成熟的加分项。 在交易时,总是将弱势货币和强势货币配对,这个新指标将帮助你做到这一点。 用户手册:点击这里  https://www.mql5.com/en/blogs/post/708783 特点  显示每个时间段的ACS28和GAP-speed(冲动)的货币强度值。 列:颜色代码以7种颜色显示货币强度:强势
- Real price is 80$ - 40% Discount (It is 49$ now) Contact me for instruction, add group and any questions! - Non-repaint - I just sell my products in Elif Kaya profile, any other websites are stolen old versions, So no any new updates or support. - Lifetime update free Related product:   Bitcoin Expert Introduction The breakout and retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is designed to help tr
Order Block Hunter
Noha Mohamed Fathy Younes Badr
5 (10)
Order block hunter indicator is the best indicator for  hunt the order blocks that area where there has been a large concentration of limit orders waiting to be executed Order blocks are identified on a chart by observing previous price action and looking for areas where the price experienced significant movement or sudden changes in direction .This indicator does that for you by using very complicated codes and helps you to take the best areas To buy and sell because it make marks at the best a
作者的更多信息
This EA loads Support & Resistance Trend Lines and trade purely based on price action of breakout or Swing strategies. No effect with manual entry. It is possible to use this Expert Advisor as indicator. It also featuring both safe Hedging and Multingle methods as well with MANUAL entry by using control panel.   Strategy 1: Breakout Swing Major & Swing Minor. Strategy 2: Swing Pivot High Low of the Major Trend only. Operating Procedure Use 15 Minutes time frame chart for best result.    Use Mult
This EA loads Support & Resistance Trend Lines and trade purely based on price action of Trend Reversal strategies. No effect with manual entry. It is possible to use this Expert Advisor as indicator. It also featuring both safe Hedging and Multingle methods as well MANUAL entry by using control panel.   Auto Strategy: Swing Reversal Patterns with trailing TP & Stop. Manual Strategy: BUY/SELL using Control Panel on chart with trailing TP & Stop. Operating Procedure Use 15 Minutes time frame char
This EA loads Support & Resistance Trend Lines and trade purely based on price action of Trend Reversal strategies. No effect with manual entry. It is possible to use this Expert Advisor as indicator. It also featuring both safe virtual Hedging as recovery method as well MANUAL entry by using control panel.   Auto Strategy: Swing Reversal Patterns with trailing TP & Stop. Manual Strategy: BUY/SELL using Control Panel on chart with trailing TP & Stop. Operating Procedure Use 15 Minutes time frame
This EA loads Support & Resistance Trend Lines and trade purely based on price action of Trend Reversal strategies. No effect with manual entry. It is possible to use this Expert Advisor as indicator. It also featuring safe virtual Hedging method as recovery as well MANUAL entry by using control panel.   Auto Strategy: Swing Reversal Patterns and Major Trendline Breakout with trailing TP & Stop. Manual Strategy: BUY/SELL using Control Panel on chart with trailing TP & Stop. Operating Procedure U
This is a series of gauges that can be loaded on any Chart time frame. You can use this gauge indicators to decide when to enter and exit market with high degree of confident. Gauge No 1: Ichimoku Kinko Hyo Tenken Sen Crosses Kijun Sen. This will tell Bull and Bear and the timing to enter market. When the value move from above 0 towards below 0, the Tenken Sen line is moving to cross the Kijun Sen line and appears value is the Delta for the difference. Same goes to the opposite. The positive val
筛选:
无评论
回复评论