커뮤니티

질문 드립니다

프로필 이미지
유로파54
2018-12-12 09:53:46
176
글번호 124335
답변완료
항상 수고가 많습니다 !!! 아래수식 변환 부탁드립니다 <1> hh1=max(dayhigh(), nph(1)); ll1=min(daylow(), npl(1)); (hh1+ll1)/2 <2> hh2=max(dayhigh(), nph(1),nph(2),nph(3),nph(4),nph(5),nph(6),nph(7)); ll2=min(daylow(), npl(1),npl(2),npl(3),npl(4),npl(5),npl(6),npl(7)); (hh2+ll2)/2 감사합니다 ^^
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2018-12-12 09:54:36

안녕하세요 예스스탁입니다. 올려주신 내용은 변환이 가능하지 않습니다. nph(1),npl(1)과 같이 알수없는 변수/함수가 사용되어 있습니다. 즐거운 하루되세요 > 유로파54 님이 쓴 글입니다. > 제목 : 질문 드립니다 > 항상 수고가 많습니다 !!! 아래수식 변환 부탁드립니다 <1> hh1=max(dayhigh(), nph(1)); ll1=min(daylow(), npl(1)); (hh1+ll1)/2 <2> hh2=max(dayhigh(), nph(1),nph(2),nph(3),nph(4),nph(5),nph(6),nph(7)); ll2=min(daylow(), npl(1),npl(2),npl(3),npl(4),npl(5),npl(6),npl(7)); (hh2+ll2)/2 감사합니다 ^^