커뮤니티
문의드립니다
2015-12-27 00:11:41
174
글번호 93789
키움의 수식 전환 부탁드려요
5봉이내 검색되게 부탁드려요
amount/v<eavg(amount/v,250)*0.7 and ((amount/v*1000000/(h+l)*100-50))<-0.3 and amount/v/v<eavg(amount/v/v)*0.7 and eavg(amount/v,250)<eavg(eavg(amount/v,250)) and eavg(amount/v,5)<eavg(amount/v,50)
답변 2
예스스탁 예스스탁 답변
2015-12-28 15:15:35
안녕하세요
예스스탁입니다.
죄송하지만 해당 내용 판단이 되지 않은 부분이 있습니다.
식상 amount는 거래대금을 의미하는 것 같습니다.
다만
eavg(amount/v/v)*0.7
eavg(eavg(amount/v,250))
위와 같이 지수이평 계산에 기간이 필요한데
해당 값이 지정이 되지 않는 곳이 몇군데 있습니다.
비어 있는 기간값에는 250을 지정했습니다.
Condition1 = money/v < ema(money/v,250)*0.7 and
((money/v*1000000/(h+l)*100-50))<-0.3 and
money/v/v < ema(money/v/v,250)*0.7 and #ema에 기간값에 대한 매개변수 내용이 없슴
ema(money/v,250) < ema(ema(money/v,250),250) and #ema에 기간값에 대한 매개변수 내용이 없슴
ema(money/v,5) < ema(money/v,50);
if countif(Condition1==true,5) >= 1 Then
find(1);
즐거운 하루되세요
> 아무다 님이 쓴 글입니다.
> 제목 : 문의드립니다
> 키움의 수식 전환 부탁드려요
5봉이내 검색되게 부탁드려요
amount/v<eavg(amount/v,250)*0.7 and ((amount/v*1000000/(h+l)*100-50))<-0.3 and amount/v/v<eavg(amount/v/v)*0.7 and eavg(amount/v,250)<eavg(eavg(amount/v,250)) and eavg(amount/v,5)<eavg(amount/v,50)
아무다
2015-12-28 16:07:51
> 예스스탁 님이 쓴 글입니다.
> 제목 : Re : 문의드립니다
> 안녕하세요
예스스탁입니다.
죄송하지만 해당 내용 판단이 되지 않은 부분이 있습니다.
식상 amount는 거래대금을 의미하는 것 같습니다.
다만
eavg(amount/v/v)*0.7
eavg(eavg(amount/v,250))
위와 같이 지수이평 계산에 기간이 필요한데
해당 값이 지정이 되지 않는 곳이 몇군데 있습니다.
비어 있는 기간값에는 250을 지정했습니다.
Condition1 = money/v < ema(money/v,250)*0.7 and
((money/v*1000000/(h+l)*100-50))<-0.3 and
money/v/v < ema(money/v/v,250)*0.7 and #ema에 기간값에 대한 매개변수 내용이 없슴
ema(money/v,250) < ema(ema(money/v,250),250) and #ema에 기간값에 대한 매개변수 내용이 없슴
ema(money/v,5) < ema(money/v,50);
if countif(Condition1==true,5) >= 1 Then
find(1);
즐거운 하루되세요
> 아무다 님이 쓴 글입니다.
> 제목 : 문의드립니다
> 키움의 수식 전환 부탁드려요
5봉이내 검색되게 부탁드려요
amount/v<eavg(amount/v,250)*0.7 and ((amount/v*1000000/(h+l)*100-50))<-0.3 and amount/v/v<eavg(amount/v/v)*0.7 and eavg(amount/v,250)<eavg(eavg(amount/v,250)) and eavg(amount/v,5)<eavg(amount/v,50)