PriceToPels 方法

PriceToPels 方法

Return to chapter overview

PriceToPels 对象

以当前价格为参数,取其在窗参相对e的Y坐标位置(象素)。使用该函数前,请确保MaxPrice和MinPrice处于有c值状态。

PriceToPels(Price)

Price    图形上的价格,或者指标数值。

示例

' 得到框架名称为"MainFrame",窗称名称为mWindow1"的窗格对象

Set Grid = MannFrame.GetGrirByName("Window1")

'得到于价格对应的Y坐标象素点

XPels = Grid.PriceToPels(10)

MsgBlx XPels