分享: Investment GOLD (投资黄金)
zfj8895
|
12704 人阅读
|
90 人评论
|
2020-12-10
本EA使用MetaTrader 4内置的标准指标。EA检查过去或当前条形图上的指示符值(可以在设置中选择:1-历史,0-当前),如果它们匹配,它将打开一个订单。交易由sl或tp完成。在回测期间,EA通过了过去13年的所有市场条件。EA提供了按照FIFO进行交易的能力。可以启用追踪止损。它可以在周五结束订单。
EA包含新闻停止交易系统,在新闻发布期间暂停交易。对于测试,需要启用可视模式并按下图表上的“更新新闻”按钮。也可以设置下载新闻的时间段(以月为单位)。
要启用新闻停止交易,勾选“允许WebRequest”选项并添加http://www.dailyfx.com“到WebRequest的URL列表。具体设置:打开“工具”>“选项”>“EA交易”。选中选项“允许 WebRequests 用于所列 URL:”。添加http://www.dailyfx.com单击“确定”。EA从指定网站获取新闻。
参数设置:
Description- UseFIFOClose - close orders in compliance with FIFO;
- panelshow - display the panel of total balance for today, yesterday, the day before yesterday;
- hourtradefriday - disable trading on Friday at the specified time;
- endhourtradefriday - time to stop opening orders on Friday;
- closeorderfriday - close open orders on Friday after the specified time;
- hourcloseorderfriday - time to close open orders on Friday;
- Lots - fixed lot; if 0, activates Percent;
- Percent - percentage of free margin;
- InpNewsFilterEnabled - enable the News Stop Trading system;
- InpNewsLevel - importance of the news to stop trading;
- InpNewsMinutesBefore - the number of minutes before the news release to stop trading;
- InpNewsMinutesAfter - the number of minutes after the news release to resume trading;
- InpNewsTimezoneShiftTest - time zone offset for the testing mode;
- InpNewsTimezoneShiftLive - time zone offset for the live trading mode;
- InpNewsDoClose - close orders before the news release;
- InpNewsDoCloseAllMinutesBefore - the number of minutes before the news release to close orders;
- InpNewsMainColor - color of the chart messages;
- InpNewsUpdateEachMins - news update time in minutes;
- InpNewsShowInfo - display messages on the chart;
- InpNewsManualUpdateMonths - the number of months to perform a manual news update (chart button);
- Trailing - enable the trailing stop mode;
- TrailingStop - profit in points to activate the trailing stop;
- TrailingGap - step for moving the trailing stop;
- breakeven - enable/disable breakeven;
- breakeven distance - the number of points to activate the breakeven;
- breakeven pips - the number of points to place the breakeven;
- MaxSpread - maximum allowed spread;
- slmax - maximum allowed SL;
- tpmax - maximum allowed TP;
- comment - comment to open orders;
- bar - the bar for measuring indicator values, 0 - current, 1 - past;
- magicm15 - number to start identifying EA orders (for example, if magicm15 = 1, orders will be opened from 1 to 100; if magicm15 = 5, from 5 to 105);
- NumberOfTry - number of attempts to close, open or modify SL, TP of orders;
- ECN - set SL and TP together with the order, or after it had been opened (for ECN accounts);
- slippage - slippage;
- conservative/aggressive - select trading mode;
- risk openorders 1-10 - the maximum allowed number of buy and sell orders opened simultaneously.
|
|
|
|
|