예스스탁
예스스탁 답변
2022-11-15 14:46:53
안녕하세요
예스스탁입니다.
input : n1(10),n2(21),obLevel1(60),obLevel2(53),osLevel1(-60),osLevel2(-53);
var : ap(0),esa(0),dd(0),ci(0),tci(0),wt1(0),wt2(0);
ap = (h+l+c)/3 ;
esa = ema(ap, n1);
dd = ema(abs(ap - esa), n1);
ci = (ap - esa) / (0.015 * dd);
tci = ema(ci, n2);
wt1 = tci;
wt2 = ma(wt1,4);
input : abc(1.05);
if sDate != sDate[1] Then
Condition1 = False;
if C > dayopen*abc and ma(V,1) > 1000000 Then
Condition1 = true;
if CrossUp(wt1,wt2) and wt1 < osLevel1 and
sDate == sDate[1] and Condition1[1] == true Then
Find(1);
즐거운 하루되세요
> 매치다는 님이 쓴 글입니다.
> 제목 : 잘 부탁드립니다
> 1 번 지표
input : n1(10),n2(21),obLevel1(60),obLevel2(53),osLevel1(-60),osLevel2(-53);
var : ap(0),esa(0),dd(0),ci(0),tci(0),wt1(0),wt2(0);
ap = (h+l+c)/3 ;
esa = ema(ap, n1);
dd = ema(abs(ap - esa), n1);
ci = (ap - esa) / (0.015 * dd);
tci = ema(ci, n2);
wt1 = tci;
wt2 = ma(wt1,4);
plot1(0,"0",GRAY);
plot2(obLevel1,"obLevel1",red);
plot3(osLevel1,"osLevel1",green);
plot4(obLevel2,"obLevel2",red);
plot5(osLevel2,"osLevel2",green);
plot6(wt1,"wt1",green);
plot7(wt2,"wt2",red);
plot8(wt1-wt2,"wt1-wt2",blue);
2번 수식
input : abc(1.05);
if C > dayopen*abc and ma(V,1) > 1000000 Then
plot1(L,"검색");
## 첨부파일 2번 표시 두라인 아래이거나 두라인 에서 골드상태인 종묵중에서
1번 표시가 1봉전 또는 당일 뜨는 종목 을 찿아주세요