커뮤니티
부탁드립니다
2012-12-16 16:48:47
228
글번호 57339
1.매수
highest(high,period,5)<o
and
tema(c,40)<o
2.매수청산
tema(o,40)>o
3.매도
lowest(low,period,5)>o
and
tema(o,40)>o
4. 매도청산
tema(o,40)<o
답변 1
예스스탁 예스스탁 답변
2012-12-17 11:41:04
안녕하세요
예스스탁입니다.
input : Period(10),P(40);
var1 = ema(ema(ema(c,P),P),P);
if highest(high,Period)[5] < o and var1<o Then
buy();
if var1 > o Then
exitlong();
if Lowest(Low,Period)[5] > o and var1>o Then
Sell();
if var1 < o Then
ExitShort();
즐거운 하루되세요
> 안전 님이 쓴 글입니다.
> 제목 : 부탁드립니다
>
1.매수
highest(high,period,5)<o
and
tema(c,40)<o
2.매수청산
tema(o,40)>o
3.매도
lowest(low,period,5)>o
and
tema(o,40)>o
4. 매도청산
tema(o,40)<o
다음글
이전글