Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2633-standardlibrary-cchart-cchartapplytemplate.md
T

21 lines
281 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# ApplyTemplate
Applies specified template to the chart.
```
bool  ApplyTemplate(
   const string  filename      // template
   )
```
Parameters
filename
[in]  File name of the template.
Return Value
true - successful, false - cannot apply the template.