MQL4参考 图表操作 ChartYOnDropped

ChartYOnDropped

Returns the Y coordinateof the chart point the Expert Advisor or script has been dropped to.

int  ChartYOnDropped();

Return Value

The Y coordinate value.

Note

Y axis direction from top to bottom.

See also

ChartWindowOnDropped(), ChartPriceOnDropped(), ChartTimeOnDropped()