input : n(1);
if (C[1] > O[1] and H[1] > C[1]+(C[1]-O[1])*n and C > O and O > C[1]) or
(C[3] > O[3] and H[3] > C[3]+(C[3]-O[3])*n and C > O and O > C[3]) Then
Find(1);
위에 조건이 20일선 대비 +20% 안에 있는 종목에서만 나오는 조건으로
부탁 드릴께요~
감사 합니다
답변 1
예스스탁
예스스탁 답변
2021-07-13 09:52:30
안녕하세요
예스스탁입니다.
input : n(1),P(20),per(20);
var : mav(0);
mav = ma(c,P);
Condition1 = C[1] > O[1] and H[1] > C[1]+(C[1]-O[1])*n and C > O and O > C[1];
Condition2 = C[3] > O[3] and H[3] > C[3]+(C[3]-O[3])*n and C > O and O > C[3];
Condition3 = C > var1 and C <= var1*(1+Per/100);
if (Condition1 or Condition2) and Condition3 Then
Find(1);
즐거운 하루되세요
> 그리워 님이 쓴 글입니다.
> 제목 : 다시 한 번 부탁 드립니다.
>
input : n(1);
if (C[1] > O[1] and H[1] > C[1]+(C[1]-O[1])*n and C > O and O > C[1]) or
(C[3] > O[3] and H[3] > C[3]+(C[3]-O[3])*n and C > O and O > C[3]) Then
Find(1);
위에 조건이 20일선 대비 +20% 안에 있는 종목에서만 나오는 조건으로
부탁 드릴께요~
감사 합니다