Table of Contents IntroductionThe differences between the Pennant and the TriangleHorizontal PatternContracting TriangleExpanding TriangleA universal indicator to search for the Horizontal Pattern and TrianglesA universal indicator to search for the Flag, the Pennant and the WedgeTester IndicatorConclusionAttachments more...
Custom symbols in MetaTrader 5 offer new opportunities for developing trading systems and analyzing any financial markets. Now traders are able to plot charts and test trading strategies on an unlimited number of financial instruments. To do this, they only need to create their custom symbol based on a tick or minute history. Custom symbols can be used to test any trading robot from the Market or the free source code library. Apart from ...
Contents Introduction1. Creating features 1.1. Feature transformation 1.1.1. Transformation1.1.2. Normalization1.1.3. Discretization1.2. Creating new features2. Choosing predictors 2.1. Visual evaluation2.2. Analytical evaluation2.3. Neural networkConclusionApplication more...
Algorithmic trading consists not only of planning and development of trading robots but also (to a greater extent) testing and verifying the survivability of ideas and algorithms implemented in them. MetaTrader 5 provides the built-in tester for optimizing Expert Advisors on historical data. This tool is often indispensable in everyday activity. However, its main issue is the search for parameters that remain steadily profitable over time ...
In this article we will continue exploring deep neural networks (DNN) which I started in the previous articles (1, 2, 3).DNN are widely used and intensely developed in many areas. The most common examples of everyday use of neural networks are speech and image recognition and automatic translation from one language into another. DNN are also used in trading. Given the fast development of algorithmic trading, in-depth studying of DNN seems to be useful. ...