Stock_OpenreferPriceByEndt_V1
简述
指定日开盘参考价-系统昨收法。与证券相关。
Stock_OpenreferPriceByEndt_V1(Endt:Date;PriceType:UserDefine):real
| 名称 | 类型 | 说明 |
|---|
| Endt | Date | 日期,截止日 |
| PriceType | UserDefine | 用户自定义,价格类型
|
显示名 |
取值 | |
全收益指数 |
0 | |
价格指数 |
1 | |
净收益指数 |
2 |
|
| 返回 | real | real,指定日开盘参考价,实数。 |
全收益指数=系统昨收
净收益指数=系统昨收+实得比/(1+红股比+转增比+实配比)
价格指数=系统昨收+红利比/(1+红股比+转增比+实配比)
Setsysparam(Pn_Stock(),"SZ000536");
return Stock_OpenreferPriceByEndt_V1(20251229T,0);// 5.04