커뮤니티
예스로 변경부탁드립니다.
2012-05-11 10:49:53
311
글번호 50936
매수식
(C < avg(O,512) and (crossup(가중평균(c,8), avg(O,8)) or Crossup(RSI(8),30))) or (C > avg(O,512) and (crossup(가중평균(c,8), avg(O,8)) or Crossup(RSI(8),20)))
매도식
(C < avg(O,512) and (crossdown(가중평균(c,8), avg(O,8)) or Crossdown(RSI(8),60))) or (C > avg(O,512) and (crossdown(가중평균(c,8), avg(O,8)) or Crossdown(RSI(8),70)))
예스로 변경부탁드립니다.
답변 1
예스스탁 예스스탁 답변
2012-05-11 10:56:40
안녕하세요
예스스탁입니다.
if (C < ma(O,512) and (crossup(wma(c,8),ma(O,8)) or Crossup(RSI(8),30))) or
(C > ma(O,512) and (crossup(wma(c,8), avg(O,8)) or Crossup(RSI(8),20))) Then
buy();
if (C < ma(O,512) and (crossdown(wma(c,8), ma(O,8)) or Crossdown(RSI(8),60)))
or (C > avg(O,512) and (crossdown(WMA(c,8), avg(O,8)) or Crossdown(RSI(8),70))) Then
sell();
즐거운 하루되세요
> 누리맨 님이 쓴 글입니다.
> 제목 : 예스로 변경부탁드립니다.
> 매수식
(C < avg(O,512) and (crossup(가중평균(c,8), avg(O,8)) or Crossup(RSI(8),30))) or (C > avg(O,512) and (crossup(가중평균(c,8), avg(O,8)) or Crossup(RSI(8),20)))
매도식
(C < avg(O,512) and (crossdown(가중평균(c,8), avg(O,8)) or Crossdown(RSI(8),60))) or (C > avg(O,512) and (crossdown(가중평균(c,8), avg(O,8)) or Crossdown(RSI(8),70)))
예스로 변경부탁드립니다.
이전글