stock_Stforecastdata
简述
指定日股票风险预警数据。
stock_STforecastdata(StockID:String;EndT:TDateTime;N:Integer):Array
名称 | 类型 | 说明 |
---|
StockID | String | 字符串。股票代码 |
EndT | TDateTime | 日期。指定日 |
N | Integer | 整数。前推天数 |
返回 | Array | 数组。指定日股票风险预警数据 |
//对SZ002373股在2014-04-10前推30天的风险预警数据
return stock_STforecastdata('SZ002373',20140410T,30);
结果:
