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

281 B

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.