Version 1.6 2024.02.16
*** Please always make a backup of the existing indicator (the .ex5 file) before you make an update ***

Change log:
- added the possibility to use a major trend moving average filter
- new additional input for symbols
Version 1.5 2023.08.18
*** IMPORTANT - please always make a backup of the existing indicator (the .ex5 file) before you make an update ***

Change log:
- added a text to the chart with the formation movment (in points)
Version 1.4 2023.08.16
*** IMPORTANT - please always make a backup of the existing indicator (the .ex5 file) before you make an update ***

Change log:
- bug fix
Version 1.3 2023.02.28
*** Please always make a backup of the existing indicator (the .ex5 file) before you make an update ***

Change log:
- added an option to write the signals as global variables instead of to a file
- the formation will be drawn with a rectangle and an arrow showing trade direction on the chart which opens up when clicking on a signal in the panel
- added a possibility to use the indicator in single chart mode (checking only the current chart symbol and time frame). It will then draw a rectangle and an arrrow at each pattern on the chart where the indicator is running. This option is in some ways limited though. More information in the product's blog.
- added the possibility to set the colors in the panel
Version 1.2 2020.09.18
- added the possibility to write the signals in the panel to a file. Could for instance be used by an Expert Advisor for automatical trading. For instance this product: https://www.mql5.com/en/market/product/43820
- added a Smiley in the upper right corner of the chart which is indicating that the indicator is up and running properly
Version 1.1 2020.07.11
- added an option to scan symbols visible in the Market Watch window instead of using the internal parameter
- added the possibility to set a custom alert text for alerts (not in the panel). The custom text will be added to the end of the regular alert text
- added the possibility to set a custom panel title
- various code improvements