DYJ TwoMATrendFollowing

这个EA是基于经典的趋势跟踪系统监测入场信号的。它是基于ATR和CCI指标与移动平均线指标DYJ TwoMACrossAlarm,它使用2条移动平均线交叉查找信号,2个平均线分为一个快速和慢速移动平均线,这个EA使用了动态分配移动平均线MA1和MA2的周期,平均线周期使用了斐波那契数列,例如5,8 或 13,21 或 21,34 或......;当快速MA1向上穿越慢速MA2与CCI值向上穿越0线时,建立多单。当快速MA1向下穿越慢速MA2与CCI值向下穿越0线时,建立空单。ATR指标用于自动计算止损。如果有相反信号以及止损,止盈,追踪止损退出.

输入参数

MA Setup

  • IsAutoAllocationMA = true - Dynamic allocation Period

Fast MA Setup

  • Period =5 - period of Faster Moving Average (value 5 ),if not automatic allocation period .
  • Mode = EMA - type of Moving Average (SMA, EMA, SMMA, LWMA).
  • Price =Close - type of price (Close,Open, Low, High, Median, Typical, Weighted).

Slow MA Setup

  • Period = 8 - period of Slower MA (value 10),if not automatic allocation period .
  • Mode =SMA - type of Moving Average (SMA, EMA, SMMA, LWMA).
  • Price =Close - type of price (Close,Open, Low, High, Median, Typical, Weighted).
  • Distance - 10 Distance Between MA
CCI and ATR period
  • CCI Period = 14 - the signals are strengthened (filtered) by an additional signal from the CCI indicator
  • ATR Period = 14 - the period of ATR for placing a stop loss

Risk Setup

  • Risk_Management = Automatic - Automatic will calculate lots automatically.
  • Auto_Risk_Percent = 2 - Automatic Risk. For ex: 2 means 2%.
  • Auto_Max_Risk_in_Total_Orders = 10 - Automatic Max Risk. For ex: 10 means 10%.
  • Manual_Lots = 0.01 - Manual Number of lots (if not automatic risk)
  • Manual_Maximum_Lots = 1 - Maximum lots.
  • MaxTrades:9 - Maximum Postions Number.

Entry Period

  • EntryMinTimeFrame:H4 - Entry Minimum Period
  • EntryMaxTimeFrame:D1 - Entry Maximum Period
