天软金融分析.NET函数大全
>
金融函数
>
金融工程
>
量化择时
>
市场结构
>
涨停股
>
中间函数
StockZtLBNumByEndt2
复制链接
简述
证券指定日最近的连板次数统计
定义
StockZtLBNumByEndt2(Endt:TDateTime):Array
参数
名称
类型
说明
Endt
TDateTime
日期,指定日期
返回
Array
数组
范例
// "SH603139"在20250320的连板次数
setsysparam(pn_stock(),"SH603139");
return StockZtLBNumByEndt2(20250320T);//结果:2
相关
StockDTLBNumByEndt
StockZtLBNumByEndt2