• 概述
  • 评论
  • 评论 (1)
  • 新特性

Boxmaster ParSar and MA MT5

Main:

  • Not martingale, not a grid, working on all symbols;
  • a good rational algorithm;
  • Work of two indicators: Parabolic Sar and Moving Average (you can set a separate Timeframe for each indicator);
  • There is a good money management system (there are several type for trailing stop loss);
  • EA can work on closed candles, and on current candles;
  • Quickly optimized (the work is maximally accelerated).
  • Very well optimized for EURUSD. Current sets after optimization are in comments.
If you want to do optimization by yourself, there is a large algorithm for advanced optimization "Custom max". There are parameters for Custom Max (described below in the Parameters section), and if the current pass values ??are below the minimum parameter, the result of this pass becomes negative, and it is good for the Genetic Algorithm

Parameters:

Slippage - the size of slippage;
NEED_LOGS - need or not logs about work;

Parameters of the indicator Moving Average:
MA_tf - timeframe of Moving Average;
MA_Period - period of Moving Average;
MA_shift - shift of Moving Average;
MA_method - method of Moving Average;
MA_price - type of price of Moving Average;

Parameters of the Parabolic SAR indicator:
ParSAR_tf - timeframe of Parabolic SAR;
ParSAR_step - step of Parabolic SAR;
ParSAR_maximum - maximum step of Parabolic SAR;

num_of_bar_for_analize - number of bar (candles) for work. Value - 0 - search for signals at current prices (significantly slows down the optimization);

Money management parameters:
MM_trailing_type - type of Money Management. Variants: TYPE_MM_NON_MM (without TP and SL); TYPE_MM_JUST_SL (SL only); TYPE_MM_TRAILING (trailing stop loss and TP); TYPE_MM_SL_TO_0 (SL trails only to the break-even price);
MM_TP_pips - TakeProfit size (in pips);
MM_TRSL_pips - Trailing StopLoss (in pips);
MM_SL_pips - StopLoss (in pips);
MM_magic_num - magic number for order;
MM_close_deal_when_opposite - allow closing the current position and opening a new one in the opposite direction when a signal appears;
MM_lot - lot size;  
MM_type_of_risk - "Fix_lot" transactions are opened with a fixed volume specified in the parameter "MM_lot". " Smart_lot_by_risk " volume is calculated dynamically, "MM_risk_percent" - max risk.

