• 概述
  • 评论
  • 评论
  • 新特性

Short Trend Reversal

With this EA you can build a good profitable system. The EA was created to test signals for the main EA that I am creating, but when I saw the backtest results, I thought I would add a few lines and put it on the market. After adding over 1000 lines of code, here it is. It works on any classic currency pair /you just need to find the right settings/. It probably works on many other instruments, but you need to choose the right TakeProfit, StopLoss, min_dist, pending_dist. If you want to test other instruments, it is best to do large tests from methodology 2 with your own TP. Sample settings for GOLD, SILVER, OIL, SP500, DAX40 can be found in the params.txt file.

For EUR,USD,GBP,CHF,CAD,JPY,AUD,NZD between them crosses, pips calculated as for a 4-digit broker (inside multiplied by 10). The rest of the instruments as your broker has.

EA has the following settings coded Built-in settings: SAFE, MODERATE, AGGRESIVE, start by checking what it looks like with your broker /it was backtested with Vantage on an STP account in 2023/.

I recommend turning on several charts of one currency, for example several crosses EUR or USD or ... or mixed, and several TFs, this way you will obtain indirect hedging.

During the sale of promotional copies, will expand EA to multitimeframe and upgrade to version 2.0

Important: This EA should have StopLoss set to 0 while running. StopLoss is used to create a statistics file in the tester folder during backtests. There you will see useful information about the amounts of losing and profitable trades. Pips in this EA are calculated as for 4-digit-broker /FOR CURRENCIES ONLY/. The rest of the instruments as your broker has.

======================================== LIVE SIGNALS ========================================

EUR basket: https://www.mql5.com/en/signals/2218143

GBP basket: https://www.mql5.com/en/signals/2225924

=============================================================================================

Rules and my backtest methodology:

  1. Disable the genetic algorithm if you want to use my statistics file
  2. Open prices only testing model. There is no need to test every tick because EA takes a position only on new candles
  3. set mine TP first: M15 TP=15, M30: TP =20, H1: TP=30, H4: TP=40 /change if you want, but try mine/
                                                                                                                                                                                     

method 1 /detailed/

