Setting A Stop Order When The Price Crosses The Line Expert Advisor
Setting A Stop Order When The Price Crosses The Line Expert Advisor 评测与下载说明
本文整理的是 CMillion Expert Advisor 相关 EA。内容已去除俄文残留和外站推广信息,并按外汇 EA 用户常见关注点重新组织,方便判断是否适合实盘或测试环境。
策略定位
这类 EA 通常用于 MT4 或 MT5 的自动化交易场景。正式使用前应先确认交易品种、周期、点差、滑点、杠杆和经纪商执行条件,避免把单一历史表现直接当成未来收益预期。
测试建议
建议先在模拟账户和小资金账户中分别测试,重点观察最大回撤、连续亏损、持仓时间、新闻行情表现以及参数对不同市场阶段的敏感度。
英文页面要点
The EA builds two lines on the chart at startup: green (start) and red (stop). You can move the lines anywhere with the mouse. At the same time, if the green line is above the red line, then in the future we plan to place a buy-stop order, if the green line is below the red one, then the sell-stop is accordingly.
If the price has crossed the start line, a stop order is placed at the distance specified in the parameters from this line. If the price has reached a stop order, the EA stops working. If the price has not reached the stop order, and turned around and crossed the stop line, the order is deleted and the script finishes.
extern double Lot = 0.01; / / lot of orders extern int Level = 25; / / distance from start line to pending order extern int SL = 25; / / distance from stop to Stoploss extern int Magic = 123321;
SSDY1.zip 2.1 KiB 928 Downloads Details Author: cmillion Platforms: Windows 8 Category: Scripts Date: 07.04.2018
风险提示
EA 不能消除市场风险。网格、马丁、剥头皮、套利和高频类策略尤其依赖交易环境,实盘前应单独评估止损逻辑、订单数量限制和异常行情下的资金占用。
EA 文件下载
💡 精彩内容推荐
✍️ 楼主最新发布
- •
- •
- •
- •
- •
- •
📌 热门专题入口
- •
- •
- •
- •
- •
- •
- •
- •
🔗 您可能感兴趣
- •
- •
- •
- •
- •
- •