PE_PB_PMIStructure
简述
板块PE&PB&PMI结构表。
PE_PB_PMIStructure(BkName:String;EndT:TDateTime;LowV:Integer;HighV:Integer;StepV:Integer;SeperateBy:Integer):Array
名称 | 类型 | 说明 |
---|
BkName | String | 字符串。板块名称,多个板块用;隔开。 |
EndT | TDateTime | 日期。截止日期。 |
LowV | Integer | 整数。下限。 |
HighV | Integer | 整数。上限。 |
StepV | Integer | 整数。间距。 |
SeperateBy | Integer | 整数。分段类型,取值如下:
|
返回 | Array | 数组。板块PE&PB&PMI结构表。 |
return PE_PB_PMIStructure("上证A股;深证A股",20030430T,0,20,5,0);
结果:
