diff --git a/docs/concepts/data.md b/docs/concepts/data.md index 398344f9136d..5df7fdd4293e 100644 --- a/docs/concepts/data.md +++ b/docs/concepts/data.md @@ -67,6 +67,8 @@ volume information over a specific period, including the opening price, highest and traded volume (or ticks as a volume proxy). These values are generated using an *aggregation method*, which groups data based on specific criteria to create the bar. +The implemented aggregation methods are: + | Name | Description | Category | |:-------------------|:---------------------------------------------------------------------------|:-------------| | `TICK` | Aggregation of a number of ticks. | Threshold |