Fund_AttackAndDefense
简述
基金攻防能力指标
Fund_AttackAndDefense(FundID:String;IndexID:String;EndT:Datetime;N:Integer):Array
| 名称 | 类型 | 说明 |
|---|
| FundID | String | 字符串类型,基金代码 |
| IndexID | String | 字符串类型,市场基准代码 |
| EndT | Datetime | 日期类型,截止日 |
| N | Integer | 整数类型,期数 |
| 返回 | Array | 一维数组类型,基金攻防能力指标 |
FundID := "OF000001";
IndexID := "SH000300";
EndT := 20211014T;
N := 12;
return Fund_AttackAndDefense(FundID,IndexID,EndT,N);
//结果
