커뮤니티
청산가 이하 매수
2015-04-16 13:02:54
149
글번호 85101
if crossup(ma(c,5),ma(c,20) then buy();
SetStopTrailing(1,2,PointStop);
트레일링 스탑으로 청산된 가격에서 1 point 하락시 매수코자 합니다.
답변 1
예스스탁 예스스탁 답변
2015-04-16 13:39:17
안녕하세요
예스스탁입니다.
if crossup(ma(c,5),ma(c,20)) then buy();
SetStopTrailing(1,2,PointStop);
if MarketPosition == 0 and IsExitName("StopTrailing",1) == true Then
buy("b",atlimit,ExitPrice(1)-1);
즐거운 하루되세요
> HI_SE****** 님이 쓴 글입니다.
> 제목 : 청산가 이하 매수
> if crossup(ma(c,5),ma(c,20) then buy();
SetStopTrailing(1,2,PointStop);
트레일링 스탑으로 청산된 가격에서 1 point 하락시 매수코자 합니다.
다음글