知识库 > 金融建模 > 公用函数 > 扩展函数 > .Net扩展函数 > 板块 > 行情指标 > 指定日 > 向导函数

Bk_TradedCount    

简述
板块指定日交易股票个数
定义

Bk_TradedCount(EndT:TDateTime):Int
参数

EndT:指定日期

返回:整数
  • 参考

    范例:

     //返回A股2012/10/19日交易股票个数
      SetSysParam(Pn_Bk(),"A股");
      EndT:=inttodate(20121019);
      return Bk_TradedCount(EndT);
    //返回结果:2412


相关