View RSS Feed

mql5

The power of ZigZag (part I).

Rate this Entry
by , 03-09-2019 at 05:59 PM (863 Views)
      
   
The power of ZigZag (part I). Developing the base class of the indicator

Name:  002.png
Views: 173
Size:  18.2 KB

Contents

Many researchers simply skip or do not pay enough attention to determining the price behavior. At the same time, complex methods are used, which very often are simply “black boxes”, such as machine learning or neural networks. The most important question arising in that case is what data to submit for training a particular model. In this article, we will expand the tools for such studies. You will find out how to select more appropriate symbols for trading before searching for the optimal parameters. To achieve this, we will use a modified version of ZigZag indicator and the code class that significantly simplifies obtaining and working with data of indicators belonging to this type.
In this series of articles, we will implement:

  • a modified version of ZigZag indicator
  • a class for obtaining ZigZaga data
  • an EA for testing the process of obtaining the data
  • indicators defining the price behavior
  • an EA with a graphical interface for collecting the price behavior statistics
  • an EA following ZigZag signals
more...

Submit "The power of ZigZag (part I)." to Google Submit "The power of ZigZag (part I)." to del.icio.us Submit "The power of ZigZag (part I)." to Digg Submit "The power of ZigZag (part I)." to reddit

Categories
Uncategorized

Comments