Version 1.40 2025.08.21
The missing alert (email alert) has been added.
The name of the file related to the version has been corrected.
Version 1.30 2025.08.19
1- New input parameters for customisable colours: Three new inputs (BuyColour, SellColour, ZlsmaColour) have been added, allowing users to define the colours of the buy and sell signals and the ZLSMA line.
2- A new ChartOnForeground parameter (default false) has been added to control whether the chart is displayed in the foreground. This fixes the issue in MT5 where it was forced to true when changing timeframes, interfering with EA dashboards. Users can now enable or disable it as needed.
3- Removal of hardcoded colours in the code: In MT5, fixed colours were replaced with the new BuyColor, SellColor and ZlsmaColor inputs. In MT4, the properties were removed and the histogram and arrow settings were updated to use the new inputs. This allows for permanent customisation and prevents colours from reverting to default values.
4- Dynamic colour adjustment in histograms in MT4: BuyColor and SellColor are now applied to histograms instead of hardcoded colours, ensuring consistency in customisation when changing the chart scale.
5- Minor changes were made to the panel settings for better organisation.
Version 1.20 2025.04.09
Push notifications have been added
Version 1.10 2023.02.24
A new alert function has been added at the request of a customer to the indicator. Now each alert will show the symbol from which it originates.