View RSS Feed

mql5

Universal RSI indicator for working in two directions simultaneously

Rate this Entry
by , 09-26-2018 at 08:57 AM (690 Views)
      
   
Name:  016.jpg
Views: 179
Size:  60.5 KB

Contents



When developing trading algorithms, we almost always encounter a problem: how to determine where a trend/flat begins and ends? It is difficult to find a clear-cut solution. This goal seems achievable by combining the both trend-based and flat-based strategies in one algorithm. In this article, we will create a universal indicator that will combine signals for different types of strategies. We will try to simplify the generation of trade signals in an expert as much as possible. An example of combining several indicators in one will be given. This will be done using object-oriented programming, with each indicator or its part being implemented in the form of a class included in the main program file.
more...

Submit "Universal RSI indicator for working in two directions simultaneously" to Google Submit "Universal RSI indicator for working in two directions simultaneously" to del.icio.us Submit "Universal RSI indicator for working in two directions simultaneously" to Digg Submit "Universal RSI indicator for working in two directions simultaneously" to reddit

Categories
Uncategorized

Comments