【OpenInt】返回基于日线及以上周期的当前bar的未平仓量(暂未实现,无法取到)
OpenInt[table][tr][td]返回基于日线及以上周期的当前bar的未平仓量(暂未实现,无法取到)[p=30, 2, left]日线以下周期,返回值如下:[/p][p=30, 2, left]- 如果图表设置为[b]成交量[/b]基于[b]交易量[/b],则openint返回值为下跌股数
- 如果图表设置为[b]成交量[/b]基于[b]成交笔数[/b],则openint返回值为当前bar下跌笔数[/p][/td][/tr]
[/table]
[table=98%]
[tr][td][b]用法[/b][p=30, 2, left]OpenInt[/p][/td][/tr]
[/table]
[table=98%]
[tr][td][b]范例[/b][p=30, 2, left]以当前Bar的openint 值画线:[/p][p=30, 2, left]Plot1(OpenInt,"Open interest");[/p][p=30, 2, left]
以前一根K线的openint值画线:[/p][p=30, 2, left]Plot1(OpenInt of 1 Bar Ago,"Previous bar's open interest");[/p][p=30, 2, left]
以前第二根openint值画线:[/p][p=30, 2, left]Plot1(OpenInt[2],"Open interest 2 bars ago");[/p][/td][/tr]
[/table]
页:
[1]