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

TSFL_TSBackTesting_PercentPortfolio    

简述
TSBackTesting回测框架的一个范例,简单的单因子PE选股回测模型。该函数只作为框架调用示例,用户可参考该函数的调用过程,详见函数代码。
定义
TSFL_TSBackTesting_PercentPortfolio(BKName:String;BegT:Integer;EndT:Integer;TopN:Integer;PriceType:Integer;IndexID:String;RateType:Integer) :Array
相关