B=sum(v*
((Pow((C-L),2) - Pow((H-C),2))
/(H-L)));
B>B(1) and
C>C(20) and
(ma(C,5)>ma(C,10) or ma(C,5)>ma(C,20))
and C>BBandsUp(20,2,25) and
V>highest(V(1),19) and
CrossUp(C,Highest(H,19,1))
답변 1
예스스탁
예스스탁 답변
2024-08-02 18:24:18
안녕하세요
예스스탁입니다.
var : B(0);
B=Accum(v*((Pow((C-L),2) - Pow((H-C),2))/(H-L)));
if B>B[1] and
C>C[20] and
(ma(C,5)>ma(C,10) or ma(C,5)>ma(C,20))
and C>BollBandUp(20,2)[25] and
V>highest(V,19)[1] and
CrossUp(C,Highest(H,19)[1]) Then
Find(1);
즐거운 하루되세요
> 73성훈 님이 쓴 글입니다.
> 제목 : 신호수식을 검색식으로 부탁드립니다
> B=sum(v*
((Pow((C-L),2) - Pow((H-C),2))
/(H-L)));
B>B(1) and
C>C(20) and
(ma(C,5)>ma(C,10) or ma(C,5)>ma(C,20))
and C>BBandsUp(20,2,25) and
V>highest(V(1),19) and
CrossUp(C,Highest(H,19,1))