天软金融分析.NET函数大全
>
数据仓库函数
>
向导函数
Derivative2
复制链接
简述
指标技术加速度,返回4个周期的指标Expr变化趋势,与当前系统参数(股票,日期,周期,复权)相关。
定义
Derivative2(A:Expr):real
参数
名称
类型
说明
A
Expr
函数表达式
返回
real
实数
算法
加速度=(2*当日指标-5*一日前指标+4*二日前指标-三日前指标)*100;
范例
SetSysParam(pn_stock(),'SZ000001');
SetSysParam(pn_date(),20180801T);
return Derivative2(@close());//指标值为收盘价
//返回:-49
相关
RelativeStrengthOfIndustry
SpecSysParams
RelativeStrengthOfSector
ReportOfListed
ReportPerShareOfListed
Derivative1
PositionOfSector
ReduceWithHighestOfPeriod
OccuredRepIdOfRepPeriod
ContinuedMatchOfRepPeriod
GrowthOfRepPeriod
RelativeStrengthOfSectorDesc
PositionOfSectorDesc
GrowthWithLowestOfPeriod
SumOfSector
PositionOfIndustry
AvgOfSector
OccuredTimeOfPeriod
SpecDateValue
Derivative2
N期
N日
历史遗留
区间
中间函数
N季
当日
StockTrailingAvgByEndT
StockTrailingStdByEndT