커뮤니티

감사 합니다

프로필 이미지
매치다는
2022-10-24 20:45:58
1025
글번호 163253
답변완료
1번 input : midPeriod(26),period(20),d1(2); var : bb(0); bb = BollBandUp(Period,d1); if CrossUp(c,bb[midperiod-1]) Then Plot1(L,"검색"); 2번 input : Period(10); var :AA(False),VV(False),box(0); AA = crossup(C, max((highest(high,9)[25]+lowest(low,9)[25]+highest(high,26)[25]+lowest(low,26)[25])/4 , (highest(high,52)[25]+lowest(low,52)[25])/2)); VV=V>highest(V, Period)[1]; if AA and VV Then { box = Box_New(sDate,sTime,H,NextBarSdate,NextBarStime,L); Box_SetColor(box,Magenta); Box_SetFill(box,true); Box_SetExtFill(box,true); } 1번 2번 두가지 조건으로 종목검색식 부탁드립니다 1번 2번 각 각 부탁드립니다
종목검색
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2022-10-25 14:41:58

안녕하세요 예스스탁입니다. 1 input : midPeriod(26),period(20),d1(2); var : bb(0); bb = BollBandUp(Period,d1); if CrossUp(c,bb[midperiod-1]) Then Find(1); 2 input : Period(10); var :AA(False),VV(False),box(0); AA = crossup(C, max((highest(high,9)[25]+lowest(low,9)[25]+highest(high,26)[25]+lowest(low,26)[25])/4 , (highest(high,52)[25]+lowest(low,52)[25])/2)); VV=V>highest(V, Period)[1]; if AA and VV Then { find(1); } 즐거운 하루되세요 > 매치다는 님이 쓴 글입니다. > 제목 : 감사 합니다 > 1번 input : midPeriod(26),period(20),d1(2); var : bb(0); bb = BollBandUp(Period,d1); if CrossUp(c,bb[midperiod-1]) Then Plot1(L,"검색"); 2번 input : Period(10); var :AA(False),VV(False),box(0); AA = crossup(C, max((highest(high,9)[25]+lowest(low,9)[25]+highest(high,26)[25]+lowest(low,26)[25])/4 , (highest(high,52)[25]+lowest(low,52)[25])/2)); VV=V>highest(V, Period)[1]; if AA and VV Then { box = Box_New(sDate,sTime,H,NextBarSdate,NextBarStime,L); Box_SetColor(box,Magenta); Box_SetFill(box,true); Box_SetExtFill(box,true); } 1번 2번 두가지 조건으로 종목검색식 부탁드립니다 1번 2번 각 각 부탁드립니다