Boat GoodLine

  • 专家
  • Oleg Papkov
    Oleg Papkov
    Studied 1978 - 1984 at the Novosibirsk Institute of engineers for geodesy, aerophotography and cartography, faculty of optical, specialty optical and opto-electronic devices. Since then, the programmer. Languages: ALGOL, Fortran ,C, Pascal, Delphi, C#, Visual Basic for Windows, Assembler. Forex do
  • 版本: 1.2
  • 更新: 26 二月 2020
  • 激活: 10
EA船GoodLine

船GoodLine专家顾问的工作原理是平均两个随机指标与可选择和可配置的参数,限制噪声和轻微的"假"运动使用Lim参数。 EA很容易针对选择所有设置参数进行优化。

机器人计算趋势,并在它的方向进行交易。 EA有两种结束交易的模式。 

Normal mode(Net=false)以获利或止损专家顾问结束交易。 

在"Net=true"模式中,如果交易是在错误的方向上进行的,则构建平均网络,并由TR关闭。

所有交易无一例外都有StopLoss和获利,这是由STTP管理器为整个平均网络构建的。 在一个SL和一个TP的方向上的所有交易。 在与经纪人失去沟通的情况下,所有交易都受到保护。

EA的参数:

MAGICB-长方向的神奇数字;
魔术-短方向的魔法数字;

"__工作时间__GMT__";
Hours_to_GMT_Offset-以代理终端时间的GMT时间小时为单位。

小时-在一个时间间隔或全天候启用/禁用工作;
Begin_hour-EA开始在GMT上工作的时间;
End_hour-当EA停止自动放置初始交易的时间。 与此同时,顾问继续服务已经开始的交易。

"_EURGBP M15的参数。";

"__开始__";
GameOn-允许EA以编程方式工作或重新广播;

Lot-将用于初始交易的手数;

LotMax-任何交易的最大手数;

TP-TakeProfit;

SLPLUS-StopLoss;
净启用/禁用平均补偿网络;
Loeflot-增加平均网络的系数;
平均网络的步进,2-平均网络中的积极和快速事件,250-非积极和长时间的网格;
OnOffUnLine-开/关不均匀的网格间距;
ULcoef-步骤不均匀的系数;
K1-周期%K第一个随机振荡器;
D1-第一个随机指标的周期百分比D;
Sl1-第一次随机减速;
K2-第二个随机振荡器的周期百分比K;
D2-第二个随机指标的周期百分比D;
Sl2-第二个随机减速;
Lim-参数,将忽略噪音或轻微运动;
滑点-滑点;

"__方向开/关。__";

卖-短期工作许可证;
购买-长期工作许可;

"__限制__";

LotMax-设置任何交易的最大手数;
OnOffLock-on.\关闭。 下面设置的水平自动锁定。 
LockLevel-允许的最大等级MarginLevel;

按需参数:

AxelOption-on.\关闭。 这些参数是按需执行的。
LimLossMoney-在两个方向上的全部损失,所有交易将被关闭;
MinPauseBegin-所有交易都关闭后,在几分钟内暂停交易;
MinPauseNetUp-在长方向平均网格的步骤之间以分钟为单位暂停。 有时有用的新闻。
MinPauseNetDn是在短期方向相同。
OnOffStopDeals-on/off限制平均网络中的事务数量。
StopDeals-在网络中的膝盖数。
CloseDeals-当达到StopDeals+1交易数量时,关闭整个网络;
"__Trailingator__"-trailingator参数;
TrailingStop=3;
TrailingStep=6;

