2013년 6월 22일 토요일

Sling Shots

if MarketPosition() == 0 then{
 if H == Highest(H,40) Then
  buy("매수",AtStop,H+PriceScale);
 if L == Highest(L,40) Then
  sell("매도",AtStop,L-PriceScale);
}

SetStopLoss(PriceScale*2,pointstop);

댓글 없음:

댓글 쓰기