커뮤니티
종목검색식으로 부탁드려요.
A=(highest(high,shortPeriod)+lowest(low,shortPeriod))/2;
B=(highest(high,midPeriod)+lowest(low,midPeriod))/2;
Bii=sum(v*((Pow((C-L),2) - Pow((H-C),2)) /(H-L)));
조건=CrossUp(C,C(기간1)) and
CrossUp(C,C(기간2)) and
Bii> Bii(1) and
A>A(1) and
B>=B(1) and
C>O and V(1)*10 <= V;
cnt=CountSince(date!=date(1), 조건);
지표변수
기간1 20
기간2 60
shortPeriod 9
midPeriod 26