CrocodileChangingTrend

这个专家顾问在工作中使用了两个指标,鳄鱼和移动平均线(我隐藏了这些指标的设置

并且设置中没有)。

顾问的工作是打开他的第一个停止购买订单(一个挂起的停止订单)

如果当前价格处于亏损状态,则开始建立卖出和停止卖出订单的模型

打开的第一个采购订单。

在达到顾问设置中指定的一定利润后,顾问关闭所有位于

市场上的那一刻是在顾问设置中指定的魔术数字下。

在这里,我们可以说顾问只在下跌趋势下进行销售。

但是,一旦当前价格越过第一个开放的买入订单,那么,根据情况,顾问就会在 

在一定的距离,它将打开另一个停止挂起的采购订单增加的金额,这样当

当打开这个订单时,补偿损失,并且由于当前价格上涨并且趋势变为-Up,那么达到

在设置中指定一定金额后,顾问将关闭属于该顾问的所有订单,

目前在市场上。

但是,如果当前价格没有上涨,并且它的第一个公开买入订单是错误的,而当前的价格本身就是错误的

价格将返回到它的位置,在趋势下降(出售),然后达到设置中指定的一定数量,

顾问将关闭属于该顾问的所有订单,并获得一定的利润或更多(一切都将取决于

设置中指定的回滚力)。


"Opening Orders";

extern double Lots             = 0.2;  购买订单的金额

extern int Slippage            = 50;   从购买订单的当前价格开始的滑点

extern int Magic1              = 1911; 顾问命令的神奇数字

extern int Magic2              = 1912; 顾问命令的神奇数字

extern int FirstBuyOne         = 3;    此参数显示卖出订单之后
                                       这将是可能的专家顾问打开一个大的转移地段。
                                       在下一个趋势中,有一个挂起的止损单可以买进 

extern int FirstBuyTwo         = 0;    此参数表示市场中应该有多少买入订单。

extern int FirstBuyThree       = 1;    此参数表示市场中应该有多少买入订单。

extern int OpeningDistanceBuy  = 100;  此参数负责与当前价格的距离。
                                       一个挂起的停止购买订单将被打开.

extern int NextOrderBuyOne     = 100;  此参数指示与第一个打开订单的距离。
                                       达到当前值后,智能交易系统将打开一个挂起的
                                       增加购买金额以改变其趋势的停止订单
                                       并以利润摆脱这种局面

extern int FirstSellOne        = 1;    它表示在打开多少个卖单之后 
                                       后续卖单

extern int FirstSellTwo        = 3;    它指示此参数将达到多少个卖出订单。 
                                       打开卖单,达到这个数字后,它就会停止
                                       公开销售订单

extern int FirstSellThree      = 1;    它指示此参数将等于多少卖单。
                                       之后,将打开卖单。

extern int OpeningDistanceSell = 100;  与当前价格的距离,待定止损订单将被打开
                                       卖出订单

extern int NextOrderSellOne    = 400;  此处显示了与第一个未结采购订单的距离。
                                       当达到当前价格时,将打开延迟止损。
                                       卖出订单

extern int NextOrderSellTwo    = 400;  上一次公开卖出订单上方的距离在这里显示.
                                       达到当前价格后,将打开后续订单。
                                       待售

extern int NextOrderSellThree  = 600;  这里显示了低于第一个公开卖出订单的距离.
                                       达到当前价格后,将打开后续订单。
                                       待售
//--- 
//   

"Order Opening Time";

extern int IncludeBuy    = 1;  顾问将在什么小时后打开采购订单

extern int TheSwitchBuy  = 15; 顾问将在什么小时后停止打开采购订单?

extern int IncludeSell   = 1;  什么小时后,顾问将打开卖单

extern int TheSwitchSell = 15; 什么小时后,顾问将停止打开卖单
//---
//

"Trend Change";

extern double MoveToTop  = 50.0; 将用于进行上升趋势过渡的订单批次的数量

extern double MoveToDown = 2.0;  在销售趋势中的后续销售订单的数量增加
//---
//  

"Closing Orders";

extern double clos       = 10.0; 市场上所有订单将被关闭的金额
                                 属于这个顾问


