RedeeCash Volumes Indicator

Version History:

Date Version Changes
6/20/2022 1.00 Initial release
6/21/2022  1.10 Add global variables for Minimum (SYMBOL_volume_min) and Maximum (SYMBOL_volume_max) History Volumes 

Description:

RedeeCash Volumes Indicator is the Volumes indicator that you have come to trust for market entry and exit with the added benefit of exposing key metrics as global variables. Including global variables in an indicator permits easier interaction with expert advisors (EA) and scripts.

When attaching the indicator to a chart, you will have a visual representation of both increasing (GREEN) and decreasing volumes (RED). The increasing volume indicates buyer's and seller's interest in the currency through increased long and short trades, while the decreasing volume indicates the buyers and sellets no longer interest in the currency through decreased long and short trades.

Code Sample:

To invoke this indicator from an EA or script, call the iCustom metatrader function,

iCustom(Symbol(),PERIOD_CURRENT,"Market/RedeeCash Volumes Indicator",1,0);

string UpBufferVarName = StringConcatenate(Symbol(),"_volume_upbuffer");
string DownBufferVarName = StringConcatenate(Symbol(),"_volume_dnbuffer");
string VolumeVarName = StringConcatenate(Symbol(),"_volume");
string PrevVolumeVarName = StringConcatenate(Symbol(),"_volume_prev");
string ActiveBufferVarName = StringConcatenate(Symbol(),"_volume_active_buffer");
string MinVolumeVarName = StringConcatenate(symbol,"_volume_min");
string MaxVolumeVarName = StringConcatenate(symbol,"_volume_max");

double activeVolumeBuffer = GlobalVariableGet(ActiveBufferVarName);
double volume = GlobalVariableGet(VolumeVarName);
double previousVolume = GlobalVariableGet(PrevVolumeVarName);


if (activeVolumeBuffer == 2) {

Print("Active Volume Buffer: UP, Volume: ",volume,", Previous Volume: ", previousVolume);

} else if (activeVolumeBuffer == 3) {

Print("Active Volume Buffer: DOWN, Volume: ",volume,", Previous Volume: ", previousVolume);

}

result is,

        2022.06.20 03:48:24.711 RedeeCash_Volumes_Test EURUSD-5,H4: Active Volume Buffer: UP, Volume: 15693.0, Previous Volume: 14367.0

Usage:

Usage is based on defining your trading rules. For example, using the 50 and 200 simple moving averages on the daily chart to determine the trend direction, then use the "RedeeCash_Volumes Indicator" to determine the strength and whether byers or sellers are entering or exiting the market?


TREND
ACTIVE BUFFER
PREVIOUS VOLUME vs CURRENT VOLUME
 TRADE
UP UP PREVIOUS < CURRENT VOLUME
ENTER BUY
DOWN UP PREVIOUS > CURRENT VOLUME
ENTER SELL



