커뮤니티
신호수식을 종목검색으로문의드립니다
2025-10-22 08:41:41
171
글번호 227134
A=(highest(high,9)+lowest(low,9)+highest(high,26)+lowest(low,26))/4;
B=(highest(high,52)+lowest(low,52))/2;
c > A(25) and c > B(25)
and
CrossUp(h,BBandsUp(20,2))
and
V > highest(V(1), 20)
and
Crossup(C,SAR(af,maxAF))
and
c>(H(1)+L(1)+C(1))/3*2-L(1)
and
c>(H(1)+L(1)+C(1))/3+H(1)-L(1)
and
C > avg(C,5) && avg(C, 5) > avg(C,26)
&& avg(C,26) > avg(C,40)
지표변수
af 0.015
maxaf 0.15답변 1
예스스탁 예스스탁 답변
2025-10-22 14:47:58
안녕하세요
예스스탁입니다.
input : af(0.015),maxaf(0.15);
var : a(0),b(0);
A=(highest(high,9)+lowest(low,9)+highest(high,26)+lowest(low,26))/4;
B=(highest(high,52)+lowest(low,52))/2;
if c > A[25] and c > B[25] and
CrossUp(h,BollBandUp(20,2)) and
V > highest(V, 20)[1] and
Crossup(C,SAR(af,maxAF)) and
c>(H[1]+L[1]+C[1])/3*2-L[1] and
c>(H[1]+L[1]+C[1])/3+H[1]-L[1] and
C > ma(C,5) && ma(C, 5) > ma(C,26) && ma(C,26) > ma(C,40) Then
Find(1);
즐거운 하루되세요
다음글
이전글