MultiCurrencyCT

Below you will find the explanation of the complete version of MultiCurrencyCTX not yet published.

MultiCurrencyCTX

Strategy Explanation up to version 1.331

MultiCurrencyCTX  is an Expert Advisor based on ADX indicator and on the DXY index of the US dollar which allows to identify the strength of the US dollar and therefore carry out Buy or Sell operations on the currencies correlated to it.

The EA uses the following currencies for its trading activity:

EURUSD - GBPUSD – USDJPY – USDCAD - USDCHF

The correlation of the DXY index with the first two currencies is inverse, ie when the index is positive SELL positions are opened. When the index is negative, BUY positions are opened.

The correlation with the other currencies is direct ie when the index is positive BUY positions are open while when the index is negative SELL positions are open.

The entry signal is made by the ADX indicator. It detects the side of the trade to open.

In addition the EA checks which is the position of DXY_Index.

If the DXY_Index is significantly positive, it means that USD is strong or quite strong and consequently are allowed only entry signals to open a Buy trade for USDJPY or USDCAD or USDCHF or a Sell Trade for GBPUSD or EURUSD.

On the contrary, if DXY_Index is significantly negative it means that the USD is weak or quite weak and consequently are allowed only entry signal to open a Sell trade for USDJPY or USDCAD or USDCHF or a Buy trade for GBPUSD or EURUSD.  

Trades are opened with a Take Profit fixed by the user. In addition, user can set a amount of BreakEven points.

Instead to fix an amount of Stop Loss, the EA, when an open trade goes in loss over a certain amount (Trigger*TriggerMulti), opens one or more trades, using the same criteria to open normal trades.

The trades opened may have an amount of lots equal to the parameter Lots and with the same direction of the trade in loss or an amount of lots equal to the lots of the trade in loss multiplied by the parameter Multi and with the direction reversed.

To activate the opening of continued or reversal trades, as above stated, the parameter LotsChange must be set to true and the parameter Multi must be set with a value > 0 (default value = 2.5).

Operating in this way the EA tries to close all trades together (trade in loss and continued or reversal trades) with a profit equal to the Target value.

 

Once the trade is open, trades are managed and closed by the main following functions:

a)     Trailing Take Profit

b)     BreakEven

c)     CloseAllOrders

Trailing Take Profit  

This function reduces, the Take Profit applied to the order when opened, with the TralingStep value and the TrlMulti value. To use this function TakeProfit must be set with a good value.

BreakEven set the Stop Loss value over the opening price, with the BreakEvenPips just to create a gain and to cover commission fees.

CloseAllOrders

The function closes, all together one or more trades, when the profit of all trades is over or equal to the Target value.

 

How to tune the EA’s input parameters

The profit of each trade may be done by the value of the Target ( Lots * TargetPoints) or be determined by the TrailingProfit or by the BreakEven function. It depends on the values set in each parameter.

So to tune the EA, change smoothly the combined values of these parameters.

One more parameter that the user may change, to improve EA results, is the PlMn_Threshold set by default to 30.

If you increase this value, you reduce open trades. If you decrease the value, you increase open trades but with a lower level of reliability.

With the default settings the EA opens 100/120 trades per year for each pair. To increase the number of trades and, consequently, of earnings, user can set the parameter TradeOneBar to false and set the parameter MaxOpenOrders to 2. 

So doing, the EA opens two trades for each bar. I suggest no more than 2 in MaxOpenOrders to avoid high drawdown or stop out. The value of parameter Multi may be set to 3.

With the parameter SwapCheck user can ask to the EA to open trades with earning swap only. To activate this, SWapCheck must be set to true.

All tests have  done with an account balance of USD 1,000.00 with a leverage account 1:500.

 

No trading Time for News - IntraDay

The EA has three intraday time range that the user can set in order to avoid the opening of trades during the issues of breaking economic news.

The time to set is the GMT time. The EA adds or subtracts to the GMT time the ManualGMT_Offset representing hours in + or in – respect to the Broker time.

So user has to set the GMT_Offset with the sign + to add to GMT time or with the sign – to subtract to GMT time.

For example: the time of the broker ICMarketsSC has 3 hours more respect to GMT time.

 

Main default Settings    vers 1.331

 

PlMn_Theshold, represents the minimum level to be reached by PLusADX or MinusADX to trigger the entry signal.

DailyChgDXY_Target, represents the minimum value to be reached by DXY_Index to trigger the entry signal (default 0).

TradeOneBar, if set to true allows the opening of one trade per bar only.

Lots, represents the amount of lots per each trade to open.

MaxOpenOrders, represents the max quantity of open orders ( default 5).

LotsChnge, if set to true, allows the opening of trades with the same sign of previous trade or reversed trades when an existing trade have a loss over the amount of Target*TargetMulti.