Automatic Stop Loss and take profit
  • AutoStopLoss = AutomaticStop - Automatic stop or manual stop.
  • MaxBarsToCheckStop = 3 - MaxBars To Check Stoploss
  • TPTimesStopLoss = 3 - TP is 3 Times StopLoss.
    Manual  Stop Loss and take profit
    • StopLoss = 150 - Stop loss in pips, manual stop.
    • TakeProfit = 300 - Take profit in Pips. 
    Automatic Trailing
    • UseTrailingStop = false - Trailing stop loss on/off.
    • TrailingStop = 20 - Trailing StartStop in Pips.
    • TrailingStep = 5 - Trailing Step in Pips.

    Order

    • Slippage = 3 - Maximum price slippage for orders.
    • PROFIT = 50 - Orders will be closed as soon as the current profit is equal or above the preset PROFIT.
    • Direction =Both - Trade directions. Both :Allows both, Buy : Allows Buy, Sell : Allows Sell, Disable : Disable Trade.
    • Wait_Mins_For_Next_Trade = 30 - Wait time for the next trade.

    注意

    • 如果你测试没有更佳配置,请使用默认配置。

    关于作者

    • 作者:dayingcao,我是一个具有丰富经验的软件工程师.
    推荐产品
    Stochastic Trade X is an EA based on Stochastic Oscillator. Stochastic parameters such as %K period, %D period, Slowing,  SellValue, BuyValue, and Shift can be adjusted. Stochastic Trade   X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through Stochastic Trade   X. Good luck. === Inquiries === E-Mail:support@btntechfx.com
    Strategy requirements You need to set-up the chart manually for this strategy. You need three mt4 default indicator: FAST EMA (Exponential Moving Average of the close price) SLOW EMA (Exponential Moving Average of the close price) CCI (Commodity Channel Index) Buy signal: When FAST EMA is above the SLOW EMA, you can take buy when CCI crosses 0.0 level from bottom to top. Sell signal: When FAST EMA is below the SLOW EMA, you can take sell entry when CCI crosses 0.0 level from top to bottom . The
    EMA Scalper 4
    Prafull Manohar Nikam
    V ery simple EA uses the famous trend scalping i.e. EMA Crossover scalping to open trades with martingale lot system. It includes 03 EMA i.e. Exponential Moving Averages to decide which direction to trade. It also checks distance of a fast moving average from the trend moving average. After all these conditions get fulfilled it opens a position. Single position at a time with hard stop loss and take profit. Features: 1. Martingale 2. Uses trend indicators 3. Automatic Trading 4. Hard Stop Loss
    Crossovers are one of the main moving average strategies. The first type is a price crossover, which is when the price crosses above or below a moving average to signal a potential change in trend. Another strategy is to apply two moving averages to a chart: one longer and one shorter. When the shorter-term MA crosses above the longer-term MA, it's a buy signal , as it indicates that the trend is shifting up. This is known as a " golden cross ." Meanwhile, when the shorter-term MA crosses below
    EA介绍 LRY FX Robot 为多货币自动交易机器人,根据RSI信号进行交易。 EA运行环境 EA可以运行在任何货币上,不过测试的时候使用的是EURUSD H1,最小资金为300美金 参数 Lot - 开单手数 MaxLotSize - 最大手数 Signal Type - 开单信号 Time Frame - 信号周期 InterestAmount - 得利金额,根据帐户余额进行加大手数 Star Hour - 开始交易时间(取服务器时间) End Hour - 结束交易时间(取服务器时间) LotMultiplier - 加仓部数 LimitOrder - 开单总数 OrderDistance - 加仓间距 Currency Group - 进行交易的货币组 Magic - EA编号
    EA MECHANIC
    Charles Harper
    [EA] MECHANIC is a MetaTrader (MT4) Expert Advisor designed for use with three basic currency pairs EURUSD, GBPUSD and AUDUSD. With individual settings, it can work very well on any currency pair as well. The EA implements complete, fully functional and exact mechanical trading strategy, with no place for emotions. It is based on standard MT4 indicators "Bollinger Bands" and "Parabolic SAR". The strategy is working on Timeframe M5 only. It is very easy to set up and supervise. Features It can b
    AW Three MA EA
    AW Trading Software Limited
    1.5 (2)
    在两条移动平均线的交叉点交易的 Expert Advisor 使用第三条移动平均线来过滤当前趋势方向。它具有灵活但同时简单的输入设置。 问题解决 ->   这里 /MT5版本 ->   这里 /使用说明 ->       这里   好处: 直观简单的设置 适用于任何类型的工具和任何时间范围 具有三种类型的通知 将第一个订单与最后一个订单重叠的可插拔系统 能够自动计算交易量 专家顾问策略。 EA 使用三个移动平均线来开仓。主要的是两个移动的,快的和慢的。第三个是过滤掉市场噪音的幻灯片。 如果快速移动的信号从下向上穿过慢速移动的信号,那么这是一个买入信号。 如果快速移动的信号从上到下穿过慢速移动的信号,那么这是一个卖出信号。 使用第三次滑动时: 当快速和慢速移动平均线低于过滤移动平均线(下降趋势)时,只有卖出信号有效。 当过滤移动平均线低于(上升趋势)快速和慢速移动平均线时,只有买入信号起作用。 最快的周期最小,最慢的周期更长,滤波器滑动周期最大。 如果禁用过滤,则: 在快速和慢速移动平均线的每个交叉点,EA 将打开交易 Input variables: Main settings Si
    The FIRE
    Thusitha Ranjana
    The strategy is based on tick analysis  with exponential Moving Average indicator, confirmed by Exponential Moving Average of Higher time Frame. The default settings are just place holders and not necessarily the best. Use the settings that best suites you or your strategy.I recommend using VPS and a Account  with a low spread(spread <= 2 is recommended)  and fast order execution for better trading results. Advantages low draw down; easy to set up. you can start trading With $50 in default set
    Diamond EA ver 3.0 Hi All Trader on MQL Market This EA using  only TimeFrame M30 ,the Indicator Ichimoku Kinko Hyo and compact some anorther indicator , example : MA and SAR to confirm point of the Order. In the setup and starting the EA, The settings should be left as default as the image describes Recommed Initial Deposit :  50 USD with starting 0.01 lots.   500 USD with starting 0.1 lots and " Enable Autolots "  can make up to  more than 4000 USD profit in 3 years. Pairs   :  EUR/USD , USD/JP
    Ichimoku Trade X is an EA based on Ichimoku Kinko Hyo. Ichimoku Kinko Hyo parameters such as Tenkansen1, Kijunsen1, SenkouSpanB1, BuyShift1, Tenkansen2, Kijunsen2, SenkouSpanB2, BuyShift2, Tenkansen3, Kijunsen3, SenkouSpanB3, SellShift1, Tenkansen4, Kijunsen4, SenkouSpanB4 and SellShift2 can be adjusted. Ichimoku Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through Ichimoku Trade X. Good lu
    Macd plus view
    Nicola Furini
    This expert advisor is based on a classic system built on few and effectiveness technical indicators. Main signal is obtained from MACD indicator, the signal is then filtered on Relative Strength Index (RSI) indicator and also a third indicator such the Stochastic oscillator. The EA also deal with Stop Loss and Take Profit levels, in order to keep risk and money management under control. Every trade is closed by trailing method, with input parameters to choice trailing stop level. System is simp
    MacS
    Steve Zoeger
    Fully Automated Robot Based on the MACD and Stochastic Indicator combined. You also have the option to hide the TP and SL. ==> You have 4 Options to trade ==> 1. Set TP and SL ==> 2.Trailing the trade when in profit ==> 3.Close at opposite signal ==> 4.Martingale option works on all Time Frames. On the lower Frames there are too many small trades but its up to yourself.  I would recommend to test it on a Cent Account if you are not sure. You can click on the link below for a Cent Broker which
    The EA created based on this strategy: This EMA crossover trading strategy is made with MACD. For MACD, you can avoid false signals from this EMA crossover. With this strategy, you can get more accurate signals. So this is more profitable . Strategy required FAST EMA SLOW EMA MACD with default setting How Signals come Buy Signal: When FAST EMA cross SLOW EMA from lower to upper, then you have to wait for MACD confirmation. After crossover, when you see MACD above 0.0 level, then you can take buy
    Magic Grid
    Aliaksandr Charkes
    4.54 (28)
    Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
    FREE
    This EA is trading Ichimoku Triple Cross, that means price crosses Tenkan-sen, Chikou Span crosses price, and Chikou Span crosses Tenkan-sen. Tenkan Sen is not straight as well but  towards the new trend .  Triple cross happens just before Ichinoku Breakout it signals the creation of a new trend (reversal)  and it is more valid in bigger timeframes like 1 hour and 4 hours. There is option to alert only, so  it’s left to your discretion whether you want to trade based on the buy-sell signals or n
    Moving Average protec ====================================== The Robot is based on one standard moving average Indicator.No other Indicator required ========================================== The ea is based on a simple Moving average crossover.The default settings are already profitable.But you can change the settings and decide which averages you wan to  cross. =============================================================================================== This Robot is fully automated and has
    The Expert Advisor is based on Martingale principle combined with a grid system. It uses different entry logics like Bollinger Bands, RSI, Heiken Ashi (and much more). After the inital order has been placed, the grid/martingale systems comes into play. The lot increase and grid distance can be calculated on different fundamentals. The take profit and a grid distance can be calculated dynamically (with ATR). The bot handles sells and buys independently. For low risk settings, a stop loss can be
    DYJ GlobalTradeGameTheory(BandMARSI) 是基于 Band and MA and RSI 指标的EA . 它仅仅使用一个货币对某个周期图表运行EA,就能监控全部货币对信号开仓关仓。 移动平均带和RSI滤波器是一个“简单”,但非常强大和可靠的信号。 两个“移动平均带”产生信号,并且使用RSI滤波器过滤假信号。 它还使用了 Laguerre 滤波器过滤假信号. 我们现在将对每种货币的未来应用了博弈论策略,而不是历史价格图。这是一个更高的层次。动态市场博弈理论是决定货币对开仓后结果一个关键因素,你在任何其他货币强度信号指标中都找不到的!这是一个非常独特的功能。动态市场博弈论策略是基于整个市场活动(全部35对)。 这个EA可以通过我的数学算法修正未来的损失率。 EA的新闻交易是基于经典   动态市场博弈论策略 的。您只需要从EA属性进行新闻时间和入场周期配置,其余部分由机器人自动处理。 EA默认是任何时间都能交易。3段工作时间参数是日内范围的。 例如,如果要设置从19:00 PM到05:00 AM的工作时间,则必须定义两个不同的时间间隔,例如19:00至23:5
    Amelia
    Hugo Torrecilla Antolin
    Limited time offer for $ 40 . Launch promotion. Price will go up soon to 100$. Description: Alex AI is a trading system based on Fibonacci grids. Designed with an AI capable of achieving the best trading results. Searching for entries and exits based on Fibonacci rules. The system analyses the markets in search of the best opportunities and through a maya achieves the best results. The use of tools based on the Fibonacci sequence and Fibonacci retracement levels in the technical analysis of fi
    Macdius
    Aleh Rabtsau
    This robot works on the MACD indicator. If the histogram is above 0, we buy, if below 0, we sell. This is not just a robot, it is a EA constructor  that allows you to create your personal strategy for conducting orders using more than 60 options available in the settings. You can choose a step, expand the step by a multiplier, set a take profit multiplier, add a lot (instead of using a martingale), set the time work, hard stop loss and take profit for each order and do a lot more. Try this Exper
    Moving Average Trade X is an EA based on Moving Average. Moving Average parameters such as BuyMovingAveragePeriod1, BuyMovingAverageMAShift1, BuyMovingAverageShift1, BuyCandlestickShift1, BuyMovingAveragePeriod2, BuyMovingAverageMAShift2, BuyMovingAverageShift2, BuyCandlestickShift2, BuyMovingAveragePeriod3, BuyMovingAverageMAShift3, BuyMovingAverageShift3, BuyCandlestickShift3, BuyMovingAveragePeriod4, BuyMovingAverageMAShift4, BuyMovingAverageShift4, BuyCandlestickShift4, SellMovingAveragePer
    Still
    Sergey Kruglov
    "Still" is a trend-based Expert Advisor that looks for trend changes and opens orders in the direction of the new trend. The Moving Average indicator is used as the main signal supplemented by additional integrated confirmation functions. Whenever the signal changes, the opened orders are closed and a new order is opened. Stop levels are used for safety purposes. The EA is tied to the current timeframe. Recommended timeframes are H1 and M30. It can also work on M15 and M5. The recommended curren
    New Ea with indicator TWO MA PLUS. Open order BUY : If MA1 > MA2. Open order SELL : If MA1 < MA2. The advantages of EA TWO MA PLUS are: It is equipped with various filters, including: maxspread, maxlot, takeprofit, stop loss, profit target per day, and many more. Setting_Indicator TWO MA = Ma1_Period=14; Ma2_period=28; Ma_Mode=0; EA_indicators=TWO MA ; Hedging=false; ==> true/false Use_MaxSpread=true; MaxSpread=50; ==> Maximal Spread MaxLot=1; ==> Maximal lot Target_profit_perday=50; ==> can wo
    RSI strategy EA MT4
    Biswarup Banerjee
    介绍 Relative Strength Index(RSI) Strategy EA MT4,这是一款专为 MetaTrader 4 设计的自动化交易解决方案。该专家顾问利用相对强弱指数 (RSI) 的力量,根据超买和超卖条件执行交易,非常适合希望通过自动化提升交易策略的交易者。 使用 Relative Strength Index(RSI) Strategy EA MT4,用户可以享受高级交易功能,如可自定义参数、多时间框架支持和强大的风险管理工具。这个 EA 使交易者能够有效利用市场波动,同时最小化人工干预,非常适合希望优化交易表现的新手和经验丰富的交易者。 MQL产品安装指南 | 在 MT4/MT5 上更新已购买的MQL产品 | 常见故障排除指南 | 常规设置/输入指南 | 指标设置 | 回测和设置文件 主要特点 核心交易策略:使用 RSI 根据市场动量识别潜在的买入和卖出机会。 多时间框架支持:在不同时间框架内交易,以在不同市场条件下提供更大的灵活性和适应性。 风险管理:结合止损、止盈和移动止损选项来保护您的资本。 入场过滤器:包括 spread 过滤器、会话时间和新闻过滤器
    Golden EMA Titan
    Mazhar Ul Hassan Noorul Hassan Noor Ul Hassan
    Golden EMA Titan is a professional Expert Advisor developed for trading XAUUSD (Gold) on the M5 timeframe . Built around a powerful EMA (Exponential Moving Average) trend-following strategy , this EA is designed to identify strong market momentum and execute precise scalping entries in fast-moving gold market conditions. It combines intelligent trend analysis with disciplined trade management for a stable and efficient automated trading experience. Key Features: Optimized for XAUUSD (Gold) on M5
    Multi Indicator Signal
    Biswarup Banerjee
    5 (1)
    Multi Indicator Signal Strategy EA MT4 是一款专为 MetaTrader 4 设计的高级交易工具。它通过结合多种技术指标有效地自动化交易进出,适合希望提升交易策略的初学者和经验丰富的交易者。 该 EA 提供了显著的优势,例如广泛的自定义选项、强大的风险管理功能,以及适应各种市场条件的能力。通过利用多个指标,它提供精确的信号,帮助交易者做出明智的决策,并可能提高盈利能力。 MQL产品安装指南 | 在 MT4/MT5 上更新已购买的 MQL 产品 | 常见故障排除指南 | 通用设置/输入指南 | 指标设置 | 回测和设置文件 主要特点 核心交易策略:利用多指标方法,根据 ADX、MACD、Bollinger Bands 等提供有效的交易信号。 支持的时间框架和货币对:在各种时间框架和主要货币对中无缝工作,提供灵活的交易选择。 高级风险管理:结合止损和止盈机制,以及跟踪止损选项以保护利润。 进场过滤器:包括 spread 和时间会话过滤器,以优化交易进场,确保更好的执行。 头寸管理:支持马丁格尔、网格和对冲等高级策略,实现灵活的交易管理。 经纪商兼容性:
    Recovery Bad Order MT4
    Marta Gonzalez
    3 (1)
    Recovery Bad Order MT4   (System to recovery lost trader whit recovery algorithm). This system used algorithm in the ea for initial recovery algorithm, this system close one part of loses trader, whit algorithm recovery. (the lot recovery is a factor o lot used in the entry recommended used 0,1 for lot and 0,01 for recovery lot).  https://youtu.be/FlpOhpiy7Pc Recovery Bad Order MT4  is an Expert Advisor for recovering losses of positions that were opened in the wrong direction (that were opene
    Ranger ADX
    Galani Darshan Vijaybhai
    Introducing Ranger ADX Expert Advisor: The Ultimate RSI Trend-Following Solution Are you in search of a reliable and robust Expert Advisor (EA) that harnesses the power of RSI trend-following indicators? Look no further! We are proud to present Ranger ADX, an advanced EA developed based on a winning combination of the Relative Strength Index (RSI) and Moving Average (MA) indicators. With its exceptional capabilities, Ranger ADX offers a powerful solution for identifying and capitalizing on tren
    Quantum Scalper GBPUSD
    Nguyen Hang Hai Ha
    4.53 (15)
    EA Quantum Scalper GBPUSD is an automated trading system designed for the GBPUSD currency pair. Employing a scalping strategy and sophisticated position management, it aims to deliver high returns while minimizing risk. The EA analyzes tick patterns, price movements, and momentum, using unique entry points to identify potential trading opportunities. To safeguard profits and enhance efficiency,   each trade is equipped with maximum Stop Loss levels and a Trailing Stop feature. Bonus: get free E
    Scalping MAXi
    Pikrih Pirmansyah
    EA MAXi works with Bollinger Band, EA is maximized to close its orders with the best price position, the best price for take profit and the best price for cutloss, EA does grid, not classic martingale, the grid lot will always remain, you can reduce the grid by adding the deviation value to the Bollinger Band, the minimum deviation is 2.7 , do not use lower than that, use the url https://www.worldtimeserver.com to detect your server time zone, in the initial settings, EA does not trade in the L
    该产品的买家也购买
    Quantum King MT4
    Bogdan Ion Puscasu
    5 (5)
    量子之王EA——智能力量,专为每位交易者打造 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 特价上市 实时信号:       点击这里 MT5版本:   点击此处 量子之王频道:       点击这里 ***购买 Quantum King MT4,即可免费获得 Quantum StarMan!*** 详情请私信咨询! 规则   你的交易精准而自律。 量子之王 EA     将结构化网格的优势和自适应马丁格尔策略的智能性融合到一个无缝系统中——专为 M5 上的 AUDCAD 而设计,适合希望实现稳定、可控增长的初学者和专业人士。 量子之王 EA     是一个为澳元/加元货币对在 M5 时间框架上开发的全自动交易系统。 它将网格策略的结构与马丁格尔策略的自适应恢复逻辑相结合,形成了一个能够智能管理所有市场阶段交易的系统。 专为易用性和一致性而设计   量子王
    Scalping Robot Pro MT4
    MQL TOOLS SL
    5 (1)
    Scalping Robot Pro is a   professional trading system   designed specifically for fast and precise scalping on   XAUUSD using the M1   timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, and short term volatility to identify high probability scalping opportunities in the gold market. Scalping Robot Pro is optimized for traders who prefer dynamic trading with quick en
    BB Return mt4
    Leonid Arkhipov
    5 (18)
    BB Return — 一款用于黄金交易(XAUUSD)的智能交易系统(EA)。该交易思路最初来自我的 手动交易 经验。策略核心是价格回归 Bollinger Bands(布林通道) 区间,但并非机械式或每次触及即入场。针对黄金市场的特性,系统加入了额外过滤条件,用于剔除无效和低质量的市场环境,仅在回归逻辑真正成立时才开仓。   交易原则 — 系统不使用网格、马丁或加仓平均成本等风险策略。EA 可使用 固定手数 或 AutoRisk 自动风险 模式运行。BB Return 对点差、滑点及不同经纪商的报价方式不敏感,可在任何经纪商及多种账户类型下运行,包括 Standard、ECN、Pro、Raw、Razor 。系统不受交易时段限制,可 24 小时运行 。   $ 359   不是最终价格。 当前价格仅剩 5–7 个名额。 之后将上涨。 该EA限量提供,以保证策略的稳定性。 设置与交易频率 — 启动系统无需复杂设置,策略设计即基于 默认参数 运行,通常只需调整手数或 AutoRisk 模式。系统平均每年约执行 80–100 笔交易 。对于不使用网格、加仓或激进方法的系统来说,这是一个
    XG Gold Robot MT4
    MQL TOOLS SL
    4.27 (41)
    The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
    Vortex Gold MT4
    Stanislav Tomilov
    4.93 (42)
    Vortex - 您对未来的投资 Vortex Gold EA 专家顾问专门用于在 Metatrader 平台上交易黄金(XAU/USD)。该 EA 使用专有指标和作者的秘密算法构建,采用全面的交易策略,旨在捕捉黄金市场中的盈利走势。其策略的关键组成部分包括 CCI 和抛物线指标等经典指标,这些指标共同作用,准确地发出理想的进入和退出点信号。Vortex Gold EA 的核心是先进的神经网络和机器学习技术。这些算法持续分析历史和实时数据,使 EA 能够更准确地适应和应对不断变化的市场趋势。通过利用深度学习,Vortex Gold EA 可以识别模式,自动调整指标参数,并随着时间的推移不断提高性能。Vortex Gold EA 是专有指标、机器学习和适应性交易算法的强大组合。使用 Vortex Gold EA 为您的未来投资。 售价 675 美元(还剩 2/10),下一个价格 795 美元 Live Monitoring  https://www.mql5.com/en/signals/2366351 Check out the live results in Profile >>
    Aurum AI mt4
    Leonid Arkhipov
    4.94 (32)
    更新 — 2025年12月 Aurum 交易系统于 2024 年 11 月底正式发布。 在这一整年里,它在真实市场环境中稳定运行,没有新闻过滤器,没有额外的防护限制,也没有复杂的交易约束 —— 依然保持了稳定与可靠的表现。 Live Signal (launch April 14, 2026) 这一年的真实交易充分证明了该交易系统本身的可靠性。 正是在真实数据与实际经验的基础上,我们于 2025 年 12 月发布了本次重大更新: 全面升级高级交易面板,并适配所有屏幕分辨率 新增扩展交易保护系统 新增基于 Forex Factory 的强力新闻过滤系统 新增两个额外过滤器,用于更精准的信号判断 全面优化执行速度与系统稳定性 新增安全的 Recovery 回本功能 图表主题升级为高级风格 关于 Aurum Aurum — 黄金交易高级 EA(XAU/USD) Aurum 是一款专为黄金市场打造的专业级交易 EA,核心目标是稳定性与安全性。系统基于趋势分析,并采用严格的风险控制机制。 本系统不使用任何危险交易方式 —— 不加仓、不网格、不马丁、不激进加仓。 每一笔交易都严格设置止损
    The Gold Reaper MT4
    Profalgo Limited
    4.62 (34)
    道具準備就緒! ( 下載SETFILE ) 推出促銷活動: 目前價格只剩幾本! 最終價格:990$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 歡迎來到黃金收割者! 該 EA 以非常成功的 Goldtrade Pro 為基礎,設計為同時在多個時間框架上運行,並且可以選擇將交易頻率從非常保守到極端波動設定。 EA 使用多種確認演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   黃金非常適合這種策略,因為它是一種波動性很大的貨幣對。 系統根據您的帳戶規模和最大允許提款設定自動調整交易頻率和手數! 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該 EA 已針對黃金的最長可用期限進行了壓力測試,為不同經紀商使用了多
    EA Gold Stuff
    Vasiliy Strukov
    4.7 (1091)
    EA Gold Stuff是专为黄金交易设计的专家顾问。 该工作基于使用Gold Stuff指标打开订单,因此顾问根据"趋势跟随"策略工作,这意味着跟随趋势。 重要! 购买后立即与我联系,以获得说明和奖金! 您可以免费收到我们的强力支持和趋势扫描指标的副本,请私信。大部头书! 实时结果可以在这里查看 参数 打开新系列-打开/关闭新系列订单的开始。 起始地段-起始地段。 交易买入-允许Ea交易买入。 交易卖出-允许智能交易系统卖出。 使用对冲-当功能启用时,顾问将交易买入和卖出方向,当功能禁用时,顾问将只交易一个方向。 使用货币Manadgement-开/关使用自动手数计算。 自动旋转 每0.01手的可用保证金-每0.01手单位开仓的可用保证金金额。 Lot miltiplier-以下订单的手数乘法系数。 TP-止盈,以点为单位。 SL-止损,以点为单位从第一个订单。 跟踪开始-跟踪止损的激活。 Trail Step-追踪止损激活时与价格的距离。 DD减少算法是一种减少回撤的算法,其中具有利润的最后一个订单被关闭,系列的第一个订单处于亏损状态。 DD缩减算法的编号顺序-
    AW Recovery EA
    AW Trading Software Limited
    4.35 (84)
    智能交易系统是一个旨在恢复无利可图头寸的系统。 作者的算法锁定了一个亏损仓位,将其拆分为多个独立的部分,并分别平仓。简单的设置、在回撤的情况下延迟启动、锁定、禁用其他 EA 交易、使用趋势过滤进行平均以及部分关闭亏损头寸都内置在一个工具中。 与仅在整个组中关闭订单的网格策略相比,使用部分关闭损失可以让您以较低的存款负载减少损失,从而确保更安全地处理损失。 如何恢复订单: 1 EA 关闭所选工具的其他窗口以关闭无利可图的 EA(可选)。 2 EA 重置所有已处理订单的止盈和止损水平,并删除具有相应标识符的挂单。 3 EA 关闭所有已处理的盈利订单,以便使用其利润来弥补部分非盈利订单并减少总头寸量(可选)。 4 EA 通过打开锁定订单来锁定亏损头寸。 5 然后,通过打开恢复订单,它开始通过部分关闭不盈利的订单来减少损失。 6 当部分关闭时,算法首先恢复定位最不成功的订单,或者最接近盈利的无利润订单。每个无利可图的订单都分为许多部分,顾问分别关闭每个部分。恢复订单以小量开仓,以免大幅增加入金负担 包含注释、设置和测试说明的完整输入设置列表  ->   这里  MT5 版本 ->   这里
    Gold Safe MT4 EA
    Anton Zverev
    5 (2)
    实时信号:   https://www.mql5.com/en/users/varkotechnologies/seller MT5 版本:   https://www.mql5.com/en/market/product/164203 大体时间:       M1 货币对:       XAUUSD Gold Safe EA Manual: https://www.mql5.com/ru/blogs/post/770312 Varko Technologies 不是一家企业,而是一种自由的理念。 我感兴趣的是长期合作和建立声誉。 我的目标是不断改进和优化产品,以适应不断变化的市场环境。 黄金安全EA       - 该算法同时使用多种策略,其主要理念是强调控制亏损交易和风险。 交易的收尾和控制采用了多级措施。 如何安装专家版? 您需要将文件从EA传输到XAUUSD M1货币对图表。无需SET文件,只需设置时间偏移值即可。 我建议使用时间交易,例如通过 IC Markets 或 RoboForex 等经纪商。 如果您在设置时间方面需要帮助,请务必给我发私信。 请先在经纪商的策略
    Exorcist Projects
    Ivan Simonika
    3 (1)
    Exorcist Bot   is a multi-currency, multi-functional advisor that works on any time frame and in any market conditions. - The robot’s operation is based on an averaging system with a non-geometric progression of constructing a trading grid. - Built-in protection systems: special filters, spread control, internal trading time limitation. - Construction of a trading network taking into account important internal levels. - Ability to customize the aggressiveness of trading. - Working with pending
    Gold Grail Expert (GGE for short) adopts a unique design to follow the trend of gold fluctuations. When the price of gold goes to one side, the program will open orders in the intermittent of callback trend. Meanwhile, GGE adopts multiple filtering methods including Bollinger Bands, RSI, ADX and DeMarker to improve the accuracy of the signal for trade. Each order has Stop-loss and Profit-take setting automatically to effectively ensure the profit. Foreign exchange is a high risk market. Most in
    EA Game Changer
    Vasiliy Strukov
    4.27 (11)
    Game Change EA 是一款基于 Game Changer 指标的趋势跟踪交易系统。当出现红点时,它会自动卖出,并持续卖出直至出现黄色 X,这预示着趋势可能结束。买入交易的逻辑相同。当出现蓝点时,EA 开始买入,并在检测到黄色 X 后立即平仓。 这款 EA 适用于任何货币对和任何时间框架,但在 M15 时间框架下,例如 XAUUSD 等强趋势货币对上的表现尤为出色。 即時結果可在此處查看。 購買後立即聯絡我,即可獲得個人獎勵!您可以免費獲得我們的強力支撐和趨勢掃描器指標, 請私訊我 ! 設定和手冊在此處 請注意,我不在 Telegram 上出售我的 EA 或特殊套件,它們僅適用於 MQL5,我的套件檔案僅在我的部落格上提供。請小心詐騙者,不要從其他人那裡購買任何套件! 設定 Open new series – true/false - 真/假 - 新一系列订单的开始 Trade Buy - 允许EA购买。 Trade Sell - 允许EA出售。 Support manual orders – true/false –  允许EA控制手动订单 Use hedge - 允许EA
    Forex Dominance MT4
    Ebrahim Mohamed Ahmed Maiyas
    5 (2)
    An advanced Expert Advisor powered by artificial intelligence and machine learning, specifically designed for analyzing Forex Market. It adapts to price movements and market fluctuations to detect potential trading opportunities. Discounted price   . The price will increase by $50 with every 5 purchases. No Risky Strategies   –   Does not use martingale or grid methods Artificial Intelligence Integration: At the heart of this EA les a sophisticated AI engine capable of recognizing complex patte
    HFT Prop Firm EA
    Dilwyn Tng
    4.96 (631)
    HFT Prop Firm EA 也被称为 Green Man,因为其独特的标志,是专为克服允许高频交易 (HFT) 策略的专有交易公司 (prop firms) 的挑战或评估而设计的专家顾问 (EA)。 限时优惠:购买 HFT Prop Firm EA 免费赠送价值 $198 的工具 MT5 版本: https://www.mql5.com/en/market/product/117386 通过 HFT 挑战表现监控(起价 $200): 1) 经纪商:IC Markets 账号 66603384 服务器:ICmarketsSC-Demo06 密码:Greenman 2) 经纪商:IC Markets 账号 21718043 服务器:ICmarketsSC-Demo02 密码:Greenman 结果 1: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif 结果 2: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4648.gif 超过 600 条五星好
    EA Sweet Dreams
    Vasiliy Strukov
    5 (1)
    EA Sweet Dreams 是一款基于我自主研发指标的趋势跟踪交易系统,采用马丁格尔网格策略。该 EA 适用于任何货币对和任何时间框架,但在 M15 时间框架下,例如 XAUUSD 等趋势强劲的货币对上表现尤为出色。 即時結果可在此處查看。 購買後立即聯絡我,即可獲得個人獎勵!您可以免費獲得我們的強力支撐和趨勢掃描器指標, 請私訊我 ! 設定和手冊在此處 請注意,我不在 Telegram 上出售我的 EA 或特殊套件,它們僅適用於 MQL5,我的套件檔案僅在我的部落格上提供。請小心詐騙者,不要從其他人那裡購買任何套件! 設定 Open new series – true/false - 真/假 - 新一系列订单的开始 Trade Buy - 允许EA购买。 Trade Sell - 允许EA出售。 Support manual orders – true/false –  允许EA控制手动订单 Use hedge - 允许EA进行双向交易(买入和卖出)。如果设置为否,则仅允许进行单向交易。 Max Orders – 允许的最大订单数量。 Order Comment – 系统名称的描
    Recovery Manager Pro MT4
    Ianina Nadirova
    5 (1)
    Recovery Manager Pro 是一个用于从其他顾问或手动开立订单中恢复回撤的系统。 RM Pro具有自动动态调整的能力。交易者需要选择风险级别,顾问将以全自动模式工作。 可以在回撤恢复模式和待机模式下工作!如果另一位顾问产生回撤,RM Pro 将禁用它,锁定头寸并开始使用部分平仓恢复存款的过程。在交易中,顾问使用智能平均、锁定和部分平仓。该顾问致力于定制趋势指标,该顾问的所有买家都将收到该指标作为礼物。 Advisor 的主要特点是能够在待机模式下工作。一旦另一位顾问产生回撤,RM Pro 将接管订单管理并打开平均订单,然后部分关闭。 设置说明:           关联 MT5版本:           关联 顾问特点: 恢复无利可图头寸的回撤 当达到指定的回撤时可以操作 使用部分闭包 开立平均订单以恢复无利可图的头寸 处理其他顾问或手动下订单的损失 根据趋势进行工作。定制移动平均线指标作为送给每位买家的礼物! 既可以处理一个订单,也可以处理一系列无利可图的订单! 适用于当前符号 根据给定的风险程度自动调整 重要的! 在启动顾问之前,我们建议在策略测试器或模拟账户中
    This expert use grid and advanced DCA and martingale strategy. The strategy used by Fund Manager by our country. Use with pair AUDCAD, with   timeframe M5   it can survive 2015-Nov 2024.  DrawDown Max from 2019-2025 15k USD for both pair It works well in other Pairs in   m15: AUDCAD, EURJPY Use proper money management, use money that you can loose, withdraw your profit. This strategy can make good profit if you use good money management. Use the balance minimum of 2k-3k. Use default setting .
    Multi Sniper mq
    DMITRII GRIDASOV
    5 (3)
    MULTI SNIPER EA 是一款精准的自动交易系统,在 MT4 平台上的准确率高达 90% 左右。 这款盈利丰厚的剥头皮 EA 无疑是目前市场上最稳定的系统之一。   No grid! No martingale! 它是独家产品,仅在本 MQL5 网站提供。 下载用于测试和交易的EA设置文件:   GBPAUD Set_file   GBPCAD Set_file - 实现了复利方法和剥头皮交易技术。 - 系统会根据市场波动自动设置动态止损。 - EA 默认具有自动(手数计算)风险管理功能,并提供固定手数选项。 - 可调整交易入场敏感度参数。 - 周末无交易缺口。 - 精确的操作时间过滤器,精度可达 1 分钟。 - 内置点差显示。 - 机器人具有盈亏平衡功能。 - 账户杠杆:1:30 至 1:2000 范围内任意选择。 - 最推荐的货币对是 GBPCAD 和 GBPAUD - 相应的 Set_files 可在“评论”部分找到。 - 不存在任何危险的马丁格尔/网格策略。每笔订单都有自己的止损位,以保护账户安全。 - 运行时间:EA 会根据设置中的时间过滤器,从美国交易时段结束
    EA Golden SIN-TIANG is a robust trading strategy designed for XAUUSD or GOLD and H4 time frame. The EA creates pending stop trade orders using indicators of the Highest-Lowest, Hight , Low parameters based on the market environment. It uses fixed SL, PT and exit from the position after time cut off. The EA was tested with several Monte Carlo robustness tests and optimized. Backtest was done on ticks data with a 15-year history 2007-20023. There is no need to set any parameters, all settings are
    XIRO Robot MT4
    MQL TOOLS SL
    5 (6)
    XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:  GBPUSD,  XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable
    Gold Trade Pro
    Profalgo Limited
    4.61 (23)
    推出促銷活動! 僅剩幾本,449 美元! 下一個價格: 599$ 最終售價:999$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro 加入了黃金交易 EA 俱樂部,但有一個很大的區別:這是一種真正的交易策略。 “真實交易策略”是什麼意思? 您可能已經註意到,市場上幾乎所有黃金 EA 都是簡單的網格/鞅系統,當市場與初始倉位相反時,該系統會添加交易。  它們通常偽裝成“神經網絡/人工智能/機器學習”,但如果您對外彙和 EA 有一點經驗,您可以輕鬆地將
    Wall Street Robot MT4
    MQL TOOLS SL
    5 (1)
    Wall Street Robot is a   professional trading system   developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to oper
    Golden Mirage mt4
    Michela Russo
    5 (9)
    Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
    Trend Catcher Exp
    Ramil Minniakhmetov
    Trend Catcher EA 使用作者自主研发的自适应趋势分析指标来分析市场价格走势。它通过过滤掉短期噪音,专注于潜在的动能强度、波动性扩张和价格结构行为,从而识别真实的市场方向。该 EA 结合了移动平均线、RSI 和波动率过滤器等特殊定制指标的平滑和趋势过滤功能,可以根据预设的交易条件自动执行交易。 该系统会等待趋势确认,而不是对每一次价格波动都做出反应,然后在进入动态均衡区域之前寻找可控的回调机会,并顺势而为。这是一款马丁格尔/网格交易 EA。 货币对和时间框架: 该 EA 在 15 分钟或更高时间框架(例如 H1)下运行良好,适用于 xauusd 或主要货币对,例如 eurusd、gbpusd、usdcad、audusd、audcad、nzdcad、nzdusd 等,以获得更高的准确性。 设置: 开启新系列 – 真/假 – 允许开启新系列 买入交易 – 真/假 – 允许买入 卖出交易 – 真/假 – 允许卖出 管理手动订单 – 真/假 – 如果交易者手动输入新订单,EA 将自动执行 使用对冲 – 真/假 – 允许对冲 订单备注 – EA 趋势 AI 最
    Golderon MT4
    Vladimir Pokora
    Golderon EA – A Specialized Algorithmic Trading System for Gold (XAU/USD) MT5 version here Introducing Golderon EA , a fully automated trading system (Expert Advisor) meticulously engineered for trading gold (XAU/USD). This expert system is the result of extensive research, advanced algorithmic modeling, and precise optimization based on over ten years of real historical market data. Golderon EA implements an intradaily swing trading strategy , optimized for M15, M30, and H1 timeframes , ident
    MACD Trend策略是基于MACD和策略交易技巧结合的一个稳定盈利的策略,它基于MACD的金叉(或死叉)出入场,同时根据行情走势控制仓位,把风险控制在最低水平,该策略适用于流动性较强的货币对,推荐贵金属和其他主流货币对,以下是策略的基本框架(仅含部分交易逻辑),具体实现以程序为准。 进场:   D1(日线)上MACD出现金叉(或死叉)   之后(未必是第二天)的H1(1小时线)上突破D1出现金叉的最高点(或跌破D1出现死叉的最低点)   同时H1(1小时线)出现(水上)金叉,且破前一个金叉的高位   止损:出现金叉H1及前两个H1的最低点;止盈:3倍的止损 出场: 达到止盈或者止损,或者D1(日线)上MACD出现反转信号 加仓:   (在第二天内)H1(1小时线)又出现(水上)金叉,同时突破前期最高点,继续加仓,加完仓之后所有未平单止损跟新开仓保持一致【最多连续加仓三次】
    Big Forex Players MT4
    MQL TOOLS SL
    4.73 (45)
    We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
    EA Budak Ubat
    Syarief Azman Bin Rosli
    4 (3)
    免费试用 EA Budak Ubat 频道 限时特价! 每购买10次后价格将增加10美元! 工作原理 当 EA 激活时,它会根据执行模式参数分析图表。 如果图表上没有现有仓位,EA 将根据参数输入交易。如果趋势是看涨的,它将进入买入交易,如果是看跌的,它将进入卖出交易。如果止损变量大于0,则还会设置距离已打开交易价格一定距离的止损订单。0表示没有止损。 如果图表上存在现有仓位,且最后一个仓位处于亏损状态,EA 将检查当前市场价格与订单之间的距离是否至少为用户设置的最小距离,然后将根据蜡烛图输入交易,仓位大小将使用马丁格尔方法计算,并且将设置离已打开交易价格一定距离的止损订单,如果止损变量大于0。 如果未启用套期保值,EA 一次只会进入一个方向的交易。如果第一个仓位是买入交易,则所有后续的马丁格尔仓位也必须是买入交易。如果第一个仓位是卖出交易,则所有后续的马丁格尔仓位也必须是卖出交易。如果启用套期保值,EA 将进入双向交易。 EA 将修改相同方向的所有仓位的获利点为单一的保本点,再加上用户设置的获利水平。 EA 参数 执行模式: 在每个新 K 线上:当 EA 激活时,它会在每个新的
    Capybara
    Sergey Kasirenko
    4.22 (69)
    Capybara EA 是一种基于 Hama 指标的先进自动化趋势跟踪系统。 如果市场转为看跌且指标变为红色,则 EA 将卖出;如果市场转为看涨且指标转为蓝色,则 EA 将买入。 EA 可以准确检测上升趋势和下降趋势的开始,并以鞅/网格方式控制未平仓交易,直到达到目标价。 推荐货币对:所有主要货币对,如欧元兑美元;澳元;英镑; nzdusd 以及 audcad 等次要对; nzdcad; eurnzd 和 eurcad 包括 m15 时间范围内的 xauusd 开始小时 – EA 的开始小时 开始分钟 – EA 的开始分钟 结束小时 – EA 的结束小时 结束分钟 – EA 的结束分钟 手数 – 开始交易的初始手数 使用可变手数 – 真/假 – 使用资金管理真/假 每 0.01 手的可用保证金 – 每 0.01 手的可用保证金 乘数 – 乘数因子,如 1.5 最大手数 – 允许的最大手数 获利 – 以点数获利 止损点数(0:不使用) – 以点数止损,如果为 0,则禁用它 百分比网格止损 – 允许削减所有头寸的总账户损失百分比 叠加 – 总利润中第一笔和最后一笔订单的平仓 X 笔交易后的
    作者的更多信息
    DYJ GlobalForexTradeWarMAPools   is based on  indicator  MA . It can be used for any currency pair and timeframe. The Indicator is based on the following idea: crossing of two Moving Average lines (Fast and slow ) is used as a signal for opening and closing a position together. Go Long when Fast MA (MA1) crosses above Slow MA (MA2). Go Short when Fast MA (MA1) crosses below Slow MA (MA2). The EA uses dynamic allocation MA period. The MA1 and MA2 period is the Fibonacci sequence, such as InpMAArr
    QuickClose   一键快速管理订单 QuickClose   让您一键即可立即关闭所有订单,操作速度极快。您可以选择关闭特定货币对的订单,或一次性关闭所有订单,使交易管理更快速、更高效。 该   EA(智能交易程序)   能够快速关闭所选货币对或所有交易的买入和卖出订单。SymbolButton 专为关闭订单设计,支持手动和自动预设利润平仓功能。 主要功能包括: 总利润追踪:   自动锁定   70% 的目标利润,同时新的目标利润将成倍提高。 自动删除挂单:   可选择删除所有挂单,或仅删除某个货币对的挂单。 手动开仓按钮:   轻松手动开设多头或空头订单。 利润显示 & 独立平仓按钮:   分别显示多头和空头的总利润,并可通过独立按钮分别平仓。 参数设置 PROFIT   – 当某个货币对的总利润达到设定值时,仅关闭该货币对的所有订单。 TOTALPROFIT   – 当所有货币对的总利润达到设定值时,关闭所有订单。 InpTrailingPercentage   – 自动锁定 70% 的目标利润。 ISEQUITY   – YES_EQ :当净值低于设定的 EQUITY
    SoarSignal
    Daying Cao
    专业交易者都知道,在市场价格趋势转变时是进场交易的最佳时机,趋势转变时K线状态变化最明显,SoarSignal使用随机指标可以识别这些变化,确认趋势已衰竭,它是最接近K线状态变化的指标。SoarSignal的3条线均在 0 到 100 的区间内移动。值高于 80 视为处于超买区,表明价格可能发生反转。值低于 20 视为超卖,也表明价格可能发生反转。如果 %K 线由下往上穿越 %D 线,如果 %J 线由下往上穿越 %K与%D 线,可解读为买入信号。如果 %K 线由上往下穿越 %D 线,如果 %J线由下往上穿越 %K与%D 线,可解读为卖出信号。此类交叉可频繁发生。为获取更可靠的信号,您可以等待交叉与到达超买/超卖位同时发生。当有更可靠的买卖信号时提示交易者。 输入参数 nPeriod:20-Indicator Period.KDJ指标周期,通常不需要改变。 zoneSELL:80-值高于 80 视为处于超买区,表明价格可能发生反转。 zoneBUY:20-值低于 20 视为超卖,也表明价格可能发生反转。 InpBuyColor:LighSeaGreen-多头箭头颜色。 InpSellC
    StrongCurrency
    Daying Cao
    5 (1)
    StrongCurrency是基于各种技术指标,移动平均线和枢轴的完整交易系统。这些元素中的每一个都可以通过定义的规则和系数进行评估(取决于指标),为StrongCurrency提供了无限优化的方案。StrongCurrency通过评估数据创建一个趋势强度和入场信号列表显示,它显示所有货币对的数据。根据每个货币对趋势强弱获得入场信号。列表数据包括Symbol,BuyPercent,SellPercent,LastBuySignal,LastSellSignal。其中LastBuySignal和LastSellSignal内容显示入场价格,时间,货币对趋势百分比。趋势强度大于70%时,认为是强货币对;该工具适用于外汇市场,指数,金属的数据。 该工具仅在一个图表任意周期上运行,它对于多货币交易者非常有吸引力的,其简化的信息(LastBuySignal和LastSellSignal)可以提供出色的输入信号。帮助您快速,识别强弱货币对。请参见截图。 关于MT4回测多货币的限制在评论里有说明。 输入参数 Text Color = White - 常态文本颜色。 Buy Signal color
    PowerSignal
    Daying Cao
    5 (1)
    这个PowerSignal是基于ATR技术指标的完整交易系统。该指标将分析并记录每个POWERTREND从M5-MN中每个周期和货币对趋势强度。 PowerSignal通过评估这些数据来创建一个趋势强度和入口点信号列表显示。如果趋势强度百分比达到100,则一个警告会弹出来指示这种情况。当趋势百分比达大于等于75%时认为是强货币,另外LastEntry字段提示选择一个周期入场、显示了多个入场周期,入场价格,时间.通常根据实际情况选择一个中高周期入场比较好。 输入参数 Periods = 14-indicators Periods. Text Color = While - 常态文本颜色。 Buy Signal color = LawnGreen - 多头信号颜色。 Sell signal color = OrangeRed - 空头信号颜色。 Alert_ON = false-禁止报警.true-激活报警:支持报警提示、邮件、手机推送. Alert_Min_Interval = 15 Entry_Percent = PERCENT_100 - PERCENT_100表示产生多空信号的趋
    这个指标显示2条移动平均线间的交叉,一个快速和慢速移动平均线。当快速MA1向上穿越慢速MA2时弹出报警。当快速MA1向下穿越慢速MA2时弹出报警。 输入参数 快速MA设置 Period = 5 -快速MA周期 Mode = SMA - type of Moving Average (SMA, EMA, SMMA, LWMA). Price = Close - type of price (Close,Open, Low, High, Median, Typical, Weighted). 慢速MA设置 Period:10 - 慢速MA周期 Mode = SMA - type of Moving Average (SMA, EMA, SMMA, LWMA). Price = Close - type of price (Close,Open, Low, High, Median, Typical, Weighted). 其他 NewBarCheckOnly = true/false - true:Check only new Bar DistanceBetweenMA = 0 - 2个
    DYJ NewsForexFactory是用于基本市场分析的日历交易工具,同时它也是宏观经济事件指标。 在这里,你可以找到全球最大经济体的金融新闻和指标——从美国、欧盟到澳大利亚和纽西兰和日本和中国,共有9个经济体,涉及60多个货币对。800多个宏观经济指标和事件是从公共来源实时收集的。每个指标都有历史、当前和预测值以及重要性特征。此外,该服务存储图表和表格中列出的大量历史数据。 指示器右侧动态绿色箭头指示最后一个事件的发生,并给出该货币的数据分析结果,Better或者Worse,你能根据结果判断货币对的多与空 指示器左边指示黄色星号表示下一个即将发生的事件 指示器时间序列栏里显示每个时间点的事件对象。 指示器具有电子邮件和推送通知功能。 所有货币对 GBPUSD、EURUSD、USDJPY、USDCHF、USDCAD、GBPJPY、EURJPY、eugbp、EURAUD、EURNZD、EURCAD、EURCHF、CADJPY、CADCHF、AUDUSD、AUDNZD、AUDCAD、AUDJPY、AUDCHF,NZDJPY、NZDUSD、NZDCAD、NZDCHF 参数 Inp
    这个指标显示了3条移动平均线之间的交叉,有快速、中速、慢速3条MA线。当快速FastMA向上穿越中速middleMA与中速middleMA向上穿越慢速slowMA,发出多头报警。当快速FastMA向下穿越中速middleMA与中速middleMA向下穿越慢速slowMA,发出空头报警。其中三线交叉包含了三线交叉于一个点的特例;当FastMA(MA1) 向下穿越middleMA(MA2),发出报警提示关闭多单,当FastMA(MA1) 向上穿越middleMA(MA2),发出报警提示关闭空单。 输入参数 快速MA设置 MAPeriod1 = 5 - 快速平均线周期. MAMethod1 = EMA - 移动平均线类型(SMA, EMA, SMMA, LWMA). MAPriceType1 = Close - 价格类型 (Close,Open, Low, High, Median, Typical, Weighted). 中速MA设置 MAPeriod2 = 20 - 中速平均线周期. MAMethod2 = EMA - 移动平均线类型 (SMA, EMA, SMMA, LWMA).
    这个 Expert Advisor 是基于3条移动平均线指标,移动平均线交叉基于下列思想:快速、中速、慢速3条移动平均线交叉时,作为开仓和关仓的信号,其中三线交叉包含了三线交叉于一个点的特例。 当FastMA(MA1) 向上穿越middleMA(MA2)与middleMA(MA2)向上穿越slowMA(MA3)时建立多单. 当FastMA(MA1) 向下穿越middleMA(MA2)与middleMA(MA2)向下穿越slowMA(MA3)时建立空单; 当FastMA(MA1) 向下穿越middleMA(MA2),关闭多单,当FastMA(MA1) 向上穿越middleMA(MA2),关闭空单。 这个专家使用了资金管理,传统的止损、止盈、追踪止损。每次交易只有一个订单,这确保交易的最大安全。 输入参数: Fast MA settings Period = 5 - period of Faster Moving Average (value 5 ). Mode = EMA - type of Moving Average (SMA, EMA, SMMA, LWMA). Price =
    The RiseTrading is a unique High quality and easy to use and affordable trading tool because we have incorporated a number of proprietary features and PowerSignal and MACD and Stochastic indicators. The main advantages of the trend trading strategy used by the Expert Advisor are opening positions only in the direction of a trend, ability for the long-term retention of profitable positions allowing users to achieve good combinations of profit/loss distributions. That can work on a real account at
    DYJ Stoch 控制器 是一个全货币对 Stoch 交易系统,它能显示每一个货币对M1到MN周期的 Stoch 值,当某个周期的 Stoch 值达到超卖区和超买区时有颜色提示,你能根据这些信息做出正确的交易 请你制作一个 Stoch 指标模板命名为DYJ Stoch ,保存它 当你用鼠标单击超卖区或者超买区时,自动打开相应货币对   周期的 图表,并加载 Stoch 指标 INPUT InpPairs                      = "GBPUSD,EURUSD,USDJPY,USDCHF,XAUUSD,USDCAD,GBPJPY,EURJPY,EURGBP,EURAUD,EURNZD,EURCAD,CADJPY,AUDUSD,AUDNZD,AUDCAD,AUDJPY,NZDJPY,NZDUSD,NZDCAD,GBPAUD,GBPNZD,GBPCAD,CHFJPY,NZDCHF,AUDCHF,EURCHF";     InpStrategyMinTimeFrame         = PERIOD_M1 -- Strategy MinPeriod  InpStrat
    这个 DYJ SoarTrading 是基于 SoarSignal 指标,它能使用任何货币对和任何图表周期。 当SoarSignal交叉在oversold下方, 达到oversold区域,且它们的交叉又向上穿越oversold线时,多头进场。当SoarSignal交叉在overbought上方, 达到 overbought区域, 且它们的交叉又向下穿越overbought线时,空头进场。 当SoarSignal到达对侧的区域,如果对侧区域是overbought区域关闭多单,如果对侧区域是oversold区域关闭空单. 这个专家使用了资金管理,传统的止损、止盈、追踪止损。每次交易只有一个订单,这确保交易的最大安全。 输入参数 SoarSignal指标设置 nPeriod = 20 - 指标周期 zoneSELL = 80 - 超买水平(overbought) zoneBUY = 20 - 超卖水平(oversold) 风险管理 Risk_Management = Automatic - 自动管理风险. Auto_Risk_Percent = 2 - 2%的活动资金. Auto_Max_R
    DYJ WPR - SignalSource 是基于  WPR  指标的EA . 它仅仅使用一个货币对某个周期图表运行EA,就能监控全部货币对信号开仓关仓。 WPR 推荐 指标值介于80%和100%之间,表明市场超卖。 指标值介于0到20%之间,表示市场超买。 该指标的入场信号,则是趋势转折点。 该指标使用模拟交易技术,   指标为你提供评价开盘信号和收盘信号整体盈利。   你用哪种评估模式交易都很方便。   当你选择最大利润模型评估模型时, 建议您使用跟踪止损功能。 这样可以最大程度的跟踪趋势利润。   当您选择反向信号关闭评估模式时, 建议你耐心等待反信号出现,然后关闭仓位。 这个可以一直等趋势真正结束并盈利。 如果您需要自动化跟随指标开仓关仓,请下载实用工具软件 DYJ Follow Me Input parameters  [Indicator] InpWPRPeriod    = 14 -- period for WPR    InpShowArrows      = true InpAlertsOn        = true ArrowUpClr       
    DYJ Sharp
    Daying Cao
    DYJ Sharp高级算法,可检测新趋势和当前趋势延续,策略可用于入场和出场信号。策略在图表里显示了SHARP分界区域,区域有高位价格线HighLine和低位价格线LowLine。当K线的收盘价向上穿越区域 HighLine价格时与最低价向上穿越区域LowLine价格时是上涨信号,当K线收盘价下穿区域LowLine价格与最高价下穿HighLine价格时是下跌信号。每个货币对的信号显示在LAST SIGNALLED字段 输入参数 Paris - 指定货币对,以逗号分隔,例如 EURUSD,USDJPY,CADJPY MAX_BARS = 100 - 最大K线数量 nMinPeriod = D1 - 最小入场周期 nMaxPeriod = D1 - 最大入场周期 SendEmail = false - 通知你的邮箱 ShowAlert = true - 显示弹出报警窗口. MobileAlert = true - 通知到你的移动设备. MyMessage = 来自SHARP的消息. - 自定义消息 作者 Daying Cao, 我是一个具有丰富经验的软件工程师.
    DYJ TRENDWAVE高级算法,检测新的趋势和当前趋势的延续,作为策略的入场信号。DYJ TRENDWAVE指标基于衡量多空双方的力量百分比,当空头(-)多头(+)趋势大于100%时产生信号。如果当前K线是阳线为多头入场信号,如果当前K线是阴线为空头入场信号,它使用多种滤波器对虚假信号过滤。 特点: 同时监视所有交易品种。 如果Pairs是空,指标默认监控报价窗口全部货币对,但用户可以选择喜欢的货币对. 监控每个时间段,从M1到MN。 仅在一个货币的某个图表周期(推荐H4或D1)运行指标. 输入参数: Pairs  --指定多货币符号,例如 EURUSD,USDJPY,CADJPY";为空时代表MARKET WATCH窗口的全部货币对 MinTimeFrame  = H1   --最小入场周期 MaxTimeFrame = MN   --最大入场周期 InpBuyColor = clrLime    --空头颜色. InpSellColor = clrWhite  --多头颜色. Send_Email = true       --发送邮件通知. Snow_Alert = f
    DYJTRENDWAVE高级算法,检测新的趋势和当前趋势的延续,作为策略的入场信号。DYJTRENDWAVE交易系统基于衡量多空双方的力量百分比,当空头(-)多头(+)趋势大于100%时产生信号。如果当前K线是阳线为多头入场信号,如果当前K线是阴线为空头入场信号,它使用多种滤波器对虚假信号过滤。EA离场规则是当有反信号时或止损或追踪止损或止盈。 EA的新闻交易是基于经典DYJTRENDWAVE趋势波策略的。您只需要从EA属性进行新闻时间和入场周期配置,其余部分由机器人自动处理。 EA默认是任何时间都能交易。3段工作时间参数是日内范围的。 例如,如果要设置从19:00 PM到05:00 AM的工作时间,则必须定义两个不同的时间间隔,例如19:00至23:59和00:00至05:00。 例如设置新闻时间是19:59 到 20:05,入场周期选择MinTimeFrame=M1至MaxTimeFrame=H1. 这个专家使用了资金管理,传统的止损、止盈、追踪止损。每次交易限定的订单数量,这确保交易的最大安全。 特点: 同时监视所有交易品种。 EA默认监控23个主流货币对,但用户可以选择喜欢的货
    DYJ Scalping是一个全自动专家顾问。 随机指标过滤器用于入场条件。顾问需要对冲型、ECN账户类型 EA具备解套辅助策略,当方向错误时,自动激活解套策略,使其变为获利. 你可以随时禁用解套策略. 一般性建议 推荐ECN账户,XAUUSD点差在8到11或更低,EURUSD点差1 最低存款为200美元。 请在产品评论区下载XAUUSD and EURUSD设置文件 输入参数 InpLotsRisk                = 0.002  -- 批量风险x%, 如果余额为$10000与500杠杆,则默认为0.002%; 如果余额是$100或$200 与500杠杆 ,设置risk 0.1%; 如果 余额为$10000与 是2000杠杆,则rsik 0.008% 如果 余额为$100或$200与 是2000杠杆,则rsik 0.4% InpLots                      = 0      --  InpLots: 0-->自动 InpBlanceLimitMode   = EQUITY_LIMIT -- 净值限额模式,或删除EA                
    DYJ T3ModeMA
    Daying Cao
    2 (1)
    DYJ T3ModeMA基于T3算法。 T3算法是在美国杂志《TASC》发表的文章《更好的移动平均线》中被引入技术分析领域的。 T3可以平滑价格序列,同时减少趋势跟踪系统的典型滞后。 该指标的柱形线尺寸决定入场信号,当柱形线尺寸趋于0时,则是趋势转折点。 该指标使用模拟交易技术, 指标为你提供评价开盘信号和收盘信号整体盈利。 你用哪种评估模式交易都很方便。 当你选择最大利润模型评估模型时, 建议您使用跟踪止损功能。 这样可以最大程度的跟踪趋势利润。 当您选择反向信号关闭评估模式时, 建议你耐心等待反信号出现,然后关闭仓位。 这个可以一直等趋势真正结束并盈利。 如果您需要自动化跟随指标开仓关仓,请下载实用工具软件 DYJ Follow Me Input [Indicator] InpMaMetod         = 2 -- Moving Average method(0~3):0-Simple averaging; 1-Exponential averaging; 2-Smoothed averaging;3-Linear-weighted averagin InpMaPeriod
    DYJ Long term Strategy EA 是一个长线RSI交易系统。 我们在蜡烛中寻找最低价格作为多头趋势开始, 寻找最高价格位空头趋势开始, 我们会以最长时间持仓, 并且获得最大利润。 当订单方向错误时,策略能使其扭亏为盈。 EA仅仅在一个货币对图表任意周期运行 信号网址   参数 InpMagicNumber = 8257 InpIsDisplayInterface = true InpEAComment = LTS InpRStrategyTimeFrame = 1 Day InpLotsRisk = 0.0002 -- Lots Risk x%,default 0.002% if blance is 10000$ InpLots = 0.01 -- fixed lot [0-->Auto] InpMaxSpread = 100 Maxtrades = 1 InpDirection = Both InpFristOrderStep = 200 InpOrderStep = 200 InpTakeProfit = 0 InpStopLoss = 0 InpIsHide
    DYJBands使用Bands带信号开仓关仓:当价格回落时,它在较低频段买进,而在较高频段卖出.在相反的信号下或通过止盈,止损,追踪止损关仓. 这个专家使用了资金管理,传统的止损,止盈,追踪止损.每次交易限定的订单数量,这确保交易的最大安全.EA不使用高风险的交易方法,并且可以在大多数货币对和时间范围内进行交易.此外,它不会花费太多,而且它的设置非常简单,这对有经验的和新手交易者都是有好处的.EA默认设置参数设置适合GBPUSD在图表周期H1运行.此外, EURUSD, USDJPY, USDCAD和XAUUSD或其他等货币对的设置将在评论部分提供. EA的新闻交易是基于经典DYJBands策略的。您只需要从EA属性参数进行新闻时间和入场周期配置,其余部分由机器人自动处理。例如设置新闻时间是19:59 到 20:05,入场周期选择TimeFrame=M1至TimeFrame=H1.EA默认是任何时间都能交易。3段工作时间参数是日内范围的。 例如,如果要设置从19:00 PM到05:00 AM的工作时间,则必须定义两个不同的时间间隔,例如19:00至23:59和00:00至05:00。
    这个专家是一个独特的、易于使用的高质量的工具,因为我们纳入了MACD、Stochastic,RSI和ADX指标,EA使用趋势策略的优点在于保持长期盈利方向上才做单。它使用户的利润/损失有良好的组合实现。EA使用MACD与Stochastic,RSI和附属入场策略ADX指标查找信号。 入场规则: 多单:当在负值区域,MACD线向上穿越SIGNAL时,并且在MACD开仓水平下方时,同时Stochastic交叉在zoneBuy下方,然后又穿越zoneBuy线到zoneBuy上方时做多。 空单:当在正值区域,MACD线向下穿越SIGNAL线时,并且在MACD开仓水平的上方时,同时Stochastic交叉在zoneSell上方,然后又穿越到zoneSell的下方时做空。 退出规则: 多单:当在正值区域,MACD线向下穿越SIGNAL线时,并且在MACD关仓水平上方时关闭多单。 空单:当子啊负值区域,MACD线向上穿越SIGNAL线时,并且在关仓水平下方时关闭空单。 EA的新闻交易是基于经典DYMacdSto策略的。您只需要从EA属性参数进行新闻时间和入场周期配置,其余部分由机器人自动处理。例如设
    DYJ StrongCurrency EA是基于各种技术指标,移动平均线和枢轴的完整交易系统。这些元素中的每一个都可以通过定义的规则和系数进行评估(取决于指标),为DYJ StrongCurrency EA提供了无限优化的方案。DYJ StrongCurrency EA通过评估数据创建一个趋势强度和入场信号列表显示,它显示所有货币对的数据。根据每个货币对趋势强弱获得入场信号。列表数据包括Symbol,LastEntryies,LastPercent。其中LastEntryies,LastPercent内容显示入场价格,时间,货币对趋势百分比。趋势强度大于70%时,认为是强货币对;该工具适用于外汇市场,指数,金属的数据。 EA默认是任何时间都能交易。3段工作时间参数是日内范围的。 例如,如果要设置从19:00 PM到05:00 AM的工作时间,则必须定义两个不同的时间间隔,例如19:00至23:59和00:00至05:00。 EA的新闻交易是基于经典StrongCurrency趋势策略的。您只需要从EA属性进行新闻时间和入场周期配置,其余部分由机器人自动处理。 例如设置新闻时间是19:5
    这个策略是基于自适应算法指标,自动寻找价格新低点与高点。这个DYJ TrendPending EA是实施这个规则开仓关仓的, 它使用风险最小的网格和加仓方法。并且可以附加正向和反向挂单,正向挂单可以降低网格和加仓次数,而反向挂单降低亏损概率。 EA的新闻交易是基于经典TrendPending策略的。您只需要从EA属性参数进行新闻时间和入场周期配置,其余部分由机器人自动处理。例如设置新闻时间是19:59 到 20:05,入场周期选择TimeFrame=M1至TimeFrame=H1.EA默认是任何时间都能交易。3段工作时间参数是日内范围的。 例如,如果要设置从19:00 PM到05:00 AM的工作时间,则必须定义两个不同的时间间隔,例如19:00至23:59和00:00至05:00。 EA默认设置参数设置适合EURGBP在图表周期H1运行. 此外, GBPUSD,EURUSD和XAUUSD或其他等货币对的设置将在评论部分提供. 推荐: EA 设置: 使用默认设置或set files. 货币对: EURGBP. 图表: H1. 账户:ECN经纪商, 低点差/手续费, 1:500 lev
    这是一个多货币和多策略EA。该EA是在交易中创建一个或多个轮询交易的策略。 在轮询模式中,这些策略能应对各种复杂的市场环境,在交易中含有逆向策略。在趋势跟踪模式下,通过附加的主要趋势过滤器, DYJ's ArtOfForexWar 还可以在亏损趋势期间进行回撤交易。通常是在3单或3次平仓以内获利概率大于95%。 DYJ's ArtOfForexWar的新闻交易是基于多个趋势波策略的。您只需要从EA属性进行新闻时间和入场周期配置,其余部分由机器人自动处理。 DYJ's ArtOfForexWar默认是任何时间都能交易。3段工作时间参数是日内范围的。 例如,如果要设置从19:00 PM到05:00 AM的工作时间,则必须定义两个不同的时间间隔,例如19:00至23:59和00:00至05:00。 例如设置新闻时间是19:59 到 20:05,入场周期选择MinTimeFrame=M1至MaxTimeFrame=H1. 这个专家使用了资金管理,传统的止损、止盈、追踪止损。每次交易限定的订单数量,这确保交易的最大安全。 特点 同时监视所有交易品种。 EA默认监控35个主流货币对,但用户可以选
    DYJ Scappingburg EA是一个全自动专家顾问。 Burg算法过滤器用于条目。顾问需要对冲和ECN账户类型。 如果订单方向错误, 订单损失将由解套策略使其扭亏为盈。 您可以随时禁用 解套 策略。 一般性建议 推荐ECN账户,xauusd点差在8和11之间或更低,欧元兑美元点差1 最低存款额是200美元。 请在产品评论区下载xauusd和EURUSD设置文件 Input Parameters [Burg] MinProfit                  =  160 -- Open positions if predicted profit >= MinProfit PastBars                   =  200     --   Number of past bars ModelOrder              =  0.37     --   Order of Burg model as a fraction of PastBars UseMOM                   =  true     --   Enable
    DYJ ArtOfMakingMoney attempts to gauge bullish and bearish forces in the market by using two separate measures, one for each type of directional pressure. The  EA's BearsIndex  attempts to measure the market's appetite for lower prices The EA's BullsIndex attempts to measure the market's appetite for higher prices Features Monitors all pairs at the same time. The EA monitors the top 35 pairs by default, but you can select less pairs if you wish. It is a multi-currency EA that can be run from a s
    DYJ Trend Analyst
    Daying Cao
    5 (1)
    我们的目标是提供无障碍和高质量的服务,使市场参与者、交易员和分析师都能获得及时的市场行情的交易决策所需的市场观察指标。 这是最优化,高度稳健和易于使用的动态趋势分析指标。 DYJ市场观察指标试图用两种不同的方法来衡量市场的看涨和看跌力量,每种方法都有一种。 该指标的熊市指数尝试衡量市场对价格下降趋势。 该指标的牛市指数尝试衡量市场对价格上涨趋势。 Pivot是市场观察指标的额外指标。Pivot含有6种策略:经典,卡玛瑞拉,无敌,斐波纳奇,网络布局,黄金分割. 另外点评里,采用多个辅助指标RSI,MACD,MA,布林带等过滤假信号. 我们的Pivot指标是基于先进的算法计算支点和支持和阻力水平。 它们对未来重要的价格水平和可能的市场逆转做出难以置信的准确预测。 适用于所有市场(外汇、大宗商品、股票、指数和其他)和时间框架。 特点: 同时监视所有对。 默认情况下,指标监视报价窗口的全部货币对。 它只从一个图(m1到mn)运行。 参数: inplanguage = english  --  英语或中文 InpCalculationMode = CALC_MODE_CLASSIC 
    The DYJ Trend Analyser EA is based on  DYJ Trend Analyst  indicator. The most optimized, highly robust and easy to use DYJ Trend Analyser EA. DYJ Trend Analyser EA attempts to gauge bullish and bearish forces in the market by using two separate measures, one for each type of directional pressure. The  EA's BearsIndex  attempts to measure the market's appetite for lower prices. The EA's BullsIndex attempts to measure the market's appetite for higher prices. Pivot Point Extra Indicator for DYJ Tre
    这是一位高级专家顾问,它的策略是在图表上出现突然剧烈波动时进行交易。 这个EA是趋势突破交易 不过,它在市场每个蜡烛上产生一笔交易 它是低风险EA,没有很多仓位,具有预定义的TP、SL和TS 特征 监控全部货币对. 这个EA能监控默认的15个设置货币对, 但也能选择较少或较多的货币对. 这个EA是多货币EA,仅仅在一个图表运行EA,推荐H1图表。 通常每单利润成功率在80%以上 参数: InpPairs  = "EURUSD,GBPUSD,GBPJPY,USDCHF,XAUUSD,USDJPY,AUDJPY,AUDUSD,NZDUSD,AUDCAD,AUDCHF,NZDCHF,NZDJPY,EURGBP,EURJPY" InpMagicnumber=36723457                  //  EA标识号码 InpAdxLevel       =  30                         //   趋势强度 AutoLotLevel      =  Second                  //  自动交易量级别 InpLotsExponent   =
    The  DYJ Hedging  is based on the following idea:crossing of two Moving Average lines (Fast and slow ) is used as a signal for opening positions. We will now apply game theory strategy on the future of per currency instead of a price chart of history. This is one level higher. Dynamic Market game theory is a special feature of Advanced Currency Health Bars indicator and you cannot find in any other Currency Meter! This is a very unique function. Dynamic Market game theory strategy Health Bars ar
    筛选:
    无评论
    回复评论