对于EURGBP默认参数M15.
推荐产品
Ichimoku 3D
Anton Karabeinikov
一木3D 该Ea交易基于Ichimoku指标,使用3个老屏幕的原理。 此Ea交易有4种类型的开仓交易: 1是当有相同的买入或卖出信号3时间帧 2-这是2个时间框架具有相同的买入信号,1个时间框架具有相同的卖出信号,反之亦然 3-这是当1时间框架是买入信号,2时间框架是卖出信号,反之亦然 4-这是当1时间帧信号买入平均时间帧卖出和3时间帧买入 魔法=2021 "Ichimoku"指标设置 Tenkan=9; 客君=26; Senkou=52; 经典退出=真; "设置资金管理"; 固定百分比=1; 1选项=true; SL=100; TP=450; 2选项=true; SL=150; TP=450; 3选项=true; SL=150; TP=450; 4选项=true; SL=150; TP=450; 平均时间周期=240; 较高时间段的周期=1440;
Divergence Progression
Anton Karabeinikov
专家顾问"背离进展» 对于EA的工作,您需要从代码库部分下载指标-http://www。 mql5. com/ru/code/32437-并将其放置在MQL4/Indicators文件夹中 建议参数D1欧元/美元: 止盈-250;止损-30;关闭相反的信号=false; 此ea交易是中期的,仅用于在D1期交易。 EA交易两个指标的发散信号,这些指标被精心选择用于一对工作,因此它们在一对中分散账户,这非常方便。 Ea交易还提供向电子邮件地址发送短信通知并在终端中显示通知。 时间框架专家顾问不适合年轻用户,因为有太多的价格噪音。如果止损等于零,止损将设置在最近两天的最大值或最小值,具体取决于交易类型。 如果需要,您可以将点添加到止损(30)或(-15),或从最大值减去,并使其更接近开盘价,这原则上不推荐。 提供相反信号的平仓,如果交易是在相同类型的信号上进行的,则有必要应用它。 此外,在这
GMMA Trade X is an EA based on GMMA. GMMA parameters such as MovingAveragePeriod1-24, MovingAverageMAShift1-24, MovingAverageShift1-24 and CandlestickShift1-24 can be adjusted. GMMA 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 GMMA Trade X. Good luck. = == == Inquiries = == == E-Mail:support@btntechfx.com
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
How the EA works (simple explanation) Trades on   M5   timeframe Uses   H1 timeframe   to analyze global market context Analyzes   2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on   trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol:   EURUSD Timeframe:   M5 Trading
Hunter on the channel breakout Bot The Expert Advisor places the necessary amount of BuyStop and SellStop pending orders with predefined StopLoss and TakeProfit levels at the specified time daily. The EA calculates the channel width using the ZigZag indicator and sets a grid of BuyStop and SellStop pending orders according to the specified settings. The first pair of BuyStop and SellStop pending orders is placed at a predetermined distance from the channel borders. The distance is set in the per
Bar Boss
Iurii Tokman
5 (1)
Bar Boss   Expert   Advisor 使用 FletBoxPush 指标来分析市场并确定交易信号。该指标内置于“EA 交易”中,不需要在图表上额外安装。交易发生在定义为平台边界的水平上。使用损失限制。 顾问设置说明 TimeFrames - 图表周期,指标设置 颜色 - 定义为平面的价格区域的颜色,为指标设置 矩形 - 显示定义为平坦的价格区域,为指标设置 手数 - 起始交易量 MagicNumber - 订单的幻数 Count_LOSS - 连续亏损交易的数量,之后将设置为零利润(退出为零) FlatPips - 以点为单位确定平台,设置指标 FlatBars - 用于确定平面的柱数限制,为指标设置 MinBarsClosedOutside - 收盘价固定在特定平面水平之上/之下的柱数 CoefficientLot - 亏损后后续交易手数的乘数 CoefficientTakeProfit - 根据确定的平台的通道宽度计算的利润乘数 PercentLoss - 损失百分比,如果顾问带来的总损失低于此值,交易停止,该值必须设置为负数,例如:-33.3 顾问如何工作
Bitcoin Machine EA is VIP , It    was developed by ENZOFXEA team in Germany with experienced traders with more than 15 years of trading experience.The indicators used in Bitcoin EA expert have nothing to do with the standard indicators in the market and are completely derived from strategy. You don't need to Hold your bitcoin capital anymore It doesn't matter if Bitcoin becomes expensive or cheap All Trade Have StopLoss Always Behind Order An expert based on    ( BTC , BTCUSD , Bitcoin   ) This
Grid HLevel
Sergey Ermolov
4.56 (25)
MT5版本  |  Valable ZigZag   指標   |  FAQ Grid HLevel Expert Advisor   非常適合那些希望每月在外匯市場上獲得穩定利潤的交易者。   Expert Advisor   根據平均策略工作 , 我建議您正確使用它。 “ 正確 ” 使用它意味著以市場反轉點的平均數開倉 , 並且僅在全球趨勢的方向上交易。   至於主要趨勢的方向 , 我建議通過時間框架   H4   上的   Valable ZigZag   指標來確定。   指標更難確定市場可能發生變化的水平 , 因此我建議交易者在圖表上手動設置它們 , 以便使用平均訂單更準確地進入市場。 因此 , 我想向您介紹   Grid HLevel Expert Advisor -   一種以手動設置的支撐和阻力水平進行交易的   Expert Advisor 。 注意力 !!!   Grid HLevel EA   不是全自動的 , 而是半自動的。   所以不要指望你把它放在你的帳 戶 上什麼都不做 , 每天一次你必須為它的正確操作設置新的級別。   如何使用   Expert A
FREE
Fxdolarix
Andrey Kozak
Fxdolarix 是 GBPUSD M5 的自动机器人黄牛。 在真实账户上进行了 3 个月的测试。 该机器人采用专注于短期盘中价格走势的倒卖策略。 主要重点是识别短期波动的时刻并执行快速交易。 机器人使用以下指标:iMACD、iMA、iStochastic。 使用这些指标,机器人可以识别趋势的方向,并在跳动价格变动活动的帮助下,识别波动性的剧烈冲动以进行交易。 机器人使用风险管理策略来保护资本。 头寸规模根据当前市场波动情况计算,止损和止盈根据策略参数设置。 该机器人专注于 5 分钟图表 (M5) 上的交易,这使其能够对快速的价格变化做出反应。 该机器人已经使用各种参数进行了广泛的回溯测试,以确保在各种市场条件下的性能。 定期进行参数优化以保持高性能。 此外,该机器人还在 FXopen 经纪商的真实账户上进行了 3 个月的测试。 交易建议: 货币对 英镑兑美元 M5 时间表 最低初始余额 600 美元起 英镑兑美元最大点差可达 10 点 ECN账户类型 推荐用于交易 FXopen 的经纪商(或具有类似交易条件的经纪商) 将设置保留为默认值。 重要的! 如果您实时启动机器人并且它
Succubus
Dmitriy Prigodich
3 (5)
淫妖是一个普遍的专家顾问。 它的主要优点是最高的输入精度,90%的交易及以上。 专家顾问参数根据用户需要的功能分为类别。 所有功能都可以禁用。 Ea交易旨在分散中小型存款。 主: TakeProfit-以盈利结束交易的点数 止损-关闭亏损交易的点数 滑点-滑点 魔术顾问ID 手数-交易量 动态手数设置: 动态-启用/禁用事务量的动态计算 风险-风险系数。 布洛克马丁*盖尔经典 每个方向一次只能开一笔交易。 在亏损的情况下,下一个交易将是一个交易量乘数。 马丁-启用/禁用鞅 乘数马丁-手数乘数 淫妖专家顾问也可以构建网格。 Setka-启用/禁用网格 距离Setka-网格中订单之间的距离 乘数Setka-乘数 当然,不是没有顾问拖网的存在。 如果需要,您可以启用它,如果你不使用网格。 智能止损 智能步停止-束缚步 有一个按时交易的功能。 如果00:00和23:59被设置为默认值,则禁用它。 开始-交易开始时间 交易结束 交易之间的停顿是必要的,这样当我们收到一个信号时,我们只交易一次。 Pause_orders-启用/禁用订单之间的
FREE
IRobot Alligators
Paranchai Tensit
IRobot Alligators is an Expert Advisor based on the chaos theory and the Alligator technical indicator. This expert advisor consists of three lines, overlaid on a price chart, that represent the jaw, the teeth and the lips of the Alligator. It was designed to help confirm that a trend is in effect and in what direction. As with all moving averages, the shortest one (green) moves first, followed by the middle (red) and then longer average (blue). If the three lines are entwined, then the Alligato
Ilanis
Mikhail Sergeev
4.74 (27)
Ilanis is and Expert Advisor for stock trading, it can be used for trading on Forex and other markets, including commodities, metals and index markets. To determine the market entry, the EA uses the modern and ultra-light adaptive indicator FourAverage. Principle of position maintaining is similar to that of the popular Forex robot Ilan, using averaging. But unlike Ilan, Ilanis uses an accurate entry into the market. The robot pays a lot of attention to position control, if the price goes in the
The Grid EA (with smart mode) is based on a strategy with a dynamic grid channel that can withstand long absence of rollback. The robot can be used for trading any instruments after a proper optimization. With default parameters, it is recommended for: EURUSD, EURJPY, CADJPY, GBPUSD NZDUSD. Monitoring of EA trading:  https://www.mql5.com/ru/signals/538873 Key Features Fully automated trading Customizable deposit protection Forced order closing and planned trade pauses Virtual Take profit and St
Trend Analizer Bot
Pavel Predein
4.67 (3)
Automatic trading Advisor .This is a free version of the expert Advisor "Trend Analyzer Pro" https://www.mql5.com/ru/market/product/42792.В the robot is based on 2 strategies: at the intersection of moving averages and Bollinger bands indicator .In the paid version, three strategies are available, which increases profitability several times .Designed for the EURUSD H1 currency pair.It is possible to use it on other tools after optimization.Test only on tick data. ** Does not use such dangerous
FREE
Night Rocker EA
Sergey Sobakin
1 (1)
Night Rocker EA is a night scalper that has a system for evaluating market volatility and trades during a period when prices are flat. In addition, there is a built-in filter of spread and slippage.   Each open order has a stop loss and take profit. Also, the market volatility assessment system closes orders when market conditions change in a negative direction for the trader.   The Expert Advisor works on USDJPY, GBPUSD, EURCHF, GBPCAD pairs. Period M15.   The internal control system for workin
The Moving Average Convergence Divergence (MACD) is a popular technical analysis tool used by traders and analysts to identify trends and potential buy or sell signals in a financial instrument, such as a stock, currency pair, or commodity. It's essentially a combination of two moving averages, often referred to as the "fast" and "slow" moving averages. Here's how the MACD is calculated: Fast Moving Average (12-period EMA): This is a 12-period Exponential Moving Average (EMA) of the asset's pric
The JP_15_861542546_S_BB_CF_SQX is an algorithmic trading strategy for MetaTrader, tested on JP using the M15 timeframe from December 7, 2017, to June 2, 2023.   There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:  https://quantmonitor.net/nikkei-breakout-zones/ Key details are: MagicNumber: 861542546 Main Chart: Current symbol and
FREE
Gold Label
Tran Thanh Tuyen
Gold Label  is an Expert Advisor designed specifically for trading gold.  This EA is specifically designed for   XAUUSD  with low risk and can grow your account from small capital. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators. Expert showed stable results on XAU in 2011-2020 period. No dangerous methods of money managment used. Suitable for any broker conditi
Free Spike Finder MT4
Pier Gaetano Novara
3 (2)
Same behavior of https://www.mql5.com/en/market/product/25552 but fixed lot 0.01 The EA waits for a spike according to a specific logic and opens a position in spike direction setting stop loss and take profit. When positions are in profit they are managed with smart trailing mechanism based also on elapsed time from opened position. It works with 5-digit and 4-digit broker. Must be used on the M1 chart. Does not need historical data. It does not use Martingale Grid Hedge Parameters spikeFilte
FREE
The EU_15_111517128_S_Op_CF_SQ3 is an algorithmic trading strategy for MetaTrader, tested on EURUSD using the M15 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:   https://quantmonitor.net/eurusd-bollinger-bands-breaker/ Key details are: Main Chart: Current symbol and timeframe
FREE
The MelBar HedgeScalper FinTech RoboTrader MAXIMUM LOTSIZE : 100 Lots (US$10,000,000) per TRADE/POSITION FULLY TRIED, TESTED, PROVEN & VERIFIED ON A REAL LIVE TRADING ACCOUNT! TRY OUT THE DEMO! The Experienced Trader & Global Money Manager Version. 89% Trade Winning Percentage. 32.679% Profit Gain or ROI in 2 Trading Days. Profit Factor 3.59 Average Trade Length 1h 22m. The MelBar HedgeScalper FinTech RoboTrader is easy to use. Has the Advantage of Retiring Unnecessary "Debt" Positi
Fibonacci System
Maksim Neimerik
The system applies Fibo levels. Apart from basic Fibo levels (23.6; 38.2; 50.0; 61.8; 100.0;), the EA features custom levels (34.0; 36.0; 64.0; 66.0;). You can decide the levels trading is to be performed from. Sample trade: when the market is bullish and the price rolls back to the levels (as we remember, we select the levels on our own), the EA opens buy orders. The opposite is true for sell orders. The EA can work in three modes. Each of the modes is a separate Fibo levels construction method
PZ Turtle Trading EA
PZ TRADING SLU
5 (1)
该专家顾问实施了最初的丹尼斯和埃克哈特交易系统,通常被称为“乌龟交易者”。它的交易方式与原始海龟完全一样,并且可以由经验丰富的交易者使用以捕获向上或向下市场中的趋势。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 易于使用和监督 完全可配置的策略设置 完全可配置的交易设置 适用于ECN /非ECN经纪人和2-3-4-5数字符号 适用于差价合约和外汇工具 该策略交易两个互补系统,一个主系统和一个故障安全系统: 系统一交易20天突破,并在10天突破完成交易 系统2交易55天突破,并在20天突破完成交易 该策略的基本原则如下: 根据最后一个信号的结果过滤交易 交易以ATR(30)/ 2的时间间隔最多可进行4笔交易 跟踪止损适用于所有使用卖/买+/- ATR(30)* 2的交易 每减少20%,每笔交易的风险就会降低10% 该EA实现了原始乌龟交易者的默认设置,但此后在金融市场发生了很大变化。为了获得利润,交易者将必须对交易内容做出最佳判断,并优化策略测试器中的设置。 设置 将EA交易程序加载到任何图表时,将为您提供一组选项作为输入参数。如果您认为它们太多,请不
FREE
GridMasterFx
Sergey Kruglov
GridMasterFx is an innovative tool for automated forex trading, which is based on a combination of a grid strategy and a unique trend calculation algorithm using the Moving Average indicator. This strategy allows the Expert Advisor to open and close positions on time, use the analysis of the current trend and instantly respond to market changes. GridMasterFx Expert Advisor is an excellent choice for successful automation of your forex trading process. It easily adapts to various market conditi
Simple RSI Unlimited
Kenneth Parling
5 (1)
介绍 专家 'Simple RSi Unlimited' - 简单吗?是的!既适合新手交易者,也适合介于两者之间的专业人士。通过众所周知和流行的相对强度指数的进入信号。配备追踪止损和盈亏平衡以确保头寸利润。不使用危险的交易技术,并且该专家从不干扰您可能在同一账户上运行的其他专家。 默认专家预设 适用于任何时间范围和最常见的外汇交易品种,仅在 EURUSD 上测试。 您必须定期调整参数,以在您交易的品种上获得令人满意的稳定结果。 使用“开盘价”快速轻松地进行优化 优点 任何账户类型、杠杆和时间范围 初始存款低,根据 500:1 的杠杆率,最低建议在 20-100 美元之间 止盈/止损 - 自动,输入定义或完全关闭(关闭意味着由进入信号的变化分配) 传播过滤器 完全可调的索引 倒排索引模式 风险评估 - 使用固定大小或风险百分比大小的合约进行交易。 追踪止损和盈亏平衡 工作日过滤器 专家菜单类别 一般专家设置 - 专家属性、暂停、幻数、滑点、点差和订单评论 风险评估 - 资金经理 订单设置 - 止盈和止损输入 追踪止损设置 - 开始和步进点数 收支平衡设置 - 触发和填充点 相对强弱指
Bollinger Scalper EA
Robots4Forex Ltd
4.36 (11)
The Bollinger Scalper EA is a fully automated Expert Advisor that trades based on Bollinger Band and RSI entry signals. The EA trades using market orders and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limited support so that I
FREE
торговая система с риском 1% чем больше денег на счете тем больше лот но риск 1% Начальный депозит 50.00 Спред 10 Чистая прибыль 6.71 Общая прибыль 51.97 Общий убыток -45.26 Прибыльность 1.15 Матожидание выигрыша 0.02 Абсолютная просадка 26.79 Максимальная просадка 29.21 (55.47%) Относительная просадка 55.47% (29.21) Всего сделок 427 Короткие позиции (% выигравших) 219 (72.60%) Длинные позиции (% выигравших) 208 (72.12%) Прибыльные сделки (% от всех) 309 (72.37%) Убыточные сделки (% от все
Grid Flat
Iurii Tokman
Grid Flat   EA 以指定的步骤放置一个订单网格。对于所有相同类型的订单,订单具有网格步距的利润水平和一般亏损水平。交易仅在设置中指定的时间段内进行,在时间结束时删除所有挂单并强制关闭所有未平仓头寸。不建议将 EA 用作长期交易的全自动交易系统,仅用于在某些市场情况下工作,例如发布重要新闻或其他类似市场情况。 顾问设置说明 Open_BuyStop - 打开/不打开待处理的 Buy Stop 订单网格 Open_SellStop - 打开/不打开挂单的卖出止损订单网格 Open_BuyLimit - 打开/不打开待定买入限价订单网格 Open_SellLimit - 打开/不打开挂单的卖出限价订单网格 TIME_HOUR_START - 顾问开始工作的小时数,值从 0 到 23 TIME_MINUTE_START - 顾问开始工作的分钟数,值从 0 到 59 TIME_HOUR_STOP - EA 交易结束的小时数,值从 0 到 23 TIME_MINUTE_STOP - 顾问结束的分钟数,值从 0 到 59 Grid_levels - 网格中的级别数 Step_Grid
EA123 Snipper MACD
Jose Francisco Flores Rojas
MACD Divergence Pro is an intelligent and adaptive Forex trading robot designed to capitalize on MACD signals and detect divergence patterns that often precede major price reversals. The EA automatically places Buy and Sell trades when: Bearish divergence is detected at market highs Bullish divergence is detected at market lows MACD crossover signals confirm potential entry points Key Features: Fully automated trading using MACD and divergence logic ️ Customizable MACD settings for f
该产品的买家也购买
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 LATEST MANUAL 歡迎來到黃金收割者! 該 EA 以非常成功的 Goldtrade Pro 為基礎,設計為同時在多個時間框架上運行,並且可以選擇將交易頻率從非常保守到極端波動設定。 EA 使用多種確認演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   黃金非常適合這種策略,因為它是一種波動性很大的貨幣對。 系統根據您的帳戶規模和最大允許提款設定自動調整交易頻率和手數! 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該 EA 已針對黃金的最長可用期限進行了壓
Scalping Robot Pro MT4
MQL TOOLS SL
4.43 (14)
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, short term volatility, and selective grid based trade management techniques to identify high probability  trading opportunities  in the gold market. Scalping Robot Pro is optimized for tra
AW Recovery EA
AW Trading Software Limited
4.35 (84)
智能交易系统是一个旨在恢复无利可图头寸的系统。 作者的算法锁定了一个亏损仓位,将其拆分为多个独立的部分,并分别平仓。简单的设置、在回撤的情况下延迟启动、锁定、禁用其他 EA 交易、使用趋势过滤进行平均以及部分关闭亏损头寸都内置在一个工具中。 与仅在整个组中关闭订单的网格策略相比,使用部分关闭损失可以让您以较低的存款负载减少损失,从而确保更安全地处理损失。 如何恢复订单: 1 EA 关闭所选工具的其他窗口以关闭无利可图的 EA(可选)。 2 EA 重置所有已处理订单的止盈和止损水平,并删除具有相应标识符的挂单。 3 EA 关闭所有已处理的盈利订单,以便使用其利润来弥补部分非盈利订单并减少总头寸量(可选)。 4 EA 通过打开锁定订单来锁定亏损头寸。 5 然后,通过打开恢复订单,它开始通过部分关闭不盈利的订单来减少损失。 6 当部分关闭时,算法首先恢复定位最不成功的订单,或者最接近盈利的无利润订单。每个无利可图的订单都分为许多部分,顾问分别关闭每个部分。恢复订单以小量开仓,以免大幅增加入金负担 包含注释、设置和测试说明的完整输入设置列表  ->   这里  MT5 版本 ->   这里
Xyron Edge is a Professional breakout Expert Advisor (EA) designed to trade market structures by utilizing swing high and swing low levels. The EA places pending orders above resistance areas and below support areas to capture breakout movements while maintaining controlled risk management. --------- EA Setting & Preset :  EA Input Settings Guide Live Signal :  https://www.mql5.com/en/signals/2385451 --------- Key Features Fully automated trading Dynamic support and resistance detection Pen
Boring Pips MT4
Thi Thu Ha Hoang
4.6 (15)
你是否曾 经想过为什么大多数专家顾问在实盘交易中并不有效,尽管它们在回测中表现完美? 最有可能的答案是过拟合。许多专家顾问被创建为对现有的历史数据进行“学习”和完美适应,但由于构建模型的泛化能力不足,它们无法预测未来。 一些开 发者可能根本不知道过拟合的存在,或者他们知道但没有办法防止它。其他人则将其作为美化回测结果的工具,他们添加了数十个输入参数,而不考虑统计学意义,使交易策略过度依赖历史数据,并试图说服他人他们的专家顾问未来能够实现类似的表现。 如果你 对这个迷人的主题感兴趣,并想更深入地了解过拟合,请参考我的这些文章: Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading Strategy (Part 2): A Guide to Building Optimization Processes 有几种方法可以避免在 仅仅依赖读取过去数据的专家顾问上亏钱。而最简单的方法是,在没有至少 5 个月或 30
Fortune MT4
Shane Lee
5 (3)
Real Trading Account  LIVE SIGNAL VT MARKETS:  https://www.mql5.com/en/signals/2363526 Join SmiteFX Algos MQL5 Public Chat :   https://www.mql5.com/en/messages/03e4dab0b20bdd01 Fortune is an automated breakout Expert Advisor for MetaTrader 4 & 5, developed primarily for XAUUSD. The EA identifies potential breakout and breakdown zones based on recent market structure, then manages each trade according to the risk percentage set by the user. Every position is opened with predefined Stop Loss and
ToTheMoon MT4
Daniel Moraes Da Silva
5 (1)
ONE OF THE FEW ROBOTS WITH A SIGNAL HISTORY OF MORE THAN 3 YEARS AND AMONG THE TOP 10.   LINK TO MY ROBOTS AND SIGNAL PRESETS: In my profile there is a link to download the PRESETS that I use in my SIGNALS, you can download and Backtest for free, there are explanations in the my WebSite. https://www.mql5.com/en/users/tec_daniel   LINK TO OTHER ROBOT VERSIONS: MT4:  https://www.mql5.com/en/market/product/97963 MT5:  https://www.mql5.com/en/market/product/97962   SOME EXAMPLES OF SIGNALS ON “mql5.
Sailing Gold
Nguyen Hang Hai Ha
5 (4)
Expert Advisor Sailing Gold is a fully automated Expert Advisor designed exclusively for trading Gold (XAUUSD) on MetaTrader 4. The EA combines momentum analysis, volatility-based market modeling, and an advanced scalping algorithm to identify high-probability trading opportunities while applying intelligent position management for consistent execution and disciplined risk control. To improve trade quality, Sailing Gold includes an optional Moving Average (MA) trend filter, enabling the EA to tr
Vortex Gold MT4
Stanislav Tomilov
4.93 (44)
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 >>
Quantum King MT4
Bogdan Ion Puscasu
5 (6)
量子之王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 时间框架上开发的全自动交易系统。 它将网格策略的结构与马丁格尔策略的自适应恢复逻辑相结合,形成了一个能够智能管理所有市场阶段交易的系统。 专为易用性和一致性而设计   量子王
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
XGen Scalper MT4
Burak Baltaci
3 (2)
XGen Scalper MT4 - 专业自动交易系统 XGen Scalper 是一款尖端专家顾问,通过将先进算法结构与成熟技术分析相结合,在所有市场中提供稳定可靠的交易结果。该强大交易系统可无缝运行于外汇货币对、黄金白银等贵金属、加密货币及大宗商品指数等多种市场。 先进算法技术 其专利波浪扫描算法通过实时处理市场数据,识别手动交易者可能忽略的高概率交易机会。该系统能持续适应变化的市场环境,在趋势、区间及波动市场中均能高效运作。 全局兼容性 不同于针对特定货币对设计的传统EA,XGen在所有交易品种中均表现卓越。 专业控制面板 通过精美的界面实时监控账户指标、详细交易统计数据及系统状态。集成波浪可视化功能清晰展示系统对市场状况的解读。 企业级风险管理 基于账户余额和风险承受能力的自适应仓位规模 根据市场波动动态调整的跟踪止损 点差过滤机制避免不利交易条件 多时间周期确认实现更高精度交易 精准交易 闪电般快速的订单处理,以最小滑点实现最优价格。兼容所有MT5经纪商和交易类型。智能订单管理自动处理从入场到离场的全流程。 完全可定制 根据您的策略调整头寸规
Daytrade Pro Algo
Profalgo Limited
5 (5)
推出促銷: 以當前價格提供的副本數量有限 最終價格:990$ 新:免費獲得 1 個 EA! (2 個交易賬戶) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files 歡迎來到 DayTrade Pro Algo! 經過多年的市場研究和不同策略的編程,我發現了一個具有良好交易系統所需的一切的算法: 它是獨立於經紀人的 它是獨立傳播的 它使用真實可變點差測試在 MT4、MT5、TDS2 和多個經紀商上輕鬆顯示非常穩定的回測 數百種不同的設置都在測試中給出了有利可圖的結果(當然我選擇了最好的!) 非常強大的系統 -> 設置可以互換,因此使用 USDJPY 的設置運行 EURUSD 仍然是有利可圖的。   已經在 13 個貨幣對上運行:EURUSD;GBPUSD;USDJPY;AUDUSD;XAUUSD;GBPJPY;USDCAD;EURJPY;EURNZD;EURAUD;
Big Forex Players MT4
MQL TOOLS SL
4.72 (43)
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
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 有一點經驗,您可以輕鬆地將
One Gold MT4
Stanislav Tomilov
4.68 (19)
介绍 One Gold EA,这是 Meta Trader 平台上一种先进的黄金交易机器人,旨在帮助交易者进行高级市场分析。我们的专有技术利用神经网络和数据驱动算法来分析历史和实时黄金市场数据,提供有助于决策的见解。与传统的手动策略不同,One Gold EA 以最少的干预运行,简化了交易流程并旨在降低相关风险。虽然使用先进的神经插件可以增强机器人的分析能力,但需要注意的是,与任何交易工具一样,One Gold EA 并不保证盈利。然而,它被设计为具有通过提供更明智和数据支持的见解来提高交易绩效的潜力。One Gold EA 持续监控黄金市场,以检测人类交易者可能难以发现的模式和趋势。该系统能够适应各种市场条件,提供更一致的交易方法,尤其是在黄金交易等高度波动的环境中。无论您是经验丰富的交易员还是市场新手,One Gold EA 都旨在通过提供全面的市场分析和减少手动工作量来支持您的决策过程。虽然 One Gold EA 旨在简化交易体验,但将机器人与深思熟虑的交易计划和适当的风险管理策略结合使用至关重要。我们相信我们的技术有潜力为交易员提供支持,但鼓励负责任地使用和持续监控结果以获得
PolyGold Scalper MT4
Connor Michael Woodson
PolyGold Scalper 是一套用于 XAUUSD 的短线剥头皮交易系统,可基于与 Polymarket API 的集成来做出交易决策。 实时信号: 点击这里 所有交易均在 MetaTrader 内完成,无需 API 密钥或 Polymarket 账户。 图表包含一个面板,用于显示来自 Polymarket 的数据流,并每隔几秒刷新一次。 EA 只开立单次独立仓位,并在不使用网格或马丁格尔策略的情况下进行管理。平仓基于动态虚拟止损和根据每日波动率设置的移动止损。 设置非常简单,只需几秒即可完成。只需将 API URL 添加到允许使用的 WebRequest 列表中。 来自 Polymarket 的持续数据流本质上是一个代表市场情绪的数值。 EA 使用该数值做出判断:市场共识是在确认还是背离当前黄金价格? 这不是滞后指标,而是面向未来的预测数据,可以帮助发现高概率入场机会。 例如,当 Polymarket 市场情绪与实际 XAUUSD 价格出现背离时,意味着黄金可能即将出现剧烈反转。 建议 : 图表: XAUUSD 时间周期: H1 建议存款: 200 USD 账户类型 :Sta
The Gold Space MT4
Ayush V Jain
5 (1)
LIVE SIGNAL REACHED NEW HIGHS. Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Add webrequest for news filter https: //nfs.faireconomy.media Price Increases on monday. Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 4, this EA capitalizes on high-probability
Bitcoin Scalp Pro
Profalgo Limited
5 (4)
當前促銷: 僅剩 1 件,549 美元 最終價格:999$ NEW: Choose 1 EA for free! (for 2 trade account numbers) 請務必在我們的促銷博客中 查看我們的“   Ultimate EA 組合包 ”   !   LIVE SIGNAL Bitcoin Scalp Pro 是市場上獨一無二的交易系統。  它完全專注於通過交易支撐位和阻力位的突破來利用比特幣市場的波動性。 EA 的重點在於安全性,這轉化為極低的回撤和非常好的交易風險/回報率。 EA 在內部使用“智能自適應參數係統”,它將根據比特幣的實際價格計算止損、止盈、尾隨止損以及入場和手數。 這意味著如果比特幣以 6000 或 30000 的價格交易,所有參數的值都會不同。 自 2022 年 6 月以來,該 EA 已在真實真實賬戶上進行了前瞻性測試,到目前為止,結果非常有希望。 還進行了 99.90% tickquality 的回溯測試,並且在過去幾年中顯示出非常穩定的增長。 該 EA 需要提供低比特幣點差的經紀商。 私信聯繫我,獲取推薦經紀商名單。 主要特徵: 自適
Fortress MT4
Shane Lee
5 (1)
Real Trading Account LIVE SIGNAL 100K REAL:   https://www.mql5.com/en/signals/2388151 Real Trading Account  LIVE SIGNAL VT MARKETS:  https://www.mql5.com/en/signals/2378166 Join SmiteFX Algos MQL5 Public Chat :   https://www.mql5.com/en/messages/03e4dab0b20bdd01 Fortress is an automated breakout Expert Advisor for MetaTrader 4 & 5, developed primarily for XAUUSD. The EA utilizes multiple confirmation algorithms and internal strategies to identify optimal breakout points at key support and res
Multi Sniper mq
DMITRII GRIDASOV
5 (4)
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 Games Changer
Tjia Elisabeth Jasmine Canadi
5 (4)
AI 游戏规则改变者——多对平均+对冲系统(智能方向扩展) 版本:完美交互式用户界面 - MT4(已打补丁) 开发者:CyberBot Project P R E P A R A T II O N 交易是赌博吗?如果你承认外汇和资本市场与高风险赌博如出一辙——财富可能在瞬间暴涨或暴跌,那么答案无疑是肯定的。这一现实引发了无休止的争论:有人将其视为结构化的商业活动,并对其风险进行计算;然而,统计数据显示,超过95%的交易者都面临着毁灭性的损失,而只有区区5%——通常是顶尖的基金经理——能够持续盈利。为什么会将交易与赌博联系起来?从法律角度来看,由于交易基于全球金融数据,因此它不属于赌博,但波动性、杠杆和衍生品使其与高风险赌博有着惊人的相似之处。价格波动难以预测,长期预测失效,数月积累的利润也可能在一夜之间化为乌有。 颠覆游戏规则的理念:如果交易是赌博,那就明智地接受它。通过同时激活多达 20 个货币对,互补的价格模式可以创造出远胜于单一货币对的稳定平衡点。核心原则是什么?更多的数据意味着更高的获胜概率。 多对策略的优势 降低单一货币对风险:不依赖
Quantum Gold Miner
Siphesihle Mabhengu
Quantum Gold Miner 全自动 XAUUSD 突破交易 — 适用于 MetaTrader 4 & 5 精准交易黄金突破,摒弃凭空猜测。 Quantum Gold Miner 是一款专为 XAUUSD 打造的全自动 EA 交易系统。它无需依赖固定的支撑位与阻力位,而是直接从实时市场结构(即价格多次产生反应的波段高点和低点)中识别高概率的供需区域,并通过严格基于规则的纪律化执行来交易这些区域的突破。 交易原理 在每根 H1 蜡烛线收盘时,Quantum Gold Miner 会重新扫描图表,寻找当前价格上方最近的未突破供给区,以及下方最近的未突破需求区。它会在供给区放置买入止损挂单(Buy Stop),在需求区放置卖出止损挂单(Sell Stop),从而在市场发动行情之前就已提前建仓,而不是在行情发生后盲目追价。随着新价格走势使区域发生偏移,挂单会自动更新,以时刻与当前结构保持一致。 核心特点 • 动态区域检测 — 供需水平在每个 H1 K线柱上重新计算,绝非静态 • 自适应仓位管理 — 手数通过高水位线(High-Water Mark)余额模型随账户增长而扩
Trend Catcher Exp
Ramil Minniakhmetov
5 (2)
Trend Catcher EA 使用作者自主研发的自适应趋势分析指标来分析市场价格走势。它通过过滤掉短期噪音,专注于潜在的动能强度、波动性扩张和价格结构行为,从而识别真实的市场方向。该 EA 结合了移动平均线、RSI 和波动率过滤器等特殊定制指标的平滑和趋势过滤功能,可以根据预设的交易条件自动执行交易。 该系统会等待趋势确认,而不是对每一次价格波动都做出反应,然后在进入动态均衡区域之前寻找可控的回调机会,并顺势而为。这是一款马丁格尔/网格交易 EA。 货币对和时间框架: 该 EA 在 15 分钟或更高时间框架(例如 H1)下运行良好,适用于 xauusd 或主要货币对,例如 eurusd、gbpusd、usdcad、audusd、audcad、nzdcad、nzdusd 等,以获得更高的准确性。 设置: 开启新系列 – 真/假 – 允许开启新系列 买入交易 – 真/假 – 允许买入 卖出交易 – 真/假 – 允许卖出 管理手动订单 – 真/假 – 如果交易者手动输入新订单,EA 将自动执行 使用对冲 – 真/假 – 允许对冲 订单备注 – EA 趋势 AI 最
Luna AI PRO
Profalgo Limited
4.67 (3)
推出促销活动: 仅售 1 份,售价 399 美元 最终售价:2000$ 该 EA 的销售数量有限 借助市场上最先进的“均值反向”交易机器人 Luna AI Pro EA   ,释放人工智能的力量,将您的交易提升到前所未有的高度。 这个尖端的人工智能驱动系统旨在满足经验丰富的交易者和初学者的需求,配备了广泛的功能来优化您的交易策略并最大化您的利润。 使用 Luna AI Pro 释放您交易策略的全部潜力。 拥抱交易的未来,让先进的人工智能彻底改变您的投资之旅。 体验当今人工智能的力量,加入全球成功交易者的行列。 为什么这个 EA 与众不同: OneChartSetup -> 运行 1 个图表中的所有货币对 个人表现监控:如果表现不佳,每对货币对的风险将自动降低,如果再次盈利,风险将再次增加。 不使用有风险的交易技术,如鞅、网格或具有非常宽止损的交易等 严格的贸易和风险管理 经过验证的真实账户跟踪记录:已经运行一年多 没有虚假/操纵的回测 实时结果(低风险):    https ://www.mql5.com/en/signals/1502590 设置 EA:    https:
Aurum AI mt4
Leonid Arkhipov
4.94 (34)
更新 — 2025年12月 Aurum 交易系统于 2024 年 11 月底正式发布。 在这一整年里,它在真实市场环境中稳定运行,没有新闻过滤器,没有额外的防护限制,也没有复杂的交易约束 —— 依然保持了稳定与可靠的表现。 Live Signal (launch April 14, 2026) 这一年的真实交易充分证明了该交易系统本身的可靠性。 正是在真实数据与实际经验的基础上,我们于 2025 年 12 月发布了本次重大更新: 全面升级高级交易面板,并适配所有屏幕分辨率 新增扩展交易保护系统 新增基于 Forex Factory 的强力新闻过滤系统 新增两个额外过滤器,用于更精准的信号判断 全面优化执行速度与系统稳定性 新增安全的 Recovery 回本功能 图表主题升级为高级风格 关于 Aurum Aurum — 黄金交易高级 EA(XAU/USD) Aurum 是一款专为黄金市场打造的专业级交易 EA,核心目标是稳定性与安全性。系统基于趋势分析,并采用严格的风险控制机制。 本系统不使用任何危险交易方式 —— 不加仓、不网格、不马丁、不激进加仓。 每一笔交易都严格设置止损
EA Spectr
Fanur Galamov
4.9 (20)
EA Spectr is an automated professional multi-currency expert advisor that designed for long-term profitable trading. The EA continuously controls price movements and makes accurate trades based on market patterns, trend and technical indicators. The Ea contains a flexible news filter, high spread protection, separate time and days trading filters and allows to work with automatic and fixed trading lots. Each Ea trade is covered by stop loss and take profit levels. The EA does not use grid, mart
BB Return mt4
Leonid Arkhipov
4.89 (18)
BB Return — 一款用于黄金交易(XAUUSD)的智能交易系统(EA)。该交易思路最初来自我的 手动交易 经验。策略核心是价格回归 Bollinger Bands(布林通道) 区间,但并非机械式或每次触及即入场。针对黄金市场的特性,系统加入了额外过滤条件,用于剔除无效和低质量的市场环境,仅在回归逻辑真正成立时才开仓。   Global   update   on   June   14th   交易原则 — 系统不使用网格、马丁或加仓平均成本等风险策略。EA 可使用 固定手数 或 AutoRisk 自动风险 模式运行。BB Return 对点差、滑点及不同经纪商的报价方式不敏感,可在任何经纪商及多种账户类型下运行,包括 Standard、ECN、Pro、Raw、Razor 。系统不受交易时段限制,可 24 小时运行 。   $ 359   不是最终价格。 当前价格仅剩 5–7 个名额。 之后将上涨。 该EA限量提供,以保证策略的稳定性。 设置与交易频率 — 启动系统无需复杂设置,策略设计即基于 默认参数 运行,通常只需调整手数或 AutoRisk 模式。系统平均每年约执行
Gann Gold EA MT4
Elif Kaya
4.75 (4)
- Final real price is 1000$ - Discount and price is 99$ (Next price is 200$),  Price will be increased after 2 purchases. Live Real Signal: https://www.mql5.com/en/signals/2384841 Welcome, Gold GANN Expert opens automatically trade with Highly profit, Fixed small Stop loss. - Lifetime update free No Martingale, No Grid, No Scam I am focused on help my clients, not just earn. The Gann Gold EA is High safety by small fix Stop Loss, which sets trades based on good risk to reward ratio(1:3). It is
Infinity Trader EA
Lachezar Krastev
5 (18)
BUY 1 and GET 1 FREE - Promotion! Buy Infinity Trader EA with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $217 (Regular Price: $547 — You Save $330!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Infinity Trader EA Live Results:  https://www.mql5.com/en/signals/2290275 Infinity Trader EA seamlessly integrates the strengths of Chat GPT and Gemini AI, providing unparalleled market insights and in-depth funda
作者的更多信息
GM Stochastic MIDL indicator is based on the averaging of the two Stochastics (7,3,4) and (20,3,7) with the level limitation. The only parameter Lim is used for that. The central operator: IIndBuffer[i]=(( iStochastic ( NULL , 0 , 7 , 3 , 4 , MODE_SMA , 0 , MODE_MAIN ,i)+ iStochastic ( NULL , 0 , 20 , 3 , 7 , MODE_SMA , 0 , MODE_MAIN ,i))/ 2 - 50 ) The indicator values are changed from -Y to +Y via 0 after its execution. The white line. The indicator is supplemented by the growth/decrease histog
The Greed Master Stochastic 2 Lines indicator uses the Stochastic indicator. And based on the data on intersections with the levels , it plots two High and Low lines according to the rates for the change period of the Stochastic indicator. All parameters are set to default, but they can be adjusted if necessary. Also, the arrows show the High and Low price values for the specified period. If you correctly fill parameters of the account and exchange rate of the currency in the country the indicat
The Expert Advisor trades using the Stochastic indicator with the specified parameters. A trade is opened at the crossover of the specified levels. The default levels are K = 11, D = 3, Sl = 3. The EA opens a trade when overbought and oversold levels specified by the trader are crossed. Trades are closed by Take Profit levels, which are hidden form the broker. If a wrong direction is chosen, the EA opens an averaging grid of orders. Expert parameters MAGICB - Long magic number; MAGICS - Short m
The RSI Signals Manager Expert Advisor trades the signals of the RSI indicator. Trades are performed in an appropriate direction when the indicator reaches the value of RSI_Level_Down or RSI_Level_Up . If the indicator exceeds RSI_Level_Up , Short direction is selected for initial trades. If the indicator falls below RSI_Level_Down , Long one is selected. If Inversion = true , the trades are opened in the reverse direction. Profitable trades are closed by take profit. Loss-making ones are averag
Forex trading guide
Oleg Papkov
5 (1)
The Forex Trading Guide indicator works based on the standard RSI indicator with an adjustable period. Crossing the internal level calculated mathematically, the indicator gives a signal for opening a trade in a certain direction, showing it on the price chart with the corresponding line (blue - deal up, red - deal down) and the price label of the corresponding color . In other words, if the previous directive was to deal down (the line and the price label in red), then the next directive will b
Guiding Thread is based on the standard RSI with a customizable period. The market entry signal is triggered after the indicator crosses a certain level. The event is marked by an appropriate line (blue - going long, red - going short) and the price label having the appropriate color . In other words, if the previous signal was for going short (red line and price label), the next one indicates the upcoming reversal and the necessity to go long (blue line and price label). A trading signal is pre
The Expert Advisor trades using the Stochastic indicator with the specified parameters. A trade is opened at the crossover of the specified levels. The default levels are K = 11, D = 3, Sl = 3. The EA opens a trade when overbought and oversold levels specified by the trader are crossed. Trades are closed by Take Profit levels, which are hidden form the broker. If a wrong direction is chosen, the EA opens an averaging grid of orders. If there is no signal for opening a position by Stochastic indi
Ship Cruise
Oleg Papkov
游轮 船舶巡航专家顾问交易的RSI指标信号。 当指标达到30或70的值时,交易是在一个方向或另一个方向进行的。  盈利交易以获利收盘。 无利可图的交易被ea使用平均方法处理,交易网络建立在同一方向上,计算盈亏平衡水平,并且当价格达到此水平时,网络以获利关闭。 EA具有最低的指示,对于选择所选产品(货币对),账户和存款的初始参数进行优化是非常容易的。 在一个方向上的所有交易,短期或长期,在连接丢失的情况下受到保护,并具有相同的止损。 TPSL经理根据平均网络的状态和方向的交易数量改变总止损的位置。 设置选项。 部分"交易时间" Hours_to_GMT_Offset-来自代理服务器的已知GMT时间偏移时钟。  小时-开/关。 Begin_hour-小时开始; 结束时间_结束时间; 该节"初始设置" 优惠-立即优惠; MaximumRisk-影响开始很多的大小; LotStop-limiter了很多。 当达到LotStop值时,网络的初始交易将保留该lot值; DecreaseFactor-用于减少初始交易的参数 ; TP-止盈; SLPLUS-止损点的大小,加
The EA uses the Stochastic indicator. Long and Short trades are opened each in their own range of indicator levels. The lot of transactions changes depending on the established risk level and the results of previous transactions. The EA has two modes of use. 1-without using the averaging network. 2 - using the averaging network. To choose from, according to your preferences. The settings for these modes are different. The default settings are optimized for EURGBP M15 in non-network averaging
The Grid stability plus semi automatic expert Advisor trades on the signals of the RSI indicator. Trades are made in different directions when the indicator reaches values of 30 or 70 . If the indicator is greater than 70 , the Short direction is selected for initial trades, and if the indicator is less than 30 , the Long direction is selected. Profitable trades are closed by take profit. Unprofitable ones are processed by the expert Advisor using the averaging method, a network of transactions
筛选:
无评论
回复评论