커뮤니티

안녕하세요

프로필 이미지
로즈버드
2024-02-07 10:43:31
530
글번호 176477
답변완료
안녕하세요 도움주신 강조식입니다. 이를 이용하여 red에서 lime으로 바뀐지 2 캔들이된 종목을 검색할 수 있을까요? 감사합니다! input : len(3),len2(3); var : oo(0),cc(0),hh(0),ll(0); var : haclose(0),haopen(0),hahigh(0),halow(0); var : o2(0),c2(0),h2(0),l2(0),col(0); oo=ema(open,len); cc=ema(close,len); hh=ema(high,len); ll=ema(low,len); haclose = (oo+hh+ll+cc)/4; haopen = iff(IsNaN(haopen[1]) == true , (oo + cc)/2 , (haopen[1] + haclose[1]) / 2); hahigh = max (hh, max(haopen,haclose)); halow = min (ll, min(haopen,haclose)); o2=ema(haopen, len2); c2=ema(haclose, len2); h2=ema(hahigh, len2); l2=ema(halow, len2); col=iff(o2>c2 , red , lime); PlotPaintBar(o2, h2, l2, c2,"smoothed",col);
종목검색
답변 2
프로필 이미지

예스스탁 예스스탁 답변

2024-02-07 14:29:57

안녕하세요 예스스탁입니다. input : len(3),len2(3); var : oo(0),cc(0),hh(0),ll(0); var : haclose(0),haopen(0),hahigh(0),halow(0); var : o2(0),c2(0),h2(0),l2(0),col(0); oo=ema(open,len); cc=ema(close,len); hh=ema(high,len); ll=ema(low,len); haclose = (oo+hh+ll+cc)/4; haopen = iff(IsNaN(haopen[1]) == true , (oo + cc)/2 , (haopen[1] + haclose[1]) / 2); hahigh = max (hh, max(haopen,haclose)); halow = min (ll, min(haopen,haclose)); o2=ema(haopen, len2); c2=ema(haclose, len2); h2=ema(hahigh, len2); l2=ema(halow, len2); col=iff(o2>c2 , red , lime); if CountIf(col==Lime,2) == 2 and col[2] == Red Then Find(1); 즐거운 명절되세요 > 로즈버드 님이 쓴 글입니다. > 제목 : 안녕하세요 > 안녕하세요 도움주신 강조식입니다. 이를 이용하여 red에서 lime으로 바뀐지 2 캔들이된 종목을 검색할 수 있을까요? 감사합니다! input : len(3),len2(3); var : oo(0),cc(0),hh(0),ll(0); var : haclose(0),haopen(0),hahigh(0),halow(0); var : o2(0),c2(0),h2(0),l2(0),col(0); oo=ema(open,len); cc=ema(close,len); hh=ema(high,len); ll=ema(low,len); haclose = (oo+hh+ll+cc)/4; haopen = iff(IsNaN(haopen[1]) == true , (oo + cc)/2 , (haopen[1] + haclose[1]) / 2); hahigh = max (hh, max(haopen,haclose)); halow = min (ll, min(haopen,haclose)); o2=ema(haopen, len2); c2=ema(haclose, len2); h2=ema(hahigh, len2); l2=ema(halow, len2); col=iff(o2>c2 , red , lime); PlotPaintBar(o2, h2, l2, c2,"smoothed",col);
프로필 이미지

로즈버드

2024-02-07 18:14:44

안녕하세요 답변주셔서 감사드립니다. input : len(3),len2(3); 의 변수를 8,8로 바꾸면 수식의 수정이 어떻게 될까요? 즐거운 명절 되세요! > 예스스탁 님이 쓴 글입니다. > 제목 : Re : 안녕하세요 > 안녕하세요 예스스탁입니다. input : len(3),len2(3); var : oo(0),cc(0),hh(0),ll(0); var : haclose(0),haopen(0),hahigh(0),halow(0); var : o2(0),c2(0),h2(0),l2(0),col(0); oo=ema(open,len); cc=ema(close,len); hh=ema(high,len); ll=ema(low,len); haclose = (oo+hh+ll+cc)/4; haopen = iff(IsNaN(haopen[1]) == true , (oo + cc)/2 , (haopen[1] + haclose[1]) / 2); hahigh = max (hh, max(haopen,haclose)); halow = min (ll, min(haopen,haclose)); o2=ema(haopen, len2); c2=ema(haclose, len2); h2=ema(hahigh, len2); l2=ema(halow, len2); col=iff(o2>c2 , red , lime); if CountIf(col==Lime,2) == 2 and col[2] == Red Then Find(1); 즐거운 명절되세요 > 로즈버드 님이 쓴 글입니다. > 제목 : 안녕하세요 > 안녕하세요 도움주신 강조식입니다. 이를 이용하여 red에서 lime으로 바뀐지 2 캔들이된 종목을 검색할 수 있을까요? 감사합니다! input : len(3),len2(3); var : oo(0),cc(0),hh(0),ll(0); var : haclose(0),haopen(0),hahigh(0),halow(0); var : o2(0),c2(0),h2(0),l2(0),col(0); oo=ema(open,len); cc=ema(close,len); hh=ema(high,len); ll=ema(low,len); haclose = (oo+hh+ll+cc)/4; haopen = iff(IsNaN(haopen[1]) == true , (oo + cc)/2 , (haopen[1] + haclose[1]) / 2); hahigh = max (hh, max(haopen,haclose)); halow = min (ll, min(haopen,haclose)); o2=ema(haopen, len2); c2=ema(haclose, len2); h2=ema(hahigh, len2); l2=ema(halow, len2); col=iff(o2>c2 , red , lime); PlotPaintBar(o2, h2, l2, c2,"smoothed",col);