Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2612-standardlibrary-cchart-cchartopen.md
T
2026-06-23 21:47:51 +08:00

26 lines
580 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Open
Opens chart with specified parameters and assigns it to the class instance.
```
long  Open(
   const string     symbol_name,     // symbol
   ENUM_TIMEFRAMES  timeframe        // period
   )
```
Parameters
symbol_name
[in]  Chart symbol. [NULL](/en/docs/basis/types/void) means the symbol of the current chart (to which an expert is attached).
timeframe
[in]  Chart timeframe (from [ENUM_TIMEFRAMES](/en/docs/constants/chartconstants/enum_timeframes) enumeration). 0 means the current timeframe.
Return Value
chart identifier.