ChartTimeOnDropped
Returns the time coordinate corresponding to the chart point the Expert Advisor or script has been dropped to.
datetime ChartTimeOnDropped(); |
Return Value
Example:
datetime t=ChartTimeOnDropped();
Print("Script was dropped on the "+t); |
See also
ChartXOnDropped(), ChartYOnDropped()
|