커뮤니티

감사 합니다

프로필 이미지
매치다는
2022-10-14 20:16:08
1180
글번호 162993
답변완료

첨부 이미지

input : Period(10); var :AA(False),VV(False); 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 Plot1(1); Else Plot1(0); $$$$$ 강조식으로 표현 부탁드립니다 캔들이 아닌 화면 전체 로 표현하고져 합니다
강조
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2022-10-17 11:43:14

안녕하세요 예스스탁입니다. 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); } 즐거운 하루되세요 > 매치다는 님이 쓴 글입니다. > 제목 : 감사 합니다 > input : Period(10); var :AA(False),VV(False); 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 Plot1(1); Else Plot1(0); $$$$$ 강조식으로 표현 부탁드립니다 캔들이 아닌 화면 전체 로 표현하고져 합니다