Correlation market state – indicator MetaTrader 5

Correlation market state - indicator for MetaTrader 5
General description : In his June 2020 TASC article “Correlation as a cycle indicator” John Ehlers describes one possible way to determine trend in the markets His article describes 3 possible ways of determining the trend and here we shall post all the 3 possible ways  This version : this version is showing the “market … Read more

state – behavioral design pattern – library MetaTrader 5

state - behavioral design pattern - library for MetaTrader 5
//+——————————————————————+ //|                                                        State.mq5 | //|                                    2019-2020, dimitri pecheritsa | //|                                                 792112@gmail.com | //+——————————————————————+ // //   state – behavioral design pattern //   //   from: design patterns: elements of reusable object-oriented software //   by gof: erich gamma, richard helm, ralph johnson, john vlissides //   published in 1994 // //   intent // //   allow an object to alter its behavior … Read more