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.7 (44)
这是我著名的剥头皮机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
4.29 (17)
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
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
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;
Scipio Gold Bot
Stefano Frisetti
BEWARE of SCAM! SCIPIO GOLD BOT is only distributed by MQL5.com. Please note: this is not a commercial BOT, but a professional one. Distribution is limited to 100 copies in total, and the price may increase without notice. Thisi is MT4 versione, Mt5 version is here:  https://www.mql5.com/it/market/product/148820 The differences that make SCIPIO EA unique are: + no variable settings or settings that the TRADER must enter + only opens one trade at a time + always uses close and fixed STOP LOSSES
AW Recovery EA
AW Trading Software Limited
4.35 (84)
智能交易系统是一个旨在恢复无利可图头寸的系统。 作者的算法锁定了一个亏损仓位,将其拆分为多个独立的部分,并分别平仓。简单的设置、在回撤的情况下延迟启动、锁定、禁用其他 EA 交易、使用趋势过滤进行平均以及部分关闭亏损头寸都内置在一个工具中。 与仅在整个组中关闭订单的网格策略相比,使用部分关闭损失可以让您以较低的存款负载减少损失,从而确保更安全地处理损失。 如何恢复订单: 1 EA 关闭所选工具的其他窗口以关闭无利可图的 EA(可选)。 2 EA 重置所有已处理订单的止盈和止损水平,并删除具有相应标识符的挂单。 3 EA 关闭所有已处理的盈利订单,以便使用其利润来弥补部分非盈利订单并减少总头寸量(可选)。 4 EA 通过打开锁定订单来锁定亏损头寸。 5 然后,通过打开恢复订单,它开始通过部分关闭不盈利的订单来减少损失。 6 当部分关闭时,算法首先恢复定位最不成功的订单,或者最接近盈利的无利润订单。每个无利可图的订单都分为许多部分,顾问分别关闭每个部分。恢复订单以小量开仓,以免大幅增加入金负担 包含注释、设置和测试说明的完整输入设置列表  ->   这里  MT5 版本 ->   这里
Scalping Index Pro is a   professional trading system   designed specifically for fast and precise scalping on   US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability   trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic tra
Kenni Trades Gold Breakout  is an automated trading system developed specifically for Gold on MetaTrader 4 hedging accounts. The EA monitors gold price action for potential breakout opportunities and automatically manages entries, pending orders, position sizing, and exits. Its multi-strategy approach is designed to adapt to different market conditions while maintaining built-in risk controls. Live Motoring   MT5 Version Timeframe: Daily Trading Symbol: XAUUSD Minimum Deposit: $1000 Key Feature
Quantum King MT4
Bogdan Ion Puscasu
5 (6)
量子之王EA——智能力量,专为每位交易者打造 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 特价上市 实时信号:       点击这里 MT5版本:   点击此处 量子之王频道:       点击这里 ***购买 Quantum King MT4,即可免费获得 Quantum StarMan!*** 详情请私信咨询! 规则   你的交易精准而自律。 量子之王 EA     将结构化网格的优势和自适应马丁格尔策略的智能性融合到一个无缝系统中——专为 M5 上的 AUDCAD 而设计,适合希望实现稳定、可控增长的初学者和专业人士。 量子之王 EA     是一个为澳元/加元货币对在 M5 时间框架上开发的全自动交易系统。 它将网格策略的结构与马丁格尔策略的自适应恢复逻辑相结合,形成了一个能够智能管理所有市场阶段交易的系统。 专为易用性和一致性而设计   量子王
Sailing Gold
Nguyen Hang Hai Ha
5 (4)
Expert Advisor Sailing Gold is a fully automated Expert Advisor designed exclusively for trading Gold (XAUUSD) on MetaTrader 4. The EA combines momentum analysis, volatility-based market modeling, and an advanced scalping algorithm to identify high-probability trading opportunities while applying intelligent position management for consistent execution and disciplined risk control. To improve trade quality, Sailing Gold includes an optional Moving Average (MA) trend filter, enabling the EA to tr
Big Forex Players MT4
MQL TOOLS SL
4.72 (43)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Multi Sniper mq
DMITRII GRIDASOV
5 (3)
MULTI SNIPER EA 是一款精准的自动交易系统,在 MT4 平台上的准确率高达 90% 左右。 这款盈利丰厚的剥头皮 EA 无疑是目前市场上最稳定的系统之一。   No grid! No martingale! 它是独家产品,仅在本 MQL5 网站提供。 下载用于测试和交易的EA设置文件:   GBPAUD Set_file   GBPCAD Set_file - 实现了复利方法和剥头皮交易技术。 - 系统会根据市场波动自动设置动态止损。 - EA 默认具有自动(手数计算)风险管理功能,并提供固定手数选项。 - 可调整交易入场敏感度参数。 - 周末无交易缺口。 - 精确的操作时间过滤器,精度可达 1 分钟。 - 内置点差显示。 - 机器人具有盈亏平衡功能。 - 账户杠杆:1:30 至 1:2000 范围内任意选择。 - 最推荐的货币对是 GBPCAD 和 GBPAUD - 相应的 Set_files 可在“评论”部分找到。 - 不存在任何危险的马丁格尔/网格策略。每笔订单都有自己的止损位,以保护账户安全。 - 运行时间:EA 会根据设置中的时间过滤器,从美国交易时段结束
Cross Sided Scalp MT4
Connor Michael Woodson
Cross Sided Scalp 是一种日内趋势跟踪系统,旨在利用高准确率的入场信号,并结合内置的相关性矩阵进行辅助判断。 Live Signal 已上线!当前价格将会上调。限时价格 75 USD。 无网格,无马丁格尔。每笔交易独立开仓 支持固定止损,并配备虚拟动态移动止损系统 可自定义矩阵面板和精确的手数设置 推荐设置 图表:EURUSD, GBPUSD 时间周期:H1 参数 货币相关性交易对 - 向矩阵中添加交易对 自动检测后缀 - 启用或禁用 固定手数 -  固定交易手数 自动手数 - 每达到此账户货币金额使用 0.01 手 最大点差 - 设置允许开仓的最大点差 固定止损 - 止损参数 Magic Number - 每个订单的 Magic Number 持仓注释 交易面板外观
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
Fortress MT4
Shane Lee
5 (1)
Real Trading Account LIVE SIGNAL 100K REAL:   https://www.mql5.com/en/signals/2388151 Real Trading Account  LIVE SIGNAL VT MARKETS:  https://www.mql5.com/en/signals/2378166 Join SmiteFX Algos MQL5 Public Chat :   https://www.mql5.com/en/messages/03e4dab0b20bdd01 Fortress is an automated breakout Expert Advisor for MetaTrader 4 & 5, developed primarily for XAUUSD. The EA utilizes multiple confirmation algorithms and internal strategies to identify optimal breakout points at key support and res
Trend Radar — Expert Advisor for MetaTrader 4 Overview Trend Radar is an Expert Advisor (EA) for MetaTrader 4 that opens trades based on a proprietary price-channel analysis model, filtered by slope angle and corridor width. The EA combines clear signal logic with flexible risk management and full control over every stage of trade management — from entry to trailing stop. How It Works Channel analysis. The EA builds a price channel from the last SignalBarCount bars and determines its overall dir
EA Gold Stuff
Vasiliy Strukov
4.7 (1092)
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经纪商和交易类型。智能订单管理自动处理从入场到离场的全流程。 完全可定制 根据您的策略调整头寸规
Vortex Gold MT4
Stanislav Tomilov
4.93 (44)
Vortex - 您对未来的投资 Vortex Gold EA 专家顾问专门用于在 Metatrader 平台上交易黄金(XAU/USD)。该 EA 使用专有指标和作者的秘密算法构建,采用全面的交易策略,旨在捕捉黄金市场中的盈利走势。其策略的关键组成部分包括 CCI 和抛物线指标等经典指标,这些指标共同作用,准确地发出理想的进入和退出点信号。Vortex Gold EA 的核心是先进的神经网络和机器学习技术。这些算法持续分析历史和实时数据,使 EA 能够更准确地适应和应对不断变化的市场趋势。通过利用深度学习,Vortex Gold EA 可以识别模式,自动调整指标参数,并随着时间的推移不断提高性能。Vortex Gold EA 是专有指标、机器学习和适应性交易算法的强大组合。使用 Vortex Gold EA 为您的未来投资。 售价 675 美元(还剩 2/10),下一个价格 795 美元 Live Monitoring  https://www.mql5.com/en/signals/2366351 Check out the live results in Profile >>
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/
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 有一點經驗,您可以輕鬆地將
ToTheMoon MT4
Daniel Moraes Da Silva
5 (1)
ONE OF THE FEW ROBOTS WITH A SIGNAL HISTORY OF MORE THAN 3 YEARS AND AMONG THE TOP 10.   LINK TO MY ROBOTS AND SIGNAL PRESETS: In my profile there is a link to download the PRESETS that I use in my SIGNALS, you can download and Backtest for free, there are explanations in the my WebSite. https://www.mql5.com/en/users/tec_daniel   LINK TO OTHER ROBOT VERSIONS: MT4:  https://www.mql5.com/en/market/product/97963 MT5:  https://www.mql5.com/en/market/product/97962   SOME EXAMPLES OF SIGNALS ON “mql5.
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
Range Breakout EA MT4
BM Trading GmbH
5 (2)
Unlike many other programs in the mql5 market this is a REAL day trading strategy. It does not use any martingale or grid functionalities and follows a logical concept. The Range Breakout Expert Advisor can be used to trade time ranges. The market often finds its direction in the morning hours and then follows this trend for the day. This expert advisor is designed to trade these trends after the morning breakout. Still you can trade all sorts of time breakouts with this program.  I use the stra
Mirror EA mt4
Vasiliy Strukov
5 (1)
Mirror EA 是一款基于 SmaSRS196 指标的自动交易系统。该指标结合了简单移动平均线 (SMA) 和相对强弱指数 (RSI),并采用 96 周期优化框架。该 EA 持续分析市场状况,通过 SMA 确认趋势方向,同时利用 RSI 检测动能强度和潜在的超买/超卖情况,从而识别高概率交易机会。当指标变为红色时,EA 会在移动平均线下方卖出;当指标变为绿色时,EA 会在移动平均线上方买入。 该策略旨在通过要求趋势和动能一致才能建仓,从而减少虚假信号。其可配置参数允许针对不同的金融工具和时间框架进行优化,同时保持执行的一致性。该 EA 适用于任何货币对和任何时间框架,但在 M15 时间框架下,例如 XAUUSD 等强趋势工具上表现尤为出色。这是一款马丁格尔/网格策略 EA。 即時結果可在此處查看。 購買後立即聯絡我,即可獲得個人獎勵!您可以免費獲得我們的強力支撐和趨勢掃描器指標, 請私訊我 ! 設定和手冊在此處 請注意,我不在 Telegram 上出售我的 EA 或特殊套件,它們僅適用於 MQL5,我的套件檔案僅在我的部落格上提供。請小心詐騙者,不要從其他人那裡購買任何套件!
Stratos Mistral mt4
Michela Russo
4 (1)
LAUNCH PROMO Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> Tomorrow’s price: $399 Stratos Mistral is a robust forex trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of ADX, Moving Average, and High/Low Level indicators, Stratos Mistral delivers high-quality signals and fully automated trading on the M15 timeframe. It features a robust, pre-optimized configuration, ensuri
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 需要提供低比特幣點差的經紀商。 私信聯繫我,獲取推薦經紀商名單。 主要特徵: 自適
Aurum AI mt4
Leonid Arkhipov
4.94 (34)
更新 — 2025年12月 Aurum 交易系统于 2024 年 11 月底正式发布。 在这一整年里,它在真实市场环境中稳定运行,没有新闻过滤器,没有额外的防护限制,也没有复杂的交易约束 —— 依然保持了稳定与可靠的表现。 Live Signal (launch April 14, 2026) 这一年的真实交易充分证明了该交易系统本身的可靠性。 正是在真实数据与实际经验的基础上,我们于 2025 年 12 月发布了本次重大更新: 全面升级高级交易面板,并适配所有屏幕分辨率 新增扩展交易保护系统 新增基于 Forex Factory 的强力新闻过滤系统 新增两个额外过滤器,用于更精准的信号判断 全面优化执行速度与系统稳定性 新增安全的 Recovery 回本功能 图表主题升级为高级风格 关于 Aurum Aurum — 黄金交易高级 EA(XAU/USD) Aurum 是一款专为黄金市场打造的专业级交易 EA,核心目标是稳定性与安全性。系统基于趋势分析,并采用严格的风险控制机制。 本系统不使用任何危险交易方式 —— 不加仓、不网格、不马丁、不激进加仓。 每一笔交易都严格设置止损
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:
One Gold MT4
Stanislav Tomilov
4.68 (19)
介绍 One Gold EA,这是 Meta Trader 平台上一种先进的黄金交易机器人,旨在帮助交易者进行高级市场分析。我们的专有技术利用神经网络和数据驱动算法来分析历史和实时黄金市场数据,提供有助于决策的见解。与传统的手动策略不同,One Gold EA 以最少的干预运行,简化了交易流程并旨在降低相关风险。虽然使用先进的神经插件可以增强机器人的分析能力,但需要注意的是,与任何交易工具一样,One Gold EA 并不保证盈利。然而,它被设计为具有通过提供更明智和数据支持的见解来提高交易绩效的潜力。One Gold EA 持续监控黄金市场,以检测人类交易者可能难以发现的模式和趋势。该系统能够适应各种市场条件,提供更一致的交易方法,尤其是在黄金交易等高度波动的环境中。无论您是经验丰富的交易员还是市场新手,One Gold EA 都旨在通过提供全面的市场分析和减少手动工作量来支持您的决策过程。虽然 One Gold EA 旨在简化交易体验,但将机器人与深思熟虑的交易计划和适当的风险管理策略结合使用至关重要。我们相信我们的技术有潜力为交易员提供支持,但鼓励负责任地使用和持续监控结果以获得
作者的更多信息
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
筛选:
无评论
回复评论