커뮤니티
시스템식 문의
2012-09-10 17:24:53
299
글번호 54539
늘, 감사드립니다.
정말 고맙습니다.
답변 1
예스스탁 예스스탁 답변
2012-09-10 15:18:25
안녕하세요
예스스탁입니다.
1.
if stime >= 92000 Then{
if K > 0 and K > CurrentContracts Then
buy("b",OnClose,def,abs(K)-CurrentContracts);
if K < 0 and K < CurrentContracts Then
Sell("s",OnClose,def,abs(K)-CurrentContracts);
if MarketPosition != 0 and K == 0 Then{
ExitLong();
ExitShort();
}
}
SetStopEndofday(150000);
2.
if stime >= 92000 Then{
if K < 0 and K < CurrentContracts Then
Sell("s",OnClose,def,abs(K)-CurrentContracts);
if MarketPosition != 0 and K >= 0 Then{
ExitShort();
}
}
SetStopEndofday(150000);
3.
요청하신 내용은 수식으로 가능하지 않습니다.
즐거운 하루되세요
> 에구머니 님이 쓴 글입니다.
> 제목 : 시스템식 문의
> 늘, 감사드립니다.
정말 고맙습니다.