Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
9nix6 authored Apr 28, 2021
1 parent c20b748 commit b9917d6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:

Expand Down

0 comments on commit b9917d6

Please sign in to comment.