Heiken Ashi Signal Mt4

5
Heiken Ashi信号指标是为MT4交易终端设计的。
它是基于标准的Heiken Ashi指标,该指标在Mt4终端中可用。
该指标可以作为手动操作,也可以通过作者的专家顾问系统用于自动交易。
要在交易EA中使用Heiken Ashi信号指标,有信号缓冲区,用于入市和打开买入和卖出头寸。阅读下面的更多内容。

平安证券信号指标的特点和特征。
适用于任何图表周期:(M1,M15,M30,H1,H4,D1,W1,MN)。
可以应用于任何资产:(货币对、金属、股票、指数、加密货币)。
可以在专家顾问的策略中使用,把信号作为进入市场的基础。
在趋势开始时对价格反转作出反应,并无滞后地给出信号。
如果一个信号已经出现,它已经被固定下来,不会从图表中消失。
该指标不会在相邻的柱子上重新画出信号,也不会在柱子上上下移动。
你可以下载演示版,在购买前用任何设置测试该指标的工作。
如果你想在实时图表上使用该指标,你可以暂时租用它。

海肯阿斯信号指标设置。
//+------------------------------------------------------------------+
只有信号的Chenge趋势=真;(在趋势开始时的一个信号=真,每个条形上的信号=假)
模式信号=主体/阴影;(信号的蜡烛类型:蜡烛主体=主体,蜡烛阴影=阴影)。
趋势条=1;(对条形的趋势分析)。
Shift = 1; (信号在棒上的移动)
指数Arow Up = 108; (买入信号符号的代码)
指数Arow Dn = 108; (卖出信号符号的代码)。
缩进箭头 = 100; (信号的距离)
警报信号Bar = Tick/Current/Close;(在条形上发出声音:每一个tick,当前时间框架,在条形收盘时)。
警报信息 = false; (图表上的信号信息与窗口)
警报声=假;信号活动(买入和卖出的声音警报)。
警报电子邮件 = false; 警报到电子邮件(向电子邮件发送信号)。
Alert Mobile = false; 向手机发出警报(推送通知)。
警报声音文件Up = "alert.wav"; (购买的声音文件的名称)
警报声音文件 Dn = "alert2.wav"; (销售用声音文件的名称)。
//+------------------------------------------------------------------+

在专家顾问系统中调用该指标作为信号资源的例子。
//+------------------------------------------------------------------+
#resource "\\Indicators\Heiken Ashi Signal.ex4"
//---
enum enuma
  {
    sh, // 阴影
    bd //身体
  };
//---
输入字符串 Seting_Indicator = "------设置指标----"; // 
外部 bool SigOnlyChengeTr1 = true; // 只有信号的Chenge趋势
外部enuma VarSig = bd; // 模式信号
输入uint shift = 1; // 在条形图上发出移位信号
//--
double upInd=iCustom(_Symbol,PERIOD_CURRENT,"::Indicators\Heiken Ashi Signal",SigOnlyChengeTr1,VarSig,4,shift) 。
double dnInd=iCustom(_Symbol,PERIOD_CURRENT,"::Indicators\Heiken Ashi Signal",SigOnlyChengeTr1,VarSig,5,shift) 。

//+------------------------------------------------------------------+
关于在实践和交易中使用该指标的建议。

Heiken Ashi信号指标可用于二元期权交易和一分钟交易时段的剥头皮。它也可以在较高时期的趋势中使用。
评分 1
76773
282
76773 2024.01.14 16:45 
 

Great Indicator, but please on what basis does the Sell and Buy dots happen. It will be preferable to be flat tops and flat bottoms which are some of the most powerful Heiken Ashi signals and not the wicky candles. Also why cant you see historical candles. No videos or clear explanation of how the Indicator works so its difficult to assess.

