天软金融分析.NET函数大全
>
金融函数
>
板块
>
行情指标
>
当日行情
Index_ZTInOpenCount
复制链接
简述
开盘涨停个数,开盘涨停的股票数量统计。
定义
Index_ZTInOpenCount(Doption:Integer):Integer
参数
名称
类型
说明
Doption
Integer
用户自定义,不考虑ST股或者新股,取值如下:
显示名
取值
所有
0
剔除ST股
1
剔除新股
2
剔除ST股及新股
3
剔除退市整理期股
4
剔除ST股及退市整理期股
5
返回
Integer
整数。开盘涨停个数。
范例
// "A股板块"在2024-12-24开盘涨停个数
setsysparam(pn_Stock(),"TSI000001");
setsysparam(pn_date(),20241224T);
return Index_ZTInOpenCount(0);
//结果:13
相关
StocksAmountSum3
StocksHSL3
StocksVolSum3
StocksAmountPercent3
StocksVolPercent3
向导函数
BK_DTCount
BK_DTList
BK_FanBaoBanCount
BK_FanBaoBanList
BK_FirstBanInWeekCount
BK_FirstBanInWeekList
BK_LBanStockLists
BK_OpenAuctionZTRatio
BK_TBanCount
BK_TBanList
BK_YiZiBanCount
BK_YiZiBanList
BK_ZTCount
BK_ZTLBList
BK_ZTLBNumCount
BK_ZTLBNumList
BK_ZTList
BK_ZTPriceAmount
Index_DTCount
Index_DTList
Index_FanBaoBanCount
Index_FanBaoBanList
Index_FirstBanInWeekCount
Index_FirstBanInWeekList
Index_LBanStockLists
Index_OpenAuctionZTRatio
Index_TBanCount
Index_TBanList
Index_YiZiBanCount
Index_YiZiBanList
Index_ZTCount
Index_ZTLBList
Index_ZTLBNumCount
Index_ZTLBNumList
Index_ZTList
Index_ZTPriceAmount
中间函数
BK_DTBreakRatio
BK_ZT2LBRatio
BK_ZT3LBRatio
BK_ZTAmount
BK_ZTAvgMaxDF
BK_ZTAvgMaxZF
BK_ZTAvgOpenZF
BK_ZTAvgZF
BK_ZTBreakCount
BK_ZTHitLimitRatio
BK_ZTIn2HourCount
BK_ZTIn3HourCount
BK_ZTIn4HourCount
BK_ZTInHalfHourCount
BK_ZTInMinCount
BK_ZTInOpenCount
BK_ZTInSecCount
BK_ZTLB2Count
BK_ZTLB3Count
BK_ZTLB4Count
BK_ZTLB5Count
BK_ZTLBRatio
Index_DTBreakRatio
Index_ZT2LBRatio
Index_ZT3LBRatio
Index_ZTAmount
Index_ZTAvgMaxDF
Index_ZTAvgMaxZF
Index_ZTAvgOpenZF
Index_ZTAvgZF
Index_ZTBreakCount
Index_ZTHitLimitRatio
Index_ZTIn2HourCount
Index_ZTIn3HourCount
Index_ZTIn4HourCount
Index_ZTInHalfHourCount
Index_ZTInMinCount
Index_ZTInOpenCount
Index_ZTInSecCount
Index_ZTLB2Count
Index_ZTLB3Count
Index_ZTLB4Count
Index_ZTLB5Count
Index_ZTLBRatio