求幾個頂1 ?
A5:ZIG(3,0.5);
底5:=refx(A5,1) > C and C < ref(A5,1);
頂5:=refx(A5,1) < C and C > ref(A5,1);
ZA5:=barslast(底5);
ZB5:=barslast(頂5);
A1:ZIG(3, 0.1);
底1:=refx(A1,1) > C and C < ref(A1,1)
頂1:=refx(A1,1) < C and C > ref(A1,1);
ZA1:=barslast(底1);
ZB1:=barslast(頂1);
希望
在ZA5<ZB5 之間有多少個頂1 相反亦同
專程請幫忙賜教 謝謝
|