diff --git a/README.md b/README.md index e950705..7f7c073 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# X-Tick-Chart -MQL5 header files for 'X Tick Chart' indicator available for MT5 via MQL5 Market. The files lets you easily create a TickChart based EA in MT5. +# X-Tick & Volume Bar Chart for Metatrader 5 +MQL5 header files for 'X Tick & Volume Bra Chart' indicator available for MT5 via MQL5 Market. The files lets you easily create a TickChart based EA in MT5. The created EA will automatically acquire the settings used on the tick chart it is applied to, so it is not required to clone the indicator's settings used on the chart to the XTickChart settings that should be used in the EA. ## The files -**TickChart.mqh** - The header file for including in the EA code. It contains the definition and implementation of the TickChart class +**VolumeBarChart.mqh** - The header file for including in the EA code. It contains the definition and implementation of the TickChart class -**CommonSettings.mqh**, **TickChartSettings.mqh**, **CustomChartSettingsBase.mqh**, **ICustomChartSettings** & **CustomChartInputs.mqh** - These header files are used by the **TickChart** class to automatically read the EA settings used on the tick chart where the EA should be attached. +**CommonSettings.mqh**, **VolumeCustomChartSettings.mqh**, **CustomChartSettingsBase.mqh**, **ICustomChartSettings** & **CustomChartInputs.mqh** - These header files are used by the **TickChart** class to automatically read the EA settings used on the tick chart where the EA should be attached. -**TickChartIndicator.mqh** - This helper header file includes a **TickChartIndicator** class which is used to patch MQL5 indicators to work directly on the tick charts and use the tick chart's OLHC values for calculation. +**VolumeChartIndicator.mqh** - This helper header file includes a **VolumrChartIndicator** class which is used to patch MQL5 indicators to work directly on the tick charts and use the tick chart's OLHC values for calculation. ## Installation @@ -18,7 +18,8 @@ All folders (Experts, Include & Indicators) & sub-folders should be placed in th Please always grab the latest release from https://github.com/9nix6/X-Tick-Chart/releases ## Resources -The **X Tick Chart** indicator for MT5 can be downloaded from https://www.mql5.com/en/market/product/24312 +The **X Tick & Volume Bar Chart** indicator for MT5 can be downloaded from https://www.mql5.com/en/market/product/24312 +or from https://www.az-invest.eu/tick-chart-and-volume-chart-for-mt5 ## Disclaimer: