- variable:sj=1150605,fc=close,fo=open,fh=high,fl=low;//记义一些常量% ~4 c9 e& N* i, P& G& l
- d0:=barssince(date>=sj);//从给定的时间到当前的周期+ b* `2 @, I7 s" U+ k, `2 x2 t- P
- d1:BARSLAST(low=LLV(L,d0))+1;//周期内到达最低点的周期数9 m. L9 \9 @) u% V) @* `) T. I+ I
- g1:barslast(high=hhv(h,d0))+1;//周期内到达最高点的周期数
. S" Z3 O/ S! A - qs:if(d1[datacount]>g1[datacount],1,0),linethick0;//趋势向上为1,向下为0
6 Y4 K- J' B' t, ]0 z- E - dz:fl[datacount-d1[datacount]+1];//低点值$ b5 y9 o* h9 }6 j& w4 Z
- gz:fh[datacount-g1[datacount]+1];//高点值
复制代码 |