推荐产品
Introduction It is common practice for professional trades to hide their stop loss / take profit from their brokers. Either from keeping their strategy to the themselves or from the fear that their broker works against them. Using this indicator, the stop loss / take profit points will be drawn on the product chart using the bid price. So, you can see exactly when the price is hit and close it manually.  Usage Once attached to the chart, the indicator scans the open orders to attach lines for t
Delta Fusion Pro
Francesco Secchi
5 (2)
Delta Fusion Pro – 高级订单流分析,专为日内交易设计 Delta Fusion Pro 是一款专业的 MetaTrader 4 指标,能够揭示市场中的主动订单流,实时显示机构压力的强度和方向。与传统的成交量指标不同,它分析买盘(Ask)与卖盘(Bid)之间的成交量差值(Delta),用于提前预测反转、确认趋势并识别专业兴趣区域。 主要特点 智能自动调节系统 根据以下条件自动调整所有参数: 交易品种类型(外汇、加密货币、指数、大宗商品、股票) 操作周期 市场波动率(ATR) 最近平均成交量 无需手动配置,适合新手交易者——指标自动完成校准! 核心功能 净Delta与累计Delta 计算主动买盘/卖盘成交量差值,支持自定义 EMA 平滑 实时显示方向性压力 可自定义直方图颜色(买入/卖出) 价格/成交量背离 自动检测常规与隐藏背离 强度分类:强/中/弱 高级过滤:成交量确认、趋势、时间距离 图形信号(彩色箭头) 市场失衡 识别显著的买盘/卖盘比例失衡(可配置比率) 最小成交量阈值验证 图表显示彩色点(多头/空头) Infusion Volume 检测异常成交量峰值(
Power Renko MT4
Pierce Vallieres
Power Renko is an indicator which plots Renko bricks underneath the chart using a histogram. You can select the brick size and the timeframe of the Renko bricks as well as whether or not to use the close price or the high/low price of the candles. Renko bricks are based on price alone, not time, therefor the Renko bricks will not be aligned with the chart's time. They are extremely useful for trend trading and many different strategies can be formed from them. Buffers are provided allowing you t
Attraverso l'indicatore Savius Zone potrai finalmente: Definire delle zone oggettive da attenzionare Ridurre la discrezionalità Filtrare i tuoi pattern operativi Avvalerti di un metodo comprovato Qui di seguito alcune funzioni dell'indicatore Savius Zone: Zone Buy & Sell L’indicatore fornisce delle zone buy e sell ogni giorno dopo l’apertura del mercato cash sui seguenti mercati: DAX, S&P500, Nasdaq, Russel2000, Dow Jones Occasioni giornaliere Savius Zone fornisce occasioni di trading tutti i
Owl smart levels
Sergey Ermolov
4.26 (38)
MT5版本  |  FAQ Owl Smart Levels Indicator   是一個完整的交易系統,包含   Bill Williams   的高級分形、構建正確的市場波浪結構的 Valable ZigZag 以及標記準確入場水平的斐波那契水平等流行的市場分析工具 進入市場和地方獲利。 策略的详细说明 指示灯使用说明 顾问-贸易猫头鹰助手助理 私人用户聊天 ->购买后写信给我,我会将您添加到私人聊天中,您可以在那里下载所有奖金 力量在於簡單! Owl Smart Levels   交易系統非常易於使用,因此適合專業人士和剛開始研究市場並為自己選擇交易策略的人。 策略和指標中沒有隱藏的秘密公式和計算方法,所有策略指標都是公開的。 Owl Smart Levels 允許您快速查看進入交易的信號,突出顯示下訂單的水平並向您發送有關已出現信號的通知。 優點很明顯: 清楚地顯示主要和更高時間框架的趨勢方向。 指示儀器信號的出現。 標記開單、止損設置和固定利潤的水平。 沒有多餘的,只有必要的結構! ZigZag   表示全球趨勢的方向,因此也表示貿易方向。 市場反轉點的短線清楚地表明在什
SuperRSI
Andriy Sydoruk
The SuperRSI indicator is an advanced index of internal strength. The indicator shows not the relative strength of the trading instruments being compared, but the internal strength of a single instrument, therefore, it is the “Internal Strength Index”. This is an advanced form of the SuperRSI indicator. It converts the signal so that low-frequency components are delayed much more than high-frequency components. In general, the data of the last bar have more weight than previous data, like an exp
Heiken Ashi Smoothed Strategy is a very simple but powerful system to get forex market trend direction. This indicator is actually 2 indicators in 1 pack, Heiken Ashi and Heiken Ashi Smoothed Moving Average both included. Because HA (Heiken Ashi) and HAS (Heiken Ashi Smoothed) are calculated in the same one system event with necessary buffers and loop only, so it is the FAST, OPTIMIZED and EFFICIENT HA having the combined indicator of MetaTrader 4. You can choose to display HA and HAS in the sam
Find and fill Gaps
Leandro Oliveira
This indicator shows the gaps on the current chart with a rectangle shape and indicates when the gap is filled by closing the shape. Gaps are considered over the shadows. Allows sending alerts by e-mail or push notifications when a gap is found. Parameters SizeGAP - Size of the gap that you want to indicate; HGcolor1 - Color of the gap in an upward movement; HGcolor2 - Color of the gap in a downward movement; HGstyle - The style of rectangle to be drawn; StartCalculationFromBar - How many candl
StarSwing
Gabriele Tedeschi
StarSwing è un indicatore NO REPAINT che unisce in un unico strumento oscillatori e indicatori di forza.  I parametri esterni permettono di bilanciare il peso delle componenti e di regolare a proprio piacimento l'indicatore stesso. StarSwing, graficamente, è composto da segmenti di 2 colori: uno rappresentante il rialzo e uno il ribasso. Il colore non dipende dalla pura direzione del segmento ma dal trend di fondo calcolato dall'indicatore stesso. Sul grafico, si può far disegnare una media mobi
Crypto_Forex 指标 HTF Ichimoku 适用于 MT4。 - Ichimoku 指标是最强大的趋势指标之一。HTF 表示 - 更高时间框架。 - 此指标非常适合趋势交易者以及与价格行动条目的组合。 - HTF Ichimoku 指标允许您将更高时间框架的 Ichimoku 附加到当前图表。 - 上升趋势 - 红线高于蓝线(并且两条线都在云层上方)/ 下降趋势 - 红线低于蓝线(并且两条线都在云层下方)。 - 仅当价格突破 Ichimoku 云层顶部边界时才打开买入订单。 - 仅当价格突破 Ichimoku 云层底部边界时才打开卖出订单。 - HTF Ichimoku 指标提供了捕捉大趋势的机会。 点击这里查看高质量的交易机器人和指标! 它是仅在此 MQL5 网站上提供的原创产品。
VR Cub
Vladimir Pastushak
VR Cub 这是获得高质量切入点的指标。该指标的开发是为了促进数学计算并简化对仓位入场点的搜索。多年来,该指标所针对的交易策略已被证明其有效性。交易策略的简单性是其巨大的优势,即使是新手交易者也能成功进行交易。 VR Cub 计算开仓点以及获利和止损目标水平,这显着提高了效率和易用性。查看使用以下策略进行交易的屏幕截图,了解简单的交易规则。 设置、设置文件、演示版本、说明、问题解决,可以从以下位置获取 [博客] 您可以在以下位置阅读或撰写评论 [关联] 版本为 [MetaTrader 5] 计算入场点的规则 开仓 要计算入场点,您需要将 VR Cub 工具从最后一个高点拉伸到最后一个低点。 如果第一个点在时间上早于第二个点,交易者等待柱线收于中线上方。 如果第一个点在时间上晚于第二个点,交易者等待柱线收于中线下方。 根据上述条件,严格在 柱线收盘 后建仓。 换句话说,如果我们在小时图上进行交易,那么从最高点到最低点的时间距离必须超过24小时,最高点和最低点之间的点数必须大于或等于平均价格变动每天。 维持和改变市场地位 可以有多个未平仓头寸;每个头寸都可以单独修改。 VR Cub
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
Auto Fibo Pro m
DMITRII GRIDASOV
“Auto FIBO Pro” Crypto_Forex 指标 - 是交易中的绝佳辅助工具! - 指标自动计算并放置在图表斐波那契水平和局部趋势线(红色)上。 - 斐波那契水平指示价格可能反转的关键区域。 - 最重要的水平是 23.6%、38.2%、50% 和 61.8%。 - 您可以将其用于反转剥头皮或区域网格交易。 - 还有很多机会可以使用 Auto FIBO Pro 指标来改进您当前的系统。 - 它具有信息价差掉期显示 - 它显示所连接的外汇对的当前价差和掉期。 - 显示屏还显示账户余额、净值和保证金。 - 可以将信息价差掉期显示定位在图表的任何角落: 0 - 左上角,1 - 右上角,2 - 左下角,3 - 右下角。 点击这里查看高质量的交易机器人和指标! 这是仅在此 MQL5 网站上提供的原创产品。
“可调分形” - 是分形指标的高级版本,非常有用的交易工具! .......................................................................................... - 众所周知,标准分形 mt4 指标根本没有设置 - 这对交易者来说非常不方便。 - 可调分形解决了这个问题 - 它具有所有必要的设置: - 指标的可调周期(建议值 - 高于 7)。 - 价格高点/低点的距离可调。 - 可调分形箭头设计。 - 指标内置移动和 PC 警报。 点击这里查看高质量的交易机器人和指标! 这是仅在此 MQL5 网站上提供的原创产品。 ....................................................
AW Heiken Ashi
AW Trading Software Limited
AW Heiken Ashi — 智能趋势和止盈位指标。这款高级指标基于经典 Heiken Ashi 打造,专为交易者打造,灵活性更高、更清晰易懂。与标准指标不同, AW Heiken Ashi 有助于分析趋势、确定盈利目标并过滤虚假信号,从而提供更自信的交易决策。 设置指南和说明 - 此处 / MT5 版本 - 此处 AW Heiken Ashi 的优势: 适用于任何资产和时间范围, 高度适应交易者的风格, 动态计算进入和退出水平, 用户友好的界面+终端的最小负载, 适合用作成熟的交易策略。 可能性: 1) 高级趋势可视化:根据当前趋势方向创建彩色Heiken Ashi蜡烛 - 对市场情况进行方便且直观的解读。 2) 灵活的获利水平(TP1 和 TP2):视觉目标直接记录在图表上,并能够针对每个目标进行微调。 3) 可按蜡烛数量自定义过滤器:让您避免虚假信号和市场噪音。交易者控制在哪个K线图上显示信号,以及确认趋势的程度。 4) 抗锯齿选择(4种方法):应用不同的平滑类型和周期来根据您的策略和市场定制指标。 5) 永不重绘:信号在蜡烛结束时形成并保持稳定,这对于算法和手动交易尤其重要
Infinity Trend Pro
Yaroslav Varankin
1 (1)
This is a trend indicator without redrawing Developed instead of the binary options strategy (by the color of the Martingale candlestick) Also works well in forex trading When to open trades (binary options) A signal will appear in the place with a candle signaling the current candle It is recommended to open a deal for one candle of the current timeframe M1 and M5 When a blue dot appears, open a deal up When a red dot appears, open a trade down. How to open trades on Forex. When a signal is rec
Nice Trade Point
Muhammed Emin Ugur
This    Nice Trade Point     indicator is designed for signal trading. This indicator generates trend signals. It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators. The indicator certainly does not repaint. The point at which the signal is given does not change.     Features and Suggestions Time Frame
Octave Fractal Channel — Dynamic Gann-Based Support/Resistance Levels with Auto-Scaling. This indicator plots a dynamic channel based on the fractal structure of price movement. Channel levels adapt to the current symbol and timeframe, making it suitable for use across various financial instruments — from currency pairs to cryptocurrencies and indices. The indicator can be used in combination with other technical tools, such as the RSI oscillator, to provide additional signal filtering. How to
"Bitcoin indicator" is a ready-made mechanical trading system for Bitcoin. The system is implemented as an indicator that shows the trader on the chart the price reversal points and the current trend direction. This information is enough to effectively trade in the market. The "Bitcoin indicator" consists of a complex analytical block that constantly analyzes the market and shows the trader where the trend is heading. The indicator also shows with dots on the chart, the price reversal points. S
Introduction One of the patterns in "RTM" is the "QM" pattern, also known as "Quasimodo". Its name is derived from the appearance of "Hunchback of Notre-Dame" from Victor Hugo's novel. It is a type of "Head and Shoulders" pattern.   Formation Method   Upward Trend In an upward trend, the left shoulder is formed, and the price creates a new peak higher than the left shoulder peak . After a decline, it manages to break the previous low and move upward again. We expect the price to
The indicator analyzes the change in the minimum and maximum prices of the previous bars fixing the entrance of the big players. If the change (delta) increases, a signal is displayed on the graph in the form of an arrow. At the same time, virtual trade on history is carried out. In case of a repeat of the signal, the positions are increased (refilling). Thus the lot of positions can differ. The results of virtual trading in the form of losses / losses, profitability, drawdown and transaction li
Spread and Close MT4
Alexander Denisovich Jegorov
Spread & Candle Close Timer Indicator for MT4  Optimize your trading with this lightweight and efficient indicator, designed to display the real-time spread and candle close countdown directly on your MT4 chart. Features: Live Spread Monitoring – Instantly see market conditions. Candle Close Timer – Stay prepared for the next price movement. Simple & Non-Intrusive Design – No unnecessary settings, just clear and accurate data. Ideal for scalpers, day traders, and those who need real-time exec
Beta Signal
Svyatoslav Kucher
Beta Signal   - индикатор предназначенный для поиска локальных экстремумов, определения текущей тенденции. В расчетах индикатора используется авторская методика. С помощью индикатора можно определять места возможного разворота цены желательно в направлении тенденции, но также с достаточной точностью и против нее. Также с помощью индикатора можно определять текущую тенденцию. Индикатор подходит для любых валютных пар, но для адекватного отображения показания необходимо, чтобы было достаточно исто
Price Magnets
Ivan Simonika
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
Alpha Trend sign Alpha Trend sign 是我么长期以来非常受欢迎的交易工具,它可以验证我们的交易系统,并且明确的提示交易信号,并且信号不会漂移。 主要功能: •  根据市场显示活跃区域,根据指标可以很直观的判断当前行情是属于趋势行情,还是震荡行情。    并根据指标的指示箭头切入市场,绿色箭头提示买入,红色箭头提示卖出。 •  建议使用5分钟以上的时间周期进行交易,避免因为小周期波动出现频繁的交易信号。 •  您也可以开启信号提示,以免错过最佳的交易时机。 •  本指标不但可以很好的预测趋势行情,也可以在宽幅震荡行情中获利。 •  本指标本着大道至简的原则,适合不同阶段的交易者使用。 注意事项: •  Alpha Trend sign 有明确的进出场信号,不建议逆势操作,以免造成损失。 •  Alpha Trend sign 是特别成熟的指标,我们团队人手一个,使用它可以实现稳定盈利。     
Super Reversal Pattern
Parfait Mujinga Ndalika
Super Reversal Pattern Indicator Unlock the power of advanced pattern recognition with our Super Reversal Pattern Indicator. Designed for traders seeking precision and reliability, this indicator identifies one of the most effective reversal patterns in technical analysis, offering a significant edge in your trading strategy. Key Features: Non-Repainting Accuracy: Enjoy the confidence of non-repainting technology. Once a Super Reversal Pattern is detected, it remains static, providing consiste
The   Trendlines Oscillator   helps traders identify trends and momentum based on the normalized distances between the current price and the most recently detected bullish and bearish trend lines. The indicator features bullish and bearish momentum, a signal line with crossings, and multiple smoothing options. USAGE The   Trendlines Oscillator   works by systematically: Identifying pivot highs and lows. Connecting pivots to form bullish (support) and bearish (resistance) trendlines. Measuring
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
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
HMA Trend Professional MT4
Pavel Zamoshnikov
4.57 (7)
Improved version of the free HMA Trend indicator (for MetaTrader 4) with statistical analysis. HMA Trend is a trend indicator based on the Hull Moving Average (HMA) with two periods. HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. The main differences from the free version: Ability to predict the probability of a trend reversal using analysis of history data. Plotting statistical charts for analyzi
该产品的买家也购买
Gann Made Easy
Oleg Rodin
4.83 (156)
Gann Made Easy 是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,免费获取交易提示、奖金和 GANN MADE EASY EA 助手! 您可能已经多次听说过江恩交易方法。通常 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 (19)
M1 SNIPER 是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading ins
RFI levels PRO
Roman Podpora
5 (1)
该指标能够准确显示反转点和价格回落区域。     行业领军人物 。您能洞察新趋势的形成,并以最高的精准度做出决策,掌控每一笔交易。 与……结合时,展现其最大潜力     趋势线专业版   指标  VERSION MT5 该指标显示的内容: 新趋势开始时的反转结构和反转水平及其激活。 显示屏   获利了结   和   止损   风险回报比最低的水平     RR 1:2       。 具有智能减值逻辑的止损。 显示指定指标中两种趋势类型的反转形态。 指标: 根据     趋势线     (全球趋势变化) 潮流专业版     (趋势快速变化) 简单有效   扫描器   实时趋势(新增)。 多时间框架工具筛选。 展示   利润   在 LOGIC AI 信号之后。 以下列出今日走势积极的金融工具。(RB键) 能够为终端启用通知(警报)功能,并向移动设备推送通知。 逻辑人工智能     — 利用人工智能寻找最佳切入点。 只有在启用 MTF(多时间框架分析)模式时,该功能才可用。 兼容性。 当与趋势线指标结合使用时,该指标能发挥其最大潜力。 这     RFI LEVELS PRO    
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 对的双重动量买入和卖出。 超买/超卖警告外部范围和止损。 反转
訂閱指標注意事項 此信號只支援電腦版MT4 不支援MT5、手機、平板 指標只顯示當日進場箭頭 非直播指標顯示歷史箭頭 (直播為展示用) 指標為交易輔助性質 非EA自動交易 無跟單功能 指標只標示進場位置 無出場(止盈)指示 進場止損點位設定30-50 PIPS 或是前高前低做為防守 止損不需拉太遠 紅色箭頭為多方進場訊號 綠色箭頭為空方進場訊號 撐阻力強度用箭頭大小表示 此指標適用於波段策略 不適合當沖策略盤整 多空反轉時不適用 指標載入後 右下角都會預設顯示盤整 載入指標一小時後 才會顯示多空 加入Youtube頻道會員 可參加每個月一次實體抽獎活動(台灣以外地區,獎品折現金用Paypal匯出) 每月抽獎時間為非農數據公布當週的週末盤勢分析(2100) 得獎者必須抽獎時在線上,逾期不候
GOLD Impulse with Alert
Bernhard Schweigert
4.64 (11)
这个指标是我们2个产品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics 的一个超级组合。 它适用于所有时间框架,并以图形方式显示8种主要货币和一种符号的强势或弱势冲动! 该指标专门用于显示任何符号的货币强度加速,如黄金、异国货币对、商品、指数或期货。这是它的第一个指标,任何符号都可以被添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度加速(冲动或速度)。 建立在新的基础算法上,它使识别和确认潜在的交易更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 动态市场斐波那契28水平被用作警报触发器,将适应市场活动。如果冲动击中黄色触发线,你将收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只需点击警报按钮,就可以切换到该货
Currency Strength Wizard
Oleg Rodin
4.84 (57)
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。 该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
购买此指标即可免费获得我的专业交易管理器。 首先,值得强调的是,这个交易系统是一个非重绘、非重画和非滞后的指标,这使得它非常适合手动和机器人交易。 在线课程,手册和下载预设。 “智能趋势交易系统 MT5”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它结合了超过 10 个优质指标,具有 7 多个强大的交易策略,使其成为适用于各种市场条件的多功能选择。 趋势跟随策略:提供精确的入场和止损管理,以有效地跟随趋势。 反转策略:识别潜在的趋势反转,使交易者能够利用区域市场的机会。 剃头策略:专为快速准确的日内交易和短期交易而设计。 稳定性:所有指标都不会重绘、不会重画和不会滞后,确保可靠的信号。 定制:支持自定义策略,以满足个人交易偏好。超过 7 种策略和组合可帮助您找到最佳策略。 信号清晰度:提供箭头信号,以指示清晰的入场和退出点。 实时警报:通过交易进出警报使交易者保持了解。 深入分析:提供更高时间框架的趋势分析和实时交易监控。 自适应颜色编码:利用蜡烛颜色编码来显示成交量、趋势和反转蜡烛信号。通过蜡烛颜色分析市场方向。 “智能趋势交易系统 MT5”赋予交易者必要的工具,以便在
FX Power MT4 NG
Daniel Stein
4.95 (21)
FX Power:分析货币强度,助您做出更明智的交易决策 概述 FX Power 是一款专业工具,帮助您全面了解主要货币和黄金在任何市场条件下的真实强度。通过识别强势货币用于买入,弱势货币用于卖出, FX Power 简化了交易决策,并帮助您发现高概率的交易机会。不论您是想跟随趋势还是通过极端的 Delta 值预测反转,这款工具都能完美适应您的交易风格。别再盲目交易——用 FX Power 让您的交易更加智慧。 1. 为什么 FX Power 对交易者极具价值 实时货币和黄金强度分析 • FX Power 实时计算并显示主要货币和黄金的相对强度,助您全面了解市场动态。 • 监控领先或落后资产,轻松识别值得交易的货币对。 全面的多时间框架视图 • 跟踪短期、中期和长期时间框架的货币和黄金强度,以便将您的交易策略与市场趋势保持一致。 • 无论是快进快出的短线交易还是更长期的投资策略, FX Power 都能为您提供所需的信息。 Delta 动态分析用于趋势和反转 • 极端 Delta 值常常预示反转机会,而平缓的 Delta 变化则确认趋势延续。 • 使用 Delta 分析,轻
Advanced Supply Demand
Bernhard Schweigert
4.91 (299)
现在优惠 40%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需
Buy Sell Arrow Swing MT4
Sahib Ul Ahsan
5 (1)
Looking for a powerful yet lightweight swing detector that accurately identifies market structure turning points? Want clear, reliable buy and sell signals that work across any timeframe and any instrument? Buy Sell Arrow MT Swing is built exactly for that — precision swing detection made simple and effective. This indicator identifies Higher Highs (HH) , Higher Lows (HL) , Lower Highs (LH) , and Lower Lows (LL) with remarkable clarity. It is designed to help traders easily visualize market stru
目前八折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个仪表板软件适用于28种货币对。它基于我们的两个主要指标(高级货币强度28和高级货币冲动)。它对整个外汇市场提供了一个伟大的概述。它显示高级货币强度值,货币运动速度和28个外汇对在所有(9)时间段的信号。想象一下,当你可以使用图表上的单一指标观察整个市场,以确定趋势和或剥头皮的机会时,你的交易将得到改善 我们已经在这个指标中建立了一些功能,使你更容易识别强势和弱势货币,同时识别和确认潜在的交易。该指标以图形方式显示货币的强势或弱势是增加还是减少,以及它在所有时间段的表现。 增加的新功能是动态市场斐波那契水平,它适应当前的市场条件变化,这是一个已经在我们的高级货币强度28和高级货币冲动指标中使用的成熟的加分项。 在交易时,总是将弱势货币和强势货币配对,这个新指标将帮助你做到这一点。 用户手册:点击这里  https://www.mql5.com/en/blogs/post/708783 特点  显示每个时间段的ACS28和GAP-speed(冲动)的货币强度值。 列:颜色代码以7种颜色显示货币强度:强势
Atomic Analyst
Issam Kassas
5 (3)
首先值得强调的是,该交易指标是非重绘、非延迟的指标,这使其成为手动和机器人交易的理想选择。 用户手册:设置、输入和策略。 Atomic Analyst是一种PA价格行动指标,利用价格的力量和动量来寻找市场上更好的机会。配备了高级过滤器,可帮助去除噪音和假信号,并提高交易潜力。使用多层复杂的指标,Atomic Analyst扫描图表,并将复杂的数学计算转化为任何初学者都能理解并用来做出一致交易决策的简单信号和颜色。 “Atomic Analyst”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它将高级指标和一流功能融合为一体的交易策略,使其成为所有类型交易者的多功能选择。 日内交易和剥头皮策略:专为快速准确的日内交易和短期交易而设计。 日内和摆动交易策略:可用作追求价格大幅波动的日内和摆动交易者的可靠工具。 多货币和市场:凭借其可靠的精度,在不同的工具和市场上运作。 多个时间框架:可在多个时间框架上使用,性能良好。 稳定性:所有指标均不重绘、不重绘和不滞后,确保可靠的信号。 信号清晰度:提供箭头信号,用于清晰的入场和出场点。 实时警报:通过交易入场、SL和TP警报通知交易者
Trend Lines PRO
Roman Podpora
5 (1)
TREND LINES PRO 帮助您了解市场真正的方向转变点。该指标显示真实的趋势反转点以及主要参与者重新入场的时机。 您可以看到 BOS线、 趋势变化和更高时间框架的关键水平——无需复杂的设置或不必要的干扰。信号不会重绘,并在K线收盘后仍然保留在图表上。 VERSION MT 5    -   与……搭配使用时,可发挥其最大潜力   RFI LEVELS PRO 指示器 该指标显示的内容: 实际变化 趋势(BOS 线) 一旦信号出现,它就始终有效!这与会重绘的指标有着重要的区别,后者可能会发出信号后又改变信号,从而导致资金损失。现在,您可以更精准、更准确地进入市场。此外,还有一个功能,会在箭头出现后为K线着色,直到达到目标价位(止盈)或出现反转信号为止。 重复条目   以及主要玩家的充值 为了提高寻找入场点时的视觉清晰度,我们创建了一个模块,该模块首先显示买入/卖出区域,并在该区域内寻找最佳入场点。此外,我们还加入了智能逻辑来管理止损位,该逻辑会随着时间的推移逐步降低止损位的大小,从而降低入场交易时的初始风险(移动止损位)。 信号强度水平(BOS) 该指标采用三个显著性等级来衡量
El indicador "MR BEAST ALERTAS DE LIQUIDEZ" es una herramienta avanzada diseñada para proporcionar señales y alertas sobre la liquidez del mercado basándose en una serie de indicadores técnicos y análisis de tendencias. Ideal para traders que buscan oportunidades de trading en función de la dinámica de precios y los niveles de volatilidad, este indicador ofrece una visualización clara y detallada en la ventana del gráfico de MetaTrader. Características Principales: Canal ATR Adaptativo: Calcula
Gold Scalper Super
Aleksandr Makarov
5 (2)
Gold Scalper Super is an easy-to-use trading system. The indicator can be used as a standalone scalping system on the M1 time frame, as well as part of your existing trading system. Bonus: when purchasing an indicator, Trend Arrow Super is provided free of charge, write to us after purchase. The indicator 100% does not repaint!!! If a signal appears, it does not disappear! Unlike indicators with redrawing, which lead to the loss of a deposit, because they can show a signal and then remove it.
PRO Renko System
Oleg Rodin
5 (30)
PRO Renko Arrow Based System for trading renko charts.  准确的信号交易任何外汇工具. 另外,我将免费提供系统的附加模块! PRO Renko系统是RENKO图表上高度准确的交易系统。该系统是通用的。 该交易系统可应用于各种交易工具。 该系统有效地中和了所谓的市场噪音,打开了获得准确反转信号的通道。 该指标易于使用,只有一个参数负责产生信号。 您可以很容易地使算法适应您感兴趣的交易工具和renko酒吧的大小。 我很乐意通过提供任何咨询支持来帮助所有客户有效地使用该指标。 祝您交易成功!购买后,立即写信给我! 我将与您分享我的建议和我的renko发电机。 另外,我将免费提供系统的附加模块!
IQ FX Gann Levels
INTRAQUOTES
5 (2)
IQ FX Gann Levels a precision trading indicator based on W.D. Gann’s square root methods . It plots real-time, non-repainting support and resistance levels to help traders confidently spot intraday and scalping opportunities with high accuracy. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Setup & Guide:  Download  MT5 Ver
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.
Step into the world of Forex trading with confidence, clarity, and precision using   Gold Indicator   a next-generation tool engineered to take your trading performance to the next level. Whether you’re a seasoned professional or just beginning your journey in the currency markets, Gold Indicator equips you with powerful insights and help you trade smarter, not harder. Built on the proven synergy of three advanced indicators, Gold Indicator focuses exclusively on medium and long-term trends eli
Harmonic Pattern Plus MT4
Young Ho Seo
4.44 (18)
Introduction Harmonic Patterns are best used to predict potential turning point. Traditionally, Harmonic Pattern was identified manually connecting peaks and troughs points in the chart. Manual harmonic pattern detection is painfully tedious and not suitable for everyone. You are often exposed under subjective pattern identification with manual pattern detection. To avoid these limitations, Harmonic Pattern Plus was designed to automate your harmonic pattern detection process. The functionality
Pips Stalker
Abdulkarim Karazon
5 (2)
Pips Stalker是一种多头空头箭头型指标,该指标帮助各级别交易者做出更好的市场交易决策,该指标从不重新绘制,并以RSI作为主要信号逻辑,一旦给出箭头,它就不会重新绘制或反绘,箭头也不会延迟。 PIPS STALKER ARROW的功能 : 统计面板 这是一个独特的信息仪表盘,显示整体胜率百分比和有用统计数据,如连续最大胜负交易数,以及其他有用信息。 TP和SL,内置资金管理 该指标在每个箭头上都标注了TP和SL对象,因此交易者内置了资金和风险管理,SL基于ATR,TP基于当前ATR SL价值的风险与回报比。 无需重新涂色,高度可调 该指标提供了多种提升信号质量的选项,使其在任何交易对上都能正常工作,只需少量周期调整,面板会显示当前设置和期间是否有利可图。 推荐时间框架:M1。 重新调整启动资本:100美元。 推荐账户类型:原始价差。
Meravith
Ivan Stefanov
5 (3)
做市商工具。 Meravith 将: 分析所有时间周期并显示当前正在运行的趋势。 标注流动性区域(成交量均衡区),即多头与空头成交量相等的位置。 在您的图表上直接显示来自不同时间周期的所有流动性水平。 生成并展示基于文本的市场分析供您参考。 根据当前趋势计算目标位、支撑位和止损位。 计算交易的风险回报比。 根据您的账户余额计算仓位大小,并估算潜在利润。 在市场出现重大变化时,Meravith 还会发出警告。 指标的主要线条: 多头/空头成交量衰竭线 —— 作为目标位使用。 趋势线 —— 指示市场趋势方向。根据市场是多头还是空头而改变颜色,并作为趋势支撑。其颜色主要反映市场情绪。 成交量均衡线(Eq)—— Eq(Volume Equilibrium)是系统的核心。它表示买卖双方成交量的平衡点,即市场流动性所在位置。向上突破 Eq 表示多头倾向,向下突破 Eq 表示空头倾向。突破后,应等待回调——当价格回到相反趋势的偏离线或衰竭线附近时。 使用方法:只需将其添加到图表中。 Meravith 可以分析一切——趋势和回调。 趋势线与某条成交量衰竭线之间的距离越大,说明该方向的成交量越高。 趋
Scalper Vault
Oleg Rodin
5 (36)
Scalper Vault 是一个专业的剥头皮系统,为您提供成功剥头皮所需的一切。该指标是一个完整的交易系统,可供外汇和二元期权交易者使用。推荐的时间范围是 M5。 该系统为您提供趋势方向的准确箭头信号。它还为您提供顶部和底部信号以及江恩市场水平。无论您拥有何种交易经验,该系统都易于使用。您只需要遵循简单的规则并每天重复该过程。 建议将此系统用于主要货币对。感谢您的关注! 请注意,该指标在策略测试器中可能无法正常工作。因此,我建议仅在模拟或真实账户的真实交易条件下使用该系统。 指示器提供所有类型的警报,包括推送通知。 购买指标后请与我联系。我将免费与您分享我的个人交易建议和出色的奖励指标! 祝您交易愉快,盈利!
System Trend Pro
Aleksandr Makarov
5 (2)
System Trend Pro - This is the best trend trading indicator!!! The indicator no repaint!!!  The indicator has   MTF   mode, which adds confidence to trading on the trend (   no repaint   ). How to trade? Everything is very simple, we wait for the first signal (big arrow), then wait for the second signal (small arrow) and enter the market in the direction of the arrow. (See screens 1 and 2.) Exit on the opposite signal or take 20-30 pips, close half of it, and keep the rest until the opposite
Smart Sweep Sniper MT4
Vincent Georges David Ferrier
# Smart Sweep Sniper MT4 Version MT4 Midnight Pro Edition , specialized for scalping and day trading in Prop Firm, Available here PROTOCOL - Institutional Liquidity Grab & SMC available here ## The Institutional Edge — Detect Where Smart Money Acts, Enter When It Matters If you like it, leave a positive review to support its development. If you encounter a bug, let us know before posting a review. When you complete your challenge, share your certificate in the comments. Happy trading! Smart Sw
No Repaint Bext 是一个完整的交易系统。它指示何时开仓、何时平仓以及交易方向。每当出现绿色箭头时,您需要开设买入交易。当出现红色箭头时,关闭所有买入交易。相反,每当出现红色箭头时,开设卖出交易,并在出现绿色箭头时关闭所有卖出交易。交易时使用 M5 时间框架,可以在任何货币对上进行交易。 该指标不会重绘,几乎没有延迟,唯一的自然条件是等待 K 线收盘。它使用 RSI 过滤器和两个经典的反转形态(吞没、Pin Bar),这使得几乎可以在反转发生的瞬间识别出来。 如何使用该指标进行高效交易? 可用于任何货币对(我们测试了 GBPUSD 和 EURUSD) 时间框架:M5 初始资金:500 美元起 交易手数:0.01 每当出现绿色箭头时,开设买入交易。当出现红色箭头时,关闭所有买入交易。 每当出现红色箭头时,开设卖出交易。当出现绿色箭头时,关闭所有卖出交易。 指标参数设置: RSI_Period - 默认值:14 说明:RSI(相对强弱指数)用于过滤信号。例如,当 RSI_Period 设为 14 时,RSI 计算过去 14 根 K 线的平均值。周期越长,RSI 趋势越平滑(减少
Trend indicator AI
Ramil Minniakhmetov
4.53 (83)
趋势人工智能指标是一个伟大的工具,将加强交易者的市场分析结合趋势识别与可操作的进入点和逆转警报。 该指标使用户能够自信和精确地驾驭外汇市场的复杂性 除了主要信号,趋势Ai指标识别在回调或回调期间出现的次要入口点,使交易者能够利用既定趋势内的价格修正。 重要优势: *MT4及MT5工程 *明确买入或卖出信号 ·不重绘 *适用于所有资产 小心我不卖EA或设置电报它骗局. 所有设置免费在这里的博客。  重要! 购买后立即与我联系,以获得指示和奖金! 真实的操作监控以及我的其他产品可以在这里找到: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 设置和输入: 建议为所有资源设置默认设置。 第...
作者的更多信息
价格通道指标由两个独立的价格通道和水平价格区组成--(A/B)。该指标不断监测价格的行为和运动,以及通道水平的崩溃--(A/B),重新安排水平和固定新的极值和最小值区域。 对于以前和现在的高点和低点的分析,它不取决于每个通道的条数 - (A / B)。 该指标显示图表上每个通道的有用信息--(A/B)。 1. 分析中为每个通道指定的条数。 2. Delta - 每个通道的电平之间的距离。 1. 指标的应用实例:为了搜索和更新区域和新的本地最高和最低水平(顶部或底部),在通道-(A)中,我们指定范围-(100-500)条为例。我们不想使用通道(B),所以在通道(B)中我们表示(0)条。 -(B)通道的水平将在图表上消失,不会干扰我们。 2. 指标应用实例:当跟踪价格并在狭窄的走廊中打破平坦时,在渠道(B)中我们指出例如范围(1-5)条。 我们不需要对(0)条使用通道(A)。 -(A)通道的水平将在图表上消失,不会干扰我们。 3. 指标应用实例:在通道--(A/B)中,我们可以指定不同的条形范围,为每个通道指定自己的用途。 指标价格通道有八个信号缓冲区,用于编写和使用作者的专家顾问时
指标的描述: 指标-Zigzag信号基于著名且流行的指标-Zigzag。 该指标可用于手动或自动贸易顾问。 1.对于手动交易,指标-Zigzag信号具有不同通知的警报。 2.在顾问中使用,该指标具有用于购买和销售的信号缓冲区。 您还可以注册并将指标称为外部资源以及其他功能和应用程序: (在获取指标 -  Zigzag信号后,在个人消息中写信给我)。 该指示器不会重新绘制,也不会重新排列下一个栏的信号箭头。 将箭头记录在图表上后,不会跳跃,也不会消失。 当然,您可以在“历史记录”上测试指标并在购买之前检查其工作。 指示器设置:曲折信号MT4 //+------------------------------------------------------------------+ enum enumar   {      cr, // current      cl // close   }; //+------------------------------------------------------------------+ // ---输入参数 外部intern长度= 25
价格通道指标由两个独立的价格通道和水平价格区组成--(A/B)。该指标不断监测价格的行为和运动,以及通道水平的崩溃--(A/B),重新安排水平和固定新的极值和最小值区域。 对于以前和现在的高点和低点的分析,它不取决于每个通道的条数 - (A / B)。 该指标显示图表上每个通道的有用信息--(A/B)。 1. 分析中为每个通道指定的条数。 2. Delta - 每个通道的电平之间的距离。 1. 指标的应用实例:为了搜索和更新区域和新的本地最高和最低水平(顶部或底部),在通道-(A)中,我们指定范围-(100-500)条为例。我们不想使用通道(B),所以在通道(B)中我们表示(0)条。 -(B)通道的水平将在图表上消失,不会干扰我们。 2. 指标应用实例:当跟踪价格并在狭窄的走廊中打破平坦时,在渠道(B)中我们指出例如范围(1-5)条。 我们不需要对(0)条使用通道(A)。 -(A)通道的水平将在图表上消失,不会干扰我们。 3. 指标应用实例:在通道--(A/B)中,我们可以指定不同的条形范围,为每个通道指定自己的用途。 指标价格通道有八个信号缓冲区,用于编写和使用作者的专家顾问时
Indicator description: Indicator - ZigZag Signal is created on the basis of a well-known and popular indicator - ZigZag. The indicator can be used for manual or automatic trading by Expert Advisors. 1. The ZigZag Signal indicator has alerts of different notifications for manual trading.  2. If used in Expert Advisors, the indicator has signal buffers for buying and selling.  You can also prescribe and call the indicator as an external resource and other settings and applications: (email me in a
Heiken Ashi信号指标是为MT5交易终端设计的。 它是基于标准的Heiken Ashi指标,该指标在Mt5终端中可用。 该指标可作为手动操作,也可通过作者的专家顾问系统用于自动交易。 要在交易的EA中使用Heiken Ashi信号指标,有信号缓冲区,用于市场进入和打开买入和卖出头寸。 阅读下面的更多内容。 平价信号指标的特征和特点。 该指标可在任何图表周期内工作。 它可以应用于任何资产(货币对、金属、股票、指数、加密货币)。 在专家顾问中把它应用于自己的策略,把信号作为进入市场的基础。 在趋势开始时对价格反转作出及时反应,并产生无滞后的信号。 如果一个信号已经出现,它已经被固定下来,不会从图表中消失。 该指标不会在相邻的柱子上重新画出信号,也不会在柱子上上下移动。 你可以下载演示版,在购买前用任何设置测试该指标的工作。 如果你想在实时图表上使用该指标,你可以暂时租用它。 平日里的信号指标设置。 //+------------------------------------------------------------------+ 只有信号的Chenge趋势=真;(在趋
筛选:
76773
282
76773 2024.01.14 16:45 
 

Great Indicator, but please on what basis does the Sell and Buy dots happen. It will be preferable to be flat tops and flat bottoms which are some of the most powerful Heiken Ashi signals and not the wicky candles. Also why cant you see historical candles. No videos or clear explanation of how the Indicator works so its difficult to assess.

回复评论