天软金融分析.NET函数大全 > 金融函数 > 股票 > 基本情况 > 是否被ST_PT > 中间函数

stock_Stforecastdata    

简述
指定日股票风险预警数据。
定义
stock_STforecastdata(StockID:String;EndT:TDateTime;N:Integer):Array
参数
名称类型说明
StockIDString字符串。股票代码
EndTTDateTime日期。指定日
NInteger整数。前推天数
返回Array数组。指定日股票风险预警数据
  • 范例



    //对SZ002373股在2014-04-10前推30天的风险预警数据
     
    return stock_STforecastdata('SZ002373',20140410T,30);


    结果:
相关