커뮤니티

문의 드립니다

프로필 이미지
ljh2307
2012-10-06 08:46:49
352
글번호 55342
답변완료
-시스템식- 매수 c>o and c>highest(c(1),10) and avg(c,5)>avg(c,5,1) and c>avg(c,5) 매도 c<o and c<lowest(c(1),10) and avg(c,5)<avg(c,5,1) and c<avg(c,5) -지표식- bull=O == L AND C > O; valuewhen(1,bull,avg(c,5)) 위 2가지 수식을 예스식으로 문의 드립니다. 감사합니다
시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2012-10-08 13:13:02

안녕하세요 예스스탁입니다. 1. if c>o and c>highest(c[1],10) and ma(c,5)>ma(c,5)[1] and c>ma(c,5) Then buy(); if c<o and c<lowest(c[1],10) and ma(c,5)<ma(c,5)[1] and c<ma(c,5) Then sell(); 2. var1 = ma(c,5); if O == L AND C > O Then value1 = var1; plot1(value1); 즐거운 하루되세요 > ljh2307 님이 쓴 글입니다. > 제목 : 문의 드립니다 > -시스템식- 매수 c>o and c>highest(c(1),10) and avg(c,5)>avg(c,5,1) and c>avg(c,5) 매도 c<o and c<lowest(c(1),10) and avg(c,5)<avg(c,5,1) and c<avg(c,5) -지표식- bull=O == L AND C > O; valuewhen(1,bull,avg(c,5)) 위 2가지 수식을 예스식으로 문의 드립니다. 감사합니다