请观看如何免费下载自动交易
请在Facebook上找到我们!
加入我们粉丝页
有趣的脚本?
因此发布一个链接 -
让其他人评价
喜欢这个脚本? 在MetaTrader 5客户端尝试它
EA

Dodgy Backtest Example - MetaTrader 4EA

显示:
2866
等级:
(5)
已发布:
2006.09.18 14:54
已更新:
2014.04.21 14:56
MQL5自由职业者 需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务

You may get profitable experts in backtests if orders are filled and exited in the same bar. This is usually an error due to the limitations of backtesting on data with longer timeframes than the trading strategy.

Backtest results will always be unreliable if an order is filled and exited on the same bar unless the entry is on the open or the exit on the close. This is because it is impossible to tell the price action within the bar. A backtest will make an estimation of what happened during the bar. At times the estimation may result in a fill at a price that is estimated to occur before the exit but in realty occured after. This can result in fills at impossible prices, especially when the market moves quickly in one direction. Some strategies will inadvertently exploit these impossible prices to produce impossible results.

You can end up with an expert that appears to be extremely profitable in backtests but will lose a bundle in real trading (well I think it will), as the attached expert will. Try it on EURUSD 1H timeframe.

The only way to have reliable backtests off bar data is to either enter on the open or exit on the close. It is certain when these two points happened so the order of the price action will always be correct. It also makes it certain that the expert does not inadvertenlty open and close an order on the same bar (such as with a Stop Loss Exit)

As you can guess I wouldn't recommend this Expert be used for real....




由MetaQuotes Ltd译自英文
原代码: https://www.mql5.com/en/code/9500

Trix Trix

Trix Indicator - oscillator based on a triple smoothed EMA.

Drive Drive

Drive is a comparision between total up & down movement of each bar. Identifies Trend.

MySystem MySystem

Expert Advisors MySystem using indicators BullsPower and BearsPower.

TDSGlobal TDSGlobal

The Expert Advisor TDSGlobal uses the indicators MACD, OsMA and WPR.