커뮤니티

수식 문의 드립니다.

프로필 이미지
새론날
2025-03-17 01:29:56
308
글번호 189223
답변완료
강조수식 문의드립니다. Period1(5),Period2(9),Period3(14),Period4(20) X1=Trix(Period1)-Trix(Period1,1); X2=Trix(Period2)-Trix(Period2,1); X3=Trix(Period3)-Trix(Period3,1); X4=Trix(Period4)-Trix(Period4,1); X1>0 and X2>0 and X3>0 and X4>0 && eavg(X1,9)>0 and eavg(X2,9)>0 and eavg(X3,9)>0 and eavg(X4,9)>0 키움의 강세약세 형태로 나오게 부탁드립니다.
강조
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2025-03-17 16:31:04

안녕하세요 예스스탁입니다. input : Period1(5),Period2(9),Period3(14),Period4(20); var : X1(0),X2(0),X3(0),X4(0); var : S1(0),S2(0),S3(0),S4(0); var : box(0); X1=Trix(Period1)-Trix(Period1)[1]; X2=Trix(Period2)-Trix(Period2)[1]; X3=Trix(Period3)-Trix(Period3)[1]; X4=Trix(Period4)-Trix(Period4)[1]; S1 = Ema(X1,9); S2 = Ema(X2,9); S3 = Ema(X3,9); S4 = Ema(X4,9); Condition1 = X1>0 and X2>0 and X3>0 and X4>0 && S1>0 and S2>0 and S3>0 and S4>0; if Condition1 == true Then { if Condition1[1] == False Then { box = Box_New(sDate,sTime,H,NextBarSdate,NextBarStime,L); Box_SetColor(box,Red); Box_SetFill(box,true); Box_SetExtFill(box,true); } Else { Box_SetEnd(box,NextBarSdate,NextBarStime,l); } } 즐거운 하루되세요 > 새론날 님이 쓴 글입니다. > 제목 : 수식 문의 드립니다. > 강조수식 문의드립니다. Period1(5),Period2(9),Period3(14),Period4(20) X1=Trix(Period1)-Trix(Period1,1); X2=Trix(Period2)-Trix(Period2,1); X3=Trix(Period3)-Trix(Period3,1); X4=Trix(Period4)-Trix(Period4,1); X1>0 and X2>0 and X3>0 and X4>0 && eavg(X1,9)>0 and eavg(X2,9)>0 and eavg(X3,9)>0 and eavg(X4,9)>0 키움의 강세약세 형태로 나오게 부탁드립니다.