예스스탁
예스스탁 답변
2020-02-24 15:59:07
안녕하세요
예스스탁입니다.
input : Period(10),short(5),long(10),shortPeriod(3),midPeriod(26);
var1 = (highest(high,shortPeriod)+lowest(low,shortPeriod))/2;
var2 = (highest(high,midPeriod)+lowest(low,midPeriod))/2;
if Crossup(DIPlus(Period), DIMinus(Period))and
iff(DIPlus(5)>DIMinus(5),C>=SAR(0.02,0.2),!(C>=SAR(0.02,0.2))) and
MACD(short,long)>-20 and
Crossup(c, var1) and CrossUp(c, var2) and c>ema(c,30) Then
find(1);
즐거운 하루되세요
> 나호이다 님이 쓴 글입니다.
> 제목 : 수식문의드립니다
> Crossup(DIPlus(Period), DIMinus(Period))and
if(DIPlus(5)>DIMinus(5), C>=SAR(0.02,0.2),!C>=SAR(0.02,0.2))
and MACD(short,long)>-20 and
A = (highest(high,shortPeriod)+lowest(low,shortPeriod))/2;
B = (highest(high,midPeriod)+lowest(low,midPeriod))/2;
Crossup(c, A) and CrossUp(c, B) and
c>eavg(c,30)
period 10
short 5
long 10
shortperiod 3
midperiod 26
====================
종목검색 할수 있게 부탁드립니다...감사합니다^^