커뮤니티

수식문의

프로필 이미지
백진강
2014-07-01 09:22:56
171
글번호 76259
답변완료
아래식에서 전에그려진 표시도 보여주게끔 해주세요 var : TL(0); if dayhigh == H Then var1 = 1; if dayLow == L Then var1 = -1; if var1 == 1 and C == dayhigh-PriceScale*8 Then{ TL_Delete(TL); TL = TL_New(sdate,stime,9999999,sdate,stime,0); } if var1 == -1 and C == dayLow+PriceScale*8 Then{ TL_Delete(TL); TL = TL_New(sdate,stime,9999999,sdate,stime,0); }
시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2014-07-01 14:02:02

안녕하세요 예스스탁입니다. var : TL(0); if dayhigh == H Then var1 = 1; if dayLow == L Then var1 = -1; if var1 == 1 and C == dayhigh-PriceScale*8 Then{ //TL_Delete(TL); TL = TL_New(sdate,stime,9999999,sdate,stime,0); } if var1 == -1 and C == dayLow+PriceScale*8 Then{ //TL_Delete(TL); TL = TL_New(sdate,stime,9999999,sdate,stime,0); } 즐거운 하루되세요 > 백진강 님이 쓴 글입니다. > 제목 : 수식문의 > 아래식에서 전에그려진 표시도 보여주게끔 해주세요 var : TL(0); if dayhigh == H Then var1 = 1; if dayLow == L Then var1 = -1; if var1 == 1 and C == dayhigh-PriceScale*8 Then{ TL_Delete(TL); TL = TL_New(sdate,stime,9999999,sdate,stime,0); } if var1 == -1 and C == dayLow+PriceScale*8 Then{ TL_Delete(TL); TL = TL_New(sdate,stime,9999999,sdate,stime,0); }