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

KLineWithBoll    

简述
带BOLL的K线
定义
KLineWithBoll(N1:Integer,N2:Integer,N3:Integer,N4:Integer,NB:Integer):Graph
参数

N1:整数
N2:整数
N3:整数
N4:整数
NB:整数

返回:图形
  • 范例:

    Return KLineWithBoll(5,10,20,60,26);

    //结果:

相关