커뮤니티
종목검색문의드립니다
1번
AA=Crossup(CCI(Period*5),Level);
CC=CountSince(crossdown(CCI(Period*5), Level), CCI(Period*5)<Level);
AA && CC>span
period 48
level -100
span 20
2번
AA=crossup(C, eavg(C, 5));
BB=crossup(C, eavg(C, 20));
CC=(97<=disparity(5)) and (disparity(5)<=103);
DD=(97<=disparity(20)) and (disparity(20)<=103);
EE=(97<=disparity(60)) and (disparity(60)<=103);
FF=(C>(highest(high(25),9)+lowest(low(25),9)+highest(high(25),26)+lowest(low(25),26))/4 ) and (C>(highest(high(25),52)+lowest(low(25),52))/2);
VV=V>highest(V(1), period);
(AA or BB) and CC and DD and EE and FF and VV
period 20
답변 1
예스스탁 예스스탁 답변
2026-01-20 14:19:30