수식]
A= (highest(high,shortPeriod)+lowest(low,shortPeriod))/2;
B = MA(C, 기간, 지수);
crossup(A,B) &&
C > O
지표변수]
shortPeriod 9
기간 120
감사합니다
답변 1
예스스탁
예스스탁 답변
2025-05-07 13:03:57
안녕하세요
예스스탁입니다.
input : shortPeriod(9),기간(120);
var : A(0),B(0);
A= (highest(high,shortPeriod)+lowest(low,shortPeriod))/2;
B = eMA(C, 기간);
if crossup(A,B) && C > O Then
Find(1);
즐거운 하루되세요
> 대응 님이 쓴 글입니다.
> 제목 : 검색식 부탁드립니다
> 수식]
A= (highest(high,shortPeriod)+lowest(low,shortPeriod))/2;
B = MA(C, 기간, 지수);
crossup(A,B) &&
C > O
지표변수]
shortPeriod 9
기간 120
감사합니다