Version 1.6 2021.11.23
Recompilation.
Version 1.5 2014.08.20
Added an option to generate alerts. It's enabled by setting new parameter Alarm to a value greater than 0. When signal level exceeds the threshold, a message is shown with symbol name and timeframe, where the signal was originated. For each symbol-timeframe pair alert may happen only once on a bar.
Version 1.4 2014.08.12
- Fixed synchronization of different timeframes for Offset larger than 0.
- Fixed signal generation for non-Forex instruments (with names which do not contain base currency).
Version 1.3 2014.07.18
Fixed problems occured when the number of instruments was less than 8.
Version 1.2 2014.07.16
New parameters added:
- BarByBar - enable/disable bar by bar processing; default - true; when it's false, the indicator re-calculates on every tick;
- Offset - bar number, where analysis is performed; default - 0, i.e. the latest bar; if BarByBar is true, instead of 0-th bar, bar 1 is used, because it's the latest completed bar;
- Background - enable/disable background displaying for all objects; default - true, and objects are created "under" the chart, so nothing is obscured.
Version 1.1 2014.07.08
- Fixed a problem with incorrect calculations (occured when the number of instruments was less than 8).
- Added FontSize parameter (default - 10).