예스스탁
예스스탁 답변
2024-10-21 16:58:28
안녕하세요
예스스탁입니다.
input : len(30),len2(30);
var : o1(0),c1(0),h1(0),l1(0);
var : haclose(0),haopen(0),hahigh(0),halow(0);
var : o2(0),c2(0),h2(0),l2(0);
o1=Ema(open,len);
c1=Ema(close,len);
h1=Ema(high,len);
l1=Ema(low,len);
haclose = (o1+h1+l1+c1)/4;
haopen =(o1[1] + haclose[1])/2;
hahigh = max(h1, max(haopen,haclose));
halow = min(l1, min(haopen,haclose));
o2=Ema(haopen, len2);
c2=Ema(haclose, len2);
h2=Ema(hahigh, len2);
l2=Ema(halow, len2);
if c2 > o2 and C2[1] > O2[1] and C2 > C2[1] and
C <= c2*1.02 and c >= c2*0.98 Then
Find(1);
즐거운 하루되세요
> 미서니 님이 쓴 글입니다.
> 제목 : 변환부탁드립니다.
> 안녕하세요~ 항상 많은 도움을 받고 있습니다.
수식은 아래와 같습니다.
len 30
len2 30
o1=EAVG(open,len);
c1=EAVG(close,len);
h1=EAVG(high,len);
l1=EAVG(low,len);
haclose = (o1+h1+l1+c1)/4;
haopen =(o1(1) +haclose(1))/2;
hahigh = max(h1, max(haopen,haclose));
halow = min(l1, min(haopen,haclose));
o2=EAVG(haopen, len2);
c2=EAVG(haclose, len2);
h2=EAVG(hahigh, len2);
l2=EAVG(halow, len2);
IF(o2<c2,c2,0);
해당 수식을 우상향이며, 근접 3% 이내에 종목이 검색이 될 수있게 부탁드립니다.
항상 건강하고 즐거운 하루 되십시오