MQL4参考 物件函数 ObjectGetTimeByValue
|
ObjectGetTimeByValueThe function returns the time value for the specified price value of the specified object.
Parameters chart_id [in] Chart identifier. object_name [in] Name of the object. value [in] Price value. line_id=0 [in] Line identifier. Return Value The time value for the specified price value of the specified object. Note When this function is used on the current chart, this chart is accessed directly, while in order to receive the properties of an object on a different chart, a synchronous call is used. The synchronous call means that the function waits for the execution of all commands that have been enqueued for this chart prior to its call, that is why this function can be time consuming. This feature should be taken into account when working with a large number of objects on a chart. An object can have several values in one price coordinate, therefore it is necessary to specify the line number. This function applies only to the following objects:
See also |