Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3516-standardlibrary-expertclasses-expertbaseclasses-cexpert-cexpertoncharteventprocess.md
T
2026-06-23 21:47:51 +08:00

473 B

OnChartEventProcess

Sets a flag to handle the OnChartEvent event.

void  OnChartEventProcess(
   bool     value        // flag
   )

Parameters

value

[in] Flag to handle the OnChartEvent event.

Return Value

None.

Note

If the flag is true, the OnChartEvent event is handled. By default, the flag is set to false.