커뮤니티

안녕하세요

프로필 이미지
매치다2
2020-05-03 15:26:30
1264
글번호 138554
답변완료

첨부 이미지

1번 input : n1(10),n2(21),obLevel1(60),obLevel2(53),osLevel1(-60),osLevel2(-53); var : ap(0),esa(0),d(0),ci(0),tci(0),wt1(0),wt2(0); ap = (H+L+C)/3; esa = ema(ap, n1); d = ema(abs(ap - esa), n1); ci = (ap - esa) / (0.015 * d); tci = ema(ci, n2); wt1 = tci; wt2 = ma(wt1,4); PlotBaseLine1(0,"0",gray); PlotBaseLine2(obLevel1,"obLevel1",red); PlotBaseLine3(osLevel1,"osLevel1",green); PlotBaseLine4(obLevel2,"obLevel2",red); PlotBaseLine5(osLevel2,"osLevel2",green); plot1(wt1,"wt1",green); plot2(wt2,"wt2",red); plot3(wt1-wt2,"wt1-wt2",blue); 2번 input : abc(1.05); if C > dayopen*abc and ma(V,1) > 1000000 Then plot1(L,"검색"); 1번 수식에서 -50선 아래에서 골든크로스하고 2번수식 검색표시가되는종목만 검색하고져합니다 @@@당일 검색되는 종목만 부탁드립니다
종목검색
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2020-05-06 15:57:07

안녕하세요 예스스탁입니다. input : n1(10),n2(21),osLevel(-50); input : abc(1.05); var : ap(0),esa(0),d(0),ci(0),tci(0),wt1(0),wt2(0); ap = (H+L+C)/3; esa = ema(ap, n1); d = ema(abs(ap - esa), n1); ci = (ap - esa) / (0.015 * d); tci = ema(ci, n2); wt1 = tci; wt2 = ma(wt1,4); if crossup(wt1,wt2) and wt1 < osLevel and C > dayopen*abc and ma(V,1) > 1000000 Then find(1); 즐거운 하루되세요 > 매치다2 님이 쓴 글입니다. > 제목 : 안녕하세요 > 1번 input : n1(10),n2(21),obLevel1(60),obLevel2(53),osLevel1(-60),osLevel2(-53); var : ap(0),esa(0),d(0),ci(0),tci(0),wt1(0),wt2(0); ap = (H+L+C)/3; esa = ema(ap, n1); d = ema(abs(ap - esa), n1); ci = (ap - esa) / (0.015 * d); tci = ema(ci, n2); wt1 = tci; wt2 = ma(wt1,4); PlotBaseLine1(0,"0",gray); PlotBaseLine2(obLevel1,"obLevel1",red); PlotBaseLine3(osLevel1,"osLevel1",green); PlotBaseLine4(obLevel2,"obLevel2",red); PlotBaseLine5(osLevel2,"osLevel2",green); plot1(wt1,"wt1",green); plot2(wt2,"wt2",red); plot3(wt1-wt2,"wt1-wt2",blue); 2번 input : abc(1.05); if C > dayopen*abc and ma(V,1) > 1000000 Then plot1(L,"검색"); 1번 수식에서 -50선 아래에서 골든크로스하고 2번수식 검색표시가되는종목만 검색하고져합니다 @@@당일 검색되는 종목만 부탁드립니다