커뮤니티
검토 부탁드립니다.
[1분봉] 10억 이상 거래대금 발생 후 9시30~10시사이 첫 번째 GE 신호 발생시 종목 검색 입니다.
잘못된 부분이 있을까요? 검색이 안되서..ㅠㅠ
input :Period(5),MidPeriod(6); var : GE매수(False),Condition1(False),Cnt(0),cs(0),Count(False);
var1 = ma( (C[1]+H[1])/2,Period);
var2 = ma(C,MidPeriod);
GE매수 = CrossUp(var2,var1);
if sDate != sDate[1] Then {
Cnt = 0; }
Cnt = Cnt +1;
if cnt >= 29 and cnt <= 59 and m >= 100000000 Then {
Condition1 = true; }
if Condition1 == true and Condition1[1] == False Then {
cs = 0; }
if cs >= 0 and GE매수 == true Then {
cs = cs+1; }
Count = cs <= 1;
if Count == true && Count[1] == False Then Find(1);
답변 1
예스스탁 예스스탁 답변
2025-12-16 15:25:02