Stochastic and MA filter

   Советник "Stochastic and MA_filter" торгует по индикатору "Stochastic Oscillator", используя фильтр в качестве двух средних скользящих, по желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), безубыток, трейлинг стоп, инвертирование сигнала, возможно настроить, как скальпирующий советник.
  Для каждого валютного инструмента необходимо подбирать настройки.

   Настройки советника:

Индикатор Stochastic Oscillator:

  • Kperiod=5; период линии K
  • Dperiod=3; период линии D
  • slowing=3;  замедление
  •  method=0; метод усреднения

MODE_SMA - 0 Простое усреднение
MODE_EMA - 1 Экспоненциальное усреднение
MODE_SMMA - 2 Сглаженное усреднение
MODE_LWMA - 3 Линейно-взвешенное усреднение

  • price_field=0;   тип цены

0 - Low/High или 1 - Close/Close

  • shift_stoch = 1; номер бара для пересечения уровня, если 1, то  пересечение определяется на предыдущем закрытом баре
  • Stoch_up = 80;  пересечение главной и сигнальной линии индикатора выше данного уровня - сигнал для продаж
  • Stoch_dw = 20; пересечение главной и сигнальной линии индикатора ниже данного уровня - сигнал для покупок
  • Invert_Stoch_sig = true;

Если выключено (false), сигнал по индикатору Stochastic Oscillator формируется так:
 ордер на покупку - если главная линия индикатора пересекла сигнальную линию снизу вверх, пересечение происходит ниже нижнего уровня, заданного в настройках 
 ордер на продажу - если главная линия индикатора пересекла сигнальную линию сверху вниз, пересечение происходит выше верхнего уровня, заданного в настройках    
Если включено (true), то сигнал формируется наоборот

Индикатор MA:

  • PeriodMA_slow = 50; Период медленной MA
  • PeriodMA_fast = 100; Период быстрой  МА
  • ma_shift_slow =0; сдвиг медленной средней скользящей
  • ma_shift_fast =0; сдвиг быстрой средней скользящей
  • ma_method_slow = 0; метод усреднения медленной средней скользящей
  • ma_method_fast = 0; метод усреднения быстрой средней скользящей

0 - Простое усреднение
1 - Экспоненциальное усреднение
2 - Сглаженное усреднение
3 - Линейно-взвешенное усреднение

  • applied_price_slow = 0; используемая цена медленной средней скользящей
  • applied_price_fast = 0; используемая цена

0-Цена закрытия
1-Цена открытия
2-Максимальная за период цена
3-Минимальная за период цена
4-Медианная цена, (high+low)/2
5-Типичная цена, (high+low+close)/3
6-Средневзвешенная цена, (high+low+close+close)/4

  • shift_ma = 1; номер бара, с которого берем сигнал для MA, 0 - текущий, 1 - предыдущий и так далее

Управление ордерами:

  • SL = 100; Стоп лосс
  • TP = 100; Тейк профит
  • Lots =0.01;  фиксированный лот
  • Lot_Koef =2; коэффициент увеличения лота
  • Limit =3;  ограничение количества умножений лота
  • Risk=3; размер лота при пропорциональном манейменеджменте


Трейлинг стоп:

  • Trailing_Use=false; использовать трейлинг стоп
  • Profit_Level_Trailing = 100; уровень профита ордера в пунктах, при котором трейлинг стоп начинает работать
  • TrailingStop=50; расстояние, на котором стоп лосс тянется за ценой
  • TrailingStep=50; шаг модификации

Безубыток:

  • Breakeven_Use=false; использовать безубыток
  • Profit_Level=30; уровень профита в пунктах, при достижении ордером которого выставится безубыток
  • SL_Plus = 1;  уровень безубытка в пунктах


  • Slip=5;Проскальзывание
  • Magic =100;Мэджик ордеров
  • Auto_Digits = true; Автоматический перевод пунктов на пятизначные/трехзначные котировки
  • Buy = true; Торговать ордерами на покупку
  • Sell = true;Торговать ордерами на продажу



