Files
mql5-skills/skills/mql5/references/docs/18-chart-operations/0794-chart-operations-charttimeondropped.md
T
2026-06-23 21:47:51 +08:00

501 B

ChartTimeOnDropped

Returns the time coordinate corresponding to the chart point the Expert Advisor or script has been dropped to.

datetime  ChartTimeOnDropped();

Return Value

Value of datetime type.

Example:

   datetime t=ChartTimeOnDropped();
   Print("Script was dropped on the "+t);

See also

ChartXOnDropped, ChartYOnDropped