커뮤니티

부틱드립니다

프로필 이미지
파생돌이
2024-10-20 00:50:01
571
글번호 184421
답변완료
수고하십니다 아래수식에서 양봉이면 저가에 노랑색"●", 음봉이면 고가에 파랑색"●" 수식 부탁드립니다 input : 분(20); var : TT(0),TX(0),tL1(0); TT=(stime/100)%100%분; if ((stime >= 070000 and stime <= 240000 ) or (stime <= 060000)) and TT < TT[1] Then { TX = Text_new(sdate, stime, L-PriceScale*4, "●"); Text_SetColor(Tx,Yellow); Text_SetStyle(Tx,2,3); Text_SetBold(Tx,4); Text_SetSize(tx,15); }
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2024-10-21 11:20:33

안녕하세요 예스스탁입니다. input : 분(20); var : TT(0),TX(0),tL1(0); TT=(stime/100)%100%분; if ((stime >= 070000 and stime <= 240000 ) or (stime <= 060000)) and TT < TT[1] Then { if C > O Then { TX = Text_new(sdate, stime, L-PriceScale*4, "●"); Text_SetColor(Tx,Yellow); Text_SetStyle(Tx,2,0); } if C < O Then { TX = Text_new(sdate, stime, H+PriceScale*4, "●"); Text_SetColor(Tx,Blue); Text_SetStyle(Tx,2,1); } Text_SetBold(Tx,4); Text_SetSize(tx,15); } 즐거운 하루되세요 > 파생돌이 님이 쓴 글입니다. > 제목 : 부틱드립니다 > 수고하십니다 아래수식에서 양봉이면 저가에 노랑색"●", 음봉이면 고가에 파랑색"●" 수식 부탁드립니다 input : 분(20); var : TT(0),TX(0),tL1(0); TT=(stime/100)%100%분; if ((stime >= 070000 and stime <= 240000 ) or (stime <= 060000)) and TT < TT[1] Then { TX = Text_new(sdate, stime, L-PriceScale*4, "●"); Text_SetColor(Tx,Yellow); Text_SetStyle(Tx,2,3); Text_SetBold(Tx,4); Text_SetSize(tx,15); }