天软金融分析.NET函数大全 > 金融函数 > 专题函数 > 因子研究 > 基金业绩因子

Fund_AttackAndDefense    

简述
基金攻防能力指标
定义
Fund_AttackAndDefense(FundID:String;IndexID:String;EndT:Datetime;N:Integer):Array
参数
名称类型说明
FundIDString字符串类型,基金代码
IndexIDString字符串类型,市场基准代码
EndTDatetime日期类型,截止日
NInteger整数类型,期数
返回Array一维数组类型,基金攻防能力指标
  • 范例

    FundID := "OF000001";
    IndexID := "SH000300";
    EndT := 20211014T;
    N := 12;
    return Fund_AttackAndDefense(FundID,IndexID,EndT,N);

    //结果
相关