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

Shadow Candles Expert Advisor | MT5 EA下载 - MetaTrader 5资源

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

Shadow Candles Expert Advisor 评测与下载说明

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

策略定位

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

测试建议

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

英文页面要点

The EA opens pending orders when a hammer-type candle appears (with a large shadow). SL adviser puts for the shadow at a distance of SL points from it. TP is equal to the size of the shadow minus TP. Additional features: trailing stop, breakeven, time filter.

TIMEFRAMES = 0;

candllevel = 50; / / candle Size at least

candllshadow = 180; / / candle shadow % of the candle body (at least)

Step = 0; //distance from the candle to the pending order

BarLife = 3; //how many candles does the pending order live for

StopLoss = 20, / / SL by Low/High + – pips

TakeProfit = 0; / / TP by shadow – pips

TrailingStop = 0; //length of the trail, if 0 then there is no trail

TrailingStart = 0; //when to enable the trail, for example after reaching 40 pips

TrailingStep = 0; //trailing step-move the stop loss no closer than TrailingStep

NoLoss = 0, //transfer to breakeven for the specified number of profit points, if 0 then there is no transfer to breakeven

MinProfitNoLoss = 10; / / minimum profit when transferring to breakeven

MaxOrders = 5; //maximum number of unidirectional orders in the market

Magic = 0; / / magic

RiskPercent = 5; / / percentage of the balance to calculate the lot

TimeStart = 0, / / time limit for the adviser

TimeEnd = 24; //do not open orders and close deposits if the time is not between TimeStart and TimeEnd

The adviser is free. About its improvements please contact :

cmillion@narod.ru

风险提示

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

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