SumOfSectorExceptNoTrade
简述
返回当前板块当前时间存在交易股票指标Exp的和,与系统参数(板块,日期,周期,复权)相关。
SumOfSectorExceptNoTrade(Exp:Expr):real
名称 | 类型 | 说明 |
---|
Exp | Expr | 函数表达式 |
返回 | real | 实数 |
SetSysParam(pn_bk(),'安徽');
SetSysParam(pn_date(),20180801t);
return SumOfSectorExceptNoTrade(@close());
//返回:1261.95