커뮤니티

캔들봉 값을보고

프로필 이미지
놀이터
2026-02-26 13:37:00
40
글번호 230799
답변완료

안녕하세요    나스닥   

본장 오후  9시시작  새벽 1시장을마친다

짦게먹고빠지는전략  요망

1.   종가  대비 5틱 상승  매수진입  

2.   종가 대비 5틱  하락  매도진입

     40틱  도달후 10틱  빠지면  즉시청산

3.   손절는 전봉저점 과 고점 이탈시  청산

감사합니다  잘부탁합니다


시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2026-03-03 10:15:55

안녕하세요 예스스탁입니다. input : StartTime(210000),EndTime(10000); var : Tcond(False); IF Endtime > starttime Then SetStopEndofday(Endtime); Else { if sDate != sDate[1] Then SetStopEndofday(Endtime); } if (sdate != sdate[1] and stime >= EndTime) or (sdate == sdate[1] and stime >= EndTime and stime[1] < EndTime) Then Tcond = False; if (sdate != sdate[1] and stime >= StartTime) or (sdate == sdate[1] and stime >= StartTime and stime[1] < StartTime) Then { Tcond = true; IF Endtime <= starttime Then { SetStopEndofday(0); } } if Tcond == true Then { Buy("b",AtStop,C+PriceScale*5); Sell("s",AtStop,C+PriceScale*5); ExitLong("bx",AtStop,L-PriceScale); ExitShort("sx",AtStop,H+PriceScale); } SetStopTrailing(PriceScale*10,PriceScale*40,PointStop); 즐거운 하루되세요