step one:

  • EA default values: and disable the final_optimization parameter (enabled, averages trades, and we don't want that now), Built-in settings set to user
  • BarsRange1: range 5-50 with step 5 (pattern higher lower trades)
  • BarsRange2: range 3-15 with step 2 (pattern higher lower trades)
  • TakeProfit as above (unless you prefer otherwise, I recommend mine to start with)
  • StopLoss you accept (100,150,200 it depends on the symbol and is only used to count bad signals)

Run optimization with BarsRange1 and BarsRange2 selected. The results that the tester shows or does not show are not important. Important information is saved in the MT4/tester/files/ShortTrendReversal/*.txt file. The file is only created when StopLoss is greater than 0. Now open the created file. I recommend notepad++ for this because it reloads the file if it changes. Analyze the results.

step two:

  • narrow the ranges of BarsRange1 and 2
  • min_dist:       range 10-70 with step 10 /minimum distance from the previous order, 0 completely disables the limit/
  • pending_dist: range 10-70 with step 10 /pending order distance, 0 disables pending orders/
  • StopLoss set to 0
  • enable final_optimization

Run optimization. Now choose what suits you. Additionally, once you have your optimization results, you can set StopLoss as above call up the individual results. At this point /with StopLoss/ the result itself won't matter, but you can see and compare the new statistics in the file (MT4/tester/files/ShortTrendReversal/*.txt). Statistics will be different than before and will certainly be very helpful in making decisions. You can save selected results to a file with external parameters (MQL4/files/ShortTrendReversal/params.txt). Details can be found in the file.

My rules when backtesting Built-in settings: SAFE,MODERATE,AGGRESIVE

SAFE:           BarsRange2 range 7-11
MODERATE:  BarsRange2 range 5-7,9
AGGRESIVE: BarsRange2 range 3-5,7

                                                                                                                                                                                     

method 2 /fast and simple/

Everything as above in one go.

  • EA default values
  • BarsRange1:   range 5-50 with step 5 /pattern higher lower trades/
  • BarsRange2:   range 3-15 with step 2 /pattern higher lower trades/
  • min_dist:       range 10-70 with step 10 /minimum distance from the previous order, 0 completely disables the limit/
  • pending_dist: range 10-70 with step 10 /pending order distance, 0 disables pending orders/
  • TakeProfit set my TP first: M15 TP=15, M30: TP =20, H1: TP=30, H4: TP=40
  • StopLoss set to 0
  • enable final_optimization

Run optimization. Now choose what suits you. Additionally, once you have your optimization results, you can set StopLoss as above and run individual results. Statistics in the file as above.

                                                                                                                                                                                     

While writing this description, I extended the pending_dist functionality and did not backtested it. When you set a negative value, the EA will set a buy stop order a few pips above the local high and sell stop a few pips below.

here is the formula:
BUY STOP at the highest high of the last 10 bars + ((-1)*pending_dist + spread)

SELL STOP at the lowest low of the last 10bars - ((-1)*pending_dist)

=======================================================================================================

Settings:

BarsRange1:
main signal 1 /pattern higher lower trades/
BarsRange2:
main signal 2 /pattern higher lower trades/
min_dist:
minimum distance from the previous order, 0 completely disables the limit
pending_dist:
distance of pending order, 0 disables pending orders, negative value: distance from local maximums and minimums for pending orders
TakeProfit:
M15 TP=15, M30: TP =20, H1: TP=30, H4: TP=40
StopLoss:
100,150,200 /depends on the symbol/
final_optimization:
enable/disable averaging
Built-in settings: user,SAFE,MODERATE,AGGRESIVE,ReadFromFile
TP,SL in %:
calculation in % for other instruments than currencies
StartTrading:
the beginning of trading, set Start and Stop to 0:00, trading is active all the time, set Start and Stop to 9:9, trading is inactive all the time
StopTrading:
end of trade, Start and Stop disabled for backtests
MagicNumber:
EA recognizes orders by number and _Period
Lots:
trade volume
dynamic_lots:
 each subsequent order will be increased modes: none,simple,fibo_sequence,martingale up to 10 trades. on chart you'll see (N),(S),(F),(M)
UseRiskManager:
you know, risk manager
EntryRisk:
% of capital per trade for accounts with leverage>=100. the position size is always calculated as for an account with leverage = 100 (for secure)
GUI_enable:
two graphical interface modes, simple GUI, also works in visual mode
UseSounds:
on/off sounds
LogLvL:
silent/MT4logs/alerts
ShowInitConfig:
shows a window with parameters at startup
Built-in settings:                           user: all settings can be changed by the user for use or backtesting
SAFE,MODERATE,AGGRESIVE:         all parameters from the first section are permanently set:
  •     BarsRange1, BarsRange2, min_dist, pending_dist are saved in arrays
  •     TakeProfit: M15 TP=15, M30: TP =20, H1: TP=30, H4: TP=40
  •     StopLoss set to 0
  •     final_optimization enabled
ReadFromFile:    During the first launch, EA will create a params.txt file in the folder MQL4/files/ShortTrendReversal/ with a saved SAFE table as an example of use. After backtesting, you can save the parameters there and you don't have to do anything else. EA will reload the file on the new D1 candle. You  can also restart MataTrader.


Due to the fact that importing external DLL libraries is prohibited, I moved the window resize to the indicator. Source code below.

https://www.mql5.com/en/code/48973

script that opens a set of charts:

#property copyright     "https://www.mql5.com/en/market/product/Short Trend Reversal"
#property link          "https://www.mql5.com/en/market/product/114909"
#property description   "script that opens a set of charts"
#property version       "1.00"
#property strict
#property show_inputs

#import "stdlib.ex4"
   string ErrorDescription(int error_code);
#import
#import "user32.dll"
   int  GetParent(int hWnd);
   void MoveWindow(int hWnd,int X,int Y,int nWidth,int nHeight,int bRepaint);
#import
#define INITIAL_PAIRS "EURUSD,GBPUSD,USDCHF,USDCAD,USDJPY,AUDUSD,NZDUSD,EURGBP,EURCHF,EURCAD,EURJPY,EURAUD,EURNZD,GBPCHF,GBPCAD,GBPJPY,GBPAUD,GBPNZD,CADCHF,CHFJPY,AUDCHF,NZDCHF,CADJPY,AUDCAD,NZDCAD,AUDJPY,NZDJPY,AUDNZD" 
string all_pairs[];

input string                  basket         = "EUR";
input ENUM_TIMEFRAMES         period         = PERIOD_H1;
input string                  inp_template   = "default.tpl";
input int                     Monitor        = 0;
extern int                    _X             = -5;
input int                     _Y             = -15;
input int                     Width          = 332;
input int                     Height         = 363;
input string                  prefix         = "";
input string                  suffix         = "";
//+------------------------------------------------------------------+
//| script program start function                                    |
//+------------------------------------------------------------------+
void OnStart() {
   StringSplit(INITIAL_PAIRS,',',all_pairs);
   if(Monitor > 0) _X += 1920;
   for(char i=0; i<ArraySize(all_pairs); i++) {
      if(StringFind(all_pairs[i],basket) != -1) {
         long chart = ChartOpen(prefix+all_pairs[i]+suffix,period);
         ChartApplyTemplate(chart,"\\Files\\ShortTrendReversal\\"+inp_template);
         int parent = GetParent((int)ChartGetInteger(chart,CHART_WINDOW_HANDLE));
         MoveWindow(parent,_X,_Y,Width,Height,true);
         ObjectCreate(chart,"ShortTrendReversal",OBJ_LABEL,0,0,0);
         ObjectSetInteger(chart,"ShortTrendReversal",OBJPROP_CORNER,CORNER_RIGHT_LOWER);
         ObjectSetInteger(chart,"ShortTrendReversal",OBJPROP_XDISTANCE,30);
         ObjectSetInteger(chart,"ShortTrendReversal",OBJPROP_YDISTANCE,15);
         ObjectSetString(chart,"ShortTrendReversal",OBJPROP_TEXT,basket);
         ObjectSetString(chart,"ShortTrendReversal",OBJPROP_FONT,"Arial Black");
         ObjectSetInteger(chart,"ShortTrendReversal",OBJPROP_FONTSIZE,7);
         ObjectSetInteger(chart,"ShortTrendReversal",OBJPROP_ALIGN,ALIGN_CENTER);
         ObjectSetInteger(chart,"ShortTrendReversal",OBJPROP_COLOR,clrGainsboro);
         ObjectSetInteger(chart,"ShortTrendReversal",OBJPROP_BGCOLOR,clrNONE);
         ObjectSetInteger(chart,"ShortTrendReversal",OBJPROP_BORDER_COLOR,clrNONE);
         ObjectSetInteger(chart,"ShortTrendReversal",OBJPROP_SELECTABLE,false);
         ObjectSetInteger(chart,"ShortTrendReversal",OBJPROP_HIDDEN,true);
         ObjectSetInteger(chart,"ShortTrendReversal",OBJPROP_READONLY,true);
         ChartRedraw(chart);
         _X+=274;Sleep(100);
      }
   }
}


推荐产品
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
PairsTrading
Evgenii Kuznetsov
3.67 (9)
The EA identifies divergences in two correlated currency pairs and trades in the direction where they converge back. Working timeframe: M30 Input parameters MagicNumber - identification number for the EA. OrdersComment - comment to order, automatic if an empty value is set. Lots - lot size. DepoPer001Lot - automatic lot calculation (specify the balance per 0.01 lot) (if 0, the value from 'Lots' parameter is used). TimeFrame - working timeframe. Symbol #2 - correlated currency. Symbol #2 revers
TC Poseidon EA
Pablo Leonardo Spata
This is a trading robot to work on USDCHF - Timeframe H1 . It exploits a statistical advantage produced in the Swiss franc. All trades with SL and TP. Backtest now!   Special OFFER for this week Discount price - $ 49. Next price $ 149. BUY NOW!!!   Would you like to see how 100 dollars turn into more than 3 million dollars? Do you already have a robust strategy that works on USDCHF ? TC Poseidon EA is the god of the seas, water, storms, hurricanes, earthquakes, and horses. Use its power to
Grid and MACD
Vladimir Gribachev
This is a grid Expert Advisor. It has several trading strategies based on the MACD indicator. The virtual trailing stop, stop loss, take profit levels can be set pips, in the deposit currency or as a percentage of the balance. Depending on the settings, different orders may be opened for diversifying risks. Their closure can be either an oppositely directed or unidirectional basket of orders. The orders grid is adaptive, only market orders are used in it. If the price moves the distance of Order
Grid and MA
Vladimir Gribachev
5 (3)
This is a grid Expert Advisor. It features several trading strategies based on Moving Average. It works on minute bar Open prices. Virtual trailing stop, stop loss and take profit can be set in pips, in the deposit currency or as a percentage of the balance. Depending on the settings, different orders may be opened for diversifying risks. Their closure can be either an oppositely directed or unidirectional basket of orders. The order grid is adaptive and is made of market orders. If the price ha
Bear vs Bull EA MT4
NGUYEN NGHIEM DUY
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings;  Recommendations Before using on real money, test the adviser with minimal risk on a cent tr
Universal MT4 MACD
Vladimir Gribachev
MACD指標上的交易機器人 這是交易機器人的簡化版,它只使用一種進場策略(高級版有超過 10 種策略) 專家福利: 剝頭皮交易、馬丁格爾交易、網格交易。 您可以僅使用一個訂單或一組訂單設置交易。具有動態、固定或乘數步長和交易手數的高度可定制的訂單網格將允許您使 EA 交易適應幾乎任何交易工具。 回撤系統,重疊虧損訂單和余額保護 網格交易易受非反彈價格變動的影響已不是什麼秘密,但由於訂單恢復系統,顧問將能夠擺脫大多數回撤。回撤的退出是通過將最遠的無利可圖的訂單與最接近市場的獲利訂單重疊來執行的。交易機器人可用於恢復賬戶中的虧損頭寸、手動交易或其他專家開立的交易。它可以通過幻數接收和處理所有訂單。 交易開放過濾器。 任何交易策略都應該有一個信號過濾器和交易開倉。在這個機器人中有幾個:MA 的趨勢方向過濾器、波動率過濾器、價差擴大過濾器、一周中的某一天和工作時間、用於多交易的直接和反向相關過濾器。具有手動確認信號的功能。 開倉和平倉訂單的虛擬級別。 所有交易開倉水平、止損、止盈、追踪止損設置都是虛擬的。多虧了這一點,您可以從
The basis of the strategy is the identification of quick corrective movements between the crosses of a working currency pair or metal. At the moment of differences in prices of trading instruments, the adviser analyzes the possible direction of price movement on a working instrument and starts work. Each position has a stop loss and take profit. A unique position tracking algorithm allows you to control the superiority of profit over loss. The adviser does not use dangerous trading method
Index Trader Suite
Ivan Pochta
5 (1)
>>> Index Trader Suite Live  Results  here >> >>> Index Trader Suite v.1.0 Presets: Download >> >>>    Index Trader Suite MT5 version available   here >> Index Trader Suite is a fully automated trading advisor based on a proprietary trading strategy for the world's most popular and liquid Stock Indices. The system is based on the principles of Price Action and does not use technical indicators to determine the optimal points for opening trades. The strategy is based on 2 key principles of
Success Forex
Mr Teerawoot Aonlamool
Way  to success  EA EA used to trade gold, try to get up to 10000 points of chart drag Trade according to trends, use up to 5 indicators to set values. It is a Martingale system. Fixed when the first lot lost by multiplying not over There is a trailing system. Stop comes when there is a profit. Max drawdown only 24.18% Testing Through the Crisis of War Within 6 months the profit reaches 128.74%
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
Fxdolarix
Andrey Kozak
Fxdolarix 是 GBPUSD M5 的自动机器人黄牛。 在真实账户上进行了 3 个月的测试。 该机器人采用专注于短期盘中价格走势的倒卖策略。 主要重点是识别短期波动的时刻并执行快速交易。 机器人使用以下指标:iMACD、iMA、iStochastic。 使用这些指标,机器人可以识别趋势的方向,并在跳动价格变动活动的帮助下,识别波动性的剧烈冲动以进行交易。 机器人使用风险管理策略来保护资本。 头寸规模根据当前市场波动情况计算,止损和止盈根据策略参数设置。 该机器人专注于 5 分钟图表 (M5) 上的交易,这使其能够对快速的价格变化做出反应。 该机器人已经使用各种参数进行了广泛的回溯测试,以确保在各种市场条件下的性能。 定期进行参数优化以保持高性能。 此外,该机器人还在 FXopen 经纪商的真实账户上进行了 3 个月的测试。 交易建议: 货币对 英镑兑美元 M5 时间表 最低初始余额 600 美元起 英镑兑美元最大点差可达 10 点 ECN账户类型 推荐用于交易 FXopen 的经纪商(或具有类似交易条件的经纪商) 将设置保留为默认值。 重要的! 如果您实时启动机器人并
Trendless Scalper
Jaspreet Singh Saini
As the name says, Trendless Scalper doesn't care for what trend is going on in the currency pair. It opens one trade as selected by user and then keep on adding trades according to direction itself. It don't have very complicated parameters. Simply apply on any chart and it works. It is recommended that the spread of the account should be low, but it dont have any restriction for accounts with high Spread too. It can trade any chart and any timeframe. This EA works for those accounts which can h
Общие сведения Для начала торговли достаточно небольшого депозита. Подходит для мульти-валютной торговли. Не зависим от качества соединения и торговых условий.  Принцип работы Эксперт открывает ордера по встроенному индикатору. Если прибыль ордера плюсовая. Данный ордер закрывается и открывается новый в противоположном направлении объёмом  Lot . Если прибыль ордера минусовая. Данный ордер закрывается и открывается новый в этом же направлении и объёмом в  Martingale  раз больше преведущего.
Forex Fibonacci
Yuriy Kuzmin
4.43 (7)
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! The trading robot is designed for trading in the Forex market. Safety in trading: constant stop loss, take profit, protection from increased spread. The advantage of the advisor is trading Money Management (money management system) automatic lot calculation based on the size of your deposit, automatic installation and movement of Fibona
EA Golden King
Maksym Shyshatskyi
Golden King Expert Advisor 是一款專為外匯市場設計的自動交易程序,具有獨特的剝頭皮策略,主要專注於黃金交易(XAU/USD)。 該 EA 專為尋求高頻且快速地利用黃金價格波動賺錢的交易者而設計。 “金王”的主要特點: 剝頭皮策略:該 EA 使用剝頭皮策略,這意味著它會在短時間內(通常在幾分鐘內)開倉和平倉。 這使您可以通過較小的價格波動快速獲利。 獨特的發展:該顧問的作者特別關注其策略的發展,該策略可以是獨特的和完善的,以在黃金市場上獲得最佳結果。 自動化交易:Golden King 是完全自動化的,這意味著它可以 24/7 運行,無需人工干預。 交易者只需調整參數並監控結果。 風險合規性:該 EA 通常具有內置的風險管理機制,例如止損和止盈,以最大程度地減少損失並保護交易者的投資。 參數優化:為了獲得更好的結果,交易者可以根據歷史數據優化 EA 參數並選擇最佳設置。 適合有經驗的交易者:剝頭皮需要交易者快速反應並對市場有很好的了解。 因此,“黃金之王”對於準備進行密集交易的經驗豐富的交易者來說是最有用的。 不斷更新:為了適應
Stpaos
Vladislav Filippov
STPAOS is an automated trading advisor. The advisor programmatic functionality has been customized for a safe trading strategy with the trend, the essence of which is to close the transaction while achieving a positive profitability ratio of several points, which gives the buyer the opportunity to minimize the loss of funds from the opening of losing trades. Advisor is equipped with special software installations and utilities that help to achieve a positive indicator of trade profitability. The
Brexit Breakout (GBPUSD H1) This EA has been developed for GBPUSD H1.  Everything is tested for H1 timeframe . Strategy is based on breakout of the This Bar Open indicator after some time of consolidation. It will very well works on these times, when the pound is moving. It uses Stop pending orders with  FIXED Stop Loss and Take Profit . It also uses PROFIT TRAILING to catch from the moves as much as possible. At 9:00 pm we are closing trading every Friday to prevent from weekly gaps. !!!Adjust
Circadian
Conor Stephenson
3 (4)
Circadian 是一款三角套利专家顾问,利用三种货币对之间的价格相关性进行工作。 专家一次交易三对,这些货币对被分组为一组。 使用自定义排列计算器找到集合或从默认选择中选择集合。 每组分配一分钟二十秒的时间来寻找同步套利机会,一旦发现有效信号,该组将被锁定并开立三笔交易。 该算法配备了动态止盈和篮子关闭逻辑,将自动管理一组中的所有货币对。      信号和群聊: https://www.mql5.com/en/users/conorstephenson      查看用户指 南以获取有关专 家概念的进一步解释和每个输入的描述。      请在购买后与我联系以获取设置建议和免费的专家顾问! 我的产品仅在 MQL5 上销售,如果您在其他地方看到该产品,则它是仿制品。 别被愚弄了。 主要特征      设置一张图表。      网格/倒卖专家利用三对之间的价格相关性和波动进行交易。      复杂的逻辑 - 初始交易以三组为一组进行,并作为一组进行监控/管理。      独特的排列计算器会自动从您的市场观察列表中查找所有可能的有效套利对三角形。      多种交易
Ilanis
Mikhail Sergeev
4.61 (28)
Ilanis is and Expert Advisor for stock trading, it can be used for trading on Forex and other markets, including commodities, metals and index markets. To determine the market entry, the EA uses the modern and ultra-light adaptive indicator FourAverage. Principle of position maintaining is similar to that of the popular Forex robot Ilan, using averaging. But unlike Ilan, Ilanis uses an accurate entry into the market. The robot pays a lot of attention to position control, if the price goes in the
Gold Matrix pro Welcome to the Gold Matrix Ea pro. The Robot is based on one standard Indicator. No other Indicator required =============================================================================================== This Robot is fully automated and has been created for everyone. The Robot works also on cent accounts. =============================================================================================== =>   works on all Time Frames from 1Minute to 1Day => On the lower Frames
Night Zen
Anton Iudakov
A multi-currency scalping robot at night. In the second version, only EURCHF is traded. Signal version 1.0 (Multiplier = 1) Night Zen - the night scalper uses low-volatility areas on the chart to search for a potential price reversal. The Expert Advisor enters the market with only one transaction if all conditions are met. To protect trades, the EA sets a fixed Stop Loss. The adviser can close a deal both on Take Profit and on the strategy embedded in it. The Expert Advisor trades on the m15 tim
Fundamental Robot MT4
Kyra Nickaline Watson-gordon
Fundamental Robot is an Expert Advisor based on Fundamental Signals Indicator. The Fundamental Signals Indicator has a powerful calculation engine that can predict market movement over 30000 points. The indicator is named fundamental because it can predict trends with large movements, no complicated inputs and low risk.  The EA works with low margin levels and thus has low risk. Using EA : The EA is very simple and without complicated input parameters. These are main parameters must b
Dr Trade Pro MT4
Julia Lopez
5 (3)
介绍 Dr Trade Pro,一款精心设计的智能持续交易的专家顾问。 我们的专家顾问依赖于精准性,利用趋势识别和准确的市场分析来无缝执行交易。Dr Trade Pro 配备了每笔交易的战略备用计划,强调盈利并最小化潜在损失。 Dr Trade Pro 的独特之处在于其适应多样市场条件,使其对新闻和市场波动具有弹性 - 这是一个可靠专家顾问的关键特征。这种适应性使得该机器人能够平稳地检测市场变化并更新其算法,确保在更大或更具波动性的市场中保持稳定性和最佳性能。 需要注意的是,Dr Trade Pro 在其交易中采用了平均化策略。如果您对这种专家顾问风格不熟悉,我们建议在考虑购买之前仔细审查其功能。 探索 Dr Trade Pro 的能力,这是一款精致的专家顾问,旨在提升您的交易体验。您对其可靠性的信心是我们的首要任务。 现在价格仅为   185 美元   --> 下一个价格   299 美元 。 为什么选择 Dr Trade Pro? 适应不同账户类型   : Dr Trade Pro 具有多功能性和适应性,非常适合小额和大额账户余额,杠杆选项范围从1:20到1:1000,为
DAX30 expert Optimus
Ol'ga Alpatova
5 (1)
The Expert Advisor is based on a long-term study of the volatility of the # DAX30 index. The Expert Advisor opens no more than one deal per day. If there is no signal, the deal will not be opened. IMPORTANT!!!! if there is an already open deal, the EA will not open a new one. Even if you opened a deal manually, the EA will not open a new one. made for the purpose of security of the deposit and opening in opposite directions. FOR THE EXPERT TO WORK, THERE SHOULD NOT BE OPEN DEALS IN THE TERM
Gold Digger vMT4
Dragan Drenjanin
The   Gold Digger   is designed for trading on the   XAUSUD   or   GOLD   symbol. The current recommendation is to use the robot on the   H41 timeframe.   The robot is crafted in a minimalist style, yet it possesses all the features of a fully rounded system. Therefore, the robot has an option that allows it to work with all types of orders, reverse positions, and an advanced money management system. All exit rules are calculated based on independent ATR indicators. If the robot is used on vario
The Immortal Tree system EA is a  Fully automated Smart grid strategy , advanced money management Designed for trading NZDCAD,AUDNZD,AUDCAD as protection against failures – when the connection is restored, the advisor will continue to work with its orders. Advanced setting trading time intervals. The purchase price rises to USD 399 when the signal account profit rises over 115%. ** 1/10 ** for $159 next 359  Live Signals : *** Live Signal ** >>>   Live 1   <<< ** ***     Designed for t
HFT Hunter
Vladimir Gribachev
1 (2)
This intraday scalper Expert Advisor trades by capturing sharp jumps during a high market volatility. It can work both with market and pending orders. Most of the time, the EA is in standby mode, therefore do not expect fast results immediately. FIFO compliant. Only one market order can be opened on each symbol at a time. No martingale, no grid, no hedging Attention! This EA relies on the movement speed of the quotes, and requires a VPS server for stable operation. The recommended minimum deposi
Please DON'T Keep Default settings try the set below https://drive.google.com/open?id=17byTA0brzBJl8B56l2r2gJf-C0gKtHva The Forex Hacked is a grid scalper EA fully automated expert Advisor This EA is a cycle of buy or sell depending of signaling, it start with the base"lot and increase the size at every step by its factor and set a global take profit," if daily target profit is hit then close all orders, also have a time filtering, you can enable hedging after especified quantity of loss or
Impuls Pro MT4
Sergey Batudayev
5 (3)
EA 的策略基于波段交易,在 iPump 指标计算的急剧脉冲之后入场。 如前所述,EA 能够在自动支持下进行手动交易。 - 对于下降趋势 ↓ 我们在价格修正上涨后进入交易,资产进入超买区域,我们沿着趋势卖出。 - 对于上升趋势 ↑,我们在价格回调后进入交易,资产跌入超卖区域,我们顺势买入。 交易所选资产时,顾问会考虑趋势并仅根据当前趋势开仓,无利可图的交易可以通过止损和平均来关闭,第二种选择当然更有利可图但风险也更大 好处 内置电平指示器,用于分析不同 TF 的电平 能够在图表上手动选择平均水平 开多个金字塔订单,利润倍增的能力(订单数量可自行控制) 根据 iPump 指标的反向信号,设置 TP 的更多标准 使用“手”模式手动打开交易的能力 所有趋势策略都基于简单且非常正确的逻辑,即: 在当前趋势中开启交易 价格调整后开仓 考虑交易水平 在这个顾问中观察到所有三个假设。 确定 2 个时间范围的趋势,在价格超买/超卖的最有利时刻进入交易,图表上可以看到修正水平 SL 和 TP。 解释策略  - 对于下降趋势 ↓ 我们在修正价格上涨后进入交易,资产跌入超买区域,我们沿着趋势卖出。 - 对
该产品的买家也购买
The Gold Reaper MT4
Profalgo Limited
4.86 (28)
道具準備就緒! ( 下載SETFILE ) 推出促銷活動: 目前價格只剩幾本! 最終價格:990$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 歡迎來到黃金收割者! 該 EA 以非常成功的 Goldtrade Pro 為基礎,設計為同時在多個時間框架上運行,並且可以選擇將交易頻率從非常保守到極端波動設定。 EA 使用多種確認演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   黃金非常適合這種策略,因為它是一種波動性很大的貨幣對。 系統根據您的帳戶規模和最大允許提款設定自動調整交易頻率和手數! 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該 EA 已針對黃金的最長可用期限進行了壓力測試,為不同經紀商使用了
Gold Trade Pro
Profalgo Limited
4.59 (22)
推出促銷活動! 僅剩幾本,449 美元! 下一個價格: 599$ 最終售價:999$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Gold Trade Pro 加入了黃金交易 EA 俱樂部,但有一個很大的區別:這是一種真正的交易策略。 “真實交易策略”是什麼意思? 您可能已經註意到,市場上幾乎所有黃金 EA 都是簡單的網格/鞅系統,當市場與初始倉位相反時,該系統會添加交易。  它們通常偽裝成“神經網絡/人工智能/機器學習”,但如果您對外彙和 EA 有一點經驗,您可以輕鬆地將它們識別為簡單的網格和鞅系統,這是非常危險的。 雖然這種類型的策略在回溯測試中可能看起來不錯(直線排列,甚至經常在測試中進行操縱以獲得更多銷售額),但它們總是無一例外
Quantum Emperor MT4
Bogdan Ion Puscasu
4.93 (124)
介绍     QuantumEmperor EA 是一款突破性的 MQL5 专家顾问,它正在改变您交易著名的 GBPUSD 货币对的方式!由拥有超过13年交易经验的经验丰富的交易者团队开发。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***购买量子皇帝EA即可免费获得量子星人、量子贸易EA或量子金皇!*** 详情请私讯 新的实时信号 V4:   点击此处 MT5版本:  点击这里 量子 EA 通道:       点击这里 *促销价:1199 美元。每购买 10 次,价格就会上涨 100 美元。最终售价 1999 美元 量子皇帝EA     采用独特的策略,将单个交易连续拆分为六个较小的交易。这意味着 EA 每次执行交易时,都会自动将其分为 6 个较小的头寸。 量子皇帝EA     因其处理亏损交易的出色方法而从其他专家顾问中脱颖而出。与传统方法单纯
AI Nodiurnal EA
Ugochukwu Mobi
AI Nodiurnal EA是一款先进的外汇机器人,利用尖端的机器学习技术优化交易策略,在动态的外汇市场中提升性能。术语“Nodiurnal”反映了它的适应能力,不仅在典型的白天交易时间内运行,而且在非标准时段也能持续运行,为外汇交易提供连续和适应性的方法。 设置:货币对的默认设置:EURUSD H1。特殊设置仅在购买后提供。 实时账号信号在这里: https://www.mql5.com/zh/signals/1270367 MT5版本在这里: https://www.mql5.com/zh/market/product/74716 市场推出促销!仅剩下10份中的10份,价格为:5,500美元,下一个价格为:7,500美元,最终价格为:10,000美元 主要特点: 机器学习算法:AI Nodiurnal EA的核心优势在于利用机器学习算法。这些算法分析大量的历史市场数据,识别模式、趋势和潜在的交易机会。通过不断学习,系统优化其策略,适应不断变化的市场条件。 适应性交易策略:与静态算法的传统交易机器人不同,AI Nodiurnal EA设计为适应不断变化的市场动态。它可以动态调整交易
Bitcoin Robot MT4
Marzena Maria Szmit
5 (7)
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
One Gold MT4
Stanislav Tomilov
5 (9)
欢迎来到下一代金融投资的世界,使用我们基于MetaTrader平台的独特金融交易机器人!我们的专有技术代表了交易领域中先进数据分析计算平台的巅峰。One Gold EA是一种真正的智能算法,运行在超出人类交易员能力范围的水平上。它的独特方法基于神经扫描仪和人工智能高级技术在神经网络中的原理,EA能够以无与伦比的精度分析金市的历史和当前数据。 忘记复杂的手动策略和风险吧!One Gold交易机器人旨在帮助您增加潜在利润。不要错过在MetaTrader市场上尝试黄金交易的尖端解决方案的机会。这不仅仅是一个机器人,它代表着今天金融市场的未来!One Gold EA利用先进的数据分析方法,可以成为您在实现金融目标方面的可靠合作伙伴。尽管我们不能保证特定的回报,但我们相信我们的开发潜在带来了在金市中获得可观利润的机会。抓住这个机会,体验未来的好处吧! 在使用这个机器人时,我们已经利用了前沿的神经插件的强大功能,以增强其性能。通过整合这些最先进的神经插件,我们的交易机器人配备了一套强大的工具,以应对复杂的黄金交易世界。尽管我们不能保证特定的结果,但这些神经插件旨在增强机器人的性能并有望促进您的交易
Aura White Edition
Stanislav Tomilov
4.4 (5)
Aura White Edition   is unique Expert Advisor that continues the Aura series of advisors. The Expert Advisor is based on the engine of   Aura Black Expert Advisor , but with a number of changes and author's settings for currency pairs. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. Aura White Edition is a fully automated EA designed to trade currencies only. Working pairs EURUSD, GBPU
注意事项 EA 最多包含 6 个入场点,每次交易的手数为下单手数乘以 6,因此请注意不要使用过大的手数。 默认的手数计算方式不是资金百分比。我们的默认计算方式不受杠杆影响,能更精确地控制风险。 建议使用 1000 美元以上的资金以提高风险抗性。 同时使用多个货币对会有风险叠加的可能,请注意。 此为MT5版本。MT5版本能更好的模拟市场环境。建议使用。如需MT4版本,我们会在稍后一段时间发布。 请注意,交易涉及风险,理解并有效管理这些风险非常重要。 真实资金信号: 点击查看 实时信号: 点击查看 MT5版本: 转到MT5 EA即将涨价,请有意向的朋友尽快购买 运行推荐 推荐货币对:   GBPUSD,   USDCAD , AUDUSD, EURUSD, USDCHF 时间周期:M15 运行资金:建议 1000 美元以上 账户类型:无特殊要求,低点差效果更好 杠杆:无特殊要求 参数功能说明: 使用手册。
Ai Hybrid Robot MT4
Mansour Babasafary
71% discount for the next 5 buyers (original price $9000): 1 person left Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Several experts in one expert With this expert, you can use several up-to-date strategies Enhanced with artificial intelligence Can be used in several popular forex currencies Can be used in the most popular forex time frames Without using high-risk strategies Attributes : Can be used in t
Aura Black Edition
Stanislav Tomilov
4.76 (17)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
Gold Garden MT4
Chen Jia Qi
4.2 (5)
深度学习重塑黄金交易,智能化助手如园丁般打理交易花园。"黄金花园"EA采用 深度学习智能技术,20年数据训练,大幅提升策略表现。有了它,交易更轻松智能,让我们携手开启智能化时代,将交易变成幸福花园。这将是专属你的Gold Garden Steward 。  MT5 版本 : Gold Garden MT5 当前为起售优惠价699美元,达销售目标即涨价至999美元 目前有EA试用活动,购买后联系我们可获得“TrendMaster FX”或“AI TradingVision GPX”的使用权限。如需了解详情,请联系我们。 风险设置: 默认为中等风险,ea有多个风险设置,安全可控。谨慎的朋友可以从低风险值开始熟悉使用。 购买后: 用户手册:   点击查看手册 建议给我们发私信以获取最新注意事项或提示。 安全且稳定的EA: 我们的EA不使用网格或加倍策略。每个订单都有止损。采用小手数大波动策略,轻松应对新闻行情,尽可能减少账号的风险。安全且高效。 致力于持续改进: 我们致力于不断优化和增强我们的 EA,以提供最佳的交易体验。选择我们的专家顾问意味着您投资于一个拥有专门研究和开发支持
Hercules AI MT4
Aleksandr Chebotaev
Hello, my name is Alexander. I would like to introduce you to my new development, the Hercules AI advisor. The advisor is synthesis of Price Action Method and Artificial Intelligence technologies.  It doesn't use  any indicators. The EA works well on Gold  pair. The advisor has shown stable performance for more than 10 years. It does not use dangerous trading methods such as martingale, etc. All transactions are protected by take profit and stop loss. I tried to make the advisor as easy to insta
XG Gold Robot MT4
Marzena Maria Szmit
4.57 (21)
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
FXMachine
Alexander Kozachuk
4.73 (11)
2020 年以来真实账户统计数据 过去 13 年的回测 低回撤策略 多货币算法 与任何经纪商兼容 经过验证的回撤控制系统 自 2020 年起使用真实账户进行交易 : 点击此处 美元兑加元、欧元兑英镑、英镑兑美元、欧元兑美元交易: 点击此处 欧元英镑交易: 点击此处 英镑兑美元交易: 点击此处 FXMachine EA 的完整回测可在此处下载: 点击这里 关于我们: FXMachine 和我们其他机器人的开发和支持是由在外汇领域拥有超过 14 年经验 的专业团队进行的。 在这 14年 中,我们一直在改进我们的发展,并寻找更好、更有效的交易方法。 如果您问我们 我们可以提供的最佳建议是什么 为了确定哪个 EA 好、哪个不好,我们会给出以下答案: 最重要的是查看机器人在真实货币账户上交易的结果 ,看看效果如何 它拥有多年的历史以及 EA 的表现如何。 如果 EA 没有真实账户的统计数据或者只有几个月的时间,那么这个 EA 就不会很好,相信我们,我们确信这一点。 而且这并不重要 它使回测变得多么漂亮或完美,有很多算法和技巧可以让回测生成变得漂亮,但在实际交易中
TrendMaster FX MT4
Chen Jia Qi
4.6 (10)
采用先进的算法并利用深度学习技术,我们的专家顾问(EA)是为了帮助您在复杂的外汇交易世界中导航而精心设计的。该系统分析市场行为,并根据特定标准进行交易,使您能更有效地参与市场趋势。凭借近十年的数据支持,EA利用深度学习来检查过去的市场条件,旨在提供更高级的决策支持。 Live signal : TrendMaster FX The MT5 version : TrendMaster FX MT 5 目前EA运行良好,开始启动阶段提价计划。下一阶段售价838美元。每销售10份提升100美元。 推荐使用的货币对: 英镑/美元(GBPUSD) 美元/加元(USDCAD) 欧元/美元(EURUSD) 澳元/美元(AUDUSD) 美元/瑞士法郎(USDCHF) 特别提示:   Currently recommended :GBPUSD, AUDUSD, EURUSD 风险设置: 对于激进的交易者,最大风险设置为0.15。 对于更保守的交易者,特别是资本较大的人,建议将其设置在0.05以下,0.03定义为低风险。可以先从0.01开始熟悉操作 购买后: 可以给我们发私信以获取用户手册和注意事项。或
TopBottomEA
lizhi fu
4.78 (51)
TopBottomEA的优势: 首款支持小本金工作的EA,实盘4年多了;本EA基于波动率自适应机制,一次只下一单,每单带止损,平均每天4单左右,持单时长12小时左右, 使用Dukascopy真实历史数据,以20美元极限本金挑战回测跑完了10年以上。 每间隔三天涨价$100元,涨价过程:  998--> 1098--> 1198 ...... 涨到目标价 $ 4999为止,购买后,EA工作期间,可以和我们的真实观摩账户交易记录比较。 如遇到安装和EA回测问题,请联系我们 ;购买8天后,即可免费领取   Band trend indicator 指标 。 加入公众群组: 点击这里 挑战最小资金 真实账户: https://www.mql5.com/zh/signals/1575208   质量【可靠性】5格,在新冠病毒期间,EA交易中断了一年,服务器因故过期。 支持货币:GBPCAD ,EURSGD  ,GBPCHF,其它品种以后再陆续增加,大家目的是为了赚钱,只选最优,货币不在多在精,让收益更稳定。 支持周期:M1图表 平台推荐:icmarkets平台原始点差账户,fpmarkets
Dragon Multi EA MT4
Mansour Babasafary
4.71 (17)
77% discount for the next 10 buyers (original price $3000): 1 person left Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. 3 experts in 1 expert Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This expert is basically 3 different experts. But we have combined these 3 experts in 1 expert so that you can
Oracle MT4
Stanislav Tomilov
4.29 (7)
Oracle Trading Expert the Quintessence of Modern Programming Technologies Expert Oracle for MetaTrader, trading on GBPUSD and Gold, represents the quintessence of modern programming technologies. Our unique proprietary methods and developments are based on advanced machine learning concepts, making our trading expert truly one-of-a-kind. We offer cutting-edge modules and neural architecture that embody innovative advancements in financial programming. Our algorithms rely on in-depth data analysi
Bandwagon
ADELYN CASTILLO
4.92 (24)
第 22 个月收益 240%。 您可以查看 Bandwagon 真实账户的 2 年性能 Banwagon 2 年或 Bandwagon V2。 *笔记: 现在有 50% 折扣!立即获取您的副本! 预计每个月都会涨价 *警告:向盗版说不。 请小心那些要求获取流行 EA 副本的用户。 Bandwagon 可以检测盗版,如果检测到您的帐户执行此类操作,我不能保证 EA 仍将按其应有的方式工作。 潮流特点: Bandwagon 是一款摆动、网格和对冲 EA 资金管理在任何交易策略中都非常重要。 Bandwagon 有适当的资金管理 Bandwagon 是 100% 自动化的 EA EA 知道市场是否回调或趋势何时逆转 它是适用于所有主要和次要货币对的多货币 EA 交易 金钱管理 手数大小由 EA 自动计算。输入您的风险偏好,EA 将自动管理您的账户。 EA 将根据您的风险偏好或最大首选 DD 计算手数。 受控回撤 EA 最大 DD 将基于您所承担的风险。
Gyroscopes
Nadiya Mirosh
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mo
Pipsurfer EA
Clinton Keenan Obinna Butler
5 (1)
The Pipsurfer EA is a high level trend trading grid system designed to look for higher lows in an uptrend and lower highs in a down trend. It has the capabilities to be used on multiple different forex pairs at the same time and will pick the best entries out of the trading criteria among the pairs to enter trades with.  The Pipsurfer EA Comes with many features to ensure a smooth trading experience. Prebuilt settings package for easy set up for each tier of forex pairs. Each pair falls into a d
Diamond Titan FX MT4
Lo Thi Mai Loan
5 (1)
推广活动:半价特惠! 目前只剩下3次销售以当前价格购买。 下一个价格:$993 Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT5:  https://www.mql5.com/en/market/product/116010?source=Site+Market+Product+Page 通过 Prop Challenge 的交易历史: https://www.mql5.com/en/blogs/post/757093 常见问题解答: https://www.mql5.com/en/blogs/post/757094 更多 Diamond Titan FX 分析: https://www.mql5.com/en/blogs/post/756912 与真实交易和回测比较: https
Aurus Gold
Dmitriq Evgenoeviz Ko
「Aurus Gold」是一個無需人工幹預即可在外匯市場(Forex)上自動分析和交易的程序。 這種創新工具用於做出買賣貨幣對的決策。 Aurus Gold的主要任務是為投資者實現利潤最大化和風險最小化。 它能夠根據預先確定的參數和交易規則全天候工作。 使用貨幣機器人的主要好處包括: 1. 交易自動化:無需持續市場監控即可進行交易的能力。     2.效率:機器人能夠分析大量數據並根據策略做出決策,增加交易成功的機會。 3.客觀性:機器人完全依照程序規則行事,排除情緒或偏見的影響。 4. 投資組合最佳化:機器人能夠同時管理多個帳戶,分散風險,並實現投資組合多元化。 5.反應速度快:Aurus Gold能夠對市場情勢的變化做出即時反應,瞬間做出決策。 值得注意的是,使用貨幣機器人需要一定的金融市場領域知識以及程式設計來配置和優化其操作。 還需要不斷監控機器人的表現,並根據市場的變化調整交易策略。 主要特徵:   + 無網格   + 無鞅   + 無風險的資金管理。 使用動態停止。 完全自動化 - 只需“設置好後就可
AI NeuroX EA MT4
Denis Kurnev
5 (2)
AI NeuroX EA is an innovative trading advisor based on advanced artificial intelligence technologies, including neural networks and the Perplexity and GPT-4 platforms. This advisor has a unique ability to analyze and predict the dynamics of financial markets using deep learning and advanced algorithms. Thanks to the intuition that even the most experienced traders would envy, AI NeuroX EA is capable of developing unprecedented trading strategies, ensuring excellent performance. This advisor oper
Don Hits
Nestor Alejandro Chiariello
5 (1)
我为您带来唐·击 (Don hits) 激进交易专家,它是一个多向系统,涵盖所有时间和所有货币,具有回撤控制 这个系统使用我的马丁格尔逻辑之一,跟踪较短时间和较长时间发生的情况,也会决定是否有必要干预回撤,我知道很多人不喜欢马丁格尔 或者边缘系统,因为他们习惯了烧账,但相信我,我的系统是不同的,它是一个逻辑实现来覆盖错误并不断留在路上,这些系统可以有很高的DD,这就是为什么他们有一个内部 旨在控制这一点的系统,请记住,马丁家族是在市场上创造最多利润的家族 一种采用网格交易先进技术的激进系统,管理整个市场,可以通过唐点击进入,因为最先进的技术是控制进入和退出的保护,也就是说,我们将积极进入一个 但具有严格而复杂的不断累积防御系统 这些条目将受到多个内部指标的监控,以了解我们是否处于某些市场状况的边缘或底部。 此外,我们将知道如何以特殊的方式控制波动性,因为我们将拥有有关市场新闻的API信息。 我的策略 EA 有一段鲜活的历史 Don Hits 的设计初衷是让每日利润保持恒定 现场表演 如果您想要我的信号预设,请私下询问我,仅限我的客户 htt
Candle EA MT4
Mansour Babasafary
4.58 (38)
This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs The price will increase by 100$ after every 10 purchases! Final price 2450$ Get a 50% bonus by buying (or even renting) any of our product
Imperium Pattern EA
Botond Ratonyi
5 (2)
Imperium Pattern EA Next update coming: 2024.05.12   USE IT ONLY WITH THE SET FILES I POSTED TO THE COMMENT SECTION.  This is the biggest update in the life of the Imperium Pattern EA, it got new features and engine. ---It got the official TheNomadTrader Dynamic engine system alongisde with good risk:reward ratio ---New feature that allows traders to tell the EA after how much time(X value in minutes) the EA can close trades by dynamic exit. This feature boosts the EA perfoemance and it
Big Forex Players MT4
Marzena Maria Szmit
4.64 (22)
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   (p ositions are sent from our databa
Gold Excel
Gregory Hay
4.5 (4)
欢迎来到     GoldExcel EA   ,XAUUSD 货币对(黄金)的每日一次有效交易者。由我们的团队开发,可在普通账户、资助道具账户和道具挑战中使用!不使用高频交易! See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller 介绍性发布价格将每隔几周增加一次。 Trading PERFORMANCE Accounts (over 6+ months verified live trading) on 2 brokers Live $1K Start Now $19.5K (Risk Setup 5 -3 -15) :  https://www.mql5.com/en/signals/2133201 Live ICMarkets Account    (Risk Setup 5 -3 -15)   :  https://www.mql5.com/en/signals/2133192 金卓   是仅使用黄金对的每日单笔交易策略。由于黄金对每日波动幅度大、波动性大以及与股市开盘的
Odin AI
Nestor Alejandro Chiariello
5 (2)
交易者您好,我根据我之前的几个策略,严格设计了ODIN AI,具有真实的结果,其智慧和智能无可挑剔,工具,使其适应外汇市场,因此它适应机器学习的人工智能,即,AI会读取参数,然后参考我的策略,然后它会学习,使条目质量更好,它还有一个可以恢复仓位的节点,你会发现的另一个创新之处是一切都将以虚拟的方式进行封装,即不会有任何数据发送到止损、止盈等服务器,这将是一种非常人性化的方式 该黄牛设计有滑点和预付款保护,可在限制风险的同时进行战略性进场。 专为 Metatrader 设计,完全智能且自我管理 2 主要的事情是我设计了 extractFeatures 和 trainModel 函数,这将负责设计蜡烛,破坏它的滑点并学习它如何移动以适应 Spread。 需要注意的是,我的策略开发是我作为专业交易员多年来设计的,加入了人工智能的自适应来优化性能,使其变得更好。 应该高度注意的是,这是真正的黄牛,利润将是真实的,通过止盈和止损进行控制 这样你的钱就会受到保护 您不需要有交易经验,我的工具是为初学者和专家设计的,只需两次简单的点击即可安装,因为它将像专业
筛选:
无评论
回复评论
版本 1.6 2024.04.25
- unlocked other intruments: XAUUSD,XAGUSD,OIL,SP500,etc (example settings you'll find in params.txt inside folder tester and MQL4/files)
- XAUUSD,XAGUSD,OIL,SP500,etc added TP,SL by % (not for currencies)
- code improvements, prepared for multitimeframe version
- with GUI takeprofit is saved on chart
- extended dynamic_lots function (fibonacci sequence, martingale), info on chart: (N),(S),(F),(M)
- for EUR, USD, GBP, CHF, CAD, JPY, AUD, NZD between them crosses, pips calculated as for a 4-digit broker (inside multiplied by 10). The rest of the instruments as your broker has.
版本 1.5 2024.04.11
- fixing a bug when the broker has no limit on the number of orders
- added some error descriptions to the logs
- changed default settings: Built-in is set to SAFE
- LogLvL is set to MT4logs for backtesting
版本 1.4 2024.04.02
- moved the window size change to the indicator
- changed parameter name to Built-in
版本 1.3 2024.03.29
fixed typo in pending orders
版本 1.2 2024.03.24
changed parameter names
版本 1.1 2024.03.23
Fixed statistics window