예스스탁
예스스탁 답변
2023-08-16 09:09:24
안녕하세요
예스스탁입니다.
var : AA(0),BB(0),DD(0),EE(0),DP(0),DM(0);
AA = iff(ma(m, 1) >= 100000, 1, 0);
BB = iff(C[1]*1.15 <= C, 1, 0);
DD= EnvelopeUp(60,15);
EE= StochasticsK(5, 3);
DP = DiPlus(14);
DM = DiMinus(14);
if AccumN(AA, 28)[5] >= 1
and
AccumN(BB, 28)[5] >= 1
and
C[1] <= DD[1]
and
EE[1] < 30
and
Crossup(DP,DM )
and
((H[1]+L[1])/2) < C
and
C[1] < C
and
O < C
AND
C > (highest(high,226)+lowest(low, 226))/2
AND
C > ma(C,60)
and
ma(C,20) > ma(C,60) Then
PlotPaintBar(H,L,"강조",Magenta);
즐거운 하루되세요
> 占쏙옙占쏙옙占쏙옙 님이 쓴 글입니다.
> 제목 : 예스로 부탁드립니다. 감사합니다.
> A = if(avg(거래대금, 1) >= 100000, 1, 0);
B = if(C(1)*1.15 <= C, 1, 0);
D= EnvelopeUp(60,15);
E= StochasticsSlow(5, 3);
SUM(A(5), 28) >= 1
and
SUM(B(5), 28) >= 1
and
C(1) <= D(1)
and
E(1) < 30
and
Crossup(DIPlus(14), DIMinus(14) )
and
((H(1)+L(1))/2) < C
and
C(1) < C
and
O < C
AND
C > (highest(high,226)+lowest(low, 226))/2
AND
C > avg(C,60)
and
avg(C,20) >avg(C,60)