Automatic Trading System CM Head On - MT4/MT5资源
Automatic Trading System CM Head On 评测与下载说明
本文整理的是 CMillion Expert Advisor 相关 EA。内容已去除俄文残留和外站推广信息,并按外汇 EA 用户常见关注点重新组织,方便判断是否适合实盘或测试环境。
策略定位
这类 EA 通常用于 MT4 或 MT5 的自动化交易场景。正式使用前应先确认交易品种、周期、点差、滑点、杠杆和经纪商执行条件,避免把单一历史表现直接当成未来收益预期。
测试建议
建议先在模拟账户和小资金账户中分别测试,重点观察最大回撤、连续亏损、持仓时间、新闻行情表现以及参数对不同市场阶段的敏感度。
英文页面要点
The cost of the key is 50 usd
Automatic trading system
The Expert Advisor has no indicators .
The Expert Advisor places orders from the market at the moment when the current Bid price becomes more or less than the extreme of the last candle. If the price goes in the direction of profit, then after a given step it is allowed to place orders with the initial lot (according to the trend.) If the price goes against our order, the EA places orders with an increased lot. The signal for the resolution of the order is the same (changing the extreme of the candle).
Closing orders. The Expert Advisor analyzes the breakeven amount of buy and sell orders. The blue label is the breakeven of the ign Red – breakeven sell As soon as Buy is above the blue on Minprofit, and Ask is below the red on Minprofit, all orders will be closed. Thus, orders are locked and the Expert Advisor passes even protracted trends.
Step = 20; //distance between open orders in the order grid
Lots = 0.1; //if=0, the lot will be calculated as a percentage of free funds by RiskPercent %
RiskPercent = 0.01; //Lots = AccountBalance() * (RiskPercent / 100.0) / 10000.0
K_Lot = 1.5; //lot multiplication
DigitsLot = 2; //number of decimal places in the lot size (2 – 0,01) (1 – 0,1)
OrdersNoTP = 2; //the difference in the number of orders at which we allow trend orders
Minprofit = 2; //minimum profit
_____________ = “Filter Time”;
TimeStart = 0 , //time limit of the Expert Advisor
timeEnd = 24, //do not open orders and close deposits if the time is not between TimeStart and timeEnd
FridayHourClose = 16; //order closing hour on Friday
The adviser is conditionally free. You can use it in the tester and on demo accounts without any restrictions. To work on a real account, you need a key. How to get a key for free
风险提示
EA 不能消除市场风险。网格、马丁、剥头皮、套利和高频类策略尤其依赖交易环境,实盘前应单独评估止损逻辑、订单数量限制和异常行情下的资金占用。
💡 精彩内容推荐
✍️ 楼主最新发布
- •
- •
- •
- •
- •
- •
📌 热门专题入口
- •
- •
- •
- •
- •
- •
- •
- •
🔗 您可能感兴趣
- •
- •
- •
- •
- •
- •