커뮤니티

문의

프로필 이미지
레전드
2019-05-02 16:18:15
166
글번호 128343
답변완료
항생10시 15분을 기준으로 저가에서 100틱 올라오면 100 이라는 글자 나오고 고가에서 100틱 내려가면 -100이라는 글자 나오게 부탁드립니다, 이렇게 해서 +- 300까지 글나오게 부탁드립니다
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2019-05-02 16:45:02

안녕하세요 예스스탁입니다. 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"); } 즐거운 하루되세요 > 레전드 님이 쓴 글입니다. > 제목 : 문의 > 항생10시 15분을 기준으로 저가에서 100틱 올라오면 100 이라는 글자 나오고 고가에서 100틱 내려가면 -100이라는 글자 나오게 부탁드립니다, 이렇게 해서 +- 300까지 글나오게 부탁드립니다