커뮤니티
지표식 부탁드립니다
2015-07-15 07:41:18
138
글번호 88443
수고많으십니다 아래 수식은 대신증권 사이보스트레이더 껍니다
예스로 전환 가능한지 부탁드려봅니다
감사합니다
if(close -close(1))/close(1)* 100>0.15 then
call buy ("buy",atmarket)
end if
if (close-close(1))/close(1) * 100 < -0.15 then
call sell ("sell" , atmarket
end if
답변 1
예스스탁 예스스탁 답변
2015-07-15 11:39:11
안녕하세요
예스스탁입니다.
if (close -close[1])/close[1]*100 > 0.15 then
buy("buy",atmarket);
if (close-close[1])/close[1] * 100 < -0.15 then
sell("sell" , atmarket);
즐거운 하루되세요
> hisuje 님이 쓴 글입니다.
> 제목 : 지표식 부탁드립니다
> 수고많으십니다 아래 수식은 대신증권 사이보스트레이더 껍니다
예스로 전환 가능한지 부탁드려봅니다
감사합니다
if(close -close(1))/close(1)* 100>0.15 then
call buy ("buy",atmarket)
end if
if (close-close(1))/close(1) * 100 < -0.15 then
call sell ("sell" , atmarket
end if