Strategy builder based on Merill patterns
by
, 11-07-2019 at 05:56 PM (871 Views)
Table of contents
- Introduction
- Task statement and application prototype
- Implementing a strategy builder for testing
- Demonstration and example of strategy builder operation
- Conclusion
more...In the previous article, we considered application of Merill patterns to various data, such as to a price value on a currency symbol chart and values of standard MetaTrader 5 indicators: ATR, WPR, CCI, RSI, among others. A graphical interface was developed to explore this idea. The main purpose of the interface is to test and find efficient pattern use methods. Further, the found successful configurations should be built into trading strategies and tested. In this article, we will develop a basic toolkit for building trading strategies and testing them.