推荐产品
PipsFactoryMonthlyDemo
Alfred Kamal
5 (1)
This is Demo Version of PipsFactoryMonthly This indicator depends on High and Low price of Currency in last Month and then i made some secret equations to draw 10 lines. Features You will know what exactly price you should enter the market. You will know when to be out of market. You will know you what should you do in market: Buy Sell Take profit and there are 3 levels to take your profit Support Resistance Risk to buy Risk to Sell Signal Types and Timeframe Used You can use this indicator ju
FREE
Features: 1- Get OB/OS Levels from Golden MA Levels 2- Wait for Buy/Sell Start Level Cross 3- Optional: Should price cross Mid Level in earlier bars 4- Optional: Crossing bar High/Medium Volume 5- Optional: MA Stacked to check up/down trend for current TF 6- Optional: NRTR higher timeframes aligned Check Detailed blog post explained: https://www.mql5.com/en/blogs/post/758457 Levels with Buffers available here: Golden MA Levels Indicator: https://www.mql5.com/en/market/product/119515 Note: Arr
FREE
Индикатор реализован для определения классического канала движения цены, который используется на крупных биржевых площадках. Не перерисовывается Синий уровень - это уровень поддержки  Красный уровень - это уровень сопротивления  Белый уровень - является Pivot-уровнем  Настройки Period_SEC  - ввод  значения периода . Примечание:  Индикатор определяет уровни только на пятизначных котировках! Метод торговли:  Открытие позиций осуществляется от уровней , именно на их значениях происходит отскок цены
FREE
MT Supply Demand
Issara Seeboonrueang
4 (4)
We provide indicators tailored to better meet your trading requirements.       >>  MT Magical  << MT Supply Demand : It is an indicator created to find supply and demand, which will be important support and resistance levels for the price.  Supply Zone   is a zone where the price has reached, it is often resisted. In other words, when the price reaches this zone, there will be more selling power to push the price back down. Demand Zone   is a zone where the price has reached, it is ofte
FREE
Zig Zag 123
Stephen Reynolds
Zig Zag 123 tells us when a reversal or continuation is more likely by looking at the shift in supply and demand. When this happens a signature pattern appears known as 123 (also known ABC) will often break out in direction of higher low or lower high. Stop loss and take profit levels have been added. There is a panel that shows the overall performance of your trades for if you was to use these stop loss and take profit levels.  We get alerted if a pattern 123 appears and also if the price re
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
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
Hurst Buy and Sell Mt4
Victor Alfonso Molina Botello
Hurst Buy and Sell  This innovative indicator, inspired by xAI Grok intelligence, uses the Hurst exponent to identify the nature of the market and generate buy/sell signals. The EA for this indicator (Hurst Razer PRO EA MT5) is now available, you can see it by clicking here!  https://www.mql5.com/es/market/product/153441?source=Site+Profile+Seller  If you want more signals from the indicator, change the minimum number of bars between consecutive signals. The lower the value, the more signals it
FREE
Heiken Ashi RSI Oscillator
Noiros Tech
4.94 (18)
YOU CAN NOW DOWNLOAD FREE VERSIONS OF OUR PAID INDICATORS . IT'S OUR WAY OF GIVING BACK TO THE COMMUNITY ! >>>    GO HERE TO DOWNLOAD This system is an Heiken Ashi system based on RSI calculations . The system is a free open source script originally published on TradingView by JayRogers . We have taken the liberty of converting the pine script to Mq4 indicator . We have also added a new feature which enables to filter signals and reduces noise on the arrow signals. Background HEIKEN ASHI Th
FREE
Market Volume Profile Modes MT4 是一款分析型指标,直接在图表上显示成交量在各价格水平上的分布。对于选定的价格区间,它将纵向价格范围划分为可配置的若干行,把 tick 成交量累加到每一行,再以横向柱状图呈现结果。每一行会根据对应K线收阳还是收阴,拆分为多头部分和空头部分,从而分别显示各价位上买方与卖方的活动占比。 该指标通过单个输入参数提供八种计算模式。固定范围模式会在图表上添加一个可点击的按钮,用于创建可拖动的矩形,你移动或调整方框大小后,指标会针对其覆盖的K线重新计算分布,便于研究某一段特定的波段或盘整。可见范围模式根据图表窗口中当前显示的K线构建分布,并在你滚动或缩放时更新。其余模式会按周期自动为每个周期绘制一份分布:日内(Session)、周、月、小时、四小时,以及按你指定的固定K线数量分组的自定义模式。最大分布数量参数限制绘制多少个近期周期,可选的分隔线用于标示一个周期与下一个周期的交界处。 指标从累积分布中推导出三条参考水平线。控制点(POC)标示成交量最高的价格行。价值区上沿(VAH)与价值区下沿(VAL)界定中间那一段合计占总成交量指定百分
FREE
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
免费 — ZigZag 摆动枢轴点加上移动平均趋势过滤器,绘制在同一图表上。它显示枢轴突破系统所依据的枢轴水平和趋势背景。针对黄金(XAUUSD)调校。 枢轴突破只有在顺应更大趋势的方向时才有意义。本指标标记每一个确认的摆动枢轴,并绘制一条趋势移动平均线,让你一眼就能看出上一个枢轴的突破是顺势还是逆势。 === 它绘制什么 === - 已确认的 ZigZag 摆动高点和低点(圆点)——突破系统所响应的枢轴。 - 趋势移动平均线(默认 MA 50)。 === 已确认枢轴不重绘 === 只有当一个枢轴被确认为其窗口内的局部极值后才会绘制出来。已确认的枢轴不会移动。(与所有 ZigZag 一样,最近仍在形成的那一段是临时的,直到出现新的极值加以确认——这是摆动检测的固有特性,而非缺陷。) === 设置 === - ZZDepth(默认 12)、ZZDev(默认 5)、ZZBackstep(默认 3):摆动灵敏度。 - MA_Period(默认 50):趋势过滤器。 默认值是一套 XAUUSD 配置——是一个起点,而非通用设置。 === 诚实说明 === 这是一个可视化工具,而非
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
This simple indicator paints with a darker color on the volume bar when the quantity traded is above the average of select number of periods of the volume itself, highlighting the moments when there was a large volume of deals above the average. It is also possible to use a configuration of four colors where the color tone shows a candle volume strength. The indicator defaults to the simple average of 20 periods, but it is possible to change to other types of averages and periods. If you like t
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
Head and Shoulders Pattern Indicator - Your Key to Recognizing Trend Reversals Unlock the power of pattern recognition with the "Head and Shoulders Pattern Indicator." This cutting-edge tool, designed for MetaTrader, is your trusted ally in identifying one of the most powerful chart patterns in technical analysis. Whether you're a novice or an experienced trader, this indicator simplifies the process of spotting the Head and Shoulders pattern, allowing you to make informed trading decisions. Key
FREE
ADR Bands
Navdeep Singh
4.5 (2)
Average daily range, Projection levels, Multi time-frame ADR bands shows levels based on the selected time-frame. Levels can be used as projections for potential targets, breakouts or reversals depending on the context in which the tool is used. Features:- Multi time-frame(default = daily) Two coloring modes(trend based or zone based) Color transparency  
FREE
Trend Magicc
Muhammad Hassaan
*This is tradingview indicator converted to mql5* The Trend Magic Indicator is a popular technical analysis tool used to identify the direction of a market trend and potential trend reversals. It is a versatile indicator that can be applied to various financial instruments and timeframes. The Trend Magic Indicator consists of a combination of moving averages and a volatility-based filter. It aims to smooth out price fluctuations and provide a clearer visualization of the underlying trend. Here
FREE
Smart Flow MT4
Douglas Rodrigues
Smart Flow - Institutional Aggression Tracker Smart Flow   is a powerful and intuitive indicator designed to read the true market order flow and identify zones of strong institutional aggression. Instead of guessing tops and bottoms, Smart Flow directly paints your chart's candles whenever it detects a relevant directional capital injection, making your trading decisions highly objective. Working Principle The indicator performs an advanced mathematical calculation on every candle to estimate th
FREE
Forex Market Profile and Vwap
Lorentzos Roussos
4.86 (7)
外汇市场概况(简称FMP) 这不是什么: FMP 不是经典的字母编码 TPO 显示,不显示整体图表数据配置文件计算,并且不将图表分段并计算它们。 它能做什么 : 最重要的是,FMP 指示器将处理位于用户定义频谱左边缘和用户定义频谱右边缘之间的数据。 用户只需用鼠标拉动指示器的每一端即可定义频谱。 当指标右边缘被拉到实时柱并进一步(到未来)时,指标被认为是“实时的”(它会更新新柱) 该指标将一个“锚点”对象放在它所附加的图表上,然后将该锚点与硬盘驱动器上的文件相关联。 这允许您在图表上运行一个持续的 FMP,您的设置在重新启动时持续存在,直到图表 - 或指标 - 关闭。 FMP 指标可以在一个图表上运行多个自身实例,并且您可以命名它们。(名称在指标数据中显示为半透明,以便您能够区分它们) 指标的数据窗口被快速切换控件包围,当它们的状态发生变化时,这些控件会更新该图表的指标设置的“内存”。 左手柄、右手柄和数据窗口的显示可以自定义。您可以从 13 种不同的样式组合中进行选择,或者选择每个部分的单独样式(从 13 种中选择)。 您可以选择显示与光谱左侧对齐、在中间对称居中、与光谱右侧
FREE
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 顺势指标又叫CCI指标,CCI指标是 美国 股市 技术分析   家唐纳德·蓝伯特(Donald Lambert)于20世纪80年代提出的,专门测量股价、外汇或者贵 金属 交易是否已超出常态分布范围。属于超买超卖类指标中较特殊的一种。波动于正无穷大和负无穷大之间。但是,又不需要以0为中轴线,这一点也和波动于正无穷大和负无穷大的指标不同。 相对强弱指标RSI是根据一定时期内上涨点数和下跌点数之和的比率制作出的一种技术曲线。能够反映出市场在一定时期内的景气程度。由威尔斯.威尔德(Welles Wilder)最早应用于期货买卖,后来人们发现在众多的图表技术分析中,
FREE
With this indicator, you can easily make price regions in all time zones. In addition, with the automatic supply demand finder, you can ensure that the new regions are found automatically. You can increase your transaction quality by reaching more accurate operations with this auxiliary Tool and indicator. I share your trial version of EURUSD for free with you. If you want to buy the working version in all parities, you can contact me. +New version Gap Bar Add ( Press G keyboard )  Default con
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
TrendXpert Indicator
Samuel Ayienda Omanga
TrendXpert Indicator v1.02 – Master the Trend, Trade with Precision Overview TrendXpert v1.02 is a precision tool built for serious traders who want to stay on the right side of the market. Designed specifically for the 4H, 1H, and 30M timeframes, it helps you identify high-probability trend conditions and delivers timely, clean trade signals—without clutter or confusion. What’s New in v1.02 Enhanced Trend Detection : Improved internal logic ensures even greater accuracy in trend labeling and
FREE
Key Price Levels
Wafa Mohammed Omar Abou Alwafa
Key Price Levels Indicator Indicator that shows the highs and lows for the significant price levels for past periods that could be potentially considered as reaction levels. The indicator displays the following price levels: Yesterday high and low The day before yesterday high and low Two days back high and low Last week high and low Last month high and low Last three month high and low (Quarter) Last year high and low
FREE
PZ Inside Bars
PZ TRADING SLU
4.2 (5)
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  |  Get Help ] 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
FREE
Flat Reminder
Chi Sum Poon
Flat Reminder Overview Flat Reminder is a powerful technical analysis tool that identifies and highlights price consolidation zones on your chart. It detects when price action slows down and moves sideways, indicating potential reversal points, continuation setups, or key decision zones in the market. Key Features Consolidation Detection : Automatically identifies flat price zones where market momentum decreases Range Measurement : Calculates and displays the exact range of each consolidation in
FREE
Imbalance Bar 4 Price Action
Pham Tien Thanh
4.75 (4)
An imbalance bar or candle, also called a fair value gap (FVG) or inefficiency, shows strong buying or selling in the market or weak buying or selling that causes prices to move quickly with high momentum. This is why it's an important part of price action analysis. Our indicator offers three main benefits: Clear Design: The imbalance bar is built into the candle with a simple, clean look that makes it easy for traders to spot while keeping the chart tidy. Easy to Use: A hotkey lets traders quic
FREE
Traditional MACD MT4
Daniel Lewis
4.58 (55)
MetaTrader 4/5 中的 MACD 指标看上去与其它许多图表软件里的 MACD 不同。这是因为 MetaTrader 4/5 版本的 MACD 显示 MACD 曲线作为直方图,而传统上显示为曲线。此外,MetaTrader 4/5 版本使用 SMA 计算信号线,而根据 MACD 的定义,它应该使用 EMA。MetaTrader 4/5 版本也不计算实际的 MACD 直方图 (即 MACD 与信号线之间的差异)。这可能对那些 MetaTrader 4/5 的新手带来困惑,因为将 MACD 线显示为直方图,而未提供实际的 MACD 直方图。 这款指标按照其创造者 (Gerald Appel) 的定义显示 MACD,如同其它图表软件里显示的那样。而 MACD 线的计算采用 "快速" EMA 和 "慢速" EMA 之间的差异。信号线是 MACD 线的 EMA。MACD 直方图是MACD 和信号线之间的差异 (MACD 直方图可自行作为可靠的用作背离信号)。 True/False 启用开关,您可以显示/隐藏 MACD/信号线,以及 MACD 直方图。
FREE
Mirror chart
Salavat Yulamanov
4.5 (2)
該指標在一張圖表上顯示兩個不同的貨幣對,旨在簡化顯示的信息,   能夠使用終端機中幾乎所有可用的工具(不僅是貨幣對,還包括金屬和原料)。 對任何貨幣對使用視覺關聯方法的特點 子符號。 貨幣對以彩色蠟燭顯示在螢幕上。 這是同一相關對。 鏡像。 輔助貨幣。 此指標反映了兩種類型的相關性。 設定 子交易品種 = "美元兌瑞郎";   BullBarColor = 橘紅;   BearBarColor = 黃色;   顏色網格顏色=白色;   鏡像=假; The indicator displays two different pairs on one chart, designed to simplify the displayed information,   Capable of working with almost all instruments available in the terminal (not only currency pairs, but also metals and raw materials). Feature of using a visual c
FREE
该产品的买家也购买
Gann Made Easy
Oleg Rodin
4.84 (171)
Gann Made Easy 是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
Super Signal – Skyblade Edition 專業級無重繪 / 無延遲趨勢信號系統,擁有卓越勝率 | 適用於 MT4 / MT5 在較低的時間週期上效果最佳,例如 1 分鐘、5 分鐘與 15 分鐘圖表。 核心特色: Super Signal – Skyblade Edition 是一套專為趨勢交易設計的智能信號系統。 其採用多重濾波邏輯,僅篩選出具有明確方向性、動能強勁且波動結構健康的走勢進場點。 本系統 不預測高點或低點 ,只有在同時滿足以下三項條件時才會觸發交易信號: 趨勢方向明確 動能持續增強 波動率結構穩定 此外,系統還結合市場流動性分析,以進一步提升信號的準確性與觸發時機。 信號特性: 所有箭頭信號皆為 100% 無重繪,無延遲 信號一旦出現即固定於圖表,不會閃爍或消失 提供圖表箭頭、資訊面板、彈出通知、聲音提示及推播訊息 支援 EA 呼叫(Buffer 輸出),可整合至自動化交易或信號跟單系統 提供預設參數模板,免調整即可使用,適合新手快速上手 總結: Super Signal – Skyblade Edition 是一款邏輯清晰、穩定高效的專業趨勢型
Neuro Poseidon MT4
Daria Rezueva
4.8 (45)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for all
Prop Firm Sniper
Mohamed Hassan
5 (5)
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
BTMM State Engine Pro MT4
Garry James Goodchild
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status,
SR Liquidity 是一款旨在揭示市场流动性高度集中且价格反应最剧烈的隐蔽区域的交易指标。这些特殊的流动性区域充当着强有力的支撑位与阻力位,为您清晰呈现市场最可能发生反转的位置。 SR Liquidity 指标并非简单地绘制常规的支撑/阻力线,而是通过分析实际的价格行为,识别买卖压力积聚的区域。这些区域实际上是推动市场真实波动的流动性池。通过在图表上直观呈现这些区域,该指标能助您在价格反应发生前预判走势——这意味着它实际上能够预测价格方向可能发生的变化。它将原始的价格行为转化为清晰且具实操价值的市场蓝图,标示出那些可能成为市场转折点的关键价位。 该指标适用于任何交易品种和时间周期——包括外汇、指数、金属、加密货币等。支持任意时间周期。 购买后请联系我,以获取交易指南及免费赠送的优质附加指标!
Zoryk Gold mt4
Reda El Koutbane
折扣将在 24 小时后结束——下一价格为 69 美元 联系我获取推荐设置 首发名额有限 ZORYK — MetaTrader 4 专业 XAUUSD 黄金信号与交易计划系统 你一定经历过这种感觉。 你花时间分析黄金,等待入场,终于打开交易后,价格却立即向相反方向移动。你过早平仓,移动止损,或者因为犹豫几秒而错过机会。随后市场在没有你的情况下,准确到达你最初预期的目标。 问题并不总是方向错误。 真正的问题是不确定性。 你不知道真正的入场位置在哪里,不知道交易逻辑在什么位置失效,也不知道应该先保护较小的利润,还是继续等待更大的行情。你甚至不知道当前信号是否足够强,还是自己只是在勉强寻找一笔交易。 黄金移动速度非常快。没有明确计划的正确判断,也可能在几秒钟内变成错误决定。 ZORYK 正是为了解决这个问题而开发。 什么是 ZORYK ZORYK 是一套专门为 MetaTrader 4 和 XAUUSD M5 周期开发的完整黄金信号与交易计划系统。 它不是一个只显示 BUY 或 SELL 箭头,然后让你独自处理所有后续决定的普通指标。 每个确认信号都可以在图表上显示
Scalper Inside PRO
Alexey Minkov
4.74 (68)
Scalper Inside PRO 帮助您读懂日内趋势,并在入场前规划好交易。它使用独家内置算法来判断市场方向,并在信号出现的那一刻计算出关键目标位,因此您总能提前看到可能的入场点、止损和获利目标。 该指标还会显示基于历史数据的详细业绩统计,让您看到不同品种和策略过去的表现,从而选择适合当前市场状况的方案。您甚至可以接入自己的箭头指标,用同样的方式查看它们的统计数据。 Scalper Inside PRO 使用手册和参数说明: 点击阅读(英文) 该指标适用于任何品种和任何时间周期(日内交易推荐使用 M5),并内置三种策略。它既可以作为独立的剥头皮工具使用,也可以作为您交易系统的分析组件。适合新手和有经验的交易者,不过和任何工具一样,需要一些练习才能充分发挥它的作用。 购买后请直接联系我,即可获得免费的额外插件和上手小贴士。 主要功能 三种内置独家交易策略。 新一代趋势识别算法(Next-Generation Trend Detection Algorithm, NG TDA),用于判断市场方向。 箭头信号出现后立即计算价位:入场点和多级获利目标(TP1、TP2、TP3)会马上显示
M1 Sniper
Oleg Rodin
5 (26)
M1 SNIPER 是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Currency Strength Wizard
Oleg Rodin
4.85 (60)
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。 该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
Trend Catcher ind
Ramil Minniakhmetov
5 (11)
趨勢捕捉指標 趨勢捕捉指標結合了作者獨有的客製化自適應趨勢分析指標,用於分析市場價格趨勢。它透過過濾掉短期噪音,並專注於潛在的動能強度、波動性擴張和價格結構行為,來識別真實的市場方向。此外,它還結合了平滑和趨勢過濾等客製化指標,例如移動平均線、相對強弱指標 (RSI) 和波動率過濾器。 您可以在這裡查看實際運行情況以及我的其他產品: https://www.mql5.com/en/users/mechanic/seller 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。 重要提示!購買後請立即聯繫我,以獲取使用說明和額外獎勵! 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
现在优惠 30%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需
BlueDigitsFx Easy 1 2 3 System
Ziggy Janssen
4.87 (299)
BlueDigitsFx 官方生态系统入口 获取基础设施更新、交易资源、产品发布信息以及 BlueDigitsFx 官方生态系统访问权限。 Telegram 生态系统 官方网站 MT5 版本 BlueDigitsFx Easy 123 System —— 强大的 MT4 反转与突破识别系统 一体化无重绘交易系统,专为识别市场反转与突破而设计 —— 适合重视市场结构、清晰信号以及确认型交易流程的交易者。 BlueDigitsFx Easy 123 System 是一款可视化 MT4 指标,并带有提醒功能,可帮助交易者轻松识别市场结构变化、突破以及趋势反转。 该指标遵循结构化的“123”交易模型: 步骤 1 :通过大箭头识别潜在衰竭区域中的新高或新低。 步骤 2 :发出市场结构突破信号,确认潜在趋势反转。 步骤 3 :通过小箭头和支撑/阻力点提供入场确认。 注意 :大箭头在K线收盘前可能会重绘,因为它会根据实时市场结构变化进行调整。 小箭头一旦出现后则为 100% 无重绘信号。 功能特点 大箭头:识别强烈的市场结构变化及潜在反转机会。 小箭头:100% 无重绘趋势信号。 支撑与阻力点
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 对的双重动量买入和卖出。 超买/超卖警告外部范围和止损。 反转
DayTrader PRO MT4
Davit Beridze
5 (1)
DayTrader PRO DayTrader PRO 是一款先进的交易指标,它结合了约翰·埃勒斯 (John Ehlers) 的 Laguerre 滤波器与强大的自动优化引擎。该指标不依赖固定的参数,而是根据最新的市场状况自动搜寻最佳设置,帮助您在无需手动调整的情况下适应不断变化的市场波动。 该指标可生成清晰的买入 (BUY) 和卖出 (SELL) 信号,并提供根据当前市场波动率计算得出的自适应止损 (Stop Loss) 和止盈 (Take Profit) 水平。内置的趋势、效率系数 (Efficiency Ratio)、波动率和蜡烛图过滤功能,有助于剔除低质量的交易设置,从而提高信号的准确性。 实时性能面板会显示当前已优化的设置、利润因子 (Profit Factor)、胜率 (Win Rate)、回撤 (Drawdown) 以及其他交易统计数据。DayTrader PRO 还支持弹出窗口、推送、邮件和声音提醒,确保您不会错过任何交易机会。 主要功能 全自动参数优化 自适应买入与卖出信号 基于 ATR 的动态止损与止盈 支持每日、每周或每月重新优化 内置趋势与市场过滤功能 性能统
Hydra Trend Rider
INTRAQUOTES
5 (4)
Hydra Trend Rider is a non-repainting, multi-timeframe trend indicator that delivers precise buy/sell signals and real-time alerts for high-probability trade setups. With its color-coded trend line, customizable dashboard, and mobile notifications, it's perfect for traders seeking clarity, confidence, and consistency in trend trading. Setup & Guide:  Download  MT5 Version here. To learn how to use the Indicator: Indicator Manual & Guide -   Read Here Exclusively for you: It's your chance to st
BlueDigitsFx 官方生态系统入口 获取基础设施更新、交易资源、产品发布信息以及 BlueDigitsFx 官方生态系统访问权限。 Telegram 生态系统 官方网站 MT5 版本 BlueDigitsFx Spike And Strike Reversal MT4 —— 用于市场反转与动量分析的复合振荡指标 BlueDigitsFx Spike And Strike Reversal 是一款复合振荡指标,通过结合多个技术指标信号,帮助交易者识别潜在市场反转、动量变化以及趋势衰竭条件。 该指标整合了多种分析组件,包括基于振荡器的确认机制,并直接在图表上显示可视化信号,以支持结构化的市场反转分析。 Spike And Strike 专为希望在市场反转、回调和动量转换过程中获得额外确认的交易者而设计,适用于各种市场环境。 主要特点 基于振荡器的可视化反转分析 信号仅在K线收盘后确认,提高稳定性 适用于所有交易品种和时间周期 常用于 H1 及更高时间框架 内置提醒功能:弹窗、电子邮件、推送通知和声音提醒 可作为趋势和市场结构分析之外的额外确认层 如何使用 BlueDig
Finesia Sniper
Robby Suhendrawan
Finesia Scalper - High Probability & Non-Repainting System Discounted   Price   !!     Secure the Lowest Price Today. Next The price will increase to   250 USD . Are you looking for a powerful, high-probability trading indicator that removes the guesswork from your chart? Finesia Scalper is a professional-grade, 100% non-repainting trading tool designed to provide you with ultimate precision. Built on a proven algorithm, this indicator seamlessly combines three highly effective trading methodolo
Pytrader mt4 Python
Offpista LTD
5 (3)
通过简单的拖放EA将Metatrader 4与Python连接的文档。 完整的端到端解决方案,经过全面测试,快速,高效! Pytrader生态系统由python脚本和MT5或MT4 EA组成。 对于许可,还使用指示器。 python脚本和EA之间的通信基于套接字。 EA是服务器,而python脚本是客户端。 它始终是查询(函数/ python脚本)和输出(数据/服务器)。 EA不需要与运行python脚本的计算机相同。 在我们的Github链接上,您会找到python脚本,EA,完整的文档以及一个显示如何调用函数的Pytrader示例脚本。 如有疑问,我们还有一个不和谐频道。 在演示中(没有许可指示符)还具有全部功能,但适用于数量有限的乐器 (EURUSD,AUDCHF,NZDCHF,GBPNZD和USDCAD)。 下载EA =>这里 演示支持:EURUSD,AUDCHF,NZDCHF,GBPNZD和USDCAD Python MT5 EA插座连接器 比以往更轻松!通过简单的拖放式EA将Metatrader4与Python策略连接起来从未如此简单! 完整,快速的解决方案,经过
Master Volume profile
Israr Hussain Shah
Money Flow Profile MT5 HERE   Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
Smart Trend Trading System
Issam Kassas
4.71 (7)
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Trend Trading System 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Smart Trend Trading System 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Smart Trend 信号转换为自动交易。 Smart Trend Trading System 是一套完整的交易系统,具备不重绘、不回绘、不延迟的特点,专为希望获得更清晰信号、更准确趋势方向以及更有组织交易方式的交易者打造。 Online course , manual and [download presets] . 它将 10 多种交易工具 整合到一个系统中,包括趋势检测、反转区域、Smart Cloud、移动止损逻辑、支撑与阻力、K线着色、提醒以及多周期分析。 该系统旨在帮助您应对不同的市场环境: 趋势市场: 识别主要趋势,发现回调,跟随动能,并通过止损指导和移动止损选项寻找更清晰的入场机会。
Ace Supply Demand Zone MT4
Young Ho Seo
3.75 (4)
Ace Supply Demand Zone Indicator The concept of supply demand relies on the quantity mismatching between buying and selling volumes in the financial market. Supply and demand zone can provide the good entry and exit. A zone is easier to trade than a line. The supply demand zone can provide the detailed trading plan and the risk management. Its ability to predict market direction is high. There are two distinctive points about Ace Supply Demand Zone Indicator. Ace Supply Demand Zone indicator was
Atomic Analyst
Issam Kassas
5 (11)
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Atomic Analyst 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Atomic Analyst 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Atomic Analyst 信号转换为自动交易。 Atomic Analyst 是一款不重绘、不回绘、不延迟的 Price Action 交易指标,专为手动交易、清晰信号和 EA 自动化而设计。 User manual: settings, inputs and strategy.      &   User Manual PDF . 它分析价格行为、强度、动能、多周期方向和高级过滤器,帮助交易者减少噪音,避免弱势交易机会,并做出更有结构的交易决策。 该指标将复杂的市场计算转换为简单的视觉信号、彩色K线、趋势读数、止损水平和多个止盈区域,使交易者能够快速理解并应用于真实市场环境。 主要交易用途: 剥头皮和日内交易: 专为快速决策、清晰箭头、提醒、K线
Market Structure Break Out
Ashkan Hazegh Nikrou
5 (8)
以高成功率检测 Indirection Break Out Signal 。 价格将在8月15日前上涨至119$ Market Structure Break Out (MSB) 简介 , 该指标是一款专为 MT4 和 MT5 平台 设计的高级工具,帮助交易者通过价格结构的视角观察市场走势。它使用箭头和警报识别并突出显示关键的 交易信号 ,包括 顺趋势方向 和 逆趋势方向 (反转信号)。 其突出功能之一是能够 绘制未被突破的供需区域 ,为交易者提供对关键价格区域的清晰洞察。此外, 实时回测功能 允许用户直接在图表上查看指标的历史表现,为其信号提供透明度和信心。 如何领取 ? 点击此处下载 EA 。请注意,此 EA 仅在您已购买 Market Structure Break Out 指标的情况下才能使用。 免费的 Market Structure Breakout EA ,可根据突破箭头自动开仓,支持固定手数以及可自定义的止损和止盈水平。 Market Structure Break Out 的 MT5 版本在这里 : 访问 MT5 版本 Market Structure Break
Meravith
Ivan Stefanov
5 (3)
做市商工具。 Meravith 将: 分析所有时间周期并显示当前正在运行的趋势。 标注流动性区域(成交量均衡区),即多头与空头成交量相等的位置。 在您的图表上直接显示来自不同时间周期的所有流动性水平。 生成并展示基于文本的市场分析供您参考。 根据当前趋势计算目标位、支撑位和止损位。 计算交易的风险回报比。 根据您的账户余额计算仓位大小,并估算潜在利润。 在市场出现重大变化时,Meravith 还会发出警告。 指标的主要线条: 多头/空头成交量衰竭线 —— 作为目标位使用。 趋势线 —— 指示市场趋势方向。根据市场是多头还是空头而改变颜色,并作为趋势支撑。其颜色主要反映市场情绪。 成交量均衡线(Eq)—— Eq(Volume Equilibrium)是系统的核心。它表示买卖双方成交量的平衡点,即市场流动性所在位置。向上突破 Eq 表示多头倾向,向下突破 Eq 表示空头倾向。突破后,应等待回调——当价格回到相反趋势的偏离线或衰竭线附近时。 使用方法:只需将其添加到图表中。 Meravith 可以分析一切——趋势和回调。 趋势线与某条成交量衰竭线之间的距离越大,说明该方向的成交量越高。 趋
TrendDecoder Premium
Christophe Pa Trouillas
5 (8)
确定范围和下一步可能的走势   |  获得早期信号和趋势强度   |  在反转之前获得明确的退出   |  了解价格将测试哪些斐波水平 非重绘、非延迟指标 - 手动和自动交易的理想选择 - 适用于所有资产和所有时间单位 购买后,请联系我以获取您的 免费 TrendDECODER_Scanner MT5   版本: 点击此处 使用   BladeSCALPER   和   PowerZONES   获取我们的完整方法 它是什么? TrendDECODER 集多种创新于一身,使趋势监测变得简单易行。 投射趋势线(Projective TrendLine)--快速参考即将到来的趋势 实时趋势线(RealTime TrendLine)与投射趋势线(Projective TrendLine)的对比 - 与之前的同方向走势相比,市场是加速还是放缓? 实时趋势线交叉 - 趋势正在偏离轨道 使用 GreyBox - 市场不再是趋势并进入新的过渡序列 使用 DecoderSignals 和 Blue/Orange Clouds - 利用作为动态支撑/阻力的 Blue/Orange Cloud
M1 Arrow
Oleg Rodin
4.81 (21)
M1 Arrow 指标基于市场自然交易原则,包括波动性和成交量分析。该指标适用于任何时间框架和外汇货币对。指标中一个易于使用的参数即可让您根据想要交易的任何外汇货币对和时间框架调整信号。 除了基于买卖信号的主要算法外,该指标还内置了多种额外的策略,您可以在输入参数中选择。这些策略无需任何设置。指标会根据您在指标中使用的策略模式自动选择设置。 该算法基于对成交量和价格波动的分析,并使用额外的过滤器。该指标的智能算法仅在两个市场因素结合为一个时才发出信号。该指标计算特定范围的波动,并使用成交量分析来确认波动。 购买后请联系我,即可免费获得我的交易技巧和超棒的额外指标! 祝您在生活的各个方面都取得巨大成功,万事如意!
停止猜测,开始用统计优势交易 股票指数的交易方式与外汇不同。它们有固定的交易时段,隔夜会出现跳空,并遵循可预测的统计模式。这个指标为您提供所需的概率数据,让您能够自信地交易DAX、标普500和道琼斯等指数。 与众不同之处 大多数指标向您展示已经发生的事情。而这个指标向您展示接下来可能发生什么。每个交易日,指标都会根据100天的历史数据分析您当前的设置。它会找到具有相似跳空、相似开盘位置的日子,并准确计算价格到达关键水平的频率。不再猜测跳空是否会回补,或者昨天的高点是否会被测试。您将获得基于真实数据的精确百分比。 完整手册及所有参数说明请访问: https://www.mql5.com/en/blogs/post/766370 帮助您找到优质设置的策略指南: https://www.mql5.com/en/blogs/post/766371 搭配风险回报计算 + 快速交易管理按钮EA,轻松进行股指日内交易 - https://www.mql5.com/en/market/product/78020 MT5 Version:  https://www.mql5.com/en/market/
特别优惠 : 全部工具 ,每个仅 $35 ! 新工具   在   第一周   或   前 3 笔购买 期间为   $30 !  MQL5 上的 Trading Tools 频道 :加入我的 MQL5 频道以获取我的最新消息 Stochastic Z-Score 是一种动量振荡指标:使用 Z-Score 对价格进行归一化,通过随机逻辑限定范围,并用 HMA 平滑,同时以 ALMA 提供长期背景。可选元素包括柱状图、动态带以及反转标签。 查看 MT5 版本:  Stochastic Z Score MT5 Scanner 查看 MT4 版本:  Stochastic Z Score MT4 Scanner 更多产品:   All P roducts Overview Stochastic Z-Score 将按波动性归一化的 Z-Score 与随机逻辑结合,并通过 Hull Moving Average (HMA) 进行平滑。 它把价格偏离转换为归一化信号,长期的 ALMA 组件提供额外的背景。 结果是用于反映失衡的振荡指标。 可视化元素包括彩色柱状图、动态带和反转标签。 Concept
AW Candle Patterns MT4
AW Trading Software Limited
AW 蜡烛形态指标是高级趋势指标与强大的蜡烛形态扫描仪的组合。它是识别和突出显示 30 个最可靠的烛台形态的有用工具。此外,它是一个基于彩色条的电流趋势分析器,带有   可调整大小和定位的插件多时间框架趋势面板。根据趋势过滤调整模式显示的独特能力。 优点: 轻松识别蜡烛形态 不重绘结果 内置多时间趋势面板 禁用模式类型(1、2、3 根蜡烛) 显示形态时趋势过滤的调整 MT5 version - >   HERE   / Instructions and description  -> HERE 显示模式列表: 锤模式 固定/固定 看跌 Harami / 看涨 Harami 看跌 Harami Cross / 看涨 Harami Cross 枢轴点反转向上/枢轴点反转向下 双柱低位收盘价较高/双柱低位收盘价较低 收盘价反转向上 / 收盘价反转向下 中性条 /     两个中性条 双内/内/外 向上推力杆/向下推力杆 晚星/晨星 晚上十字星 / 早上十字星 吞没看跌线/吞没看涨线 镜子酒吧 流星 乌云盖顶 十字星 输入变量: Main settings Trend Filtering Mo
作者的更多信息
RedeeCash Multime XMA
Patrick Odonnell Ingle
在多個時間範圍內交叉移動平均線。 雖然傳統的趨勢策略會選擇像每日這樣的時間框架來估計趨勢,但當從 5M 到每月的所有時間框架都顯示相同的趨勢時,該專家顧問將在趨勢方向上進行交易。       SINGLE_CURRENCY = true,允許對單一貨幣進行操作,當禁用 (FALSE) 時,將交易在 metatrader 的市場觀察窗口中選擇的貨幣。       CONCURRENT_ORDERS=0,限制多個訂單同時開倉的數量。       PIPS=100,盈利PIPS       DODDFRANK_COMPLAINCE = false,如果在美國賬戶上交易,您需要啟用 FIFO 以防止接收 FIFO 違規?       LOTS=-1,當 LOTs 參數小於零(或負數)時,使用基於每 100 美元賬戶淨值 0.01 手(非餘額)的內部算法計算手數。 如果賬戶貨幣不是美元,則賬戶淨值轉換為美元進行計算(v1.30)       MAX_AUTOLOTS_TRADE=2,使用自動手數算法的最大交易手數=-1 當 LOTS=0 時,交易將失敗(例如在沒有資金風險的情況下在
FREE
RedeeCash Interest
Patrick Odonnell Ingle
此智能交易系統 (EA) 就像一個高收益儲蓄賬戶,因為交易將發生在支付(賺取)隔夜利息的貨幣對上。進入和退出頭寸分別基於買入和賣出訂單的最低/最高和最高/最低價格的回溯期。 公共輸入, SINGLE_CURRENCY = true,允許對單一貨幣進行操作,當禁用 (FALSE) 時,將交易在 metatrader 的市場觀察窗口中選擇的貨幣。 CONCURRENT_ORDERS=0,限制多個訂單同時開倉的數量。 PIPS=100,盈利PIPS MAX_PIPS=1000,最高點和最低點與賣價和買價之間的最大 PIPS 距離。 MAX_LOTS=100,您的交易賬戶允許的最大手數。 DODDFRANK_COMPLIANCE=false,如果在美國賬戶上交易,您需要啟用 FIFO 以防止接收 FIFO 違規? LOTS=-1,當 LOTs 參數小於零(或負數)時,使用基於每 100 美元賬戶淨值 0.01 手(非餘額)的內部算法計算手數。如果賬戶貨幣不是美元,則賬戶淨值轉換為美元進行計算(v1.31) MAX_AUTOLOTS_TRADE=2,使用自動手數算法的最大交易手
FREE
RedeeCash WilliamsX50
Patrick Odonnell Ingle
基於 https://tradingstrategyguides.com/williams-percent-range-strategy/ 中確定的策略,但自動支持來自單個專家顧問實例的多種貨幣。還使用 SMA 慢速和快速交叉來確定趨勢方向。 外部策略的基礎是當 Williams %R 在上升趨勢中穿過 -50 時進行買入交易,並在下跌趨勢中進行賣出交易。 您可以控制趨勢週期和 Williams %R 範圍從中點到外部參數,        SINGLE_CURRENCY = true,此參數用於交易單一貨幣,但是,如果您想最大化您的盈利潛力,請將此參數設置為 false 並僅附加到一個圖表,此 EA 將交易在市場觀察窗口中選擇的那些貨幣在您的 Metatrader 4 終端上。        CONCURRENT_ORDERS = 0,此參數是您的策略管理,您可以在其中定義一次可以打開多少並發交易。        TREND_PERIOD = PERIOD_D1,此參數設置趨勢和威廉姆斯%R週期        SLOW_MA_PERIOD = 200,此參數設置慢移平均週
FREE
RedeeCash AROON
Patrick Odonnell Ingle
Version History Date Version Changes 07/08/2022 1.00 Initial Release Description The Aroon indicator is a technical indicator   that is used to identify trend changes in the price of an asset, as well as the strength of that trend. In essence, the indicator measures the time between highs and the time between lows over a time period. The idea is that strong uptrends will regularly see new highs, and strong downtrends will regularly see new lows. The indicator signals when this is happening, and
FREE
RedeeCash 三角套利機會將可用的貨幣三元組和每個貨幣交易頭寸設置顯示為全局變量,格式為 AAA/BBB、CCC/AAA、CCC/BBB:AAA/BBB -1|0|1 AAA/BBB、CCC/AAA、CCC/BBB:CCC/AAA -1|0|1 AAA/BBB、CCC/AAA、CCC/BBB:CCC/BBB -1|0|1 其中值是 OP_BUY 或 OP_SELL 的交易方向。 如果交易方向指示 -1,則該貨幣對不應發生交易。 三角套利交易對於不再允許對沖的美國賬戶很有用。 實際上有更多的套利機會,該指標以交易設置的形式顯示所有這些機會。 您只需要讀取全局變量並決定交易哪個機會? 當您開倉時,您應該使用至少 200 PIPS 的止盈,否則交易可能會在沒有止盈值的情況下開倉。
FREE
RedeeCash TimeZones
Patrick Odonnell Ingle
該指標將顯示活躍和不活躍的交易時段,並將全局變量設置為交易時段是活躍的 (1) 還是不活躍的 (0)。 使用 iCustom 庫函數,您可以從 EA 交易或腳本調用此指標,如下所示, // 調用自定義指標 iCustom ( Symbol (), PERIOD_D1 , "Market/RedeeCash_TimeZone" , 0 , 0 ,Blue,Red); // 獲取全局變量的值 double NewYorkSessionIsActive = GlobalVariableGet ( "TZ-NewYork" ); double LondonSessionIsActive = GlobalVariableGet ( "TZ-London" ); double SydneySessionIsActive = GlobalVariableGet ( "TZ-Sydney" ); double TokyoSessionIsActive = GlobalVariableGet ( "TZ-Tokyo" ); 交易時段顯示 UTC 時間,其操作範圍在括號中。 HOME 時間指示器顯示本地機
FREE
RedeeCash Rate of Change
Patrick Odonnell Ingle
變化率 根據公式, ROC = (Close[n] - Close[n-lookback]) / Close[n-lookback] * 100 繪製一個貨幣對價格行為在回顧期內的變化率,並提供兩個全局變量,SYMBOL_ROC 和 SYMBOL_ROC_LOOKBACK,分別代表最新的變化率值和上一個回顧期的變化率。 使用 iCustom 函數調用指標, iCustom ( "Market/RedeeCash_Rate_of_Change.ex4" , Symbol (), 5 , 0 , 0 ); 然後檢索全局變量, double roc = GlobalVariableGet ( StringConcatenate ( Symbol (), "_ROC" )); double roc_lookback = GlobalVariableGet ( StringConcatenate (Synbol(), "_ROC_LOOKBACK" )); 並執行測試以驗證趨勢, if (roc > roc_lookback && roc > 0 ) trend= "UP" ; if (ro
FREE
RedeeCash RSI
Patrick Odonnell Ingle
Version History Date Version Changes 07/09/2022 1.10 Initial released Description The RedeeCash RSI is your typical RSI indicator with the three latest RSI calculations exposed as global variables for easier integration with scripts and expert advisors. Code Sample To invoke this indicator from an EA or script, call the iCustom metatrader function, iCustom ( Symbol (), PERIOD_CURRENT , "Market/RedeeCash RSI" , 14 , 1 , 0 ); string RSIVarName = StringConcatenate ( Symbol (), "_rsi" ); string RSIP
FREE
RedeeCash Statistics
Patrick Odonnell Ingle
1 (1)
Version History Date Version Changes 07/10/2022 1.00 Initial release Description A collection of modern statistical functions that can be integrated into your own strategy. The included functions are, Mean Median Range Skew Max Min IRange Deviations AbsoluteDeviations MAD StandardDeviation Variance GetCorrelation SamplingDistributionStandardDeviation ZScore CorrelationCoefficient CoVariance Beta Confidence SNormInv PercentOfValue ValueOfPercent MQL Header (mqh) The required header is //+--------
FREE
RedeeCash 4XLOTS
Patrick Odonnell Ingle
RedeeCash 4XLOTS 庫是基於 4xlots.com WEB API 算法的本地化風險管理庫。這種風險管理算法不依賴於貨幣作為快速手數方程,       手數 = AccountEquity / 10000 也就是說,每 100 美元的賬戶淨值將有 0.01 手。 RedeeCash 4XLOTS 庫使用 2011 年首次開發的更詳細和增強的算法作為手動計算。 RedeeCash 4XLOTS 有一個稱為LotsOptimize 的函數。在您的項目中復制並包含以下 RedeeCash_4XLOTS.mqh 文件。 //+------------------------------------------------------------------+ //|                                             RedeeCash_4XLOTS.mqh | //|   Copyright 2011-2022, PressPage Entertainment Inc DBA RedeeCash | //|            
筛选:
无评论
回复评论