커뮤니티

문의

프로필 이미지
레전드
2019-05-03 03:59:00
179
글번호 128359
답변완료
var : HH(0),LL(0); if (sdate != sdate[1] and stime >= 101500) or (sdate == sdate[1] and stime >= 101500) Then { HH = H; LL = L; } if var1 > 0 and var2 > 0 then { if H > HH Then HH = H; if L < LL Then LL = L; if crossup(c,LL+PriceScale*100) Then Text_New(sdate,stime,h,"+100"); if crossup(c,LL+PriceScale*200) Then Text_New(sdate,stime,h,"+200"); if crossup(c,LL+PriceScale*300) Then Text_New(sdate,stime,h,"+300"); if CrossDown(c,HH-PriceScale*100) Then Text_New(sdate,stime,h,"-100"); if CrossDown(c,HH-PriceScale*200) Then Text_New(sdate,stime,h,"-200"); if CrossDown(c,HH-PriceScale*300) Then Text_New(sdate,stime,h,"-300"); 전혀 글자가 안뜹니다,수정부탁드립니다
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2019-05-03 10:21:32

안녕하세요 예스스탁입니다. var : HH(0),LL(0); if (sdate != sdate[1] and stime >= 101500) or (sdate == sdate[1] and stime >= 101500) Then { HH = H; LL = L; } if HH > 0 and LL > 0 then { if H > HH Then HH = H; if L < LL Then LL = L; if crossup(c,LL+PriceScale*100) Then Text_New(sdate,stime,h,"+100"); if crossup(c,LL+PriceScale*200) Then Text_New(sdate,stime,h,"+200"); if crossup(c,LL+PriceScale*300) Then Text_New(sdate,stime,h,"+300"); if CrossDown(c,HH-PriceScale*100) Then Text_New(sdate,stime,h,"-100"); if CrossDown(c,HH-PriceScale*200) Then Text_New(sdate,stime,h,"-200"); if CrossDown(c,HH-PriceScale*300) Then Text_New(sdate,stime,h,"-300"); } 즐거운 하루되세요 > 레전드 님이 쓴 글입니다. > 제목 : 문의 > var : HH(0),LL(0); if (sdate != sdate[1] and stime >= 101500) or (sdate == sdate[1] and stime >= 101500) Then { HH = H; LL = L; } if var1 > 0 and var2 > 0 then { if H > HH Then HH = H; if L < LL Then LL = L; if crossup(c,LL+PriceScale*100) Then Text_New(sdate,stime,h,"+100"); if crossup(c,LL+PriceScale*200) Then Text_New(sdate,stime,h,"+200"); if crossup(c,LL+PriceScale*300) Then Text_New(sdate,stime,h,"+300"); if CrossDown(c,HH-PriceScale*100) Then Text_New(sdate,stime,h,"-100"); if CrossDown(c,HH-PriceScale*200) Then Text_New(sdate,stime,h,"-200"); if CrossDown(c,HH-PriceScale*300) Then Text_New(sdate,stime,h,"-300"); 전혀 글자가 안뜹니다,수정부탁드립니다