天软金融分析.NET函数大全 > 金融函数 > 技术分析 > 主图指标

KLineBetweenDay    

简述
区间段K线
蜡烛线
定义
KLineBetweenDay(BegT:TDateTime;EndT:TDateTime;N1:Integer;N2:Integer;N3:Integer;N4:Integer);Graph
参数
名称类型说明
BegTTDateTime开始日期
EndTTDateTime截止日期
N1Integer整数
N2Integer整数
N3Integer整数
N4Integer整数
返回Graph图形
  • 范例

    SetSysParam(pn_stock(),'SH000001');
    Return KLineBetweenDay(inttodate(20130501),inttodate(20130706),5,10,20,60);

    //结果:
相关