Boat GoodLine

  • 专家
  • Oleg Papkov
    Oleg Papkov
    Studied 1978 - 1984 at the Novosibirsk Institute of engineers for geodesy, aerophotography and cartography, faculty of optical, specialty optical and opto-electronic devices. Since then, the programmer. Languages: ALGOL, Fortran ,C, Pascal, Delphi, C#, Visual Basic for Windows, Assembler. Forex do
  • 版本: 1.2
  • 更新: 26 二月 2020
  • 激活: 10
EA船GoodLine

船GoodLine专家顾问的工作原理是平均两个随机指标与可选择和可配置的参数,限制噪声和轻微的"假"运动使用Lim参数。 EA很容易针对选择所有设置参数进行优化。

机器人计算趋势,并在它的方向进行交易。 EA有两种结束交易的模式。 

Normal mode(Net=false)以获利或止损专家顾问结束交易。 

在"Net=true"模式中,如果交易是在错误的方向上进行的,则构建平均网络,并由TR关闭。

所有交易无一例外都有StopLoss和获利,这是由STTP管理器为整个平均网络构建的。 在一个SL和一个TP的方向上的所有交易。 在与经纪人失去沟通的情况下,所有交易都受到保护。

EA的参数:

MAGICB-长方向的神奇数字;
魔术-短方向的魔法数字;

"__工作时间__GMT__";
Hours_to_GMT_Offset-以代理终端时间的GMT时间小时为单位。

小时-在一个时间间隔或全天候启用/禁用工作;
Begin_hour-EA开始在GMT上工作的时间;
End_hour-当EA停止自动放置初始交易的时间。 与此同时,顾问继续服务已经开始的交易。

"_EURGBP M15的参数。";

"__开始__";
GameOn-允许EA以编程方式工作或重新广播;

Lot-将用于初始交易的手数;

LotMax-任何交易的最大手数;

TP-TakeProfit;

SLPLUS-StopLoss;
净启用/禁用平均补偿网络;
Loeflot-增加平均网络的系数;
平均网络的步进,2-平均网络中的积极和快速事件,250-非积极和长时间的网格;
OnOffUnLine-开/关不均匀的网格间距;
ULcoef-步骤不均匀的系数;
K1-周期%K第一个随机振荡器;
D1-第一个随机指标的周期百分比D;
Sl1-第一次随机减速;
K2-第二个随机振荡器的周期百分比K;
D2-第二个随机指标的周期百分比D;
Sl2-第二个随机减速;
Lim-参数,将忽略噪音或轻微运动;
滑点-滑点;

"__方向开/关。__";

卖-短期工作许可证;
购买-长期工作许可;

"__限制__";

LotMax-设置任何交易的最大手数;
OnOffLock-on.\关闭。 下面设置的水平自动锁定。 
LockLevel-允许的最大等级MarginLevel;

按需参数:

AxelOption-on.\关闭。 这些参数是按需执行的。
LimLossMoney-在两个方向上的全部损失,所有交易将被关闭;
MinPauseBegin-所有交易都关闭后,在几分钟内暂停交易;
MinPauseNetUp-在长方向平均网格的步骤之间以分钟为单位暂停。 有时有用的新闻。
MinPauseNetDn是在短期方向相同。
OnOffStopDeals-on/off限制平均网络中的事务数量。
StopDeals-在网络中的膝盖数。
CloseDeals-当达到StopDeals+1交易数量时,关闭整个网络;
"__Trailingator__"-trailingator参数;
TrailingStop=3;
TrailingStep=6;

