天软金融分析.NET函数大全 > 金融函数 > 金融工程 > 策略验证

PortfolioBackTesting_IndexFund    

简述
策略验证-指数基金-历史模拟
定义
PortfolioBackTesting_IndexFund(PFInfoData:TableArray;IndexId:String;BegT:TDateTime;EndT:TDateTime):TableArray
参数
名称类型说明
PFInfoDataTableArray数据表类型,组合基本信息(in)
IndexIdString字符串,验证代码
BegtTDateTime日期型时间,验证开始日(in)
EndTTDateTime日期型时间,验证截止日(in)
返回TableArray策略验证-指数基金-历史模拟。
相关