OBOS
简述
超买超卖指标
1.指标上升至+80时为超买,下降至-80时为超卖;
2.指标若超越+100或-100时,应等待其产生背离才可确认;
3.本指标应搭配ADR、VR、BRAR等指标使用;
OBOS(N:Integer;M:Integer):Graph
名称 | 类型 | 说明 |
---|
N | Integer | 整数 |
M | Integer | 整数 |
返回 | Graph | 图形 |
SetSysParam(pn_stock(),'SH000001');
SetSysParam(pn_date(),inttodate(20140123));
Return OBOS(10,6);
//结果:
