Input : Period(3),Period1(4),Period2(5),Period3(6),Period4(7), LPercent(30), SPercent(65);
var : Relative(0),Relative1(0),Relative2(0),Relative3(0),Relative4(0);
Relative = RSI(Period);
Relative1 = RSI(Period1);
Relative2 = RSI(Period2);
Relative3 = RSI(Period3);
Relative4 = RSI(Period4);
Var : value(0);
value = RSI(Period);
# 매수/매도청산
If Relative > 65 && Relative1 > 65 && Relative2 > 65 && Relative3 > 65
&& Relative4[1] < 65
&& CrossUP(Relative4, sPercent) Then
find(1);
### 당일 매수신호 발생 종목 검색입니다
종목이 매수신호 없는것두 검색이되네요
검토 부탁 드립니다
답변 1
예스스탁
예스스탁 답변
2022-11-22 11:50:39
안녕하세요
예스스탁입니다.
지표의 계산방법에 따라 과거봉에 영향을 받는 지표들이 있습니다.
종목검색 속성화면에서 검색에 필요한 최소기간에 500봉 지정해서
검색해 보시기 바랍니다.
차트도 500봉만 조회해서 비교해 보셔야 합니다.
즐거운 하루되세요
> 매치다는 님이 쓴 글입니다.
> 제목 : 잘 부탁드립니다
> Input : Period(3),Period1(4),Period2(5),Period3(6),Period4(7), LPercent(30), SPercent(65);
var : Relative(0),Relative1(0),Relative2(0),Relative3(0),Relative4(0);
Relative = RSI(Period);
Relative1 = RSI(Period1);
Relative2 = RSI(Period2);
Relative3 = RSI(Period3);
Relative4 = RSI(Period4);
Var : value(0);
value = RSI(Period);
# 매수/매도청산
If Relative > 65 && Relative1 > 65 && Relative2 > 65 && Relative3 > 65
&& Relative4[1] < 65
&& CrossUP(Relative4, sPercent) Then
find(1);
### 당일 매수신호 발생 종목 검색입니다
종목이 매수신호 없는것두 검색이되네요
검토 부탁 드립니다