커뮤니티
종목검색식 문의드립니다.
2015-08-07 18:00:15
133
글번호 89305
전일동시간대비 누적거래량이 100%이상인 종목검색식입니다.
이것을 금일 첫봉(분봉)만 비교하고싶은데 수정부탁드립니다.
추가로 첫봉이 양봉(2%)인 경우입니다.
감사합니다.
input : Per(100);
var : cnt(0),PreV(0);
PreV = 0;
for cnt = 1 to 500 {
if sdate[cnt] < sdate and stime[cnt] <= stime then{
PreV = DayVolume[cnt];
cnt = 1000;
}
}
if PreV > 0 and DayVolume >= PreV*(per/100) then
find(DayVolume/PreV*100);
답변 1
예스스탁 예스스탁 답변
2015-08-10 09:47:51
안녕하세요
예스스탁입니다.
input : Per(100);
var : cnt(0),PreV(0);
PreV = 0;
for cnt = 1 to 500 {
if sdate[cnt] < sdate and stime[cnt] <= stime then{
PreV = DayVolume[cnt];
cnt = 1000;
}
}
if date != date[1] Then
Condition1 = false;
if PreV > 0 and DayVolume >= PreV*(per/100) and dayindex == 0 and c >= o*1.02 then
Condition1 = true;
if Condition1 == true Then
find(DayVolume/PreV*100);
즐거운 하루되세요
> 부양가족 님이 쓴 글입니다.
> 제목 : 종목검색식 문의드립니다.
> 전일동시간대비 누적거래량이 100%이상인 종목검색식입니다.
이것을 금일 첫봉(분봉)만 비교하고싶은데 수정부탁드립니다.
추가로 첫봉이 양봉(2%)인 경우입니다.
감사합니다.
input : Per(100);
var : cnt(0),PreV(0);
PreV = 0;
for cnt = 1 to 500 {
if sdate[cnt] < sdate and stime[cnt] <= stime then{
PreV = DayVolume[cnt];
cnt = 1000;
}
}
if PreV > 0 and DayVolume >= PreV*(per/100) then
find(DayVolume/PreV*100);
다음글
이전글