欢迎访问 外汇EA下载与MT4/MT5自动交易资源 - 聚合外汇EA、黄金EA、量化交易工具与自动化交易实战内容。
登录 注册

Spider Expert Advisor | 外汇指标下载 - MT4/MT5资源 - MetaTrader 5资源

author emer | 38 人阅读 | 0 人评论 |

Spider Expert Advisor 评测与下载说明

本文整理的是 CMillion Expert Advisor 相关 EA。内容已去除俄文残留和外站推广信息,并按外汇 EA 用户常见关注点重新组织,方便判断是否适合实盘或测试环境。

策略定位

这类 EA 通常用于 MT4 或 MT5 的自动化交易场景。正式使用前应先确认交易品种、周期、点差、滑点、杠杆和经纪商执行条件,避免把单一历史表现直接当成未来收益预期。

测试建议

建议先在模拟账户和小资金账户中分别测试,重点观察最大回撤、连续亏损、持仓时间、新闻行情表现以及参数对不同市场阶段的敏感度。

英文页面要点

Advisor’s Strategy:

The Expert Advisor spreads a network of all types of orders. Above MA, we open only buystop, below only sellstop. Signals can also be filtered by the Stohastic indicator. For each order, we set a stop loss, take profit and a trail. Pending orders are pulled for the price at a given distance before triggering.

Adviser Settings:

———- we allow certain types of orders —————

BuyStop = true;

BuyLimit = true;

SellStop = true;

SellLimit = true;

———– MA settings ————–

FilterMA = true; – enabling the MA filter

timeframe = 0; – Timeframe MA

period = 34; – period MA

ma_shift = 0; – shift MA

ma_method = 0; – method MA 1

appliced_price = PRICE_CLOSE; – Used price MA 1

———— Stochastic Settings —————

FilterStochastic = false; – Enable the Stochastic filter

KPeriod = 5;

DPeriod = 3;

Slowing = 3;

————- Stop and Trawl settings

Stoploss = 0, – stoploss

Takeprofit = 0; – takeprofit

TrailingStop = 50, – trailing stop, if 0, then there is no trailing

TrailingStart = 10, – start of trailing

TrailingStep = 10; – the step of the trawl

TrailingLimitOrder = 50; – distance to limit order

railingStopOrder = 50; – distance to stop order

TrailingStepOrder = 10; – the step of moving the stop order

Lot = 0.1; – the volume of the Adviser’s orders

K_Lot = 2.0; – coefficient of change in the lot of stop orders

Magic = 1000; – unique order number of this Expert Advisor

ProfitClose = 10.0; – profit at which we close everything (Measured in the deposit currency)

CloseBy = true; -allow overlap (counter closing of positions)

IncreaseEquity = 2.0;-equity gain (the EA closes all positions when equity increases by a given level (Measured in the deposit currency)

Time Start = 1, – the start time of trading

timeEnd = 16; – trading end time

The adviser is conditionally free. About its acquisition, write to me

You can download the Expert Advisor itself here:

风险提示

EA 不能消除市场风险。网格、马丁、剥头皮、套利和高频类策略尤其依赖交易环境,实盘前应单独评估止损逻辑、订单数量限制和异常行情下的资金占用。

🔐
请登录后参与评论
注册满12小时后评论,即可解锁附件下载
立即登录