知识库 > 金融建模 > 公用函数 > 技术分析 > 主图指标

KLineBetweenDay    

简述
区间段K线
蜡烛线
定义
KLineBetweenDay(BegT:TDateTime,EndT:TDateTime,N1:Integer,
N2:Integer,N3:Integer,N4:Integer);Graph
参数

BegT:开始日期
EndT:截止日期
N1:整数
N2:整数
N3:整数
N4:整数

返回:图形
  • 范例:

    Return KLineBetweenDay(inttodate(20050501),inttodate(20050706),5,10,20,60);

    //结果:


相关