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

KLineWithBoll    

简述
带BOLL的K线
定义
KLineWithBoll(N1:Integer;N2:Integer;N3:Integer;N4:Integer;NB:Integer):Graph
参数
名称类型说明
N1Integer整数
N2Integer整数
N3Integer整数
N4Integer整数
NBInteger整数
返回Graph图形
  • 范例

    SetSysParam(pn_stock(),'SH000001');
    SetSysParam(pn_date(),inttodate(20140123));
    Return KLineWithBoll(5,10,20,60,26);

    //结果:
相关