커뮤니티
부탁드림니다
2013-02-06 14:44:23
227
글번호 59189
시초가에서30틱내려오면 매수들어가고 손절20틱
시초가에서30틱올라가면 매도들어가고 손절20틱
하루 1번매매 부탁드려요
답변 1
예스스탁 예스스탁 답변
2013-02-06 17:01:53
안녕하세요
예스스탁입니다.
var : count(0),cnt(0);
count = 0;
for cnt = 0 to 10{
if sdate == EntryDate(cnt) Then
count = count+1;
}
if count == 0 and MarketPosition == 0 and stime < 150000 Then{
buy("b",AtLimit,dayopen-PriceScale*30);
sell("s",atlimit,dayopen+PriceScale*30);
}
SetStopLoss(PriceScale*20,PointStop);
즐거운 하루되세요
> djhsfg 님이 쓴 글입니다.
> 제목 : 부탁드림니다
> 시초가에서30틱내려오면 매수들어가고 손절20틱
시초가에서30틱올라가면 매도들어가고 손절20틱
하루 1번매매 부탁드려요
다음글
이전글