커뮤니티

문의드립니다

프로필 이미지
처음처럼22
2026-02-27 08:56:55
36
글번호 230806
답변완료

텍스트표시 좀해주세요


If Score > Score[1] Then

SetPlotColor(1, Red);

Else

If Score < Score[1] Then

SetPlotColor(1, Blue);


지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2026-03-03 10:59:42

안녕하세요 예스스탁입니다. var : tx(0); If Score > Score[1] Then { tx = text_new(sDate,sTime,L,"상승"); Text_SetStyle(tx,2,0); } Else If Score < Score[1] Then { tx = text_new(sDate,sTime,L,"하락"); Text_SetStyle(tx,2,1); } 즐거운 하루되세요