【myfxbook展示】【MQL5官网】
利用纽约尾盘及收盘后第一个小时内的盘整期,侦测小的波动,使用反向单进入开单(抓突破后回落行情),然后尝试在波动发生之前到一定位置退出。如果操作未在盘整时段盈利,尝试在后续时间中,欧洲开盘之前一个有利条件下退出。
平台需要选适合剥头皮的,低点差,ECN账户最佳。
管理open positions day hour参数,选择交易时间,纽约盘结束前后一个小时是盈利时段。
碰到消息市,建议关闭ea。
主要特点:
-
FIFO 规则兼容,每次只1单,无马丁、网格、对冲
-
可用于多币,差异小
-
允许自动手数
-
超低CPU消耗,只在每根K线第一个tick运行
参数说明:
-
FIXED ORDER SIZE -- 固定手数
-
AUTOLOT ENABLED -- Set the next value to 1 to apply Autolot.
-
RISK MULTIPLIER -- If autolot is enabled, this is the risk that you want to assign to this expert (value between 0.1 and 3.0, where 1.0 is moderate risk).
-
OPEN POSITIONS DAY HOUR (Open positions) -- Here you define the hours to open positions. A value from 0 to 23 representing the hour. You can define until 3 different hours (or -1 to select nothing).
-
MAX SPREAD -- The expert won't open orders above this spread. Put this value in fractional pips or 'pipettes'.
-
ENABLE LIMIT ORDERS -- if you set this value to 1, limit orders will be used if the spread is between the Max Spread and the double of Max Spread.
-
ENTRY SENSIBILITY -- multiplier to apply to the sensibility of the entry signal. The values must be between 0.5 and 2.0. At higher value, less trades.
【配置指导】
1,寻找高相关性货币对,如EURCHF;
2,波动小的时段,如EURCHF在ICMarket上是18点~次日6点(服务器时间);
3,测试M5、M15、M30、H1时框下不同的channel_multiplier'值。该值越高,订单数量越少,但效果越好。
4,之后测试tp和sl multiplier,后者越低似乎效果越好。
5,选择好的ECN平台;
6,点差2~3pips以内的最好。
7,周末最好停掉ea,避免周日跳空,以及某些平台的点差扩大。
总之,尝试在回测中设置SL和TP multiplier到最小,同时盈利最大。假如SL=2.0跟3.0的profit factor相似,尽可能选2.0。TP情况一样。
Channel muliplier值越小,开单越多,profit factor可能会低一些。要同时兼顾最大回撤,如果最大回撤相当,选Channel muliplier小一点的值。
这个参数的含义貌似是侦测到最小ATR channel扩大到此倍数,就开始开单。
Channel_Period,缺省20,越大,开单越多。比如USDJPY,使用80(时间23点到次日2点)开单加倍。
GBPAUD\EURAUD M5
一图多币,NY收盘前1小
时,这是开放型的多货币刷单剥头皮EA,订单数量多.平均每周交易70单,平均持仓时间2小时
一次下多个单子



发表评论