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

VRSI    

简述
成交量相对指标;N日内成交增量的移动平均与成交差量的移动平均的商;
定义
VRSI(N:Integer):Graph
参数
名称类型说明
NInteger整数
返回Graph图形
  • 范例

    SetSysParam(pn_stock(),'SH000001');
    SetSysParam(pn_date(),inttodate(20140123));
    Return VRSI(6);

    //结果:
相关