推荐产品
VaniganMT4
Nissar Ahmed
5 (1)
### **Vanigan MT4  Core Trading Strategy Sideways Market Detection Uses ADX (Average Directional Index) to identify non-trending markets ADX < ADX_Thresh (25.0) → Sideways market ADX >= ADX_Thresh → Trending market (no trades) Entry Signals RSI (Relative Strength Index) for entry triggers: RSI < Oversold (30) → Buy Signal RSI > Overbought (70) → Sell Signal Trades only execute in sideways markets ( ADX < 25 ) Risk & Money Management Lot Size Calculation Fixed Lots : LotSize if UseMM = false Mo
FREE
Scalper Mars
Igor Bulgakov
3.5 (4)
Scalper Mars EA uses intraday scalping strategy. The Expert Advisor uses standard indicators MACD, RSI, EMA in its trading, does not use martingale and an order grid. A stop order is placed near local extrema, if it does not exceed the maximum value specified by the MaxStopLoss parameter. The EA uses take profit equal to the stop. The Expert Advisor is influenced by news releases. Requirements Recommended for work on the M1 timeframe. It can be traded on any currency pairs, when calculating resu
FREE
Long Waiting MT4
Aleksandr Davydov
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomme
FREE
SwingTrade Candle Patterns EA uses Pin Bar, Engulfing, Morning/Evening Star and Hammer patterns with RSI confirmation and ATR-based money management. Stable swing trading with low drawdown and steady profit growth. Valid for Prop Firms. Strategy Recognizes Pin Bar, Engulfing, Morning/Evening Star, Hammer candlestick patterns. Confirms trades with RSI trend filter . Uses ATR-based Stop Loss and Take Profit → adapts to volatility. Built-in breakeven system to protect profits. No martingale, no
FREE
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
SAAD TrendTracker
Adnan Iqbal
4.03 (34)
SAAD TrendTracker is a fully automated EA. It is based on mathematical algorithms Trend Tracker indicator and SAADScalper. The EA scalps pips by its strong Entry strategy based on SAADScalper. Trades that are not successful to scalp are handled in a different way of uniquely designed algorithm based on Trend Tracker indicator. EA is designed for M1, M5, M15 and M30. It consults daily chart for successful trading accuracy. It consults H1 to handle unsuccessful trades using Trend Tracker Indicator
FREE
MACD and MA filter
Dmitriy Epshteyn
4.33 (12)
The MACD and MA filter EA trades on the MACD indicator, uses the filter as two moving averages (fast MA is higher than slow MA - buy, sell - contrary), the Martingale is applied at the request of the User (the amount of lot multiplication for a series of losses is limited), breakeven, trailing stop, inverting the signal. In EA version 1.4. added closing an order by a reverse signal, separately by the MACD indicator (parameter Close_By_Reverse_MACD_Signal), separately by moving averages (paramete
FREE
Deep Scalper Japan
Takashi Oya
4 (2)
This Expert Advisor (EA) is a specialized High-Frequency Trading (HFT) scalping system designed specifically for the German DAX index (DE40). Operating under a "Sniper Mode" philosophy, the algorithm prioritizes quality over quantity, utilizing a strict filtering mechanism to engage the market only during high-probability volatility bursts. Core Strategy & Logic: The EA operates primarily during the 10:00 (server time) trading hour, aiming to capture strong directional momentum. Instead of ente
FREE
Auto3M Lite MT4
Mr Anucha Maneeyotin
3.8 (5)
使用布林帶和隨機震盪指標進行策略交易 布林帶主要用於跟踪趨勢。 隨機主線和信號線用於未結掛單買入或賣出 顧問 Auto3M Lite MT4 可以在 VPS 上工作。 Pro version MT4 Pro version MT5 特徵 沒有鞅 每個頭寸的硬止損和止盈 追踪止損 按間隔時間自動刪除掛單 對掛單使用買入止損和賣出止損功能 交易策略 AUTO3M Lite MT4 交易 9 種貨幣對 EURUSD, GBPUSD, AUDUSD, NZDUSD, USDCHF, USDCAD, USDJPY, EURJPY,GBPJPY 僅使用掛單買入止損或賣出止損。 隨機震盪指標僅用於報價分析和新柱分析。 當隨機主線大於 90 且出價小於上帶時,準備賣出止損掛單。 當 Stochastic main 小於 20 且 Ask more than Lower band 準備買入止損掛單。 當隨機指標主線超過隨機指標信號值時跟隨買入止損。 當隨機指標主線小於隨機指標信號值時跟隨賣出止損。 導出顧問測試結果 在 2021 年 10 月 1 日至 2021 年
FREE
Next Level Trade One MT4
Mustafa Ertekin
5 (1)
Next Level Trade One MT4 Next Level Trade One MT4 是一款基于 MetaTrader 4 平台开发的自动交易系统(EA)。 该系统采用多货币组合交易模式,并结合结构化仓位管理逻辑运行。 本版本专注于简洁性与风险控制,适合在真实市场环境下进行低风险测试。 产品概述 EA 可在单一图表上同时监控和管理多个交易品种。 系统内部包含趋势确认逻辑与组合仓位管理机制。 当前版本限制为微型手数交易(0.01–0.02),以控制风险。 核心功能 • 多货币交易 • 趋势确认系统 • 组合仓位管理 • 顺序交易管理 • 微型手数启动 • 简洁参数设置 优势 简洁结构 投资组合式管理 控制风险 适合新手与专业交易者 安装说明 安装至 MT4 添加到图表 设置起始手数 启用自动交易 重要提示 • 建议先在模拟账户测试。 • 交易结果受市场波动影响。
FREE
VolatilityScalperEA
Nikolaos Pantzos
3 (2)
This expert is a pure volatility scalper working with two pending orders (buy stop and sell stop). Expert not use any indicator, only use prices action and volatility of price to generate signals. There are three conditions for it to work: Tight spread  Fast execution Stop level = 0 Please during the tests of this EA do not simultaneously use another EA in the same terminal because it affects the modification speed. Try expert on demo account first before use it on real one.
FREE
NIGHTCrusher Lite FREE
Christian Opperskalski
4.5 (2)
NIGHTCRUSHER is a fully automated expert advisor, designed for scalping on quite market situation. The Lite - Version is limited to minimal Lot per Pair and dont has lot mulitplier and dynamic function you can also run different strategies like swing trading or grid different Trade Entry Signals different Exit Strategies included (MA Cut / Signal Change / Trailing TP) clever Risk & Money management - Balance based - Longrun trades tracking You can also use a Grid function or Lot multipier, if ne
FREE
Dark Phoenix Scalper
Hossein Davarynejad
4.33 (6)
////  Dark Phoenix  Scalper  //// Dark Phoenix Scalper  is Advance Scalper Working On All Broker  This Scalper Working on All Forex Pairs   and  Gold (For Gold send me massage i will send  Gold setfile, default not working on Gold) ( Cent Account have high spread this scalper need lowest spread for best performance do not run on Standard account or high spread account )  This Scalper Have 2 Mode Trading  Normal Mode   ( Working on Signal Chart ) Multicurrency Mode ( Working on All Pairs List 
FREE
Trade Lines
Aleksey Semenov
4.9 (10)
The Trade Lines EA is an auxiliary Expert Advisor for automated trading based on levels. The EA opens deals at the specified lines when the price crosses them on the chart - the lines are active, they can and must be moved for the EA to operate with the greatest efficiency. The EA also includes the averaging, trailing stop and take profit setting functions. For the EA to work, it is necessary to select the required number of lines and the type of lines for the EA to trade. It is possible to enab
FREE
Grid Machine
Ivan Grachev
4.21 (14)
EA finds the largest volume in the market and determines the level for entry. After crossing the level towards the breakdown, a market order is opened. The EA builds a two-sided grid of orders, adapting to the market. Each direction of orders works separately and has its own take-profit. Thus, the adviser covers the whole trend, starting from its start, while the adviser perfectly passes the flat market condition, trading both directions. Please see all my products:  https://www.mql5.com/en/user
FREE
Forex Fraus Dobby
Dmitriy Zaytsev
3.67 (3)
The Expert Advisor of the Forex Fraus family, the system is designed for scalping the EUR/USD pair on the M1 timeframe (for five digit quotes), and adapted for the accounts with fast execution of orders. Operation Principle Buys at the extreme Lows and sells at the extreme Highs of the Stochastic indicator values. When a signal is received the orders are opened by injection, using tick data. Positions are closed by Trailing Stop Not closed positions are closed at the opposite trade Built-in adj
FREE
Multi Indicator Reversal EA
Yoshimi Mon 三 Ura
1 (1)
Multi-Indicator Reversal EA v2.04 Overview An MT4 automated trading system that combines three technical indicators—RSI, Bollinger Bands, and ADX—for a counter-trend strategy. It runs on any timeframe and supports both traditional single-position trading and hedged trading. Specifications Platform: MT4 Recommended Pairs: Major FX pairs (e.g., EUR/USD, GBP/USD, USD/JPY) Timeframes: All timeframes supported (M1–MN1) Strategy Type: Counter-trend Position Management: Selectable Single Posit
FREE
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Aether GannFlow – Scalper Market v2 (MT4) [Subtitle: Gann Fan Logic | Trend Pullback | Margin Guard Protection] Introduction Aether GannFlow is a lightweight M5/M15 scalping system that bridges the gap between classical momentum trading and geometric market analysis. It combines a robust EMA Trend + RSI Pullback engine with the unique directional filter of the Gann Fan . Designed for stability on MT4, it features a "Margin-Guard" proce
FREE
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when the SMAs cross and when the WPR has left overbought/oversold areas. The SMAs are also programmed to close the trades if the trend changes. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is NZDUSD and the recommended timeframe to operat
FREE
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Aether Elliott Wave Zigzag Pro (MT4) [Subtitle: Wave 3 Hunter | Fib 0.618 Retracement | Margin Guard] Introduction Aether Elliott Wave Zigzag Pro is a lightweight, market-compliant scalping system designed to automate the classic Elliott Wave theory. Instead of complex wave counting, it uses a precision ZigZag algorithm to identify the high-probability 1-2-3 Structure and targets the Wave 3 impulse. Engineered for MT4 stability, it feat
FREE
RSI and MA filter
Dmitriy Epshteyn
4.67 (3)
Советник "RSI and MA filter" торгует по индикатору RSI, использует фильтр в качестве двух средних скользящих (быстрая MA выше медленной MA - покупка, продажа - наоборот), по желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), безубыток, трейлинг стоп, инвертирование сигнала. Настройки советника: Индикатор RSI: RSI_Period = 14; используемый период индикатора RSI_Shift = 1; номер свечи выбранного графика, с которой советник берет сигнал, 0 -ор
FREE
CCI and ATR Trader
Evgeniia Terekhova
2.33 (3)
Советник работает на двух индикаторах CCI и ADX. Условия для входа в BUY: 1. ADX пересекает уровень 20 2. CCI пересекает уровень 100 снизу вверх 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень 100 сверху вниз. Условия для входа в SELL: 1. ADX пересекает уровень 20 2. CCI пересекает уровень -100 сверху вниз 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень -10
FREE
PZ Goldfinch Scalper EA
PZ TRADING SLU
2.69 (42)
这是我著名的剥头皮机Goldfinch EA的最新版本,它是十年前首次发布。它以短期内突然出现的波动性扩张为市场提供了头条:它假设并试图在突然的价格加速后利用价格变动的惯性。这个新版本已经过简化,使交易者可以轻松使用测试仪的优化功能来找到最佳交易参数。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 简单的输入参数可简化优化 可定制的贸易管理设置 交易时段选择 工作日选择 金钱管理 谨防... ick牛黄牛是危险的,因为许多因素都会破坏收益。可变的点差和滑点降低了交易的数学期望,经纪人的低报价密度可能导致幻像交易,止损位破坏了您获取利润的能力,并且网络滞后意味着重新报价。建议注意。 回溯测试 EA交易仅使用报价数据。请以“每笔交易”模式回测。 它根本不使用HLOC(高-低-开-关)数据 交易时间无关紧要 为了获得更好的性能,请为您希望在每个刻度线模式下交易的每个交易品种运行云优化。稍后分享! 输入参数 触发点:触发点差所需的价格变动。 (预设= 10) 最小时间窗口:价格波动发生的最短时间。 (默认= 3) 最长时间窗口:价格波动发生的最长时间。
FREE
RSI and MACD filter
Dmitriy Epshteyn
Советник "RSI and MACD filter" торгует по индикатору RSI, использует фильтр в качестве индикатора MACD (главная линия выше сигнальной - покупка, продажа - наоборот), по желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), безубыток, трейлинг стоп, инвертирование сигнала. Настройки советника: Индикатор RSI: RSI_Period = 14; используемый период индикатора RSI_Shift = 1; номер свечи выбранного графика, с которой советник берет сигнал, 0 -ориенти
FREE
该EA交易程序(100%自动)能够结合两个指标来创建策略,该版本称为“ Bear版本”(BASIC版本),包含2个指标:CCI和RSI 您可以通过一条简单的个人信息与我联系,要求您提供带有所选指标和条件的EA“熊版本”(或超级版本),一旦达成协议,我会将其投放市场,或点击以下链接页面底部,将您带到我的电报联系人。 如果找不到适合自己的策略,我可以为您创建(基于EA) 条件明确规定: 入口长; CCI高于/低于水平线 输入短CCI高于/低于水平线 长出口; RSI向上/向下穿越水平线 退出短线; RSI向上/向下穿越水平线 止盈和止损可以随意修改 100%自动 该EA具有称为“价差限制”的集成功能。此功能仅在点差小于或等于您确定的输入时才允许您进入市场 该机器人非常直观,易于理解,并为回测启用了所有可修改的值 可修改的值 入境地段; 获利和止损(点); CCI时期和水平线; RSI时期和水平线; 只能进入或退出市场多头或空头 点差限制(开仓的最大点差); 公开交易警报; 下载EA之后,您会在AUD / CAD交叉点上找到2种免费的礼品策略,这些策略从2019/05/30到2
FREE
EA名称:Candle Cross DCR Candle Cross DCR 是一款全自动 MetaTrader 5 智能交易系统(EA),当 K 线穿越指数移动平均线(EMA)时发出精准交易信号,这是一个经典且强有力的趋势反转信号。此 EA 可选配使用 DCR 筛选器,由 DeMarker、CCI 和 RSI 三个技术指标构成,对交易信号进行进一步确认。 该策略具有高度可配置性,适用于短线剥头皮和中线趋势交易者。它将价格行为触发机制与多时间框确认系统相结合,从而提升信号质量和市场适应性。 核心策略逻辑 入场信号触发 当当前 K 线收盘价突破 EMA 另一侧时生成交易信号 买入(BUY):K 线从下向上收在 EMA 上方,前一根 K 线在 EMA 下方 卖出(SELL):K 线从上向下收在 EMA 下方,前一根 K 线在 EMA 上方 可选过滤器:DCR 三重确认 每个过滤器(DeMarker、CCI、RSI)都可以单独启用或禁用。若启用,则交易仅在所有启用的过滤器均确认方向一致时执行 DeMarker 买入:DeMarker 低于设定阈值(表示超卖) 卖出:DeMarker 高于设
FREE
Harvest FX
Sayan Vandenhout
4.56 (9)
Harvest FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000 a
FREE
Toms Dollar Cost Averaging
Thomas Alexander Kevin Anderson
1 (1)
This Expert Advisor implements an RSI Mean Reversion strategy with a moving average filter for trade entries. The EA uses higher timeframe RSI conditions to detect potential buy or sell opportunities, confirmed by a lower timeframe moving average. The strategy includes risk management features like limiting the maximum number of open trades, controlling risk based on ADR, and closing trades when a predefined account profit percentage is reached. It also includes visualization tools such as a bre
FREE
Succubus
Dmitriy Prigodich
3 (5)
淫妖是一个普遍的专家顾问。 它的主要优点是最高的输入精度,90%的交易及以上。 专家顾问参数根据用户需要的功能分为类别。 所有功能都可以禁用。 Ea交易旨在分散中小型存款。 主: TakeProfit-以盈利结束交易的点数 止损-关闭亏损交易的点数 滑点-滑点 魔术顾问ID 手数-交易量 动态手数设置: 动态-启用/禁用事务量的动态计算 风险-风险系数。 布洛克马丁*盖尔经典 每个方向一次只能开一笔交易。 在亏损的情况下,下一个交易将是一个交易量乘数。 马丁-启用/禁用鞅 乘数马丁-手数乘数 淫妖专家顾问也可以构建网格。 Setka-启用/禁用网格 距离Setka-网格中订单之间的距离 乘数Setka-乘数 当然,不是没有顾问拖网的存在。 如果需要,您可以启用它,如果你不使用网格。 智能止损 智能步停止-束缚步 有一个按时交易的功能。 如果00:00和23:59被设置为默认值,则禁用它。 开始-交易开始时间 交易结束 交易之间的停顿是必要的,这样当我们收到一个信号时,我们只交易一次。 Pause_orders-启用/禁用订单之间的
FREE
CandleCrusherX ScalpingEdition FREE
Christian Opperskalski
4 (1)
CandleCrusherX Scalping EA  analyses the market situation on volume and strong price movement within internal Timeframe. It works on all major forex pairs and Timeframes (M5 or M15 recommend). The EA has integrated dynamic Take Profit, this means, if you reach your defined TP it gives you the chance to follow on the Trend by dynamic TP & SL and extend your profits. Also a News Filter function is integrated, to prevent miss trades on News events. Dynamic Lot calculation integrated On Request we a
FREE
该产品的买家也购买
Vortex Gold MT4
Stanislav Tomilov
5 (29)
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 美元 https://www.mql5.com/en/signals/2345024 Check out the live results in Profile >>>>>>  Check my pro
Big Forex Players MT4
MQL TOOLS SL
4.73 (44)
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
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (171)
介绍     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   !*** 私信询问更多详情 已验证信号:   点击此处 MT5版本:  点击这里 量子 EA 通道:       点击这里 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 量子皇帝EA     采用独特的策略,将单笔交易连续拆分成五笔较小的交易。这意味着每次 EA 执行一笔交易时,它都会自动将其拆分成五个较小的仓位。 量子皇帝EA     量子帝王EA凭借其卓越的亏损交易处理方法,在众多专家顾问中脱颖而出。与
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition 是一款完全自动化的 EA,仅用于交易黄金。专家在 2011-2020 年期间在 XAUUSD 上表现出稳定的结果。没有使用危险的资金管理方法,没有马丁格尔,没有网格或剥头皮。适用于任何经纪商条件。使用多层感知器神经网络 (MLP) 训练的 EA 是一类前馈人工神经网络 (ANN)。术语 MLP 的使用含糊不清,有时松散地指任何前馈 ANN,有时严格指由多层感知器组成的网络(具有阈值激活)。多层感知器有时被通俗地称为“原始”神经网络,尤其是当它们只有一个隐藏层时。MLP 由至少三层节点组成:输入层、隐藏层和输出层。除了输入节点之外,每个节点都是使用非线性激活函数的神经元。MLP 利用一种称为反向传播的监督学习技术进行训练。多层结构和非线性激活使 MLP 与线性感知器区别开来。它可以区分非线性可分的数据。 此价格还剩 2 份,之后价格将上涨至 3000 美元 如何设定及参数说明 (阅读这里) Live results: https://www.mql5.com/en/signals/2313678 More Signals:   Check my pr
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 有一點經驗,您可以輕鬆地將
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
Bitcoin Robot MT4
MQL TOOLS SL
4.64 (66)
The Bitcoin Robot  MT4 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 sa
EA Game Changer
Vasiliy Strukov
4.43 (7)
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
AI Forex Robot MT4
MQL TOOLS SL
4.29 (17)
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
Golden Mirage mt4
Michela Russo
5 (5)
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
Aura Neuron MT4
Stanislav Tomilov
4.62 (13)
Aura Neuron 是一款独特的 EA 交易系统,延续了 Aura 系列交易系统。通过利用先进的神经网络和尖端的经典交易策略,Aura Neuron 提供了一种具有出色潜在性能的创新方法。这款 EA 交易系统完全自动化,旨在交易 XAUUSD (GOLD) 等货币对。从 1999 年到 2023 年,它在这些货币对中表现出了一致的稳定性。该系统避免了危险的资金管理技术,例如马丁格尔、网格或剥头皮,使其适用于任何经纪商条件。Aura Neuron 由多层感知器 (MLP) 神经网络驱动,利用它来预测市场趋势和走势。MLP 是一种前馈人工神经网络 (ANN),通常被称为“原始”神经网络,尤其是当它们由单个隐藏层组成时。MLP 包括三个基本层:输入层、隐藏层和输出层。除输入节点外,每个神经元都使用非线性激活函数。该网络使用称为反向传播的监督学习技术进行训练。 MLP 的多层结构和非线性激活使其有别于线性感知器,使其能够识别数据中非线性可分的模式。通过其复杂的 NN 智能,Aura Neuron 能够识别模式并适应不断变化的市场条件,例如汇率或交易者行为的变化。其处理复杂数据的能力使其能够
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
量子之王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 时间框架上开发的全自动交易系统。 它将网格策略的结构与马丁格尔策略的自适应恢复逻辑相结合,形成了一个能够智能管理所有市场阶段交易的系统。 专为易用性和一致性而设计   量子王
Dark Algo
Marco Solito
4.65 (65)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market
XIRO Robot MT4
MQL TOOLS SL
5 (3)
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:   XAUUSD and GBPUSD . 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 and str
AI Prop Firms MT4
MQL TOOLS SL
5 (4)
AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
Forex GOLD Investor
Lachezar Krastev
4.46 (50)
WINTER SALE — FINAL DAYS! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results: https://www.m
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;
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
更新 — 2025年12月 Aurum 交易系统于 2024 年 11 月底正式发布。 在这一整年里,它在真实市场环境中稳定运行,没有新闻过滤器,没有额外的防护限制,也没有复杂的交易约束 —— 依然保持了稳定与可靠的表现。 Live Signal 这一年的真实交易充分证明了该交易系统本身的可靠性。 正是在真实数据与实际经验的基础上,我们于 2025 年 12 月发布了本次重大更新: 全面升级高级交易面板,并适配所有屏幕分辨率 新增扩展交易保护系统 新增基于 Forex Factory 的强力新闻过滤系统 新增两个额外过滤器,用于更精准的信号判断 全面优化执行速度与系统稳定性 新增安全的 Recovery 回本功能 图表主题升级为高级风格 关于 Aurum Aurum — 黄金交易高级 EA(XAU/USD) Aurum 是一款专为黄金市场打造的专业级交易 EA,核心目标是稳定性与安全性。系统基于趋势分析,并采用严格的风险控制机制。 本系统不使用任何危险交易方式 —— 不加仓、不网格、不马丁、不激进加仓。 每一笔交易都严格设置止损(Stop Loss),并遵循“一次信号,只开
Introducing the AI Neural Nexus EA A state-of-the-art Expert Advisor tailored for trading Gold (XAUUSD) and GBPUSD. This advanced system leverages the power of artificial intelligence and neural networks to identify profitable trading opportunities with a focus on safety and consistency. Unlike traditional high-risk methods, AI Neural Nexus prioritizes low-risk strategies that adapt to market fluctuations in real time, ensuring a smart trading experience. Important Information Contact us immedia
XG Gold Robot MT4
MQL TOOLS SL
4.32 (38)
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
AW Recovery EA
AW Trading Software Limited
4.35 (84)
智能交易系统是一个旨在恢复无利可图头寸的系统。 作者的算法锁定了一个亏损仓位,将其拆分为多个独立的部分,并分别平仓。简单的设置、在回撤的情况下延迟启动、锁定、禁用其他 EA 交易、使用趋势过滤进行平均以及部分关闭亏损头寸都内置在一个工具中。 与仅在整个组中关闭订单的网格策略相比,使用部分关闭损失可以让您以较低的存款负载减少损失,从而确保更安全地处理损失。 如何恢复订单: 1 EA 关闭所选工具的其他窗口以关闭无利可图的 EA(可选)。 2 EA 重置所有已处理订单的止盈和止损水平,并删除具有相应标识符的挂单。 3 EA 关闭所有已处理的盈利订单,以便使用其利润来弥补部分非盈利订单并减少总头寸量(可选)。 4 EA 通过打开锁定订单来锁定亏损头寸。 5 然后,通过打开恢复订单,它开始通过部分关闭不盈利的订单来减少损失。 6 当部分关闭时,算法首先恢复定位最不成功的订单,或者最接近盈利的无利润订单。每个无利可图的订单都分为许多部分,顾问分别关闭每个部分。恢复订单以小量开仓,以免大幅增加入金负担 包含注释、设置和测试说明的完整输入设置列表  ->   这里  MT5 版本 ->   这里
EA Gold Stuff
Vasiliy Strukov
4.7 (1082)
EA Gold Stuff是专为黄金交易设计的专家顾问。 该工作基于使用Gold Stuff指标打开订单,因此顾问根据"趋势跟随"策略工作,这意味着跟随趋势。 重要! 购买后立即与我联系,以获得说明和奖金! 您可以免费收到我们的强力支持和趋势扫描指标的副本,请私信。大部头书! 实时结果可以在这里查看 参数 打开新系列-打开/关闭新系列订单的开始。 起始地段-起始地段。 交易买入-允许Ea交易买入。 交易卖出-允许智能交易系统卖出。 使用对冲-当功能启用时,顾问将交易买入和卖出方向,当功能禁用时,顾问将只交易一个方向。 使用货币Manadgement-开/关使用自动手数计算。 自动旋转 每0.01手的可用保证金-每0.01手单位开仓的可用保证金金额。 Lot miltiplier-以下订单的手数乘法系数。 TP-止盈,以点为单位。 SL-止损,以点为单位从第一个订单。 跟踪开始-跟踪止损的激活。 Trail Step-追踪止损激活时与价格的距离。 DD减少算法是一种减少回撤的算法,其中具有利润的最后一个订单被关闭,系列的第一个订单处于亏损状态。 DD缩减算法的编号顺序-
Bazooka EA
Davit Beridze
5 (3)
Bazooka EA —— 适用于 MT4 的趋势与动量交易专家顾问 MT5:  https://www.mql5.com/en/market/product/163078 重要提示:我们会定期在“评论”区发布更新后的 set 文件。请务必在进行回测和实盘交易时使用最新版本,以确保在当前市场波动环境下获得最佳性能。 Bazooka EA 是一款用于 MetaTrader 4 的全自动交易专家顾问,专为捕捉市场的 方向性行情 而设计,结合了 趋势确认 与 动量过滤 机制。 该 EA 注重受控入场与纪律化出场,避免过度交易及高风险的仓位管理方式。 Bazooka EA 适合偏好结构清晰、基于规则、并具备可配置风险管理的交易者。 策略说明 Bazooka EA 通过以下技术组合分析市场状态: 基于 移动平均线 的趋势方向识别 使用 RSI 进行动量确认 在下单前进行严格的交易条件验证 只有当趋势方向与动量条件同时满足时,EA 才会开仓,从而减少在震荡行情和低概率区域中的交易。 交易管理 EA 提供灵活且透明的仓位管理方式: 固定 止损(Stop Loss) 与 止盈(Take Profit)
GOLD Scalper PRO
Lachezar Krastev
4.58 (24)
WINTER SALE — FINAL DAYS! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results:   https://w
Bitcoin Robot Grid MT4
MQL TOOLS SL
5 (16)
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
Trend AI EA
Ramil Minniakhmetov
4.28 (53)
Trend Ai EA 旨在与 Trend Ai 指标配合使用,该指标会结合趋势识别、可操作的入场点和反转警报,自行进行市场分析,并自动接收指标的所有信号!该 EA 包含一系列完全可调的外部参数,允许交易者根据自己的选择定制 EA。 一旦出现绿点,EA 就会准备买入交易。一旦出现蓝色箭头确认上涨趋势,EA 就会在下一个 K 线下单买入。如果市场反转,EA 将采用网格和马丁格尔策略管理一系列交易。如果出现相反信号,并且图表上出现红点,EA 将准备卖出;一旦出现红色箭头,EA 就会在下一个 K 线下单卖出,并采用网格和马丁格尔策略管理一系列交易。 交易对和时间范围: 此 EA 适用于所有上市资产、期货、股票、外汇、商品、加密货币或指数。它适用于 xauusd 或主要货币对,例如 eurusd、gbpusd、usdcad、audusd、audcad、nzdcad、nzdusd,在 m15 或更高时间框架(例如 H1)上可获得更高的准确性。 --------------------------------------------------------------------------
Vortex Turbo EA MT4
Stanislav Tomilov
5 (8)
Vortex Turbo——“驾驭风暴——掌控漩涡” Vortex Turbo代表了智能交易的下一个进化阶段——它融合了尖端人工智能架构、自适应市场逻辑和精准的风险控制,是一项独特的创新。Vortex Turbo基于成熟的算法原理,将多种策略整合到一个统一的高速生态系统中,并以全新的预测智能为驱动。Vortex Turbo专为黄金XAUUSD(GOLD)的超短线交易而设计,采用受控马丁格尔和均价网格,同时每个   仓位都受到内置止损的全面保护   ——确保了力量、精准度和安全性之间的完美平衡。 非常重要!购买专家服务后请给我发私信。我会把所有必要的建议和操作指南发给你。 399 美元的价格有效期至 2 月 15 日,之后价格将上涨至 499 美元。(最终价格为 999 美元) 购买   Vortex Turbo   智能交易系统后,您将有机会获得   我的其他任何一款智能交易系统的免费授权   ,该系统可关联到您选择的   三个交易账户    (赠送的智能交易系统将以 .ex 格式的文件直接发送)。  请私信询问具体条件   https://www.mql5.com/en/users
Quant Blade MT4
Andrey Barinov
Quant Blade is a professional trading solution built on advanced Pattern Recognition with elements of Machine Learning and Neural Networks . It calculates future price move probabilities , displays projections directly on the chart, and trades based on them. Highlights Prop Firm Ready => advanced PropFirm risk panel with color-coded warnings and recommendations Institution-grade analytics => high quality forecasting / projections and market condition filtering No Grid, No Martingale => only one
XGen Scalper MT4
Burak Baltaci
3 (2)
XGen Scalper MT4 - 专业自动交易系统 XGen Scalper 是一款尖端专家顾问,通过将先进算法结构与成熟技术分析相结合,在所有市场中提供稳定可靠的交易结果。该强大交易系统可无缝运行于外汇货币对、黄金白银等贵金属、加密货币及大宗商品指数等多种市场。 先进算法技术 其专利波浪扫描算法通过实时处理市场数据,识别手动交易者可能忽略的高概率交易机会。该系统能持续适应变化的市场环境,在趋势、区间及波动市场中均能高效运作。 全局兼容性 不同于针对特定货币对设计的传统EA,XGen在所有交易品种中均表现卓越。 专业控制面板 通过精美的界面实时监控账户指标、详细交易统计数据及系统状态。集成波浪可视化功能清晰展示系统对市场状况的解读。 企业级风险管理 基于账户余额和风险承受能力的自适应仓位规模 根据市场波动动态调整的跟踪止损 点差过滤机制避免不利交易条件 多时间周期确认实现更高精度交易 精准交易 闪电般快速的订单处理,以最小滑点实现最优价格。兼容所有MT5经纪商和交易类型。智能订单管理自动处理从入场到离场的全流程。 完全可定制 根据您的策略调整头寸规
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 激活时,它会在每个新的
作者的更多信息
MACD and MA filter
Dmitriy Epshteyn
4.33 (12)
The MACD and MA filter EA trades on the MACD indicator, uses the filter as two moving averages (fast MA is higher than slow MA - buy, sell - contrary), the Martingale is applied at the request of the User (the amount of lot multiplication for a series of losses is limited), breakeven, trailing stop, inverting the signal. In EA version 1.4. added closing an order by a reverse signal, separately by the MACD indicator (parameter Close_By_Reverse_MACD_Signal), separately by moving averages (paramete
FREE
Monday
Dmitriy Epshteyn
4 (7)
The Monday EA trades on Mondays depending on price movement on Fridays. Its aim is to take 10-20 points of profit and leave the market. This strategy works from March 2014. Currency pairs are EUR/USD and GBP/USD. For GBP / USD trading on the CCI indicator is recommended not to use Time frame is daily D1 Settings: Sig_Open1 = true; - if true, the EA trades on Mondays StartTime = "00:00"; time to start trading (applies only to "Sig_Open1") Sig_Open2 = true; - enable only on EUR/USD (works only on
FREE
Four MA Trade
Dmitriy Epshteyn
3.33 (3)
Советник "Four_MA_trade" входит в рынок по средним скользящим следующим образом: 1. две скользящие средние с большими периодами  определяют общий тренд 2. две скользящие средние с малыми периодами определяют локальный тренд. Если направление общего и локального тренда совпадает, то на пересечении "локальных" средних скользящих открывается ордер. Возможно инвертирование сигнала, если период быстрой скользящей в настройках выставить больше по значению, чем период медленной. Для каждой валютной пар
FREE
Fractal Round Levels Trade
Dmitriy Epshteyn
4 (1)
Советник выставляет рыночные ордера, если свеча, на которой появился фрактал, пересекает круглый ценовой уровень, который используется, как фильтр для входа в рынок по фракталам. Настройки советника: Dig = 2; значение рыночной цены округляется до количества (Dig) знаков после запятой. Пример, рыночная цена на данный момент 1.1228, Dig = 2, цена округляется до 1.1200, если эту цену своими тенями зацепит свеча выбранного графика одновременно с пересечением индикатором RSI на этой свече установлен
FREE
Trend Catch
Dmitriy Epshteyn
4 (2)
Советник "Trend_Catch" входит в рынок по средним скользящим и фракталам. Средние скользящие определяют направление тренда, фрактал - момент входа входа в рынок. В советнике прописан безубыток, трейлинг стоп, мантингейл по желанию Пользователя Настройки советника: Close_by_Reverse_MA_Signal = false; закрыть ордер на покупку, если быстрая МА находится выше медленной, закрыть ордер на продажу, если быстрая МА находится ниже медленной, если параметр Invert_sig включен (инвертирован сигнал), сигнал н
FREE
RSI and MA filter
Dmitriy Epshteyn
4.67 (3)
Советник "RSI and MA filter" торгует по индикатору RSI, использует фильтр в качестве двух средних скользящих (быстрая MA выше медленной MA - покупка, продажа - наоборот), по желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), безубыток, трейлинг стоп, инвертирование сигнала. Настройки советника: Индикатор RSI: RSI_Period = 14; используемый период индикатора RSI_Shift = 1; номер свечи выбранного графика, с которой советник берет сигнал, 0 -ор
FREE
Rounding Levels Trade
Dmitriy Epshteyn
3.5 (2)
Советник Rounding Levels Trade торгует по круглым ценовым уровням (пример 1.1200, 1.1300, 1.1400 и так далее) на пробой и на отскок в зависимости от пользовательских настроек. В советнике предусмотрен мантингейл. Советник может может торговать по выбору Пользователя по ценовым уровням в формате - круглый ценовой уровень + заданное количество пунктов: пример:  1.12 40 , 1.134 0 , 1.14 40. Настройки советника: Dig = 2; значение рыночной цены округляется до количества (Dig) знаков после запятой. Пр
FREE
Rounding Levels RSI Trade
Dmitriy Epshteyn
4 (1)
Советник "Rounding Levels RSI Trade" торгует по индикатору RSI, используя фильтр в качестве круглого ценового уровня, который свеча должна пересечь одновременно с уровнем индикатора RSI. Настройки советника: Индикатор RSI: RSI_Period = 14; используемый период индикатора RSI_Shift = 1; номер свечи выбранного графика, с которой советник берет сигнал, 0 -ориентируемся по текущему бару (не рекомендуется) 1 - ориентируется по предыдущему бару и так далее applied_price = 0; испольщуемая цена  PRICE_C
FREE
Советник "Parabolic SAR and Fractal" торгует по двум индикаторам: 1.Parabolic SAR, 2.Fractal Сделка на покупку: если образовался нижний фрактал и цена находится выше точек индикатора Parabolic SAR Сделка на прордажу: если образовался верхний фрактал и цена находится ниже точек индикатора Parabolic SAR    По желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), пирамидинг, безубыток, трейлинг стоп,   возможно настроить, как скальпирующий сове
FREE
RSI and MACD filter
Dmitriy Epshteyn
Советник "RSI and MACD filter" торгует по индикатору RSI, использует фильтр в качестве индикатора MACD (главная линия выше сигнальной - покупка, продажа - наоборот), по желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), безубыток, трейлинг стоп, инвертирование сигнала. Настройки советника: Индикатор RSI: RSI_Period = 14; используемый период индикатора RSI_Shift = 1; номер свечи выбранного графика, с которой советник берет сигнал, 0 -ориенти
FREE
Советник "Stochastic and Parabolic SAR" торгует по индикатору Stochastic Oscillator, используя фильтр в качестве индикатора Parabolic SAR, по желанию Пользователя применяется мартингейл (количество умножения лота при серии убытков ограничивается), безубыток, трейлинг стоп, инвертирование сигнала, возможно настроить, как скальпирующий советник.   Для каждого валютного инструмента необходимо подбирать настройки. Настройки советника: Индикатор Stochastic Oscillator: Kperiod=5; период линии K Dpe
FREE
筛选:
无评论
回复评论