Multi, represents the multiplier used by the EA, when LotsChnge is set to true, to calculate the amount of lots of trades to be opened with the same sign or with reversed sign, to absorb the current loss.

BreakEvenPips, represents the quantity of points added to the opening price by the function BreakEven to set the Stop Loss.

TargetPoints, represents the quantity of points to be multiplied by the amount of Lots parameter to calculate the Target value.

TargetMulti, represents the multiplier of the Target.

SwapCheck , if set to true, EA opens trades with earning swap only.

UseNoTradingHours, if set to true, allows user to set 3 couple of time in order to stop trades opening during the time chosen ahead of economic news.

 

 

 

 


推荐产品
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 Trend EA
Lachezar Krastev
4.5 (2)
MACD Trend EA is based on the popular forex indicator MACD (Moving Average Convergence Divergence). It is fully automated trading expert advisor and completely FREE!  As the name suggests, this expert advisor uses a trend-following strategy and uses the MACD indicator to detect the beginning of uptrends and downtrends. MACD Trend EA Top Features - Trend Following Strategy - Money Management - Advanced Exit System + TP and SL  - Trailing Stop System - Broker protection System - Custom Magic Re
FREE
MACD Not So Simple
Leonid Basis
2 (1)
This is an example of how the MetaTrader terminals's Strategy Tester can help to find good input parameters for an old and widely known MACD Sample Expert Advisor, which is available in the Navigator window (tab: Expert Advisors). Input parameters Indicator MACD: fast - fast Period; slow - Slow Period; sign - Signal Period; appPrice - PRICE_CLOSE=0; PRICE_OPEN=1; PRICE_HIGH=2; PRICE_LOW=3; PRICE_MEDIAN=4; PRICE_TYPICAL=5; PRICE_WEIGHTED=6; MACDOpenLevel ; MACDCloseLevel ; Indicator Moving Avera
FREE
Stratos Bora
Michela Russo
4.71 (73)
Stratos Bora is a trading robot  for the trading on forex. Designed to harness the power of the Ichimoku Kinko Hyo indicator, it offers 12 strategies to cater to every trader's style. Whether you're a seasoned trader or just starting out, Stratos Bora provides a seamless trading experience, ensuring you're always at the forefront of market opportunities. Important Information Revealed Leave a review and contact me via mql5 message to receive additional set files ! Do you want a powerful EA? Ch
FREE
PZ Goldfinch Scalper EA
PZ TRADING SLU
2.72 (43)
这是我著名的剥头皮机Goldfinch EA的最新版本,它是十年前首次发布。它以短期内突然出现的波动性扩张为市场提供了头条:它假设并试图在突然的价格加速后利用价格变动的惯性。这个新版本已经过简化,使交易者可以轻松使用测试仪的优化功能来找到最佳交易参数。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 简单的输入参数可简化优化 可定制的贸易管理设置 交易时段选择 工作日选择 金钱管理 谨防... ick牛黄牛是危险的,因为许多因素都会破坏收益。可变的点差和滑点降低了交易的数学期望,经纪人的低报价密度可能导致幻像交易,止损位破坏了您获取利润的能力,并且网络滞后意味着重新报价。建议注意。 回溯测试 EA交易仅使用报价数据。请以“每笔交易”模式回测。 它根本不使用HLOC(高-低-开-关)数据 交易时间无关紧要 为了获得更好的性能,请为您希望在每个刻度线模式下交易的每个交易品种运行云优化。稍后分享! 输入参数 触发点:触发点差所需的价格变动。 (预设= 10) 最小时间窗口:价格波动发生的最短时间。 (默认= 3) 最长时间窗口:价格波动发生的最长时间。
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
EA PROMO EXPIRED 2022.12.12 (12 December 2022)......!!!! .... NEW VERSION WITH 6 INDICATORS SETTING ON OR OFF (MA,RSI,CCI,MACD,STOCHASTIC,PARABOLIC SAR).... Automatic  EA (With 6 indicator setting TRUE or FALSE) Manual trade (Buy,Sell,Trailing stop,Close buy,Close sell,Close profit,Close all) Local copy trading Full Panel indicators (SnR,Fibonacci,Currency strength,trade panel) Push notification,email,STP ALLINONE EA (All strategy in one EA) Hedging (on/off),martingale (on/off),anti martingale
FREE
EURUSD EMA–SMA Reversal Breakout (H1) is a fully automated MetaTrader 4 strategy designed to capture **confirmed reversal breakouts** on EURUSD using a simple trend + position filter with rule-based **pending STOP execution** beyond recent structure. The EA was backtested on **EURUSD on the H1 timeframe** from **April 1, 2004 to April 24, 2024** using a MetaTrader 4 backtest engine (base data: EURUSD_M1_UTC2). No parameter setup is required — the system is delivered with optimized and fine-tune
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
MACD Trend FREE
Vojtech Svobodnik
5 (1)
MACD Trend FREE is Expert Advisor for EURJPY  based on MACD Indicator . You can completely edit settings of MACD Indicator, TakeProfit, StopLoss and TrailingStop. Default paramters are optimized for best results. But you can test other settings for antoher currency pairs or timeframe. MACD Trend FREE  has been tested from year 2003 to 2021 . My test used the real tick data with 99,90% accuracy. Doesn't use Martingale or other dangerous strategies.  Recommendations Symbol:   EURJPY Timeframe:  
FREE
EA SUPER MATAELANG Limited Big Promo For 5 first buyer will get $65 price ==>> next price will Up to $XXXXX This is the Free Version of  EA SUPER MATAELANG PRO It cannot set the Lotsize. By default is 0.001. Plase buy Pro version  Link Pro Version :  https://www.mql5.com/en/market/product/87076 This EA uses some very sophisticated indicators. Can detect trend direction with high accuracy. It also has a safety system to anticipate if the price direction is not in the same direction as the posit
FREE
Swing Climber EurUsd H1
Marco Bortolamasi
5 (1)
EURUSD H1 Simple Martingale that works on daily swing levels, low DD, TP and SL defined on the basis of certain pre-set calculations in the algorithm, executes one trade at a time, weekly trading no overnight on weekends, possibility to establish customized exit times, possibility of customize money management. average return of 7.92% per year with the factory settings of the V1, it is always constantly updated, it is recommended to use it with a GMT +2 server TESTED SINCE 2003  Happy trading
FREE
RSI TrendWave
Alexander Men
4 (1)
RSI TheTrendWave 是一个带有智能马丁格尔策略的双重 RSI,用于 MQL4 的专家顾问(EA)。它结合了基于 RSI 的趋势识别和风险管理策略,通过修改的马丁格尔系统减少回撤。以下是其工作原理: 双重 RSI 信号: 当短期 RSI 上穿长期 RSI 且两者都低于某个超卖阈值(例如 30)时,触发买入信号。 当短期 RSI 下穿长期 RSI 且两者都高于某个超买阈值(例如 70)时,触发卖出信号。 EA 在所有货币对上使用相同的双重 RSI 逻辑,基于每个货币对的超买和超卖条件识别买入和卖出机会。由于 EURUSD、GBPUSD 和 USDCAD 的流动性和波动性差异,EA 能有效地检测趋势和反转。 智能马丁格尔策略: 初始仓位 : 根据 RSI 信号开仓,初始手数较小。 马丁格尔倍增 : 如果交易方向与 EA 相反并达到某个亏损阈值,下一笔交易的手数将以受控方式增加(例如,倍数小于 2),而不是像传统的马丁格尔系统那样激进地加倍。 动态调整 : 倍增系数根据当前市场波动性和可用权益进行调整,以避免过度杠杆,帮助限制风险敞口。 盈利目标和退出 : EA 在达到预定的盈利
FREE
Green Dragon
Mick Prater
4 (4)
The Green Dragon is a strategy that uses the Ichimoku Kinko Hyo system to place trades. The primary element of the Green Dragon is the use of the Chinkou Span as it crosses price action to place trades. This is a classic strategy of the Ichimoku even though its not as popular as some of the other strategies. The Chinkou Span is normally thought of as a market momentum indicator and used to give a trade set up more conviction when analyzing price movement. I find this description somewhat vague a
FREE
Skull Per
Che Jeib Che Said
4 (1)
Skull Per https://www.mql5.com/en/users/earobotkk/seller#products This is a fully functional Expert Advisor. It is intended for trading major currency pairs with small spread. It uses scalping technique for quick profit and easy to use with simple input parameters. Input Max Spread:  maximum spread allowable for trading. Magic No: unique expert number. Lot: size of lot. Lot Multiplier: size of subsequent lot by multiplication. Take Profit: take profit in pips. Stop Loss: stop loss in pips. Trail
FREE
CryptoTrend
Paulo Martins Barbosa
4 (2)
<h3>CryptoTrend</h3> <p> <b>CryptoTrend</b> is the free edition of a rule-based cryptocurrency Expert Advisor created for traders who want to test the product philosophy and core execution style before using the full version. </p> <h3>Overview</h3> <p> This EA is designed around the idea of participating in relevant crypto price trends through structured rules and controlled execution. It avoids dangerous recovery methods and focuses on practical automated trading. </p> <p> There is no marti
FREE
CrocoBot EA
Muhammad Ridzwan Bin Abd Razak
4 (2)
This expert advisor is very simple and easy to understand, it is based on the martingale strategy. Recommended Pairs For Default Strategy: - GBPUSD - H1   Expert Advisor Inputs: - Strategy --> You have 4 options: Low Risk, Mid Risk, High Risk, Custom Strategy ( Custom Strategy is based on CrossOver Moving Average  ); - Lot_Win --> Default value: (0.01) - Lot_Start --> Default value: (0.01) - Lot_Multiple --> Default value: (1), switch the value to (2 or above) if you want to use martingle stra
FREE
Eurusd Auto Trading Bot
Gabriel Beaird
4 (2)
Fully Automated And ready just follow the instructions below to see it work right. Enjoy!  MINIMUM ACCOUNT SIZE - $500 RECCOMENDED ACCOUNT SIZE - $1000 For EurUSD Trade On 15M Candle For IG broker  Another broker it works on is OANDA but I run mine on IG Comes ready as is all you need to do is make sure the above is correct and then run it on EUR USD (15M) Goes off of equity in the account I have worked on this EA on and off and now I think it has enough data and backtesting to give to you al
FREE
Astin MT4
Novateq Pty. Ltd
Use Stochastic with oversold and overbought to find trading opportunities. Use RSI to identify strength of trend anf confirm the trend matches the stochastic overbought and oversold. Trade on MACD cross matching the trend identified by Stochastic and RSI. Set stop loss at a recent swing high or swing low. Set take profit as a ratio of stop loss. Exits are on take profit and stop loss only, there is no exit signal.
FREE
VeritasX
Daisuke Arimizu
Veritas-X for MT4 is a high-precision quantitative trading system engineered specifically for the MetaTrader 4 platform. It is designed to surgically exploit "Structural Price Discontinuities" (Weekend Gaps) that occur during the global market transition phase, utilizing state-of-the-art mathematical models. Strategy Core: Quantum Mean Reversion While many retail EAs rely on lagging indicators, Veritas-X operates on the principle of Quantum Mean Reversion . It identifies moments when price act
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
Эксперт  MACD_LevelTrader создан для торговле валютной пары XAUUSD. Данная версия это наработки того, что можно извлечь  из  индикатора MACD и Moving Average.   Важно перед тестированием изменить настройку с 1000 на 5000                       Offset in points UP from SMA200 for sell            5000                       Offset in points DOWN from SMA200 for buy        5000   Тайм фрейм  М5. Два варианта логики, П араметр  true=вход по уровню  MACD + SMA200, false=вход по MACD  Тестируйте на демо
FREE
策略主要使用MACD技术指标,始终追随大趋势方向,在M1出现启动信号时开仓交易 适合交易的图表为黄金XAUUSD,在其他趋势表现明显商品中同样适用1 参数说明 多空开关: 打开启用 账户资金1000,或10000 使用1000账户推荐一次一单 使用10000账户可选打开订单上限,最大10单 固定手数:默认0.01 高级仓位控制 启用资金计算手数:打开生效 每10000开单量:0.01-0.1 空单是多单手数比例:黄金推荐设置0.5 风控设置 最大订单数量:1 用来控制最大持仓的订单数量 止损点数:8000 黄金8美金 止盈点数:24000 黄金24美金 如果你的经纪商报价是小数点后2位,需要减少一位数设置 启用ATR控制真实波动值来控制:启用生效 止损ATR值的倍数 止盈ATR值的倍数 订单设置 订单注释:为订单添加一个注释 魔术码:EA用于识别订单的特殊数字,同时使用多个EA时请修改
FREE
基于波段交易策略,使用低风险的交易策略来最大程度地尽量及时的获取利润. 策略原理 1、进场:点差限制,时间限制,ATR限制,确保波幅不会太大,布林带上轨开空单,布林带下轨开多单。 2、出场:点差限制,点差太大了平不了仓,这个请注意,平台时间0-1点点差会很大。多单在中轨上平台,空单在中轨下平仓。中轨就是布林带用到的那根均线,不知道的,自己了解下布林带的原理. 使用说明 1、适用品种:GBPCAD,GBPAUD,GBPNZD,EURNZD,EURAUD,EURCAD,AUDCAD,AUDCHF等等. 2、适用周期:M5,或者M15. 3、时间设置:参数中设置的是平台时间,须注意GMT的偏离换算........
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
CasinoMachine
Christoph Karl Peter Engelhardt
This is a gamble Expert Advisor!! It will open randomly trades on markets which are in your watchlist (left). You select how much you will risk. It uses the  compound interest effect. Example: Starting with $10 1. Trade + $10 -> $20 2. Trade + $20 -> $40 3. Trade + $40 -> $80 4. Trade + $80 -> $160 5. Trade + $160 -> $320 6. Trade + $320 -> $640 .. and so on! If you reach the 17th trade sucessfully, you have over 1 Million Dollar!! (Starting with $10) It risks max. 90% of your money stake, to
FREE
"Forex Super Robot AIB is a free robot that anyone can easily trade with. By simply attaching it to the EURUSD H1 chart, your life will be rosy from today on. This robot was created to fulfill your dreams. Please enjoy. The robot will make multiple entries, with a default of 20 orders. These orders will be closed together. The initial settings are TP=50 and SL=50, so please find the best settings for yourself."
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
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
Proftrader Free
Alexander Nikolaev
4 (3)
This Expert Advisor analyzes the last candles and determines whether there will be a reversal or a large correction. Also, the readings of some indicators are analyzed (their parameters can be adjusted). Is a free version of Proftrader . Unlike the full version, in the free version of the adviser the initial lot cannot be higher than 0.1, trading pair only EURUSD and also it has fewer configurable parameters. Input parameters Lots - lot size (at 0, the lot will be calculated from the percentage
FREE
该产品的买家也购买
Scalping Robot Pro MT4
MQL TOOLS SL
5 (11)
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
Quantum King MT4
Bogdan Ion Puscasu
5 (5)
量子之王EA——智能力量,专为每位交易者打造 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 特价上市 实时信号:       点击这里 MT5版本:   点击此处 量子之王频道:       点击这里 ***购买 Quantum King MT4,即可免费获得 Quantum StarMan!*** 详情请私信咨询! 规则   你的交易精准而自律。 量子之王 EA     将结构化网格的优势和自适应马丁格尔策略的智能性融合到一个无缝系统中——专为 M5 上的 AUDCAD 而设计,适合希望实现稳定、可控增长的初学者和专业人士。 量子之王 EA     是一个为澳元/加元货币对在 M5 时间框架上开发的全自动交易系统。 它将网格策略的结构与马丁格尔策略的自适应恢复逻辑相结合,形成了一个能够智能管理所有市场阶段交易的系统。 专为易用性和一致性而设计   量子王
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 有一點經驗,您可以輕鬆地將
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 已針對黃金的最長可用期限進行了壓
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
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 会根据设置中的时间过滤器,从美国交易时段结束
AW Recovery EA
AW Trading Software Limited
4.35 (84)
智能交易系统是一个旨在恢复无利可图头寸的系统。 作者的算法锁定了一个亏损仓位,将其拆分为多个独立的部分,并分别平仓。简单的设置、在回撤的情况下延迟启动、锁定、禁用其他 EA 交易、使用趋势过滤进行平均以及部分关闭亏损头寸都内置在一个工具中。 与仅在整个组中关闭订单的网格策略相比,使用部分关闭损失可以让您以较低的存款负载减少损失,从而确保更安全地处理损失。 如何恢复订单: 1 EA 关闭所选工具的其他窗口以关闭无利可图的 EA(可选)。 2 EA 重置所有已处理订单的止盈和止损水平,并删除具有相应标识符的挂单。 3 EA 关闭所有已处理的盈利订单,以便使用其利润来弥补部分非盈利订单并减少总头寸量(可选)。 4 EA 通过打开锁定订单来锁定亏损头寸。 5 然后,通过打开恢复订单,它开始通过部分关闭不盈利的订单来减少损失。 6 当部分关闭时,算法首先恢复定位最不成功的订单,或者最接近盈利的无利润订单。每个无利可图的订单都分为许多部分,顾问分别关闭每个部分。恢复订单以小量开仓,以免大幅增加入金负担 包含注释、设置和测试说明的完整输入设置列表  ->   这里  MT5 版本 ->   这里
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
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 需要提供低比特幣點差的經紀商。 私信聯繫我,獲取推薦經紀商名單。 主要特徵: 自適
Limited-time 30-day promotion: Get Kenni Trades Gold Breakout for only $499.99 —regularly $799.99 —and receive Kenni Daily Scalp Breakout Gold FREE with your purchase. This exclusive offer is available for 30 days only. Kenni Trades Gold Breakout  now includes three selectable trading modes:   Kenni Gold Breakout ,   Kenni Daily Scalp Breakout Gold , and   Kenni Prop Firms . Kenni Trades Gold Breakout  is an automated trading system developed specifically for Gold on MetaTrader 4 hedging account
Vortex Gold MT4
Stanislav Tomilov
4.93 (43)
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 >>
EA Gold Stuff
Vasiliy Strukov
4.7 (1091)
EA Gold Stuff是专为黄金交易设计的专家顾问。 该工作基于使用Gold Stuff指标打开订单,因此顾问根据"趋势跟随"策略工作,这意味着跟随趋势。 重要! 购买后立即与我联系,以获得说明和奖金! 您可以免费收到我们的强力支持和趋势扫描指标的副本,请私信。大部头书! 实时结果可以在这里查看 参数 打开新系列-打开/关闭新系列订单的开始。 起始地段-起始地段。 交易买入-允许Ea交易买入。 交易卖出-允许智能交易系统卖出。 使用对冲-当功能启用时,顾问将交易买入和卖出方向,当功能禁用时,顾问将只交易一个方向。 使用货币Manadgement-开/关使用自动手数计算。 自动旋转 每0.01手的可用保证金-每0.01手单位开仓的可用保证金金额。 Lot miltiplier-以下订单的手数乘法系数。 TP-止盈,以点为单位。 SL-止损,以点为单位从第一个订单。 跟踪开始-跟踪止损的激活。 Trail Step-追踪止损激活时与价格的距离。 DD减少算法是一种减少回撤的算法,其中具有利润的最后一个订单被关闭,系列的第一个订单处于亏损状态。 DD缩减算法的编号顺序-
XGen Scalper MT4
Burak Baltaci
3 (2)
XGen Scalper MT4 - 专业自动交易系统 XGen Scalper 是一款尖端专家顾问,通过将先进算法结构与成熟技术分析相结合,在所有市场中提供稳定可靠的交易结果。该强大交易系统可无缝运行于外汇货币对、黄金白银等贵金属、加密货币及大宗商品指数等多种市场。 先进算法技术 其专利波浪扫描算法通过实时处理市场数据,识别手动交易者可能忽略的高概率交易机会。该系统能持续适应变化的市场环境,在趋势、区间及波动市场中均能高效运作。 全局兼容性 不同于针对特定货币对设计的传统EA,XGen在所有交易品种中均表现卓越。 专业控制面板 通过精美的界面实时监控账户指标、详细交易统计数据及系统状态。集成波浪可视化功能清晰展示系统对市场状况的解读。 企业级风险管理 基于账户余额和风险承受能力的自适应仓位规模 根据市场波动动态调整的跟踪止损 点差过滤机制避免不利交易条件 多时间周期确认实现更高精度交易 精准交易 闪电般快速的订单处理,以最小滑点实现最优价格。兼容所有MT5经纪商和交易类型。智能订单管理自动处理从入场到离场的全流程。 完全可定制 根据您的策略调整头寸规
EA Ice Cube Scalper
Sergey Batudayev
4.71 (21)
交易顾问 Ice Cube Scalper -         这是一天的黄牛     , 每天进行大量交易,每笔交易拿几个点。 EA 的策略是使用 RSI 指标与趋势进行交易。 EA 使用乘数平均,您需要在使用 EA 之前了解这一点,但是该策略在回测和实时交易中表现良好。 购买前,请务必在策略测试器中测试顾问的工作。 为了控制 EA 交易中的风险,您可以限制平均订单的最大数量以及股权风险。 为了了解顾问的工作方式,您可以订阅免费信号,这样您就可以了解顾问的工作方式及其潜力。 输入参数 很多     _     乘数             -             手数乘数         参展时       平均订单 起始批次           -           起始批次 命令     _     斯佩特             - 介于两者之间       亲   命令         平均 智能步         =真/     错误的           包括/在         用于更改订单之间步骤的智能模式 起始步长系数           - 在平均顺序之
Aura Neuron MT4
Stanislav Tomilov
4.67 (15)
Aura Neuron 是一款独特的 EA 交易系统,延续了 Aura 系列交易系统。通过利用先进的神经网络和尖端的经典交易策略,Aura Neuron 提供了一种具有出色潜在性能的创新方法。这款 EA 交易系统完全自动化,旨在交易 XAUUSD (GOLD) 等货币对。从 1999 年到 2023 年,它在这些货币对中表现出了一致的稳定性。该系统避免了危险的资金管理技术,例如马丁格尔、网格或剥头皮,使其适用于任何经纪商条件。Aura Neuron 由多层感知器 (MLP) 神经网络驱动,利用它来预测市场趋势和走势。MLP 是一种前馈人工神经网络 (ANN),通常被称为“原始”神经网络,尤其是当它们由单个隐藏层组成时。MLP 包括三个基本层:输入层、隐藏层和输出层。除输入节点外,每个神经元都使用非线性激活函数。该网络使用称为反向传播的监督学习技术进行训练。 MLP 的多层结构和非线性激活使其有别于线性感知器,使其能够识别数据中非线性可分的模式。通过其复杂的 NN 智能,Aura Neuron 能够识别模式并适应不断变化的市场条件,例如汇率或交易者行为的变化。其处理复杂数据的能力使其能够
Mirror EA mt4
Vasiliy Strukov
Mirror EA 是一款基于 SmaSRS196 指标的自动交易系统。该指标结合了简单移动平均线 (SMA) 和相对强弱指数 (RSI),并采用 96 周期优化框架。该 EA 持续分析市场状况,通过 SMA 确认趋势方向,同时利用 RSI 检测动能强度和潜在的超买/超卖情况,从而识别高概率交易机会。当指标变为红色时,EA 会在移动平均线下方卖出;当指标变为绿色时,EA 会在移动平均线上方买入。 该策略旨在通过要求趋势和动能一致才能建仓,从而减少虚假信号。其可配置参数允许针对不同的金融工具和时间框架进行优化,同时保持执行的一致性。该 EA 适用于任何货币对和任何时间框架,但在 M15 时间框架下,例如 XAUUSD 等强趋势工具上表现尤为出色。这是一款马丁格尔/网格策略 EA。 即時結果可在此處查看。 購買後立即聯絡我,即可獲得個人獎勵!您可以免費獲得我們的強力支撐和趨勢掃描器指標, 請私訊我 ! 設定和手冊在此處 請注意,我不在 Telegram 上出售我的 EA 或特殊套件,它們僅適用於 MQL5,我的套件檔案僅在我的部落格上提供。請小心詐騙者,不要從其他人那裡購買任何套件!
Forex GOLD Investor
Lachezar Krastev
4.39 (51)
BUY 1 and GET 1 FREE - Promotion! Buy Forex GOLD Investor 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! Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 3 trading systems . The first one is based on scalping trading strat
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:
Golden Moon Scalper
Nguyen Hang Hai Ha
2.8 (5)
Expert Gold Moon Scalper is a fully automated Expert Advisor designed specifically for the Gold market (XAUUSD). The EA combines price action analysis, tick-based market behavior, and technical indicator confirmation to identify high-probability trading opportunities. The strategy uses Stop Orders to capture momentum during Gold's fast price movements, helping reduce premature entries in volatile conditions. Positions are managed with a combination of scalping logic, dynamic trailing, and predef
GOLD Scalper PRO
Lachezar Krastev
4.48 (25)
BUY 1 and GET 1 FREE - Promotion! Buy GOLD Scalper PRO with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $177 (Regular Price: $447 — You Save $270!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Live Results:   https://www.mql5.com/en/signals/2353871 GOLD Scalper PRO is a fully automated trading system which takes much of the work out of trading, leaving you free to do other things! You should not be fooled
AW Double Grids EA
AW Trading Software Limited
4.5 (8)
AW Double Grids MT5 智能交易系统是一款激进的、全自动的基于网格的智能交易系统,具有信息交易面板和简单的设置。该策略包括同时进行的两侧工作,将一个方向的体积相乘。内置自动计算手数,以及订单乘法的变化。 说明 -> 此处  /  问题解决 ->   此处 / MT4 版本 ->   此处 顾问如何交易: AW 双网格通过一对方向相反的订单进行双向交易。 AW Double Grids 通过开立两个反向订单开始交易。在关闭盈利订单后,顾问会再次开立两个订单,将开仓方向的交易量乘以倍数。如果有未结订单,顾问可以根据设置更改获利点数。获利点可以是动态的,也可以是固定的。 输入参数: 主要设置 Size_of_the_first_order - 定义第一个订单大小的变量。 在“Enable_Autolot_calculation”禁用时使用。 Enable_Autolot_calculation - 使用自动手数计算。此功能允许您在更改存款时保存风险设置。     如果您使用 autolot,则不使用“   Size_of_the_first_order”   。 Autol
Bypass Generator MT4
Connor Michael Woodson
1 (1)
Bypass Generator 是一款基于机构级算法、专为 XAUUSD 设计的确定性剥头皮交易系统。 实时信号: 点击这里 这并不是一款典型的 EA,它不会毫无节制地一笔接一笔开仓,从而耗尽您的保证金并让您的资金承受不必要的风险。 每一次入场都会经过 16 个独立验证层的审核,之后才会开启单一仓位。系统不使用网格策略,每笔交易都设有虚拟止盈(Take Profit)和止损(Stop Loss)。 回测曲线并未针对不切实际的收益进行优化。该系统基于 21 年历史数据开发和验证,并在公开发布前通过真实市场表现进行了确认。 盈利交易可通过移动止盈机制持续扩大收益。系统严格限制同一时间仅持有一个仓位。不使用网格、马丁格尔或手数加仓,因此形成了始终保持可控的线性风险模型。 交易逻辑基于稳健的技术架构: 趋势强度与确认:系统在多个时间周期上计算动态趋势线,并为其赋予趋势强度值。随后,每个强度值都会根据历史价格走势乘以相应的数值系数,并按强弱排序。只有在识别出占主导地位的趋势后才会进场交易。 支撑与阻力:系统首先根据较低时间周期(H1 和 M15)中价格曾发生反应的位置计算历史支撑位和阻力位。
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 模式。系统平均每年约执行
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 个货币对,互补的价格模式可以创造出远胜于单一货币对的稳定平衡点。核心原则是什么?更多的数据意味着更高的获胜概率。 多对策略的优势 降低单一货币对风险:不依赖
HFT Prop EA
Manpreet Singh
4.93 (257)
HFT PROP EA is the High Frequency Trading Expert Advisor (EA/bot) designed to pass proprietary trading firms (prop firms) challenges which use stop orders to enter the trades when market is trending, It is basically designed for US30 just at opening of US30 in New York Session till it remain in its trending nature for 15-30 minutes, and using HFT PROP EA you can pass the challenge within few minutes for prop firms who doesn't have any lot size cap. To see its Live working you may check by signin
Scalp On Scalp Off MT4
Connor Michael Woodson
FastBull 市场情绪 是一项数据服务,汇总了数千个持仓,总账户价值超过 5 亿美元。 Scalp On Scalp Off 能够通过直接 API 集成即时获取这些数据,并在交易时加以利用。市场情绪会直接显示在您的图表上,以可自定义且易于使用的面板形式呈现。 实时信号: 点击此处 单次交易管理,无需使用网格或马丁格尔策略。 自适应动态追踪止损和止盈。 设置极其简单,不到 15 秒即可完成。只需将 API URL 添加到允许的 WebRequest 列表中。 推荐设置 图表:EURUSD、GBPUSD、XAUUSD 时间周期:H1 输入参数 市场情绪 URL - 将此 URL 添加到 WebRequest 市场情绪过滤器 - 启用或禁用市场情绪过滤器 市场情绪货币对 - 要监控并显示在面板上的货币对 市场情绪面板 - 启用或禁用情绪面板 手数计算方式 - 选择自动手数或固定手数 固定手数 - 固定手数大小 自动手数 - 每指定金额账户货币使用 0.01 手 最大点差 - 指定最大允许点差(点) 固定止损 - 指定固定止损(点) 自动 GMT 检测 - 自动计算您的经纪商 GMT 偏
Market Reversal Alerts EA
Lee Samson
4.13 (23)
市場反轉警報 EA 由同名指標(可在此處獲得)提供支持,並根據市場結構變化進行交易。 默認情況下,每次指標發送市場反轉警報時,EA 都會進行交易,並將根據您在 EA 設置中設置的條件和過濾器來交易這些警報。 當價格向當前趨勢方向移動時,它會繪製支撐矩形,並在價格急劇反轉並發出市場結構轉變或重新測試反轉信號時進行交易。更多在指標頁面。 此描述中有太多設置和可能性,因此有一篇包含所有設置的博客文章和一個視頻,在此博客文章中詳細介紹了它們。  https://www.mql5.com/en/blogs/post/745502 請閱讀上面的帖子並觀看視頻,您將了解 EA 的強大功能。 這篇博文中有一些很好的設置文件可以幫助您入門和策略。 https://www.mql5.com/en/blogs/post/745984 基於市場結構逆轉微調和創建多種策略和交易風格的可能性是無窮無盡的!了解我的人都知道,我每天都通過這個 EA 賺大錢,我很高興向您展示如何做。 EA 的 MT4 版本也可在此處獲得: https://www.mql5.com/en/market/product/
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience.   With proper brokerage conditions and sufficient running time, this fully automated scalp
GOLD Edge PRO
Hideki Nakajima
4.86 (7)
Gold Edge Pro is the EA designed exclusively for GOLD (XAUUSD). It can also be used in other currency pairs. This EA trades trend-follow using the moving average and multiple time frame RSIs. Use GRID trade. News filters are available. This EA closes with the "DD Reduce" function when drawing down. You can set trailing stop for "GRID trading" and "DD Reduce" function. Additional trades can be made using the panel. These are automatically settled as GRID series. You can also manually settle all t
作者的更多信息
FRTScalping
Gianfranco Tanzi
1 (1)
This Expert Advisor is our latest trading system and it is designed to work with EURUSD and GBPUSD . This EA produces good results with medium spreads. It opens a market order following the market trend and then it opens  Market Orders with different amount of lots to close all orders or single order in profit with small amounts. To close trades, it uses a cumulated closing function or a closing function for each trade opened. It works with  all time frames, better with lower TF,  and you can us
FREE
NearTheMarket
Gianfranco Tanzi
NearTheMarket is a fully automated trading EA  with an excelent predicting criteria to enter into Market. First it opens market orders, buy or sell, with a predefined Take Profit. If after a specified time the trade is still open, the robobot deletes the Take Profit and opens a limited order with a lots amount equal to a multiple of lots of the market order. The mission of the robot is to get the PayOffPrice (average price of the net position) closer to market price. Again, if open orders are on
FREE
This EA opens trades when a trend inversion occurs. Trades are normaly closed one by one. When an open trades must be recoverd, the EA opens reverse trades using the same criteria of standard orders. This is  the free and limited version of the FRT PriceAction Pro.  I suggest to use this EA, first with EURUSD at M1 or D1 , on an ECN account with a good leverage and low spread + commissions (not over 7 USD per lot). If you attach the robot to more than one parity on the same account, remember to
FREE
NetRecoveryMangerATR    is an Expert Advisor that starts from a net long/short position and then opens additional positions using ATR-based levels, with a dynamic multiplier, and closes everything when the net PL exceeds a target. The opening of the first position is done automatically by the EA when market conditions, mobile averages and price action criteria, are met. The EA may be attached to any currency chart. EA will attribute automatically a specific MagicNumber to each used chart. The ti
筛选:
无评论
回复评论