13 lines
269 B
Markdown
13 lines
269 B
Markdown
# Period
|
||
|
||
Gets period of the chart.
|
||
|
||
```
|
||
ENUM_TIMEFRAMES Period() const
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Period of the chart (from [ENUM_TIMEFRAMES](/en/docs/constants/chartconstants/enum_timeframes)) assigned to the class instance. If there is no chart assigned, it returns 0.
|