对于EURGBP默认参数M15.
推荐产品
Ichimoku 3D
Anton Karabeinikov
一木3D 该Ea交易基于Ichimoku指标,使用3个老屏幕的原理。 此Ea交易有4种类型的开仓交易: 1是当有相同的买入或卖出信号3时间帧 2-这是2个时间框架具有相同的买入信号,1个时间框架具有相同的卖出信号,反之亦然 3-这是当1时间框架是买入信号,2时间框架是卖出信号,反之亦然 4-这是当1时间帧信号买入平均时间帧卖出和3时间帧买入 魔法=2021 "Ichimoku"指标设置 Tenkan=9; 客君=26; Senkou=52; 经典退出=真; "设置资金管理"; 固定百分比=1; 1选项=true; SL=100; TP=450; 2选项=true; SL=150; TP=450; 3选项=true; SL=150; TP=450; 4选项=true; SL=150; TP=450; 平均时间周期=240; 较高时间段的周期=1440;
Divergence Progression
Anton Karabeinikov
专家顾问"背离进展» 对于EA的工作,您需要从代码库部分下载指标-http://www。 mql5. com/ru/code/32437-并将其放置在MQL4/Indicators文件夹中 建议参数D1欧元/美元: 止盈-250;止损-30;关闭相反的信号=false; 此ea交易是中期的,仅用于在D1期交易。 EA交易两个指标的发散信号,这些指标被精心选择用于一对工作,因此它们在一对中分散账户,这非常方便。 Ea交易还提供向电子邮件地址发送短信通知并在终端中显示通知。 时间框架专家顾问不适合年轻用户,因为有太多的价格噪音。如果止损等于零,止损将设置在最近两天的最大值或最小值,具体取决于交易类型。 如果需要,您可以将点添加到止损(30)或(-15),或从最大值减去,并使其更接近开盘价,这原则上不推荐。 提供相反信号的平仓,如果交易是在相同类型的信号上进行的,则有必要应用它。 此外,在这
GMMA Trade X is an EA based on GMMA. GMMA parameters such as MovingAveragePeriod1-24, MovingAverageMAShift1-24, MovingAverageShift1-24 and CandlestickShift1-24 can be adjusted. GMMA Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through GMMA Trade X. Good luck. = == == Inquiries = == == E-Mail:support@btntechfx.com
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
MA crossing bot
Matthieu Jean Baptiste Wambergue
5 (7)
特别优惠!50美元代替90美元 获取MT5版本 点击这里 ! 让你的移动均线策略实现自动化! "MA crossing bot"是依赖移动均线交叉这一强大且经过时间验证策略的交易者的终极助手。这个多功能交易机器人可以在两条移动均线交叉时提醒你或自动开仓,帮助你精准把握关键市场趋势。不论你是经验丰富的交易者还是自动化系统的新手,MA crossing bot都能无缝地实现策略自动化,让你专注于其他任务或交易机会。 但这个EA远不止一个简单的交叉提醒系统。它包含多个高级过滤器,如添加第三条移动均线、使用RSI (Relative Strength Index)过滤低质量交易,甚至结合枢轴点以提升准确性。这确保了你不是交易所有交叉信号,而是只交易最有胜算的设置。 真正让MA crossing bot脱颖而出的是其全面的订单管理系统。你可以完全自定义交易日,选择固定手数或按账户百分比管理风险,甚至可以设置在达到一定利润或亏损时停止交易。这种灵活性使你可以根据自己的风险承受能力和交易目标调整EA,提供高度个性化的交易体验。 EA还包括Break Even、Trailing Stop以及在盈利时
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
Hunter on the channel breakout Bot The Expert Advisor places the necessary amount of BuyStop and SellStop pending orders with predefined StopLoss and TakeProfit levels at the specified time daily. The EA calculates the channel width using the ZigZag indicator and sets a grid of BuyStop and SellStop pending orders according to the specified settings. The first pair of BuyStop and SellStop pending orders is placed at a predetermined distance from the channel borders. The distance is set in the per
Bar Boss
Iurii Tokman
5 (1)
Bar Boss   Expert   Advisor 使用 FletBoxPush 指标来分析市场并确定交易信号。该指标内置于“EA 交易”中,不需要在图表上额外安装。交易发生在定义为平台边界的水平上。使用损失限制。 顾问设置说明 TimeFrames - 图表周期,指标设置 颜色 - 定义为平面的价格区域的颜色,为指标设置 矩形 - 显示定义为平坦的价格区域,为指标设置 手数 - 起始交易量 MagicNumber - 订单的幻数 Count_LOSS - 连续亏损交易的数量,之后将设置为零利润(退出为零) FlatPips - 以点为单位确定平台,设置指标 FlatBars - 用于确定平面的柱数限制,为指标设置 MinBarsClosedOutside - 收盘价固定在特定平面水平之上/之下的柱数 CoefficientLot - 亏损后后续交易手数的乘数 CoefficientTakeProfit - 根据确定的平台的通道宽度计算的利润乘数 PercentLoss - 损失百分比,如果顾问带来的总损失低于此值,交易停止,该值必须设置为负数,例如:-33.3 顾问如何工作
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
Grid HLevel
Sergey Ermolov
4.56 (25)
MT5版本  |  Valable ZigZag   指標   |  FAQ Grid HLevel Expert Advisor   非常適合那些希望每月在外匯市場上獲得穩定利潤的交易者。   Expert Advisor   根據平均策略工作 , 我建議您正確使用它。 “ 正確 ” 使用它意味著以市場反轉點的平均數開倉 , 並且僅在全球趨勢的方向上交易。   至於主要趨勢的方向 , 我建議通過時間框架   H4   上的   Valable ZigZag   指標來確定。   指標更難確定市場可能發生變化的水平 , 因此我建議交易者在圖表上手動設置它們 , 以便使用平均訂單更準確地進入市場。 因此 , 我想向您介紹   Grid HLevel Expert Advisor -   一種以手動設置的支撐和阻力水平進行交易的   Expert Advisor 。 注意力 !!!   Grid HLevel EA   不是全自動的 , 而是半自動的。   所以不要指望你把它放在你的帳 戶 上什麼都不做 , 每天一次你必須為它的正確操作設置新的級別。   如何使用   Expert A
FREE
Fxdolarix
Andrey Kozak
Fxdolarix 是 GBPUSD M5 的自动机器人黄牛。 在真实账户上进行了 3 个月的测试。 该机器人采用专注于短期盘中价格走势的倒卖策略。 主要重点是识别短期波动的时刻并执行快速交易。 机器人使用以下指标:iMACD、iMA、iStochastic。 使用这些指标,机器人可以识别趋势的方向,并在跳动价格变动活动的帮助下,识别波动性的剧烈冲动以进行交易。 机器人使用风险管理策略来保护资本。 头寸规模根据当前市场波动情况计算,止损和止盈根据策略参数设置。 该机器人专注于 5 分钟图表 (M5) 上的交易,这使其能够对快速的价格变化做出反应。 该机器人已经使用各种参数进行了广泛的回溯测试,以确保在各种市场条件下的性能。 定期进行参数优化以保持高性能。 此外,该机器人还在 FXopen 经纪商的真实账户上进行了 3 个月的测试。 交易建议: 货币对 英镑兑美元 M5 时间表 最低初始余额 600 美元起 英镑兑美元最大点差可达 10 点 ECN账户类型 推荐用于交易 FXopen 的经纪商(或具有类似交易条件的经纪商) 将设置保留为默认值。 重要的! 如果您实时启动机器人并且它
Succubus
Dmitriy Prigodich
3 (5)
淫妖是一个普遍的专家顾问。 它的主要优点是最高的输入精度,90%的交易及以上。 专家顾问参数根据用户需要的功能分为类别。 所有功能都可以禁用。 Ea交易旨在分散中小型存款。 主: TakeProfit-以盈利结束交易的点数 止损-关闭亏损交易的点数 滑点-滑点 魔术顾问ID 手数-交易量 动态手数设置: 动态-启用/禁用事务量的动态计算 风险-风险系数。 布洛克马丁*盖尔经典 每个方向一次只能开一笔交易。 在亏损的情况下,下一个交易将是一个交易量乘数。 马丁-启用/禁用鞅 乘数马丁-手数乘数 淫妖专家顾问也可以构建网格。 Setka-启用/禁用网格 距离Setka-网格中订单之间的距离 乘数Setka-乘数 当然,不是没有顾问拖网的存在。 如果需要,您可以启用它,如果你不使用网格。 智能止损 智能步停止-束缚步 有一个按时交易的功能。 如果00:00和23:59被设置为默认值,则禁用它。 开始-交易开始时间 交易结束 交易之间的停顿是必要的,这样当我们收到一个信号时,我们只交易一次。 Pause_orders-启用/禁用订单之间的
FREE
IRobot Alligators
Paranchai Tensit
IRobot Alligators is an Expert Advisor based on the chaos theory and the Alligator technical indicator. This expert advisor consists of three lines, overlaid on a price chart, that represent the jaw, the teeth and the lips of the Alligator. It was designed to help confirm that a trend is in effect and in what direction. As with all moving averages, the shortest one (green) moves first, followed by the middle (red) and then longer average (blue). If the three lines are entwined, then the Alligato
Ilanis
Mikhail Sergeev
4.74 (27)
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
The Grid EA (with smart mode) is based on a strategy with a dynamic grid channel that can withstand long absence of rollback. The robot can be used for trading any instruments after a proper optimization. With default parameters, it is recommended for: EURUSD, EURJPY, CADJPY, GBPUSD NZDUSD. Monitoring of EA trading:  https://www.mql5.com/ru/signals/538873 Key Features Fully automated trading Customizable deposit protection Forced order closing and planned trade pauses Virtual Take profit and St
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
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
The Moving Average Convergence Divergence (MACD) is a popular technical analysis tool used by traders and analysts to identify trends and potential buy or sell signals in a financial instrument, such as a stock, currency pair, or commodity. It's essentially a combination of two moving averages, often referred to as the "fast" and "slow" moving averages. Here's how the MACD is calculated: Fast Moving Average (12-period EMA): This is a 12-period Exponential Moving Average (EMA) of the asset's pric
The JP_15_861542546_S_BB_CF_SQX is an algorithmic trading strategy for MetaTrader, tested on JP using the M15 timeframe from December 7, 2017, to June 2, 2023.   There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:  https://quantmonitor.net/nikkei-breakout-zones/ Key details are: MagicNumber: 861542546 Main Chart: Current symbol and
FREE
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
Free Spike Finder MT4
Pier Gaetano Novara
3 (2)
Same behavior of https://www.mql5.com/en/market/product/25552 but fixed lot 0.01 The EA waits for a spike according to a specific logic and opens a position in spike direction setting stop loss and take profit. When positions are in profit they are managed with smart trailing mechanism based also on elapsed time from opened position. It works with 5-digit and 4-digit broker. Must be used on the M1 chart. Does not need historical data. It does not use Martingale Grid Hedge Parameters spikeFilte
FREE
The EU_15_111517128_S_Op_CF_SQ3 is an algorithmic trading strategy for MetaTrader, tested on EURUSD using the M15 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:   https://quantmonitor.net/eurusd-bollinger-bands-breaker/ Key details are: Main Chart: Current symbol and timeframe
FREE
The MelBar HedgeScalper FinTech RoboTrader MAXIMUM LOTSIZE : 100 Lots (US$10,000,000) per TRADE/POSITION FULLY TRIED, TESTED, PROVEN & VERIFIED ON A REAL LIVE TRADING ACCOUNT! TRY OUT THE DEMO! The Experienced Trader & Global Money Manager Version. 89% Trade Winning Percentage. 32.679% Profit Gain or ROI in 2 Trading Days. Profit Factor 3.59 Average Trade Length 1h 22m. The MelBar HedgeScalper FinTech RoboTrader is easy to use. Has the Advantage of Retiring Unnecessary "Debt" Positi
Fibonacci System
Maksim Neimerik
The system applies Fibo levels. Apart from basic Fibo levels (23.6; 38.2; 50.0; 61.8; 100.0;), the EA features custom levels (34.0; 36.0; 64.0; 66.0;). You can decide the levels trading is to be performed from. Sample trade: when the market is bullish and the price rolls back to the levels (as we remember, we select the levels on our own), the EA opens buy orders. The opposite is true for sell orders. The EA can work in three modes. Each of the modes is a separate Fibo levels construction method
该专家顾问实施了最初的丹尼斯和埃克哈特交易系统,通常被称为“乌龟交易者”。它的交易方式与原始海龟完全一样,并且可以由经验丰富的交易者使用以捕获向上或向下市场中的趋势。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 易于使用和监督 完全可配置的策略设置 完全可配置的交易设置 适用于ECN /非ECN经纪人和2-3-4-5数字符号 适用于差价合约和外汇工具 该策略交易两个互补系统,一个主系统和一个故障安全系统: 系统一交易20天突破,并在10天突破完成交易 系统2交易55天突破,并在20天突破完成交易 该策略的基本原则如下: 根据最后一个信号的结果过滤交易 交易以ATR(30)/ 2的时间间隔最多可进行4笔交易 跟踪止损适用于所有使用卖/买+/- ATR(30)* 2的交易 每减少20%,每笔交易的风险就会降低10% 该EA实现了原始乌龟交易者的默认设置,但此后在金融市场发生了很大变化。为了获得利润,交易者将必须对交易内容做出最佳判断,并优化策略测试器中的设置。 设置 将EA交易程序加载到任何图表时,将为您提供一组选项作为输入参数。如果您认为它们太多,请不
FREE
GridMasterFx
Sergey Kruglov
GridMasterFx is an innovative tool for automated forex trading, which is based on a combination of a grid strategy and a unique trend calculation algorithm using the Moving Average indicator. This strategy allows the Expert Advisor to open and close positions on time, use the analysis of the current trend and instantly respond to market changes. GridMasterFx Expert Advisor is an excellent choice for successful automation of your forex trading process. It easily adapts to various market conditi
Simple RSI Unlimited
Kenneth Parling
5 (1)
介绍 专家 'Simple RSi Unlimited' - 简单吗?是的!既适合新手交易者,也适合介于两者之间的专业人士。通过众所周知和流行的相对强度指数的进入信号。配备追踪止损和盈亏平衡以确保头寸利润。不使用危险的交易技术,并且该专家从不干扰您可能在同一账户上运行的其他专家。 默认专家预设 适用于任何时间范围和最常见的外汇交易品种,仅在 EURUSD 上测试。 您必须定期调整参数,以在您交易的品种上获得令人满意的稳定结果。 使用“开盘价”快速轻松地进行优化 优点 任何账户类型、杠杆和时间范围 初始存款低,根据 500:1 的杠杆率,最低建议在 20-100 美元之间 止盈/止损 - 自动,输入定义或完全关闭(关闭意味着由进入信号的变化分配) 传播过滤器 完全可调的索引 倒排索引模式 风险评估 - 使用固定大小或风险百分比大小的合约进行交易。 追踪止损和盈亏平衡 工作日过滤器 专家菜单类别 一般专家设置 - 专家属性、暂停、幻数、滑点、点差和订单评论 风险评估 - 资金经理 订单设置 - 止盈和止损输入 追踪止损设置 - 开始和步进点数 收支平衡设置 - 触发和填充点 相对强弱指
Bollinger Scalper EA
Robots4Forex Ltd
4.36 (11)
The Bollinger Scalper EA is a fully automated Expert Advisor that trades based on Bollinger Band and RSI entry signals. The EA trades using market orders and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limited support so that I
FREE
торговая система с риском 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%) Убыточные сделки (% от все
Grid Flat
Iurii Tokman
Grid Flat   EA 以指定的步骤放置一个订单网格。对于所有相同类型的订单,订单具有网格步距的利润水平和一般亏损水平。交易仅在设置中指定的时间段内进行,在时间结束时删除所有挂单并强制关闭所有未平仓头寸。不建议将 EA 用作长期交易的全自动交易系统,仅用于在某些市场情况下工作,例如发布重要新闻或其他类似市场情况。 顾问设置说明 Open_BuyStop - 打开/不打开待处理的 Buy Stop 订单网格 Open_SellStop - 打开/不打开挂单的卖出止损订单网格 Open_BuyLimit - 打开/不打开待定买入限价订单网格 Open_SellLimit - 打开/不打开挂单的卖出限价订单网格 TIME_HOUR_START - 顾问开始工作的小时数,值从 0 到 23 TIME_MINUTE_START - 顾问开始工作的分钟数,值从 0 到 59 TIME_HOUR_STOP - EA 交易结束的小时数,值从 0 到 23 TIME_MINUTE_STOP - 顾问结束的分钟数,值从 0 到 59 Grid_levels - 网格中的级别数 Step_Grid
该产品的买家也购买
Scalping Robot Pro MT4
MQL TOOLS SL
5 (8)
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 有一點經驗,您可以輕鬆地將
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 已針對黃金的最長可用期限進行了壓
BB Return mt4
Leonid Arkhipov
5 (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 模式。系统平均每年约执行
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 >>
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,核心目标是稳定性与安全性。系统基于趋势分析,并采用严格的风险控制机制。 本系统不使用任何危险交易方式 —— 不加仓、不网格、不马丁、不激进加仓。 每一笔交易都严格设置止损
AW Recovery EA
AW Trading Software Limited
4.35 (84)
智能交易系统是一个旨在恢复无利可图头寸的系统。 作者的算法锁定了一个亏损仓位,将其拆分为多个独立的部分,并分别平仓。简单的设置、在回撤的情况下延迟启动、锁定、禁用其他 EA 交易、使用趋势过滤进行平均以及部分关闭亏损头寸都内置在一个工具中。 与仅在整个组中关闭订单的网格策略相比,使用部分关闭损失可以让您以较低的存款负载减少损失,从而确保更安全地处理损失。 如何恢复订单: 1 EA 关闭所选工具的其他窗口以关闭无利可图的 EA(可选)。 2 EA 重置所有已处理订单的止盈和止损水平,并删除具有相应标识符的挂单。 3 EA 关闭所有已处理的盈利订单,以便使用其利润来弥补部分非盈利订单并减少总头寸量(可选)。 4 EA 通过打开锁定订单来锁定亏损头寸。 5 然后,通过打开恢复订单,它开始通过部分关闭不盈利的订单来减少损失。 6 当部分关闭时,算法首先恢复定位最不成功的订单,或者最接近盈利的无利润订单。每个无利可图的订单都分为许多部分,顾问分别关闭每个部分。恢复订单以小量开仓,以免大幅增加入金负担 包含注释、设置和测试说明的完整输入设置列表  ->   这里  MT5 版本 ->   这里
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 旨在简化交易体验,但将机器人与深思熟虑的交易计划和适当的风险管理策略结合使用至关重要。我们相信我们的技术有潜力为交易员提供支持,但鼓励负责任地使用和持续监控结果以获得
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
Golden Moon Scalper
Nguyen Hang Hai Ha
5 (1)
Expert Gold Moon Scalper is a fully automated Expert Advisor designed specifically for the Gold market (XAUUSD). The EA combines price action analysis, tick-based market behavior, and technical indicator confirmation to identify high-probability trading opportunities. The strategy uses Stop Orders to capture momentum during Gold's fast price movements, helping reduce premature entries in volatile conditions. Positions are managed with a combination of scalping logic, dynamic trailing, and predef
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
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 时间框架上开发的全自动交易系统。 它将网格策略的结构与马丁格尔策略的自适应恢复逻辑相结合,形成了一个能够智能管理所有市场阶段交易的系统。 专为易用性和一致性而设计   量子王
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
Scalp On Scalp Off MT4
Connor Michael Woodson
FastBull 市场情绪 是一项数据服务,汇总了数千个持仓,总账户价值超过 5 亿美元。 Scalp On Scalp Off 能够通过直接 API 集成即时获取这些数据,并在交易时加以利用。市场情绪会直接显示在您的图表上,以可自定义且易于使用的面板形式呈现。 实时信号: 点击此处 单次交易管理,无需使用网格或马丁格尔策略。 自适应动态追踪止损和止盈。 设置极其简单,不到 15 秒即可完成。只需将 API URL 添加到允许的 WebRequest 列表中。 推荐设置 图表:EURUSD、GBPUSD、XAUUSD 时间周期:H1 输入参数 市场情绪 URL - 将此 URL 添加到 WebRequest 市场情绪过滤器 - 启用或禁用市场情绪过滤器 市场情绪货币对 - 要监控并显示在面板上的货币对 市场情绪面板 - 启用或禁用情绪面板 手数计算方式 - 选择自动手数或固定手数 固定手数 - 固定手数大小 自动手数 - 每指定金额账户货币使用 0.01 手 最大点差 - 指定最大允许点差(点) 固定止损 - 指定固定止损(点) 自动 GMT 检测 - 自动计算您的经纪商 GMT 偏
Hamster Gold Trading
Nguyen Hang Hai Ha
5 (1)
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
Tom Scalper MT4
Xuan Bach Nguyen
Tom Scalper - The Trendline Breakout Expert Advisor Overview: Tom is an Expert Advisor designed for Gold (XAUUSD) trading. It uses a single trendline to determine the trend and incorporates pattern recognition to identify breakout conditions. Built for traders seeking a structured approach, Tom follows predefined criteria to execute trades based on market movements. Join My MQL5 Channel for the Latest Updates! Live Signal :   https://www.mql5.com/en/signals/2361938 Pricing Launch Price : $199
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
Fortune MT4
Lee See Hao
5 (1)
Real Trading Account  LIVE SIGNAL VT MARKETS:  https://www.mql5.com/en/signals/2363526 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 Take Profit levels, allowing the EA to trade with controlled exposure and clear exit condi
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
GOLD Scalper PRO
Lachezar Krastev
4.48 (25)
ULTIMATE SALE -60% OFF! Get GOLD Scalper PRO with a huge –60% discount ! Special Price: $177 (Regular Price: $447 — You Save $270!) Don't miss out on getting this amazing gold trading EA at such a low price. The price will increase very soon! 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 by the low price – GOLD Scalper Pro is
Dark Algo
Marco Solito
4.66 (67)
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
Universal Indicator EA, your ultimate solution to automate your trading strategy without any coding requirements. This powerful expert advisor is designed to work with any indicator that gives Buy and Sell Signals, making it a versatile tool for traders of all levels. With Universal Indicator EA, you can easily read signals from both Indicator Buffers and Objects on the Chart. You can also test your indicator on the demo account before purchasing to ensure that the EA is compatible with your ind
Recovery Manager Pro MT4
Ianina Nadirova
5 (1)
Recovery Manager Pro 是一个用于从其他顾问或手动开立订单中恢复回撤的系统。 RM Pro具有自动动态调整的能力。交易者需要选择风险级别,顾问将以全自动模式工作。 可以在回撤恢复模式和待机模式下工作!如果另一位顾问产生回撤,RM Pro 将禁用它,锁定头寸并开始使用部分平仓恢复存款的过程。在交易中,顾问使用智能平均、锁定和部分平仓。该顾问致力于定制趋势指标,该顾问的所有买家都将收到该指标作为礼物。 Advisor 的主要特点是能够在待机模式下工作。一旦另一位顾问产生回撤,RM Pro 将接管订单管理并打开平均订单,然后部分关闭。 设置说明:           关联 MT5版本:           关联 顾问特点: 恢复无利可图头寸的回撤 当达到指定的回撤时可以操作 使用部分闭包 开立平均订单以恢复无利可图的头寸 处理其他顾问或手动下订单的损失 根据趋势进行工作。定制移动平均线指标作为送给每位买家的礼物! 既可以处理一个订单,也可以处理一系列无利可图的订单! 适用于当前符号 根据给定的风险程度自动调整 重要的! 在启动顾问之前,我们建议在策略测试器或模拟账户中
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,
DAX Robot MT4
MQL TOOLS SL
DAX Robot is an advanced automated trading system developed specifically for the   DAX 40 Index   on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's   most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability   trading opportunities   by combining trend analysis, market momentum, and volatility based conditions. DAX Robot
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
Javier Gold Scalper V2
Felipe Jose Costa Pereira
5 (4)
Javier Gold Scalper:让我们的技术伴您左右! 手册和配置文件:购买后请联系我获取手册和配置文件 价格:根据已售许可数量逐步上涨 剩余可用副本:5 交易黄金这一金融市场上最具波动性的资产之一,需要极高的精准度、严谨的分析以及极其有效的风险管理。 Javier Gold Scalper 正是为整合这些核心要素而设计,打造出一个强大而复杂的系统,旨在优化黄金市场中的交易表现。借助尖端技术与先进策略,Golden Scalper 为初学者与专业交易者提供支持,使其能够安全应对挑战,把握这个动态市场中的各种机遇。有了 Golden Scalper,您将拥有一款专为应对黄金特性而开发的可靠工具。 交易品种 XAUUSD(黄金) 时间周期 M30 PropFirm 已准备好 起始资金 最低 $1000 经纪商 任意经纪商 账户类型 任意,推荐低点差账户 杠杆 最低 1:500 VPS 推荐使用,但不是强制 深入了解 Javier Gold Scalper! 图表形态分析市场 Golden Scalper 不仅能存储图表的全部数据,还能实时进行图表分析,精准识别图中频繁出现的价
SF Adaptive Scalper EA m
DMITRII GRIDASOV
5 (1)
SwapFree Adaptive Scalper EA - 是一款智能、安全且可靠的全自动多对剥头皮交易系统! 这是“设置并忘记”的专家顾问,它将为您完成所有交易工作! 9 个 Set_files 可用于 9 对! 下载用于测试和交易的EA设置文件: GBPCHF Set_file EURCHF Set_file GBPCAD Set_file EURAUD Set_file AUDCAD Set_file USDCHF Set_file GBPAUD Set_file EURCAD Set_file USDCAD Set_file EA 的功能: - 剥头皮技术。 - 不受展期影响。 - 不涉及掉期。 - 不涉及周末缺口。 - EA 通过 AI 方法自动适应市场条件。 - 系统安全,不使用任何危险方法,如网格或马丁格尔。每个订单都有自己的 SL 来保护账户。 - 这款 EA 非常用户友好,可供外汇专业人士和新手使用。 - 机器人会自动进行复利计算 - 您只需按照以下步骤将其安装到 MT4 并设定相关风险(默认为 2%),然后让 PC 运行(或使用 VPS)。 - 运行机器人所
Golden Mirage mt4
Michela Russo
5 (9)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Pro Multi Sniper mp
DMITRII GRIDASOV
PRO MULTI SNIPER EA   是一款高质量的自动交易系统,在 MT4 平台上的准确率高达 90% 左右。 这款盈利丰厚的剥头皮 EA 确实是目前市场上最稳定的系统之一。 M15 timeframe!   No Grid! No Martingale! 它是仅在本 MQL5 网站提供的原创产品。 下载用于测试和交易的EA设置文件: GBPCAD Set_file GBPAUD Set_file EA 的独特功能: - 使用机器学习方法. - 实现复利方法和剥头皮技术。 - 系统根据市场波动自动设置动态止损。 - EA 默认具有自动(手数计算)风险管理功能,并提供固定手数选项。 - 可调整交易入场敏感度参数。 - 周五至周一不保留未结订单,避免出现缺口。 - 精确的运行时间过滤器,精度为 1 分钟。 - 机器人具有盈亏平衡功能。 - 账户杠杆:1:30 至 1:2000 范围内任意选择。 - 最推荐的货币对是 GBPCAD 和 GBPAUD。 - 不存在任何危险的马丁格尔/网格策略。每笔订单都有自己的止损位,以保护账户安全。 - 运行时间:EA 会根据设置中的时间过滤
作者的更多信息
GM Stochastic MIDL indicator is based on the averaging of the two Stochastics (7,3,4) and (20,3,7) with the level limitation. The only parameter Lim is used for that. The central operator: IIndBuffer[i]=(( iStochastic ( NULL , 0 , 7 , 3 , 4 , MODE_SMA , 0 , MODE_MAIN ,i)+ iStochastic ( NULL , 0 , 20 , 3 , 7 , MODE_SMA , 0 , MODE_MAIN ,i))/ 2 - 50 ) The indicator values are changed from -Y to +Y via 0 after its execution. The white line. The indicator is supplemented by the growth/decrease histog
The Greed Master Stochastic 2 Lines indicator uses the Stochastic indicator. And based on the data on intersections with the levels , it plots two High and Low lines according to the rates for the change period of the Stochastic indicator. All parameters are set to default, but they can be adjusted if necessary. Also, the arrows show the High and Low price values for the specified period. If you correctly fill parameters of the account and exchange rate of the currency in the country the indicat
The Expert Advisor trades using the Stochastic indicator with the specified parameters. A trade is opened at the crossover of the specified levels. The default levels are K = 11, D = 3, Sl = 3. The EA opens a trade when overbought and oversold levels specified by the trader are crossed. Trades are closed by Take Profit levels, which are hidden form the broker. If a wrong direction is chosen, the EA opens an averaging grid of orders. Expert parameters MAGICB - Long magic number; MAGICS - Short m
The RSI Signals Manager Expert Advisor trades the signals of the RSI indicator. Trades are performed in an appropriate direction when the indicator reaches the value of RSI_Level_Down or RSI_Level_Up . If the indicator exceeds RSI_Level_Up , Short direction is selected for initial trades. If the indicator falls below RSI_Level_Down , Long one is selected. If Inversion = true , the trades are opened in the reverse direction. Profitable trades are closed by take profit. Loss-making ones are averag
Forex trading guide
Oleg Papkov
5 (1)
The Forex Trading Guide indicator works based on the standard RSI indicator with an adjustable period. Crossing the internal level calculated mathematically, the indicator gives a signal for opening a trade in a certain direction, showing it on the price chart with the corresponding line (blue - deal up, red - deal down) and the price label of the corresponding color . In other words, if the previous directive was to deal down (the line and the price label in red), then the next directive will b
Guiding Thread is based on the standard RSI with a customizable period. The market entry signal is triggered after the indicator crosses a certain level. The event is marked by an appropriate line (blue - going long, red - going short) and the price label having the appropriate color . In other words, if the previous signal was for going short (red line and price label), the next one indicates the upcoming reversal and the necessity to go long (blue line and price label). A trading signal is pre
The Expert Advisor trades using the Stochastic indicator with the specified parameters. A trade is opened at the crossover of the specified levels. The default levels are K = 11, D = 3, Sl = 3. The EA opens a trade when overbought and oversold levels specified by the trader are crossed. Trades are closed by Take Profit levels, which are hidden form the broker. If a wrong direction is chosen, the EA opens an averaging grid of orders. If there is no signal for opening a position by Stochastic indi
Ship Cruise
Oleg Papkov
游轮 船舶巡航专家顾问交易的RSI指标信号。 当指标达到30或70的值时,交易是在一个方向或另一个方向进行的。  盈利交易以获利收盘。 无利可图的交易被ea使用平均方法处理,交易网络建立在同一方向上,计算盈亏平衡水平,并且当价格达到此水平时,网络以获利关闭。 EA具有最低的指示,对于选择所选产品(货币对),账户和存款的初始参数进行优化是非常容易的。 在一个方向上的所有交易,短期或长期,在连接丢失的情况下受到保护,并具有相同的止损。 TPSL经理根据平均网络的状态和方向的交易数量改变总止损的位置。 设置选项。 部分"交易时间" Hours_to_GMT_Offset-来自代理服务器的已知GMT时间偏移时钟。  小时-开/关。 Begin_hour-小时开始; 结束时间_结束时间; 该节"初始设置" 优惠-立即优惠; MaximumRisk-影响开始很多的大小; LotStop-limiter了很多。 当达到LotStop值时,网络的初始交易将保留该lot值; DecreaseFactor-用于减少初始交易的参数 ; TP-止盈; SLPLUS-止损点的大小,加
The EA uses the Stochastic indicator. Long and Short trades are opened each in their own range of indicator levels. The lot of transactions changes depending on the established risk level and the results of previous transactions. The EA has two modes of use. 1-without using the averaging network. 2 - using the averaging network. To choose from, according to your preferences. The settings for these modes are different. The default settings are optimized for EURGBP M15 in non-network averaging
The Grid stability plus semi automatic expert Advisor trades on the signals of the RSI indicator. Trades are made in different directions when the indicator reaches values of 30 or 70 . If the indicator is greater than 70 , the Short direction is selected for initial trades, and if the indicator is less than 30 , the Long direction is selected. Profitable trades are closed by take profit. Unprofitable ones are processed by the expert Advisor using the averaging method, a network of transactions
筛选:
无评论
回复评论