Differences between revisions 1 and 2
Revision 1 as of 2021-03-17 17:35:57
Size: 377
Editor: zbjxb
Comment:
Revision 2 as of 2021-03-17 17:39:36
Size: 494
Editor: zbjxb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=== demo ===
Line 9: Line 10:
=== 变量 ===
Line 10: Line 12:
成交量:VOL
Line 14: Line 17:

=== 函数 ===
{{{
HHV(M, N): 求N日内M指标的最大值
}}}

demo

VOL>REF(HHV(VOL,N),1)*M;
成交量(手)>1日前的N日内成交量(手)的最高值*M

(DYNAINFO(4)-DYNAINFO(3))/DYNAINFO(3)*100<-N1 AND (DYNAINFO(7)-DYNAINFO(3))/DYNAINFO(3)*100>N2;
(开盘价-前收盘价)/前收盘价*100<-N1 AND (现价-前收盘价)/前收盘价*100>N2

变量

成交量:VOL
开盘价:DYNAINFO(4)
前收盘价:DYNAINFO(3)
现价:DYNAINFO(7)

函数

HHV(M, N): 求N日内M指标的最大值

stock/formula-editor (last edited 2021-08-19 04:04:10 by zbjxb)