커뮤니티
수식 문의
2010-01-11 01:19:45
777
글번호 27353
안녕하세요
아래 수식이 작동하지 않아서요
수식 점검 부탁합니다
if crossup(c,ma(C,5)) and C > O and ma(C,5) > ma(C,5)[1] and ma(C,5)[1] < ma(C,5)[1] Then
buy();
if CrossDown(c,ma(C,10)) Then
exitlong();
if c <= EntryPrice*0.9 Then
exitlong();
감사합니다
답변 1
예스스탁 예스스탁 답변
2010-01-11 10:45:23
안녕하세요
예스스탁입니다.
식을 수정했습니다.
if crossup(c,ma(C,5)) and C > O and ma(C,5) > ma(C,5)[1] and ma(C,5)[1] < ma(C,5)[2] Then
buy();
if CrossDown(c,ma(C,10)) Then
exitlong();
if c <= EntryPrice*0.9 Then
exitlong();
즐거운 하루되세요
> 개포빠가사리 님이 쓴 글입니다.
> 제목 : 수식 문의
> 안녕하세요
아래 수식이 작동하지 않아서요
수식 점검 부탁합니다
if crossup(c,ma(C,5)) and C > O and ma(C,5) > ma(C,5)[1] and ma(C,5)[1] < ma(C,5)[1] Then
buy();
if CrossDown(c,ma(C,10)) Then
exitlong();
if c <= EntryPrice*0.9 Then
exitlong();
감사합니다