커뮤니티

부탁드립니다.

프로필 이미지
운송
2016-05-26 19:57:36
119
글번호 98533
답변완료
md=macd(short,long)-eavg(macd(short,long),signal); x=barssince(md<0)<10 and (diplus(14)>diminus(14) and ) diminus(14) <20 and adx(14) > adx(14,1));
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2016-05-27 10:42:05

안녕하세요 예스스탁입니다. input : short(12),long(26),signal(9); var : md(0),X(false); md = macd(short,long)-ema(macd(short,long),signal); X = countif(md<0,10) >= 1 and (diplus(14)>diminus(14) and diminus(14) <20 and adx(14) > adx(14)[1]); 즐거운 하루되세요 > 운송 님이 쓴 글입니다. > 제목 : 부탁드립니다. > md=macd(short,long)-eavg(macd(short,long),signal); x=barssince(md<0)<10 and (diplus(14)>diminus(14) and ) diminus(14) <20 and adx(14) > adx(14,1));