Files
mql5-skills/skills/mql5/references/docs/28-eventfunctions/1014-eventfunctions.md
T
2026-06-23 21:47:51 +08:00

740 B

Event Functions

This group contains functions for working with custom events and timer events. Besides this group, there are special functions for handling predefined events.

Function Action
EventSetMillisecondTimer Launches event generator of the high-resolution timer with a period less than 1 second for the current chart
EventSetTimer Starts the timer event generator with the specified periodicity for the current chart
EventKillTimer Stops the generation of events by the timer in the current chart
EventChartCustom Generates a custom event for the specified chart

See also

Types of Chart Events