커뮤니티

수식요청 간청함니다

프로필 이미지
산적두목
2024-01-09 20:46:56
777
글번호 175592
답변완료
123 수식 수식이름3 AA=predayclose()*1.12<=dayhigh() && daylow()*1.12<=dayhigh() && dayopen()*1.07<=dayclose(); A=(dayhigh()+daylow()*0.5; valuewhen(1,aa,a); 수식이름1 BB=daylow()+((dayhigh()-daylow())*0.764); valuewhen(1,aa,bb); 수식이름2 BB=daylow()+((dayhigh()-daylow())*0.618 valuewhen(1,aa,bb); 수식을 부탁함니다
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2024-01-10 19:11:01

안녕하세요 예스스탁입니다. if dayclose(1)*1.12 <= dayhigh() and daylow()*1.12 <= dayhigh() and dayopen()*1.07<=dayclose() then { var1 = (dayhigh()+daylow())*0.5; Var2 = daylow()+((dayhigh()-daylow())*0.764); Var3 = daylow()+((dayhigh()-daylow())*0.618); } Plot1(var1); Plot2(var1); Plot3(var1); 즐거운 하루되세요 > 산적두목 님이 쓴 글입니다. > 제목 : 수식요청 간청함니다 > 123 수식 수식이름3 AA=predayclose()*1.12<=dayhigh() && daylow()*1.12<=dayhigh() && dayopen()*1.07<=dayclose(); A=(dayhigh()+daylow()*0.5; valuewhen(1,aa,a); 수식이름1 BB=daylow()+((dayhigh()-daylow())*0.764); valuewhen(1,aa,bb); 수식이름2 BB=daylow()+((dayhigh()-daylow())*0.618 valuewhen(1,aa,bb); 수식을 부탁함니다