推荐产品
Magic Grid
Aliaksandr Charkes
4.54 (28)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
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+
Magic Win
Reni
4 (2)
EA MAGIC WIN is the advanced trading system which was tested for long on different market conditions with heavy load tests. Based on our custom indicator which is backed with mean reversion concept along with few other algorithm this products fits itself into the current market conditions and act accordingly.  Supported currency pairs: EURUSD, GBPUSD, AUDCAD, AUDNZD, NZDCAD Recommended TF: M15. Setfile can be downloaded from here : Click Here Features Easy Setup: You just need to drag the EA
How the EA works (simple explanation) Trades on   M5   timeframe Uses   H1 timeframe   to analyze global market context Analyzes   2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on   trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol:   EURUSD Timeframe:   M5 Trading
торговая система с риском 1% чем больше денег на счете тем больше лот но риск 1% Начальный депозит 50.00 Спред 10 Чистая прибыль 6.71 Общая прибыль 51.97 Общий убыток -45.26 Прибыльность 1.15 Матожидание выигрыша 0.02 Абсолютная просадка 26.79 Максимальная просадка 29.21 (55.47%) Относительная просадка 55.47% (29.21) Всего сделок 427 Короткие позиции (% выигравших) 219 (72.60%) Длинные позиции (% выигравших) 208 (72.12%) Прибыльные сделки (% от всех) 309 (72.37%) Убыточные сделки (% от все
Bar Boss
Iurii Tokman
5 (1)
Bar Boss   Expert   Advisor 使用 FletBoxPush 指标来分析市场并确定交易信号。该指标内置于“EA 交易”中,不需要在图表上额外安装。交易发生在定义为平台边界的水平上。使用损失限制。 顾问设置说明 TimeFrames - 图表周期,指标设置 颜色 - 定义为平面的价格区域的颜色,为指标设置 矩形 - 显示定义为平坦的价格区域,为指标设置 手数 - 起始交易量 MagicNumber - 订单的幻数 Count_LOSS - 连续亏损交易的数量,之后将设置为零利润(退出为零) FlatPips - 以点为单位确定平台,设置指标 FlatBars - 用于确定平面的柱数限制,为指标设置 MinBarsClosedOutside - 收盘价固定在特定平面水平之上/之下的柱数 CoefficientLot - 亏损后后续交易手数的乘数 CoefficientTakeProfit - 根据确定的平台的通道宽度计算的利润乘数 PercentLoss - 损失百分比,如果顾问带来的总损失低于此值,交易停止,该值必须设置为负数,例如:-33.3 顾问如何工作
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 be set
The algorithm of the adviser's work: When the Expert Advisor is launched at a specified distance from the price (first_step), BuyStop and SellStop orders are placed. Further, depending on which way the price went, one of them becomes market, and the other begins to crawl after the price. When the price rolls back, it also becomes market. If we have reached a set profit in some direction, the order is closed and a creeping pending order of the same direction is placed again. If the profit is no
Night Rocker EA
Sergey Sobakin
1 (1)
Night Rocker EA is a night scalper that has a system for evaluating market volatility and trades during a period when prices are flat. In addition, there is a built-in filter of spread and slippage.   Each open order has a stop loss and take profit. Also, the market volatility assessment system closes orders when market conditions change in a negative direction for the trader.   The Expert Advisor works on USDJPY, GBPUSD, EURCHF, GBPCAD pairs. Period M15.   The internal control system for workin
EA140 MultiFX CrossFire MA
Jose Francisco Flores Rojas
The MultiFX CrossFire MA is an Expert Advisor designed to trade with high precision using the 20-period Simple Moving Average (SMA) channel . The main trading logic is based on: Buy entry : when the candle crosses from below the lower boundary of the 20 SMA and then breaks through the upper boundary, the EA opens a long position. Sell entry : when the candle crosses from above the upper boundary of the 20 SMA and then breaks through the lower boundary, the EA opens a short position. If the marke
This Expert Advisor is a trading strategy targeting the EURUSD on the 1-hour chart. It is based on entry and exit reversals using specific technical indicators and performs trend-following trades.   I don’t want to rely on just one EA; I want to build a portfolio and diversify my risks..." If that sounds like you, this EA is perfect for your needs. This EA is designed with portfolio management in mind, making it an excellent complement to other EAs to achieve stable performance.   The Benefit of
EA RSI Pending Grid
Zafar Iqbal Sheraslam
"RSI" usually refers to the Relative Strength Index, a technical indicator used in financial markets to analyze the strength or weakness of an asset's price. "Pending Grid" may suggest a specific trading strategy that combines pending orders with grid trading techniques. RSI EA : RSI (Relative Strength Index) is a technical indicator used in trading to assess whether an asset is overbought or oversold. It measures the speed and change of price movements. RSI values range from 0 to 100. Typically
Baby Shark
Tran Quang Trung
5 (1)
This is a price action trading robot, the EA will stick to the medium term trend and price to deliver trades. Orders are always protected by the user set stop loss points. With the capital management system, it will help that EA operates in accordance with its purpose. Telegram : https://t.me/trungtqIT Timeframe is H1. Minimum account balance: $100. Attention is Important: EA only test live on demo or real accounts. Backtest results are just random and inaccurate. Features: Every trade is prote
Mistress
Natalya Sopina
Mistress  - high speed EA-scalper. Mistress  -  the best EA!  - to my view. Mistress  -universal and simple. Mistress  - trades accurately, frequently and swiftly. Mistress  - independent on TF. Mistress  - worsk on all currency pairs. Mistress  - uses no martingale and no grid Mistress  -needs 20  units of currency for lot 0.01 for each used currency pair. Mistress EA  Parameters : Trading  hours  HH . ММ  (server time) :  trade time limit on time : time to start trading off time : time to end
BoxEA
Damir Duseev
优势和功能 BoxEA v1.10 是一款现代高效的交易助手,专为分析历史价格水平而设计,旨在识别市场中的最佳进场点。该产品适合初学者和有经验的交易者,提供自动化交易管理和风险最小化。 优势: 历史数据分析 :根据指定时间段内的历史价格数据,识别关键支撑和阻力水平。 自动化交易 :无需交易者参与即可下单和管理订单,节省时间并减少情绪对交易决策的影响。 可自定义参数 :允许用户根据个人偏好调整策略。 风险管理 :支持止盈(Take Profit)、止损(Stop Loss)和保本设置以保护资金。 广泛兼容性 :适用于MetaTrader 4中的任何货币对、股票或其他金融工具。 功能: 助手在定义的时间范围内分析历史价格水平,识别价格经常反转或突破的关键区域。根据此分析,系统下达挂单: Buy Stop :当价格突破阻力位时买入。 Sell Stop :当价格突破支撑位时卖出。 一旦交易被触发,助手会管理订单,通过保本设置和止盈/止损水平来保护利润。 输入参数: StartHour :分析的开始时间(小时)。 EndHour :分析的结束时间(小时)。 OffsetPoints :挂单的点
Fxdolarix
Andrey Kozak
Fxdolarix 是 GBPUSD M5 的自动机器人黄牛。 在真实账户上进行了 3 个月的测试。 该机器人采用专注于短期盘中价格走势的倒卖策略。 主要重点是识别短期波动的时刻并执行快速交易。 机器人使用以下指标:iMACD、iMA、iStochastic。 使用这些指标,机器人可以识别趋势的方向,并在跳动价格变动活动的帮助下,识别波动性的剧烈冲动以进行交易。 机器人使用风险管理策略来保护资本。 头寸规模根据当前市场波动情况计算,止损和止盈根据策略参数设置。 该机器人专注于 5 分钟图表 (M5) 上的交易,这使其能够对快速的价格变化做出反应。 该机器人已经使用各种参数进行了广泛的回溯测试,以确保在各种市场条件下的性能。 定期进行参数优化以保持高性能。 此外,该机器人还在 FXopen 经纪商的真实账户上进行了 3 个月的测试。 交易建议: 货币对 英镑兑美元 M5 时间表 最低初始余额 600 美元起 英镑兑美元最大点差可达 10 点 ECN账户类型 推荐用于交易 FXopen 的经纪商(或具有类似交易条件的经纪商) 将设置保留为默认值。 重要的! 如果您实时启动机器人并且它
Gold Label
Tran Thanh Tuyen
Gold Label  is an Expert Advisor designed specifically for trading gold.  This EA is specifically designed for   XAUUSD  with low risk and can grow your account from small capital. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators. Expert showed stable results on XAU in 2011-2020 period. No dangerous methods of money managment used. Suitable for any broker conditi
Universal Counter-Trend Grid EA v2.4 MT4 — Multi-Currency Automated Execution System For MT5 Version:  https://www.mql5.com/en/market/product/165598 Universal Counter-Trend Grid EA is an automated trading utility developed for the MetaTrader 4 platform designed to capitalize on mean-reversion price behavior during extended market conditions. The system integrates an adaptive grid calculation engine with a multi-layered signal confirmation matrix to execute positions at calculated price extreme
Doctor
Andrey Kolmogorov
This is a universal adviser working in several directions. The first and main thing is assistance in various situations that arise during trading. The second is scalping or positional trading according to the trend, open orders, at the same time, insured with support orders using the model of a quantum set of algorithms. Main Advantages Work in several directions; Increase in account balance during drawdown; Maintenance of already open orders; Building a grid lock; Scalping and/or trend trading
Здравствуйте, уважаемые трейдеры! Разрешите мне представить незаменимого помощника для Вашей торговли на рынке Forex.  Прежде всего хочу акцентировать Ваше внимание на том, что первый торговый ордер открывается Вами ВРУЧНУЮ,путем нажатия соответствующей кнопки выбранного направления сделки согласно Вашей стратегии. Я назову Вам 10 причин, почему данный советник должен быть у каждого трейдера! -)) 1) Такие уровни как Stop Loss, Take Profit, а так же отложенные усредняющие ордера будут строго ВИ
MMM Zig Zag Strategy: The Expert Advisors uses its built-in Zig Zag indicator to determine the prices trends and calculates the signal to decide to open buy or sell positions. It sends an order, closes or moves the Trailing Stop loss position as the indicator works. You can define the time period of each day of the week the EA should not trade (the bad time to trade). Usually the period of day when the impact news are published. General Inputs: Closes orders with any profit of value (currency):
Hamster Gold Trading
Nguyen Hang Hai Ha
3.5 (2)
Expert Advisor  Hamster Gold Trading  is an automatic trading robot programmed with exclusive and unique algorithms. The EA is optimized for the Gold market. EA's strategy applies movement patterns along with price momentum for reliable and accurate signals. Signals are also entered using the smart momentum trap method, where Stop orders are often canceled when momentum is not reached. Trades are closed quickly by Trailing and there is always a Stop Loss to control risk. Bonus: get free 1 EA wh
Angel Gold
Thi Tra Mi Duong
Welcome to my products store. Introducing EA Angel Gold, the newest product dedicated to Gold. The EA programs effective scalper trading strategies with monitored signals and enters the market when there are overbought, oversold fluctuations and reversals. EA's strategy has Stop Loss available with short distances to protect accounts and reduce risks. So you can use EA with accounts with small balances from 100 USD. Feature:  + Fully automated trading 24/5 with time filter.  + No need in a large
| 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
Pattie US30 Crossover EA
Patrick Jeannot
5 (1)
Pattie US30 CrossOver EA is Easy to use and supervise Fully customizable moving average settings It implements two different trading behaviors Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading can be NFA Compliant Trades can be closed on opposite signals Filter trading by weekdays and hours Built-in money management (Coming Soon) The EA implements four different behaviors: Regular: Buy on bullish crossovers and sell on bearis
Expert Smart Trend MT4
Ruslan Pishun
2.5 (2)
The trading system operates on seven pairs and one timeframe. The Expert Advisor uses trading systems for trend-based entries with the help of the Envelopes and CCI indicators. Each indicator uses up to five periods for calculating the trends. The EA uses economic news to calculate the prolonged price movements. The EA has the built-in smart adaptive profit taking filter. The robot has been optimized for each currency and timeframe simultaneously. Real monitoring:  https://www.mql5.com/en/signal
Bitcoin Machine EA is VIP , It    was developed by ENZOFXEA team in Germany with experienced traders with more than 15 years of trading experience.The indicators used in Bitcoin EA expert have nothing to do with the standard indicators in the market and are completely derived from strategy. You don't need to Hold your bitcoin capital anymore It doesn't matter if Bitcoin becomes expensive or cheap All Trade Have StopLoss Always Behind Order An expert based on    ( BTC , BTCUSD , Bitcoin   ) This
Copyright(c) 2019 Superfarabi EA Is the Scalping Forex Expert Advisor for MT4 Working on Timeframes (M5) Best Pair Recomended is EU/UChf=0.4 Calculation is based of Envelopes indicator ===========Rakyat +62 =========== Hak Cipta (c) 2019 Superfarabi EA Merupakan Scalping Forex Expert Advisor untuk MT4 Berjalan pada Time Frame Kecil (M5) Pair Rekomendasi adalah EU / UChf = 0,4 Perhitungan didasarkan pada indikator Envelopes
FlashPoint EA
Hasan Abdulhussein
FlashPoint Professional EA The Ultimate Smart Daily Breakout Revolution | Version 1.0 | Unlimited Activations FlashPoint – The Advanced Automated Trading Expert Elevate your trading to the highest professional standards with FlashPoint Professional – the most powerful Expert Advisor engineered for consistent daily profitability. Powered by a revolutionary dual-strategy system, advanced money management algorithms, and military-grade protection, FlashPoint delivers unmatched performance acr
The system is tested and fully optimized on 4H. Furthermore, more 1370 models were used to optimize the indicator. It uses Aligator indicator to catch the trend.  Pros : Backtested using tick data for the last 6 years. Expected to keep the same performance Does not have to be turned on all the time as it uses major market movements. Fully optimized strategy on 4H chart. Cons : Has a maximum losing streak of 3 consecutive trades in several market conditions. ** Past performance is not a guarante
该产品的买家也购买
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 已針對黃金的最長可用期限進行了壓
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
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 有一點經驗,您可以輕鬆地將
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 能够识别模式并适应不断变化的市场条件,例如汇率或交易者行为的变化。其处理复杂数据的能力使其能够
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 时间框架上开发的全自动交易系统。 它将网格策略的结构与马丁格尔策略的自适应恢复逻辑相结合,形成了一个能够智能管理所有市场阶段交易的系统。 专为易用性和一致性而设计   量子王
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 >>
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
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,核心目标是稳定性与安全性。系统基于趋势分析,并采用严格的风险控制机制。 本系统不使用任何危险交易方式 —— 不加仓、不网格、不马丁、不激进加仓。 每一笔交易都严格设置止损
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 模式。系统平均每年约执行
GHS (Gann HiLo System ) is an expert advisor that trades the resumption of a trend after a pullback, using the Gann HiLo Activator as its directional reference. It does not chase price or try to anticipate reversals: it waits for the line to define a trend, waits for price to pull back against it, and enters only when the market clears the prior extreme of the move, confirming it wants to resume its direction. The Gann HiLo indicator is calculated inside the advisor itself, so no external indic
ORIX mt4
Leonid Arkhipov
4.75 (4)
ORIX System —— 一款专为 GBPUSD 货币对在 M5 时间周期上开发的交易机器人。该EA基于价格行为与市场结构分析,不使用任何标准技术指标。系统不使用马丁格尔、交易网格、逆势加仓、对冲、无止损交易,也不进行高频或混乱交易。 Live signals 主要要求与建议 交易品种:GBPUSD 时间周期:M5 最低入金:从 100 USD / EUR(最小交易手数 0.01) 经纪商:任何提供高质量报价的正规 ECN 经纪商 账户类型:ECN / RAW / Razor(支持 Netting 与 Hedging 模式) VPS:建议使用 VPS 以保证 EA 稳定、连续运行 推荐风险:每笔交易 1%–5%(风险基于单笔交易的止损计算) 参数设置:默认设置 交易逻辑与风险管理 策略类型:价格行为与市场结构分析,识别关键反转区域 不使用标准技术指标 每笔交易均带有强制止损 支持固定手数交易 支持 Auto Risk 自动风险模式 风险基于单笔交易的止损进行计算 推荐风险:每笔交易 1–5% GMT 参数 默认情况下,EA 使用最常见的服务器时间偏移:冬令时 GMT +2,
Poison Ivy
Janet Abu Khalil
5 (1)
Info: Working trading pairs :  XAUUSD, GOLD  Timeframe: H1 Min deposit: $100 Min leverage 1:20  Works with any broker, though an ECN broker is recommended Live signal :  https://www.mql5.com/en/signals/2382616 Features: No martingale No grid trading No averaging No dangerous money management techniques Hard stop loss and take profit for every trade Stable results since 1999 with 99.9% quality quotes Not sensitive to broker conditions Easy to install and use FTMO and Prop firm ready Complies wi
Wall Street Robot MT4
MQL TOOLS SL
5 (1)
Wall Street Robot is a   professional trading system   developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to oper
XG Gold Robot MT4
MQL TOOLS SL
4.29 (42)
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
Iberian EA Ultimate - FX H4 is a fully automatic professional Forex expert advisor. This EA trades according to trends (NO scalping, NO martingale) This EA combines various strategies to verify the possibility of a trend and a series of global validations to give the final approval to the opening of the order Despite its complexity, detecting trends is not always the greatest difficulty, it is also necessary to know when to close the operation. In this case, the success of the EA is supported b
RiskShield Dragon   — Automated Multi-Currency Advisor Combining intelligent algorithms, robust protection mechanisms, and flexible configuration, **RiskShield Dragon** delivers consistent profits with minimal risk. --- ## Key Advantages * **Multi-Currency & Multi-Threaded**: Supports over 20 currency pairs (EURUSD, GBPUSD, USDJPY, AUDUSD, NZDJPY, and more) simultaneously on any timeframe. * **Minimum Deposit from 10,000**: Optimized for trading with a starting balance of 10,000 account uni
Dark Algo
Marco Solito
4.67 (69)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market
Dynamic Pips MT4
Thi Thu Ha Hoang
5 (1)
️ 已 拥有   Boring Pips EA ? 您可享受   额外 30% 折扣 ! 联系我们了解更多: 如何申 请返现( rebate ) 特朗普的第二个任期 重新点燃了一波激进的贸易政策浪潮,首先是恢复了扰乱全球市场的大规模关税。 中东局势紧张升级 ,最近是 以色列与伊朗之间的对峙 ,这可能成为油价上涨的潜在诱因。 俄乌战争 仍在持续,毫无解决迹象,进一步加剧了地缘政治的不稳定。 经济民族主义 正在抬头,而全球合作正逐渐瓦解。 供应链依然脆弱 , 主要经济体的通胀压力 持续上升。 金融市场 比以往任何时候都更容易受冲击且难以预测。您真的为这种全新的市场环境制定好交易策略了吗? 在当前动荡的市场中,仅依靠传统策略已远远不够。 您需要的是一个 不依赖单一货币对的大波动 、能在多个机会中稳定获利的系统。 还需要 更智能的风险保护机制 ,在初步判断出错时及时止损。 最重要的是,您需要一个能 完全根据您的交易风格和风险偏好自由定制 的系统。 Dynamic Pips EA 正是为帮助交易者在 波动性高且不确定的市场 中生存和获利而设计,它提供了一个完整的三大支柱
Waka Waka EA
Valeriia Mishchenko
4.25 (48)
8+ years of live track record with +12,000% account growth: Live performance MT 5 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
TPS (Trend Pullback System) is an expert advisor built around a single concept: wait for a defined trend, wait for price to pull back into the value zone within that trend, and enter only when the original move resumes. It applies the principle of buying weakness within an uptrend and selling strength within a downtrend. It does not average down, does not build grids, and does not increase lot size after a loss. This Expert Advisor is NOT for you if: You are looking for a system with no losing
XIRO Robot MT4
MQL TOOLS SL
5 (7)
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:  GBPUSD,  XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable
Trust EA MT4
Konstantin Kulikov
5 (1)
Trust EA   is a real trader's tool, working on a clear principle, with its advantages and disadvantages, so it will not suit everyone, but for some users it can become the best trading robot. * Limited special offer - 50% off the full price of the product. Only 5 copies at this price. The final price is 997$ * Discuss the complexities of Forex trading here:  chat "Age of Expert Advisors" . Logic I have been working with algorithmic trading systems since 2015, and in my experience, systems with
Gold Zilla AI MT4
Christophe Pa Trouillas
5 (2)
使用 Grok AI辅助 、风险分散且 黄金优化的EA 生成可控回报。 GoldZILLA AI 是一种多策略算法,可检测市场状态以动态选择五种不同的策略,在XAUUSD上优化回报同时最小化回撤。 [   Live Signal   ] - [  Dedicated group   | Version   MT5   -   MT4   ] 购买后,请发送私信给我以获取用户手册和AI设置说明。 为什么选择此EA? 动态多策略方法 先进的市场状态检测,用于优化策略选择 五种不同的、不相关的交易策略 买卖信号的对称算法规则 风险分散 多时间框架分析(M5至H1) 五种不相关策略降低整体投资组合风险 基于市场状况的动态风险调整 所有仓位均设止损保护 先进的AI风险管理 基于具有实时网络搜索功能的Grok大语言模型 实时宏观分析和新闻事件监控 带有详细推理的每日趋势预测 黄金优化性能 专为XAUUSD CFD交易设计 利用黄金独特的波动特性 多种策略针对黄金价格行为量身定制 最高道德标准的回测和可靠的真实表现 100%高质量数据,无遗漏 零操纵历史止损或止盈 无过度拟合 定期比较Live S
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
Night Hunter Pro
Valeriia Mishchenko
4.38 (53)
EA has a  live track record  with many months of stable trading with  low drawdown : All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth . It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading a
EA Budak Ubat
Syarief Azman Bin Rosli
4 (3)
免费试用 EA Budak Ubat 频道 限时特价! 每购买10次后价格将增加10美元! 工作原理 当 EA 激活时,它会根据执行模式参数分析图表。 如果图表上没有现有仓位,EA 将根据参数输入交易。如果趋势是看涨的,它将进入买入交易,如果是看跌的,它将进入卖出交易。如果止损变量大于0,则还会设置距离已打开交易价格一定距离的止损订单。0表示没有止损。 如果图表上存在现有仓位,且最后一个仓位处于亏损状态,EA 将检查当前市场价格与订单之间的距离是否至少为用户设置的最小距离,然后将根据蜡烛图输入交易,仓位大小将使用马丁格尔方法计算,并且将设置离已打开交易价格一定距离的止损订单,如果止损变量大于0。 如果未启用套期保值,EA 一次只会进入一个方向的交易。如果第一个仓位是买入交易,则所有后续的马丁格尔仓位也必须是买入交易。如果第一个仓位是卖出交易,则所有后续的马丁格尔仓位也必须是卖出交易。如果启用套期保值,EA 将进入双向交易。 EA 将修改相同方向的所有仓位的获利点为单一的保本点,再加上用户设置的获利水平。 EA 参数 执行模式: 在每个新 K 线上:当 EA 激活时,它会在每个新的
AI Prop Firms MT4
MQL TOOLS SL
5 (4)
AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
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 mov
Aussie Loonie EA MT4
MQL TOOLS SL
5 (2)
Aussie Loonie EA is a professional trading system developed exclusively for the   AUDCAD   currency pair. This cross pair is widely recognized for its stable and technical behavior, which makes it particularly attractive for traders who prefer structured and predictable market conditions rather than extreme volatility and sudden price spikes. By focusing solely on AUDCAD, the system is able to   adapt precisely   to the specific characteristics, rhythm and movement patterns of this pair. The EA
SFire Gold EA
Jacques Scholtz Fourie
This EA is a grid-based trading system. It incorporates several advanced features to manage trades dynamically and adapt to market conditions. Here's a summary of its functionality: I am happy to provide my settings file. Recomendation would be to run on a 20 000 cent account. Key Features: 1. Grid Trading Strategy:    - The EA uses a grid-based approach to open buy and sell trades at predefined price intervals.    - It dynamically adjusts the grid levels based on market conditions and risk se
作者的更多信息
大家好。.  我想告诉你一点关于这个在金融外汇市场交易的面板。 该面板是用MQL4编程语言编写的,旨在帮助打开某些头寸的市场订单。 它适用于常规和挂单。 也就是说,它打开卖和买订单,如买入,卖出,BuyLimit,SellLimit,BuyStop,SellStop。 它还打开了一个挂单网络,包括网格订单,即同时限制挂单和停止挂单。 此面板还关闭挂单。 未来订单的设置位于面板的顶部: 1. 数量是订单的数量(这个参数不影响市场订单,也不会立即打开,假设一个价格有100个订单),并指示点击一个按钮将打开多少挂单。 2. 批次是您的订单将被打开的价格 3. takeprofit是您的订单将以利润关闭的市场价格。 4. 止损是您的订单亏损平仓的市场价格 5. 距离是您的挂单将被打开的当前价格的距离。 6. dist-setka是该面板将要打开的挂单之间的距离。 P.S.takeprofit和stoploss参数以点为单位给出,转换并指示价格与未平仓订单价格的距离,之后订单将被关闭。 另一个特点是,如果打开了几个订单,那么takeprofit和stoploss将为所有订单设
这个专家顾问使用带有某些参数的移动平均线来打开订单. 他总是会打开第一笔交易来购买,但是,在某些设置下,他只能打开交易来出售。 为了关闭订单,他使用利润,之后他将关闭所有订单并重新开始他的工作。 到目前为止,它作为鞅和作为networker。 extern double Lots                = 0.20; - 从这个参数,这是您将使用的货币的值 为了交易,专家顾问开始工作。 也就是第一个开 如果你有一个帐户,终端机的订单将以0.20美元开出 美元和采购订单将被打开。 接下来,顾问将研究鞅原则,参数将负责增加交易 MultiplierBuy. 如果价格可能会失去,那么使用StepBuy参数,您可以准确地设置位置和位置 与打开的无利可图订单的距离打开另一个采购订单,从而补偿 对于在新开的订单之前开的订单所造成的损失。 附:这里需要注意的是,这个参数 不能等于"零-0",因为乘法在代码中进行,在这种情况下会有一个错误,第二个和后续的 如果当前价格出现亏损,订单将不会被打开。 但如果你想让你的顾问 如果我交易了一个手并打开了一个订单网络,那么这个参数应该是"1-1"。 ex
BreakingTrend
Iurii Kuksov
突破趋势顾问打开第一个位置只是为了购买订单。 接下来,他会看到如果价格出现亏损,那么在一定的亏损距离内,他会将一个挂起的止损单卖出,增加一批,以弥补亏损,并在结束买卖订单时固定利润。 然后整个交易实际上是按照这种逻辑进行的。 这些是顾问的设置: -- LOT --- extern double lots                       = 0.2 ; - 此参数负责在打开第一个位置时购买大量, 采购订单。 extern double MultiplyingLotForFirstTime = 3.0 ; - 这个参数回答了它将增加(乘以)的数字, 打开挂单的初始购买批次 出售,以弥补未结采购订单的损失 当达到一定的利润时,关闭所有订单(用于购买 和销售),这是在市场上和参与拍卖。 在某种程度上,这是这个顾问的策略:只为购买打开订单,并通过放置挂起 销售订单,交易者通常会设置止损,如果价格从第一次开盘就亏损 订单,那么交易者就有机会在这笔损失上赚钱。 理论上,这个OrderCloseBy函数可在 mql4语言,但并非所有经纪商都允许它在交易中使用。 在这里,手数乘以3.0,
CalorieGetter
Iurii Kuksov
这个专家顾问实际上是一个鞅和跟踪只适用于购买订单与Magic1。 对于所有其他oders,拖钓不起作用。 根据EnteringMarket参数,EA将打开 订单较少或更频繁。 这取决于移动平均线彼此之间的距离,并且这个距离越大, 购买订单的打开频率较低。 该策略的含义很简单:打开采购订单,并根据价格的行为,这 我们不知道,但使用挂单,我们将假设并预测其进一步移动,并且 因此,我们将努力赚取。 是的,如果价格如此,顾问不会为卖出和买入订单打开鞅 地段将达到10.00以上,超过10.00的一切将被除以4并乘以3,并且 因此,它将从鞅转移到一个常规的网格顾问的销售和购买订单与 不超过十手的运气增加了很多. extern double LotsBuy               = 0.20 ; - 以你的经纪商开立的帐户货币计算的地段价值 第一个采购订单。 extern int TakeProfitBuy            = 300 ; -以点数计算的利润订单的收盘价。 extern int TakeProfitBuyStop        = 500 ; -有利润的挂起止损单的收盘价
MartinZ
Iurii Kuksov
这是一位在鞅系统上工作的普通顾问。 根据平均价格的交集下订单。 在这里,必须说,在第二个和随后的订单打开后具有利润的收盘价,例如,对于 销售,以点数衡量,不计算在内。 也就是说,您自己将不得不在策略测试器中运行Ea交易 并为特定货币对正确准备其设置等。 你提供给你的资产 经纪人。 extern double Lots= 0.01 ;    -这是第一个买入和卖出订单将被打开的批量价格。 extern int TakeProfit= 400 ;   -这是以点为单位的价格,订单将以利润关闭。 extern int TPB= 300 ;             -这是两个或更多订单的收盘价将以点为单位的价格                                             采购订单的利润。 extern int TPS= 400 ;             -这是两个或更多订单的收盘价将以点为单位的价格                                            销售订单利润。 extern int StopLoss= 1000 ;    -
MartinZDouble
Iurii Kuksov
顾问使用鞅系统工作。 他根据移动平均线时间表打开交易。 要打开,它使用周期M15和不同的 价格计算周期和不同的转变. 在这里,必须说,在第二个和随后的订单打开后具有利润的收盘价,例如,对于 销售,以点数衡量,不计算在内。 也就是说,您自己将不得不在策略测试器中运行Ea交易 并为特定货币对正确准备其设置等。 你提供给你的资产 经纪人。 extern double Lots= 0.20 ;-这是第一个买入和卖出订单将被打开的批量价格。 extern int TakeProfit= 400 ;-这是以点为单位的价格,订单将以利润关闭。 extern int TPB= 300 ;-这是两个或更多订单的收盘价将以点为单位的价格                                    采购订单的利润。 extern int TPS= 400 ;-这是两个或更多订单的收盘价将以点为单位的价格                                    销售订单利润。 extern int StopLoss= 1000 ;-此参数不起作用。 extern int Slipage
在这里,这个顾问缺少魔术数字。 在某种程度上,这是一个缺点,因为这是不可能的 在同一终端中打开两个或多个智能交易系统,因为它们会相互干扰。 但是 这不会发生在不同的终端上。 它们在代码本身中,因为顾问工作并在其逻辑中使用它们 完全神奇的订单号。 也就是说,它是顾问工作逻辑的一部分,没有它,就没有办法。 在进入市场时,顾问使用当前价格的不同平均值的大量读数,以及控制 及时打开当前柱,得出结论并打开买入或卖出订单。 他交易的重点是始终跟上趋势。 extern double Lots= 0.20 ;在您的经纪人开立的帐户的货币中的地段的价值                                  第一个采购订单。 extern int TakeProfit= 400 ;-具有利润的订单的收盘价,以点数计算,用于购买。 extern int TPB= 300 ;-具有利润的挂单止损订单的收盘价,以                                   分,进行购买。 extern int TPS= 350 ;-具有利润的挂单止损订单的收盘价,以             
这个EA是第一个的延续,但它打开了很多倍的订单。 为啥? 因为我加了 趋势搜索控制他使用挂单. 也就是说,他记得价格在哪个方向移动, 他打开最后一个订单的地点和原因。.. 所以这个顾问总是朝着正确的方向前进。 它唯一的缺点是如果您没有正确设置它并使其与这些设置一起工作。 他还考虑了当前价格的平均值,并得出一些结论并打开结果 交易。 它还控制当前柱的打开并分析之前打开的位置。 唯一的缺点是我没有指定从当前价格以点为单位打开挂单。 有可能当我改进它时,我肯定会将此参数添加到设置中。.. extern double Lots= 0.20 ;-在您的经纪人开立的账户货币中的手数的价值                                    第一个采购订单。 extern double LotsStop= 0.08 ;-止损挂单的手数值。 extern double LotsLimit= 0.08 ;-限价挂单的手数值。 extern int TakeProfit= 400 ;-具有利润的订单的收盘价,以点数计算,用于购买。 extern int TPB= 300 ;-具有利润的订
这位顾问的工作逻辑非常普通。 要进入市场,它使用具有不同值的移动平均线 并根据这些比率,它打开,总是打开第一个购买交易。 已经基于她和她的行为 建立他的行为的以下模型。 就是!... 专家顾问不使用止盈和止损,而是关闭 订单以实现一定的利润,在设置中指示,没有少。.. 也许更多,但不是更少。 extern double Lots     = 0.2 ; 这是决定交易规模的值-交易量。 extern int Magic       = 1121 ; 顾问命令的神奇数字。 // //--- // extern int EnteringMarketBuy = 100 ; 这是两个移动平均线进入市场的距离。 // //--- // extern int FirstTransition        = 500 ; 距离第一个开放的买入订单的距离,如果价格是 如果你茫然而去,那么当你到达这个距离时,它就会开放 待定停止售卖令 extern int FirstIncrease1         = 3 ; 乘数由什么数字将增加交易的初始交易量 关闭两个已经盈利的相反订单 extern int F
这是一个常规面板,放置买卖订单网络。 这个专家顾问关闭设置中定义的利润订单。 然后,有一个名为Ladder的参数,其中包括订单之间的距离开始增加由梯形参数指示的点(这里,在主要设置中,它是10点),这意味着二阶是10点,三阶是20点,四阶 然后,你需要知道这个顾问是什么,因为这不是在设置中,但它会影响这个顾问提出的策略的逻辑。. 假设在这里的设置中,顾问将打开五个订单。.. 或购买。.. 或出售。.. 好。.. 但是,当打开订单时,它会将下一个打开订单的手数增加先前打开订单的一半。 也就是说,如果您在设置中设置了0.1手,那么根据方案将打开五个订单,第一个更接近当前价格的订单将以0.1手的价格打开。 第二,对于给定的步骤,这里50点的步骤将以0.15手的价格打开。 第三个,在另一个50点之后,将以大约0.22手的价格开盘。 第四个,以0.33手的价格通过50点的设定步骤。 第五个,以0.49手的价格设定50点。 也就是说,通过打开订单,这个顾问将增加每个后续订单的一半数量的前一个订单每次。 这种交易的逻辑是什么? (我通常使用日间交易和未平仓头寸,在上午10:00之前的某个时间。.
专家顾问与鳄鱼指示器一起工作。 他总是第一个打开买入订单并从中建立他的交易行为。 一旦当前价格越过绿线向上并且酒吧关闭,下一个酒吧就会打开 一个挂起的止损订单购买。  一旦当前价格向下穿过绿线,如果挂单还没有打开,它就被删除。 如果已打开订单,则将关闭订单的金额设置为关闭它。 如果,尽管如此,目前的价格将是亏损的开放订单,然后在一定的距离, 在设置中指定,EA将使用鞅方法打开另一个采购订单。 谁不想 为了让鞅工作,然后在这个参数,在设置中,你需要把一个和批量乘以 单位将由第一个开放订单设置中指定的批次数量给出  假设在设置中指定,在第三个买入订单进入市场后,如果当前 价格仍然倾向于下跌,然后将打开延迟止损以关闭利润订单。 一个增加批量的卖出订单,打开这个订单,当前价格趋于下降将关闭所有订单 位于市场与顾问的神奇数字。 也就是说,它将关闭四个订单-一个用于销售,三个用于  购买。 1 . "Opening Orders" extern double Lots      = 0.2 ; 购买订单的金额。   extern int Slippage     = 5
MosquitoBite
Iurii Kuksov
专家顾问根据设置进行交易。.. 侵略性不是侵略性的-在这里,当你设置它时,它会交易。 作为他的战略的一个特点,应该强调什么? 而事实上,顾问打开这样的交易。.. 如果他根据指定的参数打开买入交易,那么通过设置中的某些点,如果只要有卖出信号,那么在买入订单下方,他就会打开卖出交易。 而恰恰相反。 如果他根据指定的参数打开了卖出交易,那么买入交易将在卖出交易之上打开。 那么,我应该对顾问的交易说些什么? 所以,如果你设置时间,比如说,从3.00到10.00,那么顾问只会打开从3.00到10.00的交易,他将在终端窗口完成所有其余的工作,货币对,这是拖网,如果你在设置中指定拖网,最重要的是-关闭交易,如果这些交易是由这个顾问打开的。 专家顾问在交易中使用两个指标:移动平均线和鳄鱼。 一旦鳄鱼指标的绿线向上穿过鳄鱼指标的蓝线和指标的蓝线,相应地,鳄鱼指标的绿线向上穿过120个周期的移动平均线,顾问就会开始买入交易。 如果鳄鱼指标的绿线向下穿过鳄鱼指标的蓝线,鳄鱼指标的蓝线,以及鳄鱼指标的绿线,与鳄鱼指标的绿线相应地向下穿过120周期的移动平均线,那么顾问就会打开一个卖出订单。 这些是这个专家顾
这个顾问的想法与鞅相似,但不是很鞅。 起初,我想隐藏它的逻辑,但我将介绍一个事实,即我仍然必须部分地披露它的特性与设置,在一个地方,我将不得不指定它的参数,以便买家在逻辑上不会有混淆,因为在我看来,程序员在思维逻辑上与普通人略有不同。 而且,出于这个原因,就个人而言,我将尝试在描述中揭示更多关于这位顾问的工作。 首先,我为这个顾问设定了账户余额的全部限额,顾问只会在这个限额足以让他进行交易之前才开始交易。 在这里,您需要知道,如果顾问进入回撤并且不打开订单,保证金追缴限额本身不会拯救您,但由于他将在他的未平仓交易中遭受损失,顾问最终将耗尽您 出于这个原因,在某些情况下,最好提供贸易顾问。 如果您在顾问设置中指定Limit-1.0(one),则可以禁用该限制。  限制参数是您的帐户余额除以指定的数字. 假设您的账户余额为10,000美元,如果您在限额字段中指定数字10.0,顾问将以1,000美元的价格开始交易,其余的账户金额将作为回撤保险,因为每个人都知道价格在一段时间后恢复到原来的位置,一切都会恢复正常,一切都会正常。 耐心。   为什么顾问不太马丁格尔? 因为他已经违反了这个结
为什么对冲? 因为这个顾问的策略会尽量节省你的投资。 这就是为什么这个顾问不使用止损,他的策略仅仅是为了获胜,并且在外汇市场发生的危急情况下,他会试图通过打开交易来节省您的资金。 XAUUSD货币对的截图图表显示了顾问在什么时候进入对冲状态并试图节省资本,而与此同时甚至没有赚到很多钱(图表上的这些向上的条纹显示了顾问如果能赚到多少钱。..)在这个过程中改变设置也不是一件好事,因为货币对有一种波浪,它在其中移动的走廊。 当然,也有例外,但价格几乎总是回到通常的路线,并顽固地朝着设定的方向移动。 如果这次她没有得到什么,她一定会回来得到她当时没有得到的东西。 这就是人类心灵的运作方式。 因此,最好根据您所投注的货币对的历史设置一个专家顾问,在一段时间内运行它,降低风险,然后上路。 顾问打开第一笔买入交易,如果当前价格向利润方向发展,那么当在设置中达到一定的利润时,顾问将关闭这个订单并打开一个新的买入订单。 为了打开第一个订单,顾问使用内置在终端中的鳄鱼指示器。 买入趋势的开始是当绿线向上穿过红色和蓝色线时,以及当当前买入价格高于绿线的当前价格时的交叉点。 如果价格没有达到设定的利润并开始下
That Day
Iurii Kuksov
该指标在其创建中是普通的。 它计算高点和低点,并将它们与平均价格相关联。 它唯一的美妙之处在于它将过去一天的参数与今天的参数相关联,这就是为什么我称之为"那天。"它是为H1小时图表的时间段开发的。 这就是他行为正确的地方。 在设置中,很容易设置参数:长度决定平均价格。 参数:prim指示指标将使用哪个价格来计算平均价格。 例如,如果您在图表上放置两个指标,并使用prim参数为一个指标指定低价,并为另一个指标指定高价,那么这两个指标将创建一个走廊。 此外,两个指标可用于设置止损。 假设第一个参数是prim=Low,第二个参数是=中位数,根据买入或卖出订单的放置,止损可以移动到中线之外。 参数:count负责计算最大和最小值。 即要计数的条数。
这个指标是一种使用线来建立某些蜡烛读数的策略,这将有助于交易者的计算和交易。 该指标本身是一个常规的移动平均线,有两种颜色:明暗两种颜色,从而向交易者显示在给定时间内当前情况下的市场行为的性质,并根据颜色指示,指示哪些交易在这个阶段是最好的交易:要么买,要么卖。 但指标的垂直和水平线使交易者有权仔细观察他的结论,如果交易者在某个时间进行交易,更是如此,因为这个指标在指标设置中以交易者自己设定的某段时间内的水平线计算蜡烛的最大和最小开盘和收盘,并将其除以第三条线,显示交易者自己设定的某段时间内的最大和最小平均值。 为了方便交易者,我添加了第三条垂直线,在日内交易中将显示今天的交易结束。 该指标在H1期间正常工作。 我没有在其他时期检查它。 然后,我将免费发布一个专家顾问,一种帮助手动交易的面板,可以安装这个指标。 这是这个顾问的链接: https://www.mql5.com/en/code/66175 PS:现在我按周期点击图表并查看烛台,看到h1周期和图表M30和M15,M5和M1的计算正在进行。 但他认为这也是正确的。 也就是说,如果你指定了早上-0和晚上-8,那么8-0
Wax Candle
Iurii Kuksov
专家顾问按级别进行交易。 也就是说,级别是在顾问的设置中设置的:早上是计算级别的时候,晚上是计算的时候,在这段时间内,顾问将计算收盘和开盘的高点和低点,然后才会通过买入和卖出低于最低点的止损挂单来打开高于最高点的止损挂单。 顾问设置中的nottrade参数负责顾问打开挂单的时间。 顾问没有止损。 如果价格处于亏损状态,专家顾问会打开一个柜台订单来关闭前一个订单。 顾问在最大和最小水平之间的中间打开一个反订单. 他打开这个订单的数量增加了。 为啥? 这里有这样一个细节,即柜台订单的手数越大,柜台订单就越快地将主要订单关闭到关闭订单顾问设置中指定的利润。 但如果对单没有达到收盘价,市场价格再次从对单回滚,顾问将开始打开一个对单网络,以帮助关闭主单。 我想了一些事情,并添加了一个止损,并添加了一个面板手动交易挂单到这个专家顾问。 换句话说,您可以在设置中启用自动顾问或手动面板。 止损也可以自己手动设置,或者您可以依靠自动智能交易系统,它还可以根据情况和情绪在一个级别或另一个级别的设置中设置止损以供选择。 一个修改也被添加到顾问,止损拖钓,但它不是不存在于手动交易,在这里,与手动交易,你将不得
顾问计算市场上的主要参与者,得出的结论是,主要参与者已准备好下注,此时顾问打开两个挂起的止损订单,以止损买入和卖出,因为市场上可能没有一个主要参与者,谁会把毯子拉向哪个方向?! 因此,最好设置一个最小止损,因为如果当前价格反转,并且一个主要玩家将所有赌注都押在赢钱上,那么最好立即关闭亏损订单,而不是稍后造成一定的损失。 顾问的箭头,或终端图表上的fakir的魔杖显示趋势的方向,预测每日趋势将发展的方向或预期按当前价格细分的事件。 顾问在货币对上表现良好:XAUUSD,余额为10,000美元,在10年内赚得超过400万美元,而顾问的交易量为5.0手或每笔交易(订单)5美元。 基于此,我们可以说,如果一切都除以10,那么以capital1,000的资本和每个订单0.5手的速度,您可以在10年内赚取超过$400,000。 而且,知道这一切,并与你有,比如说,两个这样的顾问,一个可以用10,000美元推出,积累超过100,000,并把顾问交易不是每笔交易5.0手,而是每笔交易前1.0手, 此外,专家顾问在GBPJPY货币对上显示了良好的结果。 顾问对订单也有很好的修改,实际上和终端本身对订单的
我改了一下。 为啥? 因为处理策略测试有点困难,因为许多经纪人都有自己的个人历史数据,结果发现一个经纪人的顾问设置与另一个经纪人的设置不匹配,顾问必须重新配置以进入交易的逻辑结构。 在这里,在来自不同经纪人的两张截图中,我试图设置顾问的工作,因为我需要它来工作,并且顾问在一个经纪人的设置与顾问在另一个经纪人的设置不 所以在这里,一路上,谁想跳舞,我将介绍我的兴趣。 但事实上,这一切都取决于谁得到这个顾问和他选择的经纪人,因为他将不得不面对这些问题。 所以,在我看来,在你购买之前,你需要下载演示版本,把它放在你的经纪人那里检查,看看,弄清楚什么是什么,只有在得出某些结论后,才会对这个顾问有一个或另一个意见。 在一般情况下,选择永远是你的。 我在XAUUSD货币对上测试了它,一个经纪商的顾问在所有报价的策略测试中显示出良好的结果,另一个经纪商的,我不得不改变设置,因为我知道顾问应该如何工作,并基于此,我把他的工作使用设置来完成这种工作,然后在这里,顾问的利润发生了变化,变得小得多。 在一个案例中,他在一年内获得了0 100,000,而在另一个案例中,他在一年内几乎没有获得$20,000。
筛选:
无评论
回复评论