1.매달둘째주 목요일
2.매달셋쨰주 금요일
수식 부탁드립니다.
답변 1
예스스탁
예스스탁 답변
2020-03-02 13:16:44
안녕하세요
예스스탁입니다.
1
var : count(0);
var : month(0);
month = int(date/100)-int(date/10000)*100;
if month != month[1] Then
{
Condition1 = true;
count = 0;
}
if Condition1 == true and bdate != bdate[1] and DayOfWeek(bdate) == 4 Then
{
count = count+1;
if count == 2 Then
PlotPaintBar(H,L,"강조",MAGENTA);
}
2
var : count(0);
var : month(0);
month = int(date/100)-int(date/10000)*100;
if month != month[1] Then
{
Condition1 = true;
count = 0;
}
if Condition1 == true and bdate != bdate[1] and DayOfWeek(bdate) == 5 Then
{
count = count+1;
if count == 3 Then
PlotPaintBar(H,L,"강조",MAGENTA);
}
즐거운 하루되세요
> 에리카 님이 쓴 글입니다.
> 제목 : 수식요
> 1.매달둘째주 목요일
2.매달셋쨰주 금요일
수식 부탁드립니다.