수고하십니다
아래수식에서 양봉이면 저가에 노랑색"●", 음봉이면 고가에 파랑색"●" 수식 부탁드립니다
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);
}