Optimization parameters for the "Custom Max" (for advanced users):
CUSTOM_MAX_min_trades_per_month - the minimum number of trades per month (average);
CUSTOM_MAX_min_EXPECTED_PAYOFF - minimum expected payoff;
CUSTOM_MAX_min_PROFIT - minimum profit;
CUSTOM_MAX_max_EQUITY_DD_percent - the maximum percent of drawdown;
CUSTOM_MAX_min_PROFIT_FACTOR - minimum profit factor;
CUSTOM_MAX_min_RECOVERY_FACTOR - minimum recovery factor;
CUSTOM_MAX_min_LR_CORRELATION - minimum LR correlation;
CUSTOM_MAX_check_profit_every_month - once a month check (to speed up the optimization). If the test is not passed, then this optimization pass is stopped, and the result is assigned the value "-100". There are options: do_not_check (do not perform this test); without_loss_months (all months in profit); max_1_loss_month (maximum 1 losing month in a row); max_10_percent_loss_in_month (maximum 10 percent loss per month); no_max_DD (the balance at the end of the month is not less than CUSTOM_MAX_max_EQUITY_DD_percent of the maximum balance for the whole period);
CUSTOM_MAX_return - what to return to the optimization results. Options: all standard return parameteres; My_Formula (found on the Internet is a complex formula); PROM (Pessimistic return on margin - from the book of Robert Pardo); Balance_x_minDrawdown_x_TradesNumber; Balance_x_minDrawdown_x_ProfitFactor; Balance_x_minDrawdown_x_ProfitFactor_x_SharpeRatio.
推荐产品
MoMo Trade MT5
Dmitry Homenkov
MoMo Trade MT5 (MT4 version https://www.mql5.com/ru/market/product/57354 )   - trading system based on one of the momentum strategies. It uses simple and reliable tools like MACD and EMA to find entry points. The trading strategy looks for reversal patterns after trend area. The EA has implemented to work on M5 timeframe and focuses on short-term profit targets. But it also can be used on any timeframe. Volume calculation The volume amount is fixed ( Fixed volume ) or calculated based on risk pe
Archi
Vladimir Deryagin
Archi基于指标,其数量将在未来增加。 可以将"追踪止损"与"追踪位置"和"步进追踪"一起使用。 通过乘法和加法,可以增加后续交易的交易量,使当前交易亏损。 在达到积极交易超过无利可图交易的优势后,交易量恢复到原来的交易量。  Archi BasicSettings禄忙猫潞镁鹿芦掳鹿戮掳: 魔术数字是所有未平仓交易的唯一数字。 注意!!! 顾问使用历史记录,因此您需要使用与以前不同的唯一数字 成交量–开启交易的初始成交量 用所选系数增加地段的标志–增加成交量的标志 音量增加比率-音量增加的值 滑点-开盘交易时的价格滑点 获利-以点数为单位的期望利润 止损-当达到点数损失时关闭交易 尾随激活器-尾随操作的激活 Trailing Stop(追踪止损)-从当前价格到转移止损的未平仓交易的距离,以点为单位 Trailing Position-从当前价格到止损转移到的未平仓交易的距离,以点为单位 Step Trailing-以点为单位的价格之后的止损运动的步骤 要在选定的工具上工作,建议为此工具进行优化。
Triple Threat Crown
STANTON ROUX
3 (2)
Triple Threat is the latest offering from Algotrading_za It uses Bollinger Bands and RSI to determine entry positions with MACD as confirmation of trend. It also has a time filter to define trading times. This EA is highly configurable and can be optimized to be used on most currencies. The money management section is also highly configurable and does not make use of any risky strategies like martingale etc..
Modifiable Moving Average Cross Expert Advisor This Expert Advisor (EA) is based on the cross of two moving averages ; i.e; “ Moving Average 1 ” and “ Moving Average 2 ”. “Moving Average 1” has to always be greater than “Moving Average 2”. (So that it logically makes sense; unless one is just trying out different stuff). If “Moving Average 2” crosses above “Moving Average 1”, the program will enter a BUY trade . If “Moving Average 2” crosses below “Moving Average 1”, the program will enter
Htf Xau
Murilo Neves Castro
HTF CAD JPY is a fully automated Expert Advisor designed for CAD JPY trading. It is based on cluster analysis of machine learning and genetic algorithms. The Expert Advisor contains a self-adaptive market algorithm that uses price action patterns and standard trading indicators.  The entry and exit logic works only when a bar closes. It filters market noise, greatly speeds up optimization, avoids stop-loss hunting and ensures correct operation at any broker with a reasonable spread. The Expert
Night Lottery EA
Robots4Forex Ltd
The Night Lottery EA is a fully automated Expert Advisor that trades at night and relies on price reversion. The EA trades using market orders and uses time averaging to improve performance. 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. View More Products - https://www.mql5.com/en/users/robots4forex/seller#!category=1 Monitoring Signals - https://www.mql5.com/en/signals/author/r
Alligator Trade X MT5 is an EA based on Alligator. Alligator parameters such as Jawsperiod1, Jawsshift1, Teethsperiod1, Teethsshift1,   Lipssperiod1, Lipssshift1, BuyShift1, BuyCandlestickShift1, BuyShift2, BuyCandlestickShift2, BuyShift3, BuyCandlestickShift3, SellShift1, SellCandlestickShift1, SellShift2, SellCandlestickShift2,  SellShift3 and SellCandlestickShift3 can be adjusted. Alligator Trade X MT5 applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal
Main: Not martingale, not a grid, working on all symbols; a good rational algorithm; Work of two indicators: RSI (from older timeframe - it works as a signal filter) and RSI (from junior timeframe - it works as a signal) ; There is a good money management system (there are several type for trailing stop loss); EA can work on closed candles, and on current candles; Quickly optimized (the work is maximally accelerated). Current sets after optimization are in comments. If you want to do optimizat
The main idea behind Zone Recovery is to enter trades with the trend, and if it does not reach the takeprofit, a hedging trade will be opened in the other direction with a much bigger volume to cover the losses from the first trade Setting the time to run the expert magic number capital management trailing stop tp and sl reset line no trade at spread max Adjustable ratio
Eye of Ra
Jose Ramon Rosaenz Carmona
5 (1)
Expert advisor based on a widely tested   price action strategy The EA already incorporates all the variables in its programming, it is enough to let it run on the graph with the values ​​it incorporates by default. ACCOUNT: - This AE has been optimized to work on a STANDARD account - This AE is suitable for accounts of 3,000 USD - Default settings suitable for EUR/USD (any Timeframe) DESCRIPTION OF THE STRATEGY Price action trading analyzes the performance of a currency to predict what it
Blue Flame EA
Calvin Andile Mahlangu
BLUE FLAME EA is a trading tool specifically designed for the EUR/USD currency pair. It primarily trades using a fast scalping strategy to profit from small, short-term price fluctuations. is a fully automated Expert Advisor (EA) designed for the MetaTrader 4 platform. It uses a unique strategy that does not rely on traditional indicators (pure price action strategy). RECOMMENDATIONS - Before using on a live account, test the EA with minimal risk. - Use VPS or hosting server with mini
Robo Nuvem
Edson Cavalca Junior
The robot uses one of the most used indicators in Asia: * ICHIMOKU CLOUD * There are two trading strategies: Crossing of Tenkan and Kijun lines and; Kumo lines crossing. Know our products    Position openings are based on the parameters identified as signals, if you activate all the robot will issue a trading order only if the number of signals is greater than the minimum stipulated by the user. This Expert Advisor (EA) works on HEDGE (Forex, etc.) and NETTING (Bovespa, etc.) accou
Moving averages are very often used for analyzing currency pairs and trading. This Expert Advisor can analyze many moving averages at once and trade based on this. When the required number of moving averages signal a purchase, the adviser makes a purchase, if the indicators signal a sale, the advisor sells. Also, there is filtering spurious signals at low volatility based on the ADX indicator. In the settings of the adviser, you can set the required number of sliding ones, their period (the init
Babel Steps
Iurii Bazhanov
MT5 netting the “Babel Steps” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position when the specified trend level is exceeded plus Bollinger indicators and Stochastic indicators inform about oversold / overbought market.  Stochastic and Bollinger indicators help to increase or decrease the position. If market moves into favorable direction the Robot genera
AW BW strategy based MT5
AW Trading Software Limited
5 (1)
AW BW strategy based EA trades on the signals of a custom combination of indicators created by Bill M. Williams. This fully automated trading robot has flexible settings and many work scenarios. The product has many useful features built in: automatic lot calculation, trailing system, stop loss and much more. If necessary, averaging can be used. Advantages: Suitable for any type of instruments and any timeframes. Indicators configurable in the input settings of the adviser. Ability to automatica
The Last Fractals , is a trading system that uses fractals to determine market corrections. The Last Fractals,   is a system that detects an entry point and initiates an operational algorithm. This algorithm is different if the input is correct or wrong. From the inputs you can control the initial loting of the algorithm, if the trade goes against you the lotage is maintained, but if it goes in your favor the lotage is increased to improve your profit. You can download the demo and test i
Next Price -->   (Buy:   150 $ ) -  (3 Months:   55  $ ) -  (1 Year:   90  $ ) Step out of the ordinary trading strategies and explore "Escape The Matrix" – a robust Expert Advisor for MetaTrader 5 that can potentially enhance your trading experience. Escape The Matrix harnesses the power of cutting-edge methods identify trading opportunities in the EURUSD market. It's been diligently tested on historical data to analyze price movements. Key Features: Optimized for EURUSD: This EA is fine-tuned
Morning Momentum EA
Mustafa Seyyid Sahin
Introduction Discover the   "Morning Momentum EA"   – your new partner for successful trading in the early market hours! Based on careful market observations, this Expert Advisor capitalizes on typical morning market movements to identify and exploit profitable trading opportunities. Why "Morning Momentum EA"? Some time ago, I noticed that markets often start moving in one direction in the morning and continue that trend. This insight inspired me to write code that leverages this behavior. After
Daily Range Breakout
Kai Petersen
5 (1)
Daily Range Breakout EA is a breakout strategy with buys when close of current bar is lowest in past N bars and price of next bar is greater than close of previous bar. Condition for sell trades are the opposite. The idea is based on Larry Williams Smash Day strategy. I trade this strategy live and it works in multiple markets. It works best in Daily timeframe. Not Martingale/Grid Strategy. Real result with stop loss. You can reproduce the result for Gold using the default parameters. IMPORTANT!
MAO Trade X MT5 is an EA based on Moving Average Oscillator. Moving Average Oscillator parameters such as FastEMA, SlowEMA, MACDSMA, BuyShift, BuyValue, SellShift and SellValue can be adjusted. MAO Trade X MT5 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 MAO Trade X MT5. Good luck. === Inquiries === E-Mail:support@btntechfx.com
Double 7 with a twist
Noelle Chua Mei Ping
Adapted from the award winning international best seller (Short Term Strategies That Work) by Larry Connors and Cesar Alverez in 2008, this concept was retested 10 years after the book published and that will give you an idea of the concept if it still works.  Take the last 10 years as walk forward and this strategy is added with a twist to risk management with arbitrary 5% stop loss and exit day counted as calender days instead of trading day. This EA works on dual mode, Long and Short.  Origin
Scalper Forex Expert
BPASoftware Thai Co. Ltd
PRESENTATION This EA uses several non-directional strategies that allows it to generate profits regardless of price trends. It manages a pool of positions ("session") in a totally autonomous way To avoid risks related to this strategy, several recovery functions have been implemented. This makes it a reliable and secure EA, its DD remains low. RECOVERY MODE This EA is designed to run on several pairs simultaneously on an account. When the DD of a session exceeds a defined value, all positions
Equanimity
Jose Ramon Rosaenz Carmona
The following expert is based on the combination of the several indicators in order to find the optimal entry points when there are specific market conditions. This expert does not use dangerous strategies such as Martingale, grid, averaging, etc. This strategy has been widely tested with good results in the last 10 years, where there have been a multitude of circumstances that the expert has been able to interpret and filter properly. Default parameters for "EUR / USD H1"
Trade donchian breakouts with complete freedom. This EA can trade any breakout period, any timeframe, with pending or market orders- as desired- and implements many other useful features for the exigent trader, like customizable trading sessions and week days, a martingale mode and inverse martingale mode.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise Customizable trading direction Customizable donchian breakout period It can trade using
RoundLock EA MT5
AW Trading Software Limited
The EA opens two oppositely directed orders. When one of them is closed with profit, two orders are opened again, while the order volume is increased depending on Multiplier_Type and a number of orders opened by the EA. In each new open pair, orders are opened with an equal volume locking each other. Positions are opened till the number of same-type orders reaches the specified Limit_for_orders value. Afterwards, the EA only increases the grid excluding locking. MT4 version ->  HERE  / Proble
Professional Scalping EA is an automated professional scalping Expert Advisor designed to work in the   FOREX market   . The strategy uses the relative strength index ( RSI ) and the average true range ( ATR ) in order to determine the best entry points into the market. Advisor is suitable for both experienced traders and beginners. The most volatile pairs are suitable for work: GBPUSD, USDCAD, EURUSD, USDJPY, USDCHF, AUDUSD, NZDUSD. Recommend ECN broker with LOW SPREAD: IC Market , Exness,
LT Moving Average EA
Sie Samuel Roland Youl
用我们的超级移动平均专家顾问提升您的交易! 您准备好把您的交易推向下一个水平了吗?移动平均是全球交易者最喜欢的工具之一,现在,我们已经将它提升到一个新水平!我们的专家顾问旨在通过整合三种最流行的移动平均方法来增强您的交易策略: 交叉信号:当价格穿越移动平均线时获得警报。 双重交叉:当两个移动平均线相交时获得信号。 三重交叉:观察三个移动平均线的交叉生成的信号。 我们用户友好的专家顾问结合了不同时间段的多个指标,非常适合各种交易风格,如超短线交易、日内交易或摆动交易。 但这还不是全部!此专家顾问还配备了附加功能,例如风险管理、时间过滤、基于其他五个指标进行交易筛选以及控制您的账户回撤。 我们的使命是为您提供一款多功能的专家顾问,可以满足您所有的交易需求。不要错过这个优化您交易策略并最大化利润的机会!
Welcome to the Triumph Gold MT5 The system is build on the very popular and proven strategy of moving averages crossovers.  This EA will find the best entry and exit points based on the data. This is the safest system on Gold trading with lowest Balance drawdown and more than 95% accuracy. Sucessfully backtested from year 2017 to 2024 March. It may not take trades every month or few months. Very simple and basic system. No any risky setting and no martingale is used. It have take profit functi
Gold EA MT5
Zhi Xian Hou
GOLD EA MT5是一款全自动交易机器人,是利用“Top Bottom Indicator”指标开发的。它基于神经网络+网格系统,选择盈利概率高、风险低的交易机会。最低初始入金为每0.01手250美元,每个仓位都有隐藏止损。 EA在XAUUSD上有良好的交易表现,最大回撤也比较低。您可以使用1分钟开盘价 回测   在MT5客户端上进行测试,将会得到理想的结果。该 EA 的价值值得超过当前价格,下一个价格将会上涨。 EA操作: 它仅适用于对冲账户和价格附加最后一位小数的经纪商。 EA对点差和滑点不敏感,但我建议使用优秀的ECN经纪商; 仅用于XAUUSD,默认时间范围为M15; EA的使用非常简单,将EA加载到 XAUUSD 图表中,EA会自动交易,切换任何时间范围不会影响EA的运行。 使用高于或等于1:100的杠杆,每250美元存款初始手数为0.01。 主要参数: Inputlots:初始手数,默认0.01; 距离:添加下一个位置的距离,默认为50点; tp:止盈点,默认30点; Slmoney:止损(资金),默认为50USD,不建议修改,EA会根据公式:“SLmoney *
TradeBuilderMT5
Sergey Deev
5 (2)
The expert allows you to build a trading system based on an arbitrary set of technical indicators MT5. The EA uses the following signals: - OpenBuy / OpenSell - opening positions; - StopBuy / StopSell - closing positions; - TakeProfitBuy / TakeProfitSell - get TP levels; - StopLossBuy / StopLossSell - getting SL levels; - NoLossBuy / NoLossSell - transfer to the breakeven state; - MinProfitBuy / MinProfitSell - closing part of a position; - CancelBuy / CancelSell - allow a repeated signal
该产品的买家也购买
AI Gen XII EA
Denis Kurnev
4.69 (75)
AI Gen XII EA This is an Expert Advisor with the latest use of trading realities and neural networks. The EA runs on the latest GPT-4o platform and also uses advanced discrete Fourier visualization in ATFNet, which equalizes the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The Expert Advisor can also trade different strategies simultaneously and combine test trades with real trading, which is very important in its time.   Details about Adviso
CyNera MT5
Svetlana Pawlowna Grosshans
5 (18)
CyNera:您的交易,我们的技术 信号:  CyNera 手册和设置文件:购买后请联系我以获取手册和设置文件 价格: 价格根据售出的许可证数量上涨 可用副本: 7 交易黄金,市场上最波动的工具之一,需要精确的操作、深入的分析和强有力的风险管理。CyNera 专家顾问将这些要素无缝集成到一个复杂的系统中,专为优化黄金交易而设计。CyNera 的先进策略和技术旨在帮助经验丰富的交易员和新手应对黄金交易所带来的独特挑战和机遇。 有了 CyNera,您就拥有了一套可靠的解决方案,专门针对黄金市场的复杂性。它结合了自适应、智能策略以及多时间框架分析、自动交易调整和精确的风险管理等高级功能。正是这种适应性,使得 CyNera 成为一种多功能工具,能够应对快速的市场变化,同时确保您的资本在长期内得到保护。 符号 XAUUSD (黄金) 时间周期 M15 或 M30   资本 最少 100 美元 经纪商 任何经纪商 账户类型 任何,较低点差优先 杠杆 从 1:20 起 VPS 首选,但不是必须,也可以使用 MQL VPS CyNera 的核心力量 前沿的 AI 驱动策略 CyNera
AI Golden Jet Fighter GTX MT5
Andrei Nazarets
4.89 (9)
AI Golden Jet Fighter GTX   MT5 是 Meta Trader 5 平台上一款简单而高效的黄金交易专家顾问 (EA)。该 EA 利用神经网络,专为黄金市场 (XAU/USD) 的剥头皮交易而设计。AI Golden Jet Fighter GTX 的主要策略侧重于识别小幅价格​​波动并开仓以在短时间内获利。EA 实时分析市场状况,并自动执行具有预定义止损和止盈水平的交易。它还支持追踪止损功能,允许交易者在市场有利时锁定利润。为确保准确性,EA 使用价差过滤器来避免在不利条件下交易,并使用滑点保护机制来精确执行订单。AI Golden Jet Fighter GTX 包含风险管理功能,使交易者能够将风险水平设置为其账户余额的百分比,使其能够适应不同的交易方式。EA 利用 NN 算法实时分析市场数据,适应不断变化的条件,并为交易的进入和退出提供高度准确的信号。该 EA 易于使用且完全自动化,只需极少的设置,因此从初学者到专业人士,各个级别的交易者都可以使用它,无需持续监控市场。                              接下来的 10 位买家的
Mean Machine
William Brandon Autry
5 (9)
Mean Machine GPT - 终极人工智能交易工具 Mean Machine GPT 不仅仅是一个专家顾问,它是一个强大的、基于 人工智能 和 机器学习 的真实世界交易工具。无论您是经验丰富的交易者还是新手,这个EA通过 均值回归策略 和先进的 GPT技术 为您提供领先优势。 为什么选择 Mean Machine GPT? AI驱动分析 :利用机器学习实时做出基于数据的智能决策。 均值回归策略 :专注于捕捉市场回调,使用布林带等指标寻找最佳交易点。 GPT集成 :GPT模块分析市场情绪和新闻,确认交易信号,提高决策准确性。 精准交易 :交易频率较低,但更具有效性,注重交易质量而非数量。 核心功能 自动GMT检测 :自动调整到您的经纪商时区,无需手动设置。 新闻过滤器 :此可回测的新闻过滤器帮助您避免在重大新闻事件期间交易。购买后,EA可以直接下载新闻数据。 多符号交易 :在一个实例中管理多个符号,减少CPU使用量并提高效率。 回撤管理 :内置的风险控制系统,限制潜在损失,确保安全交易。 如何开始 回测 :在设置中调整您的手数偏好,使用M15时间框架进行最佳交易。 实时交易 :在
Quantum Emperor MT5
Bogdan Ion Puscasu
4.82 (302)
介绍     QuantumEmperor EA 是一款突破性的 MQL5 专家顾问,它正在改变您交易著名的 GBPUSD 货币对的方式!由拥有超过13年交易经验的经验丰富的交易者团队开发。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***购买 Quantum Emperor EA,即可免费获得 Quantum StarMan 或 Quantum Gold Emperor !*** 私信询问更多详情 新版直播信号 V5:   点击此处 MT4版本:   点击这里 量子 EA 通道:       点击这里 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 量子皇帝EA     采用独特的策略,将单个交易连续拆分为六个较小的交易。这意味着 EA 每次执行交易时,都会自动将其分为 6 个较小的头寸。 量子皇帝EA     因
Quantum Queen MT5
Bogdan Ion Puscasu
5 (40)
各位交易员们,大家好!我是 Quantum Queen,Quantum 专家顾问家族的最新成员,实力非常强大。我的专长是什么?黄金。是的,我以精准和自信交易 XAUUSD 对,为您在闪闪发光的黄金市场上带来无与伦比的交易机会。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 直播信号1:   CLICK 折扣 价截止至 8 月 31 日。 每购买 10 件,价格将增加 100 美元。最终价格为 999 美元 量子 EA 频道:       点击这里 ***购买 Quantum Queen MT5 即可免费获得 Quantum StarMan 或 Quantum Gold Emperor !*** 详情请私信询问! 我是一个网格 EA,经过精心设计,可最大限度地发挥您的交易潜力。我的设计基于超过 15 年的交易经验,经过精心调整,近乎完美。我的
Eternal Engine EA 是一款采用了多种指标和策略的的先进EA,为交易者提供了一个全面的自动交易工具。Eternal Engine EA拥有较多的交易机会,对点差不敏感,采用严格的入场点位,以求精准的进入每一笔交易。本策略已经在实盘中证明了自己,拥有一年时长的低回撤实时信号。无论您是新手还是经验丰富的交易者,Eternal Engine EA 都能为您提供卓越的交易体验。 MT4版本       用户手册 signal:  https://www.mql5.com/en/signals/2271315 signal:  https://www.mql5.com/en/signals/2220467 下一个价格: $699 setfile: High risk Medium risk Low risk 本EA的特点: 适用货币对:GBPUSD,EURUSD,AUDCAD,AUDNZD 加载时间框架:任意 全天侯交易 自定义调节网格的距离与马丁的倍数 自定义允许同时交易的货币对数量 自定义允许交易的回撤范围 多种手段控制风险 对点差不敏感,适用于各种平台 小资金账户适用
Alins Crown
Herlina Sari
4.2 (5)
ONLY 1 COPIES OUT OF 10 LEFT AT $599! After that, the price will be raised to $799. Alins Crown EA is Fully Automated Expert Advisor specifically designed to run on the XAUUSD/GOLD pair. Alins Crown EA will trade based on analysis that uses the concept of following trends and making transactions in overbought or oversold zones. Trends In forex is defined as the general direction in which a currency pair's price is moving. Trends can be upward (bullish), downward (bearish), or sideways (ranging).
Gold Trading AI MT5
Ho Tuan Thang
3.35 (26)
ONLY 3 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. - REAL SIGNAL: Default Setting:  https://www.mql5.com/en/signals/2258186 Gold Trading AI is an EA that uses artificial intelligence technology to analyze data of many indicators. From there, EA will have the best option to enter orders. The biggest difference of Gold Trading AI is that the EA can control the Risk:Reward ratio much better than other EAs.That is possible thanks to a set of tools to control entry
Bitcoin Robot MT5
Marzena Maria Szmit
4.44 (48)
The Bitcoin Robot MT5 is engineered to execute Bitcoin trades with unparalleled efficiency and precision . Developed by a team of experienced traders and developers, our Bitcoin Robot employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with M5 timeframe , ensuring that you never miss out on lucrative opportunities. No grid, no martingale, no hedging, EA only open one position at the same time. Bit
Vortex Gold EA
Stanislav Tomilov
5 (5)
Vortex - 您对未来的投资 Vortex Gold EA 专家顾问专门用于在 Metatrader 平台上交易黄金(XAU/USD)。该 EA 使用专有指标和作者的秘密算法构建,采用全面的交易策略,旨在捕捉黄金市场中的盈利走势。其策略的关键组成部分包括 CCI 和抛物线指标等经典指标,这些指标共同作用,准确地发出理想的进入和退出点信号。Vortex Gold EA 的核心是先进的神经网络和机器学习技术。这些算法持续分析历史和实时数据,使 EA 能够更准确地适应和应对不断变化的市场趋势。通过利用深度学习,Vortex Gold EA 可以识别模式,自动调整指标参数,并随着时间的推移不断提高性能。Vortex Gold EA 是专有指标、机器学习和适应性交易算法的强大组合。使用 Vortex Gold EA 为您的未来投资。 售价 575 美元(还剩 6/10),下一个价格 675 美元 实时信号(策略 1) https://www.mql5.com/en/signals/2268664 实时信号(策略 2) https://www.mql5.com/en/signals/
CoreX G
Arseny Potyekhin
4.67 (6)
概述 CoreX G EA 是一种专为应对外汇市场复杂性而设计的先进交易系统。通过利用尖端的神经网络、复杂的机器学习技术和集成的大数据策略,CoreX G 在交易中提供了卓越的准确性和安全性。这个专家顾问(EA)因其技术卓越性和优质的客户支持而脱颖而出,确保用户在遇到任何问题或疑虑时都能得到帮助。 信号:   Live Signal Blog: CoreX G EA 由于该策略非常独特,我只想出售有限数量的许可证。因此,价格将稳步上涨以限制销售。 下一个价格是  790 USD 。 经纪商 任何经纪商,优选 ECN / ZERO 点差 杠杆 从 1 : 20 起 存款 最低 200 美元     符号 XAUUSD 时间框架 H1 大数据集成与交易策略 大数据是 CoreX G 策略的基石。它处理大量的历史和实时市场数据,以做出明智的交易决策。大数据的使用使系统能够更有效地识别外汇市场中的模式和趋势,从而做出更准确的预测并提高交易机会。通过将机器学习与大数据结合,EA 动态适应市场变化,不断整合新数据并优化其模型。 使用的神经网络 卷积神经网络(CNNs) :检测历史市场
Gold Scalping Expert mt5
Vasiliy Strukov
5 (18)
黄金倒卖专家是一种非常智能的智能算法,它利用黄金在地缘政治新闻、流行病和经济变化等各种高影响事件中的反应。 该系统使用流行的之字形指标进行突破交易,通过在转折点下挂单,当价格突破这些水平时,订单将被触发。 EA 使用非常智能的追踪止损和动态止损来保护您的账户并正确管理风险,而无需使用鞅技术。 可以在此处查看实时结果 。 购买后立即联系我以获得个人奖金! 设置和说明书在这里   设置 Open new series - 开/关新系列订单的开始 Trade Buy - 允许顾问购买 Trade Sell - 允许顾问出售 Support manual orders true/false –  支持手动下单 Max Market Orders – 最大市价订单 Max Pending Orders – 最大待处理订单数 Use Money Management –  使用资金管理进行自动手数计算 Autolot. Free margin for each 0.01 lot -  每 0.01 手开仓的可用保证金金额 TP - 止盈 Trail Start - 激活追踪止损 Trail S
Gold One
Habib Gholamali Heidari
4.25 (4)
Gold One  MT5 大家好,外汇黄金交易爱好者们, 欢迎使用我们的机器人,加入顶级黄金交易者的行列。凭借超过二十年的精准外汇市场经验,我们自豪地推出最新一代的交易机器人。 特点:  非常适合prop公司挑战。 适合所有账户规模,包括小额资本。 无   网格和   无   马丁格尔 100% 完全自动化 该机器人采用最新的、最先进的专门用于黄金交易的指标,具有无与伦比的准确性来识别买入和卖出点。这代表了外汇市场中黄金交易的革命性突破。这一创新是经过十多年研究、试验和广泛测试的成果,融入了顶级黄金交易专家的见解。通过利用复杂的黄金交易模式,我们的机器人确保了您的安心,让您可以无压力地监控其完全自动化的交易。多年的测试结果清楚地表明,我们的机器人表现优越。 其他主要特点 自动交易  XAUUSD  货币对。 每笔交易都有  SL 保护,TP 和 SL 都可以根据市场条件 变化 。 非常容易安装,无需更改设置,只需在  XAUUSD H1上运行一次 建议使用 VPS 来保持EA 24/7运行,具有低延迟 推荐使用  低点差的经纪商 最低初始存款:$500 新闻和替代设置在
Quantum StarMan
Bogdan Ion Puscasu
4.92 (85)
大家好,我先自我介绍一下: 我是 Quantum StarMan,   Quantum EA 家族中最令人振奋的新成员。 我是一个全自动、多货币 EA,能够处理多达 5 种动态货币对:   AUDUSD、EURAUD、EURUSD、GBPUSD 和 USDCAD   。凭借最高的精确度和坚定不移的责任感,我将把你的交易游戏提升到一个新的水平。 关键在于:我不依赖马丁格尔策略。相反,我使用专为实现最佳性能而设计的复杂网格系统。为了让您安心,我甚至为您提供了在总亏损达到您账户的预定限额时关闭所有交易的选项。 但这还不是全部——我可不只是说说而已!我有一个实时信号,您可以看到我实际行动: IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***购买 Quantum StarMan MT5 即可免费获得 Quantum Gold Emperor !*** 私信询问更多
The Executor AI Ultra X expert advisor is designed for algorithmic trading in the gold market, utilizing three independent trading strategies. Its architecture incorporates advanced deep learning algorithms, such as Deep Q-Learning (DQN) and Time-Delay Neural Network (TDNN), providing high adaptability and analytical precision. DQN, based on reinforcement learning techniques, enables the expert advisor to optimize decision-making algorithms by simulating historical data and analyzing current mar
Quantum Bitcoin EA
Bogdan Ion Puscasu
量子比特币 EA   :没有不可能的事情,唯一的问题是弄清楚如何去做! 使用 Quantum Bitcoin EA 迈向 比特币 交易的未来,这是来自顶级 MQL5 卖家之一的最新杰作。Quantum Bitcoin 专为追求性能、精度和稳定性的交易者而设计,重新定义了加密货币波动世界中的可能性。 重要提示! 购买后,请给我发送私人消息,以获取安装手册和设置说明。 直播信号1:   CLICK 折扣 价 599.99 美元 。     每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 量子比特币/女王通道:       点击这里 ***购买 Quantum Bitcoin EA,即可免费获得 Quantum Queen 或 Quantum StarMan!*** 私下询问更多详情! Quantum Bitcoin EA 在 H1 时间范围内蓬勃发展,采用 趋势跟踪策略 来捕捉市场动量的本质。它利用 复杂的网格方法 来确保每个交易周期都以胜利结束——将波动性从挑战转变为机遇。比特币市场以 4 年为一个周期,Quantum Bitcoin EA
Way To Stars MT5
Wei Tu
4.74 (19)
Way To Stars是一款夜间头皮EA,专门设计在市场波动性较低的时间段进行交易来利用低波动性,以此降低风险。这款夜间头皮EA专注于利用小的价格变动进行频繁交易,通过积少成多的方式积累利润。本EA采用严格的止损措施来限制每笔交易的潜在亏损,确保了风险管理的有效性。Way To Stars 是一个真实且诚实的交易系统,它不依赖于号称的神经网络、人工智能、ChatGPT或完美的直线回测结果。 MT4版本     用户手册   signal :  https://www.mql5.com/en/signals/2271312   下一个价格: $ 699 setfile of Medium-low Risk  (signal's setfile) setfile of High Risk 本EA的特点: 适合货币对:GBPUSD 加载时间框架:任意 无网格,无马丁,一次交易 将订单分散为多笔订单,降低风险,提高成功率 通过最大持仓时间和最大浮亏比例来管理风险 自动调整交易时间,考虑时区和夏令时变化 小资金账户适用 适用于低点差高流动性平台,如IC Markets 关于回测的特别说明:
Aura Neuron MT5
Stanislav Tomilov
5 (3)
Aura Neuron 是一款独特的 EA 交易系统,延续了 Aura 系列交易系统。通过利用先进的神经网络和尖端的经典交易策略,Aura Neuron 提供了一种具有出色潜在性能的创新方法。这款 EA 交易系统完全自动化,旨在交易 EURUSD 和 XAUUSD (GOLD) 等货币对。从 1999 年到 2023 年,它在这些货币对中表现出了一致的稳定性。该系统避免了危险的资金管理技术,例如马丁格尔、网格或剥头皮,使其适用于任何经纪商条件。Aura Neuron 由多层感知器 (MLP) 神经网络驱动,利用它来预测市场趋势和走势。MLP 是一种前馈人工神经网络 (ANN),通常被称为“原始”神经网络,尤其是当它们由单个隐藏层组成时。MLP 包括三个基本层:输入层、隐藏层和输出层。除输入节点外,每个神经元都使用非线性激活函数。该网络使用称为反向传播的监督学习技术进行训练。 MLP 的多层结构和非线性激活使其有别于线性感知器,使其能够识别数据中非线性可分的模式。通过其复杂的 NN 智能,Aura Neuron 能够识别模式并适应不断变化的市场条件,例如汇率或交易者行为的变化。其处理复杂
AI Eurofighter GTX MT5
Andrei Nazarets
2 (1)
AI Eurofighter GTX 是一款用户友好且高效的专家顾问 (EA),专为在 MetaTrader 平台上交易 EUR/USD 而设计,配备两种内置交易策略,可增强其在外汇市场的适应性和性能。利用神经网络,AI Eurofighter GTX 持续实时分析市场状况,自动执行交易,并设置预定义的止损和获利水平。它具有追踪止损功能,可在市场有利时帮助确保收益,并包含价差过滤器以避免不利条件,以及滑点保护,以实现精确的订单执行。此外,EA 还提供强大的风险管理功能,使交易者能够将其首选风险水平设置为账户余额的百分比,使其适用于各种交易风格。AI Eurofighter GTX 中的神经网络算法可动态适应不断变化的市场条件,为交易进入和退出生成准确的信号。这款 EA 易于使用且完全自动化,适合所有经验水平的交易者,从初学者到专业人士,无需持续监控市场。 接下来的 10 位买家的价格为 444 美元,下一个价格为 555 美元(3/10),最终价格将上涨至 1999 美元 真实信号  https://www.mql5.com/en/signals/2269061  更多真实信号即将推
Big Forex Players MT5
Marzena Maria Szmit
4.85 (55)
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
FX EurUsd Robot MT5
Marzena Maria Szmit
4.67 (15)
The EUR/USD Multi-Strategy Trading Robot MT5 is an advanced tool designed to optimize trading by combining 3 key systems: daily trading, volume analysis, and Fibonacci retracement levels. This robot works by integrating these different approaches to create a more dynamic and adaptable strategy for trading the EUR/USD pair . EA adapts to different market conditions, this makes it an ideal solution for traders looking to enhance their trading strategy with a powerful, multi-faceted approach. By co
Wall Street Killer
Pablo Dominguez Sanchez
5 (4)
经过6年成功的手动交易,我的策略现在已经作为智能交易顾问(EA)上线! 介绍WallStreetKiller EA —— 一个为US30市场设计的交易系统,基于多年的实战经验、广泛的测试和对安全、战略性交易的坚定承诺。 没有网格交易、没有马丁格尔、每笔交易都有严格的止损。每天只进行一笔交易,无批量倍增。 ICTRADING 10K 实时信号  (你不会看到许多其他卖家用10K账户运行他们的EA)。 ICTRADING 高风险信号 WallStreetKiller 公开聊天群 价格每售出5次将上涨50美元 (5/5)(未来24小时内价格将上涨!)。 重要提示! 购买后请发送私人消息以获取安装手册和设置说明。 主要特点: 风险控制交易: 没有网格交易、没有马丁格尔、每笔交易都有严格的止损。每天只进行一笔交易,无批量倍增。WallStreetKiller EA 仅采用经过计算的安全交易策略,特别适合希望降低风险的交易者,而不会牺牲潜在利润。 真实的止盈和止损以及追踪止损: 每笔交易都有真正的止损和止盈,以及追踪止损,让您放心并完全控制每个仓位。 高精度回测: 通过广泛的历史测试,EA的回
Apocalypse Gold
Xian Qin Ceng
5 (12)
MT4版本 可以回测2000年——2024年任意一年。 很多人喜欢XAUUSD的交易,我也不例外,在积累了一些交易经验之后,经过努力,我制作了这个 Apocalypse XAU EA专门用来交易所有与XAU有关的品种,例如 XAUUSD/XAUEUR/XAUGBP/XAUCHF/XAUJPY/XAUAUD 。不过考虑到很多人可能并不需要交易所有的XAU货币对,而仅仅需要交易XAUUSD而已,因此一款入门级别的EA变得非常有意义。于是我决定制作  Apocalypse Gold,这是一款专门用于XAUUSD品种交易的EA。 信号展示与讨论群: 信号展示1: https://www.mql5.com/zh/signals/2223870 信号展示2:  https://www.mql5.com/en/signals/2223871 如果你不知如何设置参数或者有其他任何疑问,请点击这里:   Click here 99.9%质量历史数据回测, 2018-2024,Fixde lot . 下一个价格 799$! 一次一单,每个交易订单都有止损止盈。没有马丁,没有网格。在好的年份里,EA会持
The Infinity EA MT5
Abhimanyu Hans
5 (3)
ChatGPT Turbo 人工智能驱动技术 Infinity EA 是一款专为 GBPUSD 和 XAUUSD 设计的高级交易专家顾问。它专注于安全性、持续回报和无限盈利能力。与许多其他依赖高风险策略(如马丁格尔或网格交易)的 EA 不同。Infinity EA 采用基于神经网络的规范、有利可图的剥头皮策略,该神经网络嵌入机器学习、数据分析 AI 技术,由最新的 ChatGPT 版本提供,可让您的整体交易体验卓越不凡。 加入我们拥有超过 6000 名成员的 MQL5 社区, 与其他交易者建立联系。及时了解最新的产品更新、提示和独家内容。 MT4 版本 如何设置 Infinity EA 特征 Infinity EA 利用人工智能驱动的剥头皮策略。 该 EA 与 ChatGPT-4 Turbo 集成,可进行实时数据分析。 Infinity EA 利用机器学习不断从市场数据中学习。 风险管理是 Infinity EA 的核心,具有固定止损和获利设置等功能,可以保护资本并锁定利润。 该 EA 还进行高级蜡烛图分析,以识别高质量的交易条目。 Infinity EA 与道具公司完全兼容。 促
GbpUsd Robot MT5
Marzena Maria Szmit
5 (3)
The GBPUSD Robot MT5 is an advanced automated trading system meticulously designed for the specific dynamics of the   GBP/USD   currency pair. Utilizing advanced technical analysis, the robot assesses historical and real-time data to   identify potential trends , key support and resistance levels, and other relevant market signals specific to GBP/USD.  The Robot opens positions  every day,  from Monday to Friday, and  all positions are secured  with Take Profit, Stop Loss, Trailing Stop, we incl
AI NoX EA MT5
Denis Kurnev
4 (15)
AI NoX EA is an innovative Forex expert advisor that combines advanced neural networks technologies with high-volume trading and Matrix factorisation .The advisor uses complex algorithms to decompose large sets of market data, uncovering hidden patterns and correlations between various financial instruments. Details about Advisor Development Configuring the Advisor The price of the advisor will increase significantly as I have allocated a specific number of copies. I will adjust the price as sal
AI Tune
Saeid Soleimani
5 (2)
**AI TUNE:高级算法交易解决方案** AI TUNE是一款尖端的外汇和金属交易机器人,利用人工智能分析市场数据并执行交易。这个复杂的系统实时处理大量信息,识别潜在机会并精确管理风险。 AI TUNE的回测结果并不能反映真实世界的表现,因为在历史模拟期间,机器人无法连接到其实时AI分析引擎,导致决策过程简化,无法反映机器人在实时市场条件下的全部能力。 除了自动交易外,AI TUNE还通过直接向您的Telegram发送实时交易信号和每日市场分析,提供全面的市场情报,即使在您没有主动监控市场时也能为您提供专业级的洞察。 主要特点: * 人工智能驱动的市场分析和决策 * 自动交易执行,具有可定制的风险参数 * 通过Telegram发送实时信号和更新通知 * 多时间框架分析,提供全面的市场洞察 * 用户友好的界面,提供详细的性能报告 除了自动交易外,AI TUNE还通过直接向您的Telegram发送实时交易信号和每日市场分析,提供全面的市场情报,即使在您没有主动监控市场时也能为您提供专业级的洞察。 设置指南: https://
Boring Pips MT5
Thi Thu Ha Hoang
4.71 (28)
你是否曾 经想过为什么大多数专家顾问在实盘交易中并不有效,尽管它们在回测中表现完美? 最有可能的答案是 过拟合。许多专家顾问被创建为对现有的历史数据进行 “ 学 习 ” 和完美适 应,但由于构建模型的泛化能力不足,它们无法预测未来。 一些开 发者可能根本不知道过拟合的存在,或者他们知道但没有办法防止它。其他人则将其作为美化回测结果的工具,他们添加了数十个输入参数,而不考虑统计学意义,使交易策略过度依赖历史数据,并试图说服他人他们的专家顾问未来能够实现类似的表现。 如果你 对这个迷人的主题感兴趣,并想更深入地了解过拟合,请参考我的这些文章: 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
The Gold Phoenix
William Brandon Autry
5 (2)
Gold Phoenix GPT - 金币对交易的终极AI工具 Gold Phoenix GPT 是一款专为黄金交易对设计的前沿交易工具,利用强大的突破策略,在 M1 时间框架内操作。基于先进的人工智能技术,包括 ChatGPT 和机器学习,它旨在帮助各级别的交易者在快速变化的黄金市场中取得成功。 仅剩3份,售价仅为349美元!下一次售价将提升至599美元—不要错过这个机会! 为什么选择 Gold Phoenix GPT? AI 驱动的突破策略: 利用实时的机器学习技术,为黄金对交易提供精确的进场和出场点。 可定制的风险管理: 使用完全可调的风险设置来保护您的交易。 集成的新闻过滤: 自动过滤重大事件,确保您的交易始终有据可依。 可选择的 GPT 模型: 从 4 个 ChatGPT 模型中选择最符合您交易风格的模型。 神经网络精准性: 使用多符号神经网络集成,提高预测准确性。 专注黄金交易: 专为精准交易优化,特别适用于黄金交易对,利用突破策略。 支持资金管理: 专为帮助交易者管理资金或资金账户设计的功能。 全天候支持: 随时为您提供专属支持。 核心功能 自动 GMT 检测: 自动调整
作者的更多信息
Excellent   Multiplatform   Copier of deals. I use it regularly on VPS (copy from Mt5 to Mt4). Multiplatform : copying from MetaTrader 4 to MetaTrader 4; copying from   MetaTrader 4 to MetaTrader 5; copying from   MetaTrader 5 to MetaTrader 4; copying from   MetaTrader 5 to MetaTrader 5. Modes: master   - the current terminal is   source   of trades (deals are copied from it); slave   - the current terminal is the   receiver   of trades (trades are copied to it). from myself  - mode "deals
Excellent dashboard for market analytics. The panel helps to analyze the values of the   Stochastic  indicator and its signals. With this panel you can: watch the current signal from  Stochastic  on all timeframes; watch the current signal from   Stochastic  for different symbols; watch the current   Stochastic   value; several types of signals for analytics. Values in a table cell: Stochastic - Main line Stochastic  - SIgnal line Stochastic  - Main line minus signal line Signal type: Sto
Excellent dashboard for market analytics. The panel helps to analyze the values of the   Ichimoku  indicator and its signals. With this panel you can: watch the current signal from Ichimoku on all timeframes; watch the current signal from   Ichimoku for different symbols; watch the current   Ichimoku value; several types of signals for analytics. Values in a table cell: Value of Tenkan-Sen Value of   Kijun-Sen Value of  Senkou Span A Value of  Senkou Span B Value of  Chikou Span Span A -
Excellent Multiplatform Copier of deals. I use it regularly on VPS (copy from Mt5 to Mt4). Multiplatform : copying from MetaTrader 4 to MetaTrader 4; copying from MetaTrader 4 to MetaTrader 5; copying from MetaTrader 5 to MetaTrader 4; copying from MetaTrader 5 to MetaTrader 5. Modes: master   - the current terminal is   source of trades (deals are copied from it); slave   - the current terminal is the receiver of trades (trades are copied to it). from myself  - mode "deals multiplier" (use
This panel brings convenient functionality - Virtual Stop Loss and Take Profit levels . Peculiarities This panel allows to hide the Stop Loss and Take Profi t levels of your trades.  The panel stores these levels in memory .  When the market price reached one of the levels, a trade is closed and terminal generates a message indicating that a virtual level was triggered. there are 4 options for setting Stop Loss: Fixed Stop Loss - fixed Stop Loss Trailing Stop Loss - classic Trailing Stop Loss.
Main: Not martingale, not a grid, working on all symbols; a good rational algorithm; Work of two indicators: RSI (from older timeframe - it works as a signal filter) and RSI (from junior timeframe - it works as a signal) ; There is a good money management system (there are several type for trailing stop loss); EA can work on closed candles, and on current candles; Quickly optimized (the work is maximally accelerated). Current sets after optimization are in comments. If you want to do optimizat
Lusaka mt5
Mikhail Mitin
4 (3)
Main: Not martingale, not a grid; Working on all symbols; Signals: There is a good rational algorithm. Work of two indicators: Envelopes and Moving Average (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candles; Quick
FREE
Excellent dashboard for market analytics. The panel helps to analyze the values of the  RSI  indicator and its signals. With this panel you can: watch the current signal from RSI on all timeframes; watch the current signal from  RSI   by different symbols; watch the current   RSI   value; several types of signals for analytics. Values in a table cell: RIS value. Signal type: RSI crosses level buy out/level sell out (outside); RSI crosses level buy out/level sell out (inside);   RSI is u
Great dashboard for market analytics. Help you to analyze the values ​​of the Moving Average indicator and prices. Using this dashboard you can: find signals from the Moving Average from all timeframes; find signals from the Moving Average from all symbols; check - how far the Moving Average is from the price; check - the Moving Average value has changed; 2 types of signal. Modes of operation (switched by a button on the graph): current value of Moving Average; the difference between the cu
FREE
Excellent dashboard for analytics. The panel helps to analyze the values of the   Parabolic SAR  indicator and its signals. With this panel you can: watch the current signal from  Parabolic SAR  on all timeframes; watch the current signal from  Parabolic SAR  for different symbols; watch the current   Parabolic SAR   value; several types of signals for analytics. Values in a table cell: value of Parabolic SAR Signal type: Parabolic SAR crosses Price Parabolic SAR upper/lower Price Work
Jakarta mt5
Mikhail Mitin
3 (2)
Main: Not martingale, not a grid; Working on all symbols; Signals: There is a good rational algorithm. Work of two indicators:  Stochastic   and  OsMA  (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candles; Quickly o
FREE
Lusaka
Mikhail Mitin
4.5 (2)
Main: Not martingale, not a grid; Working on all symbols; Signals: There is a good rational algorithm. Work of two indicators: Envelopes and Moving Average (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candles; Quick
FREE
Jakarta
Mikhail Mitin
4.5 (2)
Main: Not martingale, not a grid; Working on all symbols; Signals: There is a good rational algorithm. Work of two indicators:  Stochastic   and  OsMA  (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candles; Quickly o
FREE
Great dashboard for market analytics. Help you to analyze the values ​​of the   Moving Average   indicator and prices. Using this dashboard you can: find signals from the Moving Average from all timeframes; find signals from the Moving Average from all symbols; check - how far the Moving Average is from the price; check - the Moving Average value has changed; 2 types of signal. Modes of operation (switched by a button on the graph): current value of Moving Average; the difference between th
FREE
"All in One" panel. You can simultaneously control: up to 3 symbols; up to 6 periods; up to 31 popular signals. You can see the sum for all signals taking into account the weight of the signal Version for MetaTrader 4: https://www.mql5.com/ru/market/product/27880 Version for MetaTrader 5: https://www.mql5.com/ru/market/product/27830 Parameters NUM_BAR - number of the bar to analyze (set a value greater than 0 to work on closed bars). timeframe_1....timeframe_6 - working timeframes (if set to "
FREE
"All in One" Expert Advisor. The EA collects information from different signals (listed below) on the selected timeframes. Each signal has its own weight. The weight of all signals is summed. If the total weight of signals for a timeframe is greater than the minimum weight, a deal is opened. Operation on each selected timeframe is performed independently. After that, the deal is managed according to the Money Management conditions. It can work simultaneously on: up to 6 periods; up to 31 popul
FREE
Great   smart dashboard   for market analytics. Using this dashboard you can: find signals from different indicators from     all timeframes ; find signals from the Moving Average from     all symbols ; Include: 9 indicators (10 in Mt5 version); 27 signals (29 in Mt5 version); "Total" page. Indicators and signals: MOVING AVERAGE MA cross Price  - MA crosses Price; MA more/less Price  - MA higher/lower Price; BOLLINGER BANDS BB crosses Price (in) - Price crosses Bollinger (upper/lower line
Conversion of ".set" files created in the MT5 terminal for use in the MT4 terminal. The script is great for cross platform experts. How to work: place the source files ".set" in the local terminal folder\MQL5\Files run the script the ".set" files for the MT4 terminal appeared in the local terminal folder (the end of the file name "* -MT4.set") Created on MT5 build 1755 from 18/01/18 Please leave your feedback after using.
FREE
Medellin
Mikhail Mitin
4 (1)
Genaral: Not martingale, not a grid; Use on EURUSD Use on M5 Signals: There is a good rational algorithm. Work of two indicators:   2 DeMarker (from 2 timeframes)   (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work on closed candles, and on current candl
FREE
This panel brings convenient functionality -   Virtual Stop Loss and Take Profit levels . Peculiarities This panel allows to   hide   the   Stop Loss and Take Profi t levels of your trades.  The panel stores these levels   in memory .  When the market price reached one of the levels, a   trade is closed   and terminal generates a   message   indicating that a virtual level was triggered. there are   4 options   for setting Stop Loss: Fixed Stop Loss   - fixed Stop Loss Trailing Stop Loss   -
Great dashboard for market analytics. The panel helps analyze the values of the   Bollinger Bands   indicator and prices. Using this panel you can: watch the current signal from the Bollinger Bands for all time frames; watch the current signal with the Bollinger Bands for different characters; look at how far the Bollinger Bands is from the price; look at how much the Bollinger Bands value has changed; several types of signals for analytics. Value of cell: Bollinger Bands main line; Bollinger
This indicator draws strong price levels (price consolidation levels). The levels are plotted using 2 MA indicators and 1 MACD using a complex algorithm. The algorithm used in the EA is also in personal use.  These levels have 4 variants (colors of the variants can be customized): strong up, weak up, strong down, weak down. In turn, a weak level usually appears and then it can become strong. A strong level can also become weak. Version MT4:  https://www.mql5.com/en/market/product/27997/ Versio
Panel of MA Mt5
Mikhail Mitin
5 (1)
This panel shows the price position and the selected MAs for the selected timeframes and symbols. You can control up to 3 symbols; up to 6 timeframes; up to 10 different Moving Averages. Version for MetaTrader 4: https://www.mql5.com/ru/market/product/28281 Version for MetaTrader 5: https://www.mql5.com/ru/market/product/28096 Parameters NUM_BAR - bar number for analysis; timeframe_1....timeframe_6 - names of used timeframes (if set to "current", the timeframe will not be used); symbol_1 .
FREE
Excellent dashboard for analytics. The panel helps to analyze the values of the   TRIX (Triple Exponential Moving Average) indicator and its signals. With this panel you can: watch the current signal from  TRIX  on all timeframes; watch the current signal from  TRIX  for different symbols; watch the current TRIX value; several types of signals for analytics. Values in a table cell: value of TRIX Signal type: TRIX crosses "0" line TRIX upper/lower "0" line Work option: all symbols added
The panel shows the relative position of the price and the selected moving averages (MA) for the selected timeframes and symbols. You can simultaneously control: up to 3 symbols; up to 6 periods; up to 10 different Moving Averages. Version for MetaTrader 4: https://www.mql5.com/ru/market/product/28281 Version for MetaTrader 5: https://www.mql5.com/ru/market/product/28096 Parameters NUM_BAR - number of the bar to analyze (set a value greater than 0 to work on closed bars). timeframe_1....time
FREE
"All in One" panel. You can simultaneously control: up to 3 symbols; up to 6 periods; up to 31 popular signals. You can see the sum for all signals taking into account the weight of the signal Version for MetaTrader 4: https://www.mql5.com/ru/market/product/27880 Version for MetaTrader 5: https://www.mql5.com/ru/market/product/27830 Parameters NUM_BAR - number of the bar to analyze (set a value greater than 0 to work on closed bars). timeframe_1....timeframe_6 - working timeframes (if set to "
FREE
Raptor MT4
Mikhail Mitin
use on EURUSD use on M5 price and indicator analysis. Deals is in the direction of the trend. analysis 4 TimeFrame. Price and MovingAvarage (MA) are analyzed at TF EA. Market conditions in each TF are analyzed separately, then the overall picture. The algorithm shown in the screenshot below Sets is in Comments Advantages Advisor is optimized well for any instrument Can work on accounts with any spread, commissions, delays in the execution of orders Flexible settings specifically for your need
Use on EURUSD Use on M5 Intraday trading. Analise the price movements on the H1 timeframe (TF) (This allows to trade even in the absence of a global price trend). Analyzes 2 or 3 timeframes. On each TF, the EA analyzes the relative position of the price and moving averages (MA) (one or two on each TF). The operation algorithm is shown in the screenshot Sets is in Comments Advantages The EA can be easily optimized for any instrument at any moment. Flexible customization specifically to your ne
This indicator draws   strong price   levels   (price consolidation levels). The levels are plotted using   2 MA indicators and 1 MACD   using a complex algorithm. The algorithm used in the EA is also in personal use.  These levels have 4 variants (colors of the variants can be customized): strong up, weak up, strong down, weak down. In turn, a weak level usually appears and then it can become strong. A strong level can also become weak. Version MT4:  https://www.mql5.com/en/market/product/27
Main: Not martingale, not a grid, working on all symbols; a good rational algorithm; Work of two indicators:  Parabolic Sar  and  Moving Average  (you can set a separate Timeframe for each indicator); There is a good money management system (there are several type for trailing stop loss); EA can work on closed candles, and on current candles; Quickly optimized (the work is maximally accelerated). Very well optimized for  EURUSD . Current sets after optimization are in comments. was optimized on
筛选:
无评论
回复评论
版本 3.0 2018.09.19
Fixed bugs. Upgrade params. Add in Custom max LR Correlation
版本 2.0 2018.08.22
Add smart lot by risk