by Wayne | Feb 9, 2021 | Strategy Development
We all want a large sample of trades in our backtests, but practical limitations such as data availability often get in the way. Here I’ll explain why 30 trades is insufficient, and how you can use standard error to quantify the uncertainty arising from a small...
by Wayne | Dec 23, 2020 | Strategy Development
In this third and final part of the MT4 strategy development guide, we’ll attempt to improve our basic moving average crossover strategy. Entry and exit parameters will first be optimized. An intraday time filter will then be implemented to help avoid false...
by Wayne | Dec 22, 2020 | Strategy Development
This post will illustrate the use of MT4 to: Download free historical data Verify your strategy’s logic Backtest your strategy The complete trading strategy can be downloaded here. Before diving into strategy development, it pays to verify your algorithm’s...