커뮤니티

수정해주세요----------------

프로필 이미지
leekss1
2012-02-08 09:00:52
405
글번호 47499
답변완료
input :가격(260),매수매도(1),최소익틱(2),손절틱(10), 익절틱(10),눌림틱(3); var : cnt(0),count(0); count = 0; for cnt = 0 to 10{ if sdate == EntryDate(cnt) Then count = count+1; } if 매수매도 == 1 Then{ if (count == 0 ) or (count >= 1 and IsExitName("b본",1) == true and lowest(L,BarsSinceExit(1)) <= 가격-PriceScale*눌림틱) Then { if L > 가격 Then buy("b1",atlimit,가격); if H < 가격 Then buy("b2",AtStop,가격); } } if MarketPosition == 1 Then{ ExitLong("BP",atlimit,가격+PriceScale*익절틱); if highest(H,BarsSinceEntry) < EntryPrice+PriceScale*최소익틱 Then ExitLong("BL",AtStop,가격-PriceScale*손절틱); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*최소익틱 and highest(H,BarsSinceEntry) < EntryPrice+PriceScale*4 Then ExitLong("B본1",AtStop,가격); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*4 and highest(H,BarsSinceEntry) < EntryPrice+PriceScale*5 Then ExitLong("B본2",AtStop,가격+PriceScale*1); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*5 and highest(H,BarsSinceEntry) < EntryPrice+PriceScale*8 Then ExitLong("B본3",AtStop,가격+PriceScale*2); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*8 Then ExitLong("B본4",AtStop,가격+PriceScale*3); } if 매수매도 == -1 Then{ if (count == 0 ) or (count >= 1 and IsExitName("S본",1) == true and lowest(L,BarsSinceExit(1)) <= 가격-PriceScale*눌림틱) Then { if H < 가격 Then Sell("s1",AtLimit,가격); if L > 가격 Then Sell("s2",AtStop,가격); } } if MarketPosition == -1 Then{ ExitShort("SP",AtLimit,가격-PriceScale*익절틱); if Lowest(L,BarsSinceEntry) > EntryPrice-PriceScale*최소익틱 Then ExitShort("SL",AtStop,가격+PriceScale*손절틱); if Lowest(L,BarsSinceEntry) <= EntryPrice+PriceScale*최소익틱 and Lowest(L,BarsSinceEntry) < EntryPrice+PriceScale*4 Then ExitShort("S본1",AtStop,가격); if Lowest(L,BarsSinceEntry) <= EntryPrice+PriceScale*4 and Lowest(L,BarsSinceEntry) < EntryPrice+PriceScale*5 Then ExitShort("S본2",AtStop,가격*PriceScale*1); if Lowest(L,BarsSinceEntry) <= EntryPrice+PriceScale*5 and Lowest(L,BarsSinceEntry) < EntryPrice+PriceScale*8 Then ExitShort("S본3",AtStop,가격*PriceScale*2); if Lowest(L,BarsSinceEntry) <= EntryPrice+PriceScale*8 Then ExitShort("S본4",AtStop,가격*PriceScale*3); } 제가 #22845에 부탁설명이 부족했네요 다시말씀 드릴께요 1틱이하 수익나면 손절까지 기다림 2틱 이나 3틱 수익나면 진입가 에 청산 4틱이상 수익나면 진입가+1틱 이익나게 청산 5틱이상 수익나면 진입가+2틱 이익나게 청산 6틱이상 수익나면 진입가+2틱 이익나게 청산 7틱이상 수익나면 진입가+3틱 이익나게 청산 8틱이상 수익나면 진입가+4틱 이익나게 청산 9틱이상 수익나면 진입가+5 이익나게 청산 10틱이상 수익나면 진입가+7틱 이익나게 청산 12틱이상 수익나면 진입가+8틱 이익나게 청산 1) 그림과 같이 "s본1" 이면 2나3틱 이익시 밀리면 본전에 청산인데 이익난적이 없는데 본전에 청산하네요(제가걸명부족으로) 2)익절2,손절도 안했는데 하루 한번만 거래 하네요 수정 부탁드립니다
시스템
답변 2
프로필 이미지

예스스탁 예스스탁 답변

2012-02-08 14:12:16

안녕하세요 예스스탁입니다. 수정한 식입니다. input :가격(260),매수매도(1),최소익틱(2),손절틱(10), 익절틱(10),눌림틱(3); var : cnt(0),count(0); count = 0; for cnt = 0 to 10{ if sdate == EntryDate(cnt) Then count = count+1; } if 매수매도 == 1 Then{ if (count == 0 ) or (count >= 1 and IsExitName("b본",1) == true and lowest(L,BarsSinceExit(1)) <= 가격-PriceScale*눌림틱) Then { if L > 가격 Then buy("b1",atlimit,가격); if H < 가격 Then buy("b2",AtStop,가격); } } if MarketPosition == 1 Then{ ExitLong("BP",atlimit,가격+PriceScale*익절틱); if highest(H,BarsSinceEntry) <= EntryPrice+PriceScale*1 Then ExitLong("BL",AtStop,가격-PriceScale*손절틱); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*2 and highest(H,BarsSinceEntry) <= EntryPrice+PriceScale*3 Then ExitLong("B본1",AtStop,가격); if highest(H,BarsSinceEntry) == EntryPrice+PriceScale*4 Then ExitLong("B본2",AtStop,가격+PriceScale*1); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*5 and highest(H,BarsSinceEntry) <= EntryPrice+PriceScale*6 Then ExitLong("B본3",AtStop,가격+PriceScale*2); if highest(H,BarsSinceEntry) == EntryPrice+PriceScale*7 Then ExitLong("B본4",AtStop,가격+PriceScale*3); if highest(H,BarsSinceEntry) == EntryPrice+PriceScale*8 Then ExitLong("B본5",AtStop,가격+PriceScale*4); if highest(H,BarsSinceEntry) == EntryPrice+PriceScale*9 Then ExitLong("B본6",AtStop,가격+PriceScale*5); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*10 and highest(H,BarsSinceEntry) <= EntryPrice+PriceScale*11 Then ExitLong("B본7",AtStop,가격+PriceScale*7); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*12 Then ExitLong("B본8",AtStop,가격+PriceScale*8); } if 매수매도 == -1 Then{ if (count == 0 ) or (count >= 1 and IsExitName("S본",1) == true and lowest(L,BarsSinceExit(1)) <= 가격-PriceScale*눌림틱) Then { if H < 가격 Then Sell("s1",AtLimit,가격); if L > 가격 Then Sell("s2",AtStop,가격); } } if MarketPosition == -1 Then{ ExitShort("SP",AtLimit,가격-PriceScale*익절틱); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*1 Then ExitShort("SL",AtStop,가격+PriceScale*손절틱); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*2 and Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*3 then ExitShort("S본1",AtStop,가격); if Lowest(L,BarsSinceEntry) == EntryPrice-PriceScale*4 Then ExitShort("S본2",AtStop,가격-PriceScale*1); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*5 and Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*6 Then ExitShort("S본3",AtStop,가격-PriceScale*2); if Lowest(L,BarsSinceEntry) == EntryPrice-PriceScale*7 Then ExitShort("S본4",AtStop,가격-PriceScale*3); if Lowest(L,BarsSinceEntry) == EntryPrice-PriceScale*8 Then ExitShort("S본5",AtStop,가격-PriceScale*4); if Lowest(L,BarsSinceEntry) == EntryPrice-PriceScale*9 Then ExitShort("S본6",AtStop,가격-PriceScale*5); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*10 and Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*11 Then ExitShort("S본7",AtStop,가격-PriceScale*7); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*12 Then ExitShort("S본8",AtStop,가격-PriceScale*8); } 즐거운 하루되세요 > leekss1 님이 쓴 글입니다. > 제목 : 수정해주세요---------------- > input :가격(260),매수매도(1),최소익틱(2),손절틱(10), 익절틱(10),눌림틱(3); var : cnt(0),count(0); count = 0; for cnt = 0 to 10{ if sdate == EntryDate(cnt) Then count = count+1; } if 매수매도 == 1 Then{ if (count == 0 ) or (count >= 1 and IsExitName("b본",1) == true and lowest(L,BarsSinceExit(1)) <= 가격-PriceScale*눌림틱) Then { if L > 가격 Then buy("b1",atlimit,가격); if H < 가격 Then buy("b2",AtStop,가격); } } if MarketPosition == 1 Then{ ExitLong("BP",atlimit,가격+PriceScale*익절틱); if highest(H,BarsSinceEntry) < EntryPrice+PriceScale*최소익틱 Then ExitLong("BL",AtStop,가격-PriceScale*손절틱); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*최소익틱 and highest(H,BarsSinceEntry) < EntryPrice+PriceScale*4 Then ExitLong("B본1",AtStop,가격); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*4 and highest(H,BarsSinceEntry) < EntryPrice+PriceScale*5 Then ExitLong("B본2",AtStop,가격+PriceScale*1); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*5 and highest(H,BarsSinceEntry) < EntryPrice+PriceScale*8 Then ExitLong("B본3",AtStop,가격+PriceScale*2); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*8 Then ExitLong("B본4",AtStop,가격+PriceScale*3); } if 매수매도 == -1 Then{ if (count == 0 ) or (count >= 1 and IsExitName("S본",1) == true and lowest(L,BarsSinceExit(1)) <= 가격-PriceScale*눌림틱) Then { if H < 가격 Then Sell("s1",AtLimit,가격); if L > 가격 Then Sell("s2",AtStop,가격); } } if MarketPosition == -1 Then{ ExitShort("SP",AtLimit,가격-PriceScale*익절틱); if Lowest(L,BarsSinceEntry) > EntryPrice-PriceScale*최소익틱 Then ExitShort("SL",AtStop,가격+PriceScale*손절틱); if Lowest(L,BarsSinceEntry) <= EntryPrice+PriceScale*최소익틱 and Lowest(L,BarsSinceEntry) < EntryPrice+PriceScale*4 Then ExitShort("S본1",AtStop,가격); if Lowest(L,BarsSinceEntry) <= EntryPrice+PriceScale*4 and Lowest(L,BarsSinceEntry) < EntryPrice+PriceScale*5 Then ExitShort("S본2",AtStop,가격*PriceScale*1); if Lowest(L,BarsSinceEntry) <= EntryPrice+PriceScale*5 and Lowest(L,BarsSinceEntry) < EntryPrice+PriceScale*8 Then ExitShort("S본3",AtStop,가격*PriceScale*2); if Lowest(L,BarsSinceEntry) <= EntryPrice+PriceScale*8 Then ExitShort("S본4",AtStop,가격*PriceScale*3); } 제가 #22845에 부탁설명이 부족했네요 다시말씀 드릴께요 1틱이하 수익나면 손절까지 기다림 2틱 이나 3틱 수익나면 진입가 에 청산 4틱이상 수익나면 진입가+1틱 이익나게 청산 5틱이상 수익나면 진입가+2틱 이익나게 청산 6틱이상 수익나면 진입가+2틱 이익나게 청산 7틱이상 수익나면 진입가+3틱 이익나게 청산 8틱이상 수익나면 진입가+4틱 이익나게 청산 9틱이상 수익나면 진입가+5 이익나게 청산 10틱이상 수익나면 진입가+7틱 이익나게 청산 12틱이상 수익나면 진입가+8틱 이익나게 청산 1) 그림과 같이 "s본1" 이면 2나3틱 이익시 밀리면 본전에 청산인데 이익난적이 없는데 본전에 청산하네요(제가걸명부족으로) 2)익절2,손절도 안했는데 하루 한번만 거래 하네요 수정 부탁드립니다
프로필 이미지

예스스탁 예스스탁 답변

2012-02-08 14:30:59

input :가격(260),매수매도(1),최소익틱(2),손절틱(10), 익절틱(10),눌림틱(3); var : cnt(0),count(0); count = 0; for cnt = 0 to 10{ if sdate == EntryDate(cnt) Then count = count+1; } if 매수매도 == 1 Then{ if L > 가격 Then buy("b1",atlimit,가격); if H < 가격 Then buy("b2",AtStop,가격); } if MarketPosition == 1 Then{ ExitLong("BP",atlimit,가격+PriceScale*익절틱); if highest(H,BarsSinceEntry) <= EntryPrice+PriceScale*1 Then ExitLong("BL",AtStop,가격-PriceScale*손절틱); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*2 and highest(H,BarsSinceEntry) <= EntryPrice+PriceScale*3 Then ExitLong("B본1",AtStop,가격); if highest(H,BarsSinceEntry) == EntryPrice+PriceScale*4 Then ExitLong("B본2",AtStop,가격+PriceScale*1); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*5 and highest(H,BarsSinceEntry) <= EntryPrice+PriceScale*6 Then ExitLong("B본3",AtStop,가격+PriceScale*2); if highest(H,BarsSinceEntry) == EntryPrice+PriceScale*7 Then ExitLong("B본4",AtStop,가격+PriceScale*3); if highest(H,BarsSinceEntry) == EntryPrice+PriceScale*8 Then ExitLong("B본5",AtStop,가격+PriceScale*4); if highest(H,BarsSinceEntry) == EntryPrice+PriceScale*9 Then ExitLong("B본6",AtStop,가격+PriceScale*5); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*10 and highest(H,BarsSinceEntry) <= EntryPrice+PriceScale*11 Then ExitLong("B본7",AtStop,가격+PriceScale*7); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*12 Then ExitLong("B본8",AtStop,가격+PriceScale*8); } if 매수매도 == -1 Then{ if H < 가격 Then Sell("s1",AtLimit,가격); if L > 가격 Then Sell("s2",AtStop,가격); } if MarketPosition == -1 Then{ ExitShort("SP",AtLimit,가격-PriceScale*익절틱); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*1 Then ExitShort("SL",AtStop,가격+PriceScale*손절틱); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*2 and Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*3 then ExitShort("S본1",AtStop,가격); if Lowest(L,BarsSinceEntry) == EntryPrice-PriceScale*4 Then ExitShort("S본2",AtStop,가격-PriceScale*1); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*5 and Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*6 Then ExitShort("S본3",AtStop,가격-PriceScale*2); if Lowest(L,BarsSinceEntry) == EntryPrice-PriceScale*7 Then ExitShort("S본4",AtStop,가격-PriceScale*3); if Lowest(L,BarsSinceEntry) == EntryPrice-PriceScale*8 Then ExitShort("S본5",AtStop,가격-PriceScale*4); if Lowest(L,BarsSinceEntry) == EntryPrice-PriceScale*9 Then ExitShort("S본6",AtStop,가격-PriceScale*5); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*10 and Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*11 Then ExitShort("S본7",AtStop,가격-PriceScale*7); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*12 Then ExitShort("S본8",AtStop,가격-PriceScale*8); } > 예스스탁 님이 쓴 글입니다. > 제목 : Re : 수정해주세요---------------- > 안녕하세요 예스스탁입니다. 수정한 식입니다. input :가격(260),매수매도(1),최소익틱(2),손절틱(10), 익절틱(10),눌림틱(3); var : cnt(0),count(0); count = 0; for cnt = 0 to 10{ if sdate == EntryDate(cnt) Then count = count+1; } if 매수매도 == 1 Then{ if (count == 0 ) or (count >= 1 and IsExitName("b본",1) == true and lowest(L,BarsSinceExit(1)) <= 가격-PriceScale*눌림틱) Then { if L > 가격 Then buy("b1",atlimit,가격); if H < 가격 Then buy("b2",AtStop,가격); } } if MarketPosition == 1 Then{ ExitLong("BP",atlimit,가격+PriceScale*익절틱); if highest(H,BarsSinceEntry) <= EntryPrice+PriceScale*1 Then ExitLong("BL",AtStop,가격-PriceScale*손절틱); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*2 and highest(H,BarsSinceEntry) <= EntryPrice+PriceScale*3 Then ExitLong("B본1",AtStop,가격); if highest(H,BarsSinceEntry) == EntryPrice+PriceScale*4 Then ExitLong("B본2",AtStop,가격+PriceScale*1); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*5 and highest(H,BarsSinceEntry) <= EntryPrice+PriceScale*6 Then ExitLong("B본3",AtStop,가격+PriceScale*2); if highest(H,BarsSinceEntry) == EntryPrice+PriceScale*7 Then ExitLong("B본4",AtStop,가격+PriceScale*3); if highest(H,BarsSinceEntry) == EntryPrice+PriceScale*8 Then ExitLong("B본5",AtStop,가격+PriceScale*4); if highest(H,BarsSinceEntry) == EntryPrice+PriceScale*9 Then ExitLong("B본6",AtStop,가격+PriceScale*5); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*10 and highest(H,BarsSinceEntry) <= EntryPrice+PriceScale*11 Then ExitLong("B본7",AtStop,가격+PriceScale*7); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*12 Then ExitLong("B본8",AtStop,가격+PriceScale*8); } if 매수매도 == -1 Then{ if (count == 0 ) or (count >= 1 and IsExitName("S본",1) == true and lowest(L,BarsSinceExit(1)) <= 가격-PriceScale*눌림틱) Then { if H < 가격 Then Sell("s1",AtLimit,가격); if L > 가격 Then Sell("s2",AtStop,가격); } } if MarketPosition == -1 Then{ ExitShort("SP",AtLimit,가격-PriceScale*익절틱); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*1 Then ExitShort("SL",AtStop,가격+PriceScale*손절틱); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*2 and Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*3 then ExitShort("S본1",AtStop,가격); if Lowest(L,BarsSinceEntry) == EntryPrice-PriceScale*4 Then ExitShort("S본2",AtStop,가격-PriceScale*1); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*5 and Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*6 Then ExitShort("S본3",AtStop,가격-PriceScale*2); if Lowest(L,BarsSinceEntry) == EntryPrice-PriceScale*7 Then ExitShort("S본4",AtStop,가격-PriceScale*3); if Lowest(L,BarsSinceEntry) == EntryPrice-PriceScale*8 Then ExitShort("S본5",AtStop,가격-PriceScale*4); if Lowest(L,BarsSinceEntry) == EntryPrice-PriceScale*9 Then ExitShort("S본6",AtStop,가격-PriceScale*5); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*10 and Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*11 Then ExitShort("S본7",AtStop,가격-PriceScale*7); if Lowest(L,BarsSinceEntry) <= EntryPrice-PriceScale*12 Then ExitShort("S본8",AtStop,가격-PriceScale*8); } 즐거운 하루되세요 > leekss1 님이 쓴 글입니다. > 제목 : 수정해주세요---------------- > input :가격(260),매수매도(1),최소익틱(2),손절틱(10), 익절틱(10),눌림틱(3); var : cnt(0),count(0); count = 0; for cnt = 0 to 10{ if sdate == EntryDate(cnt) Then count = count+1; } if 매수매도 == 1 Then{ if (count == 0 ) or (count >= 1 and IsExitName("b본",1) == true and lowest(L,BarsSinceExit(1)) <= 가격-PriceScale*눌림틱) Then { if L > 가격 Then buy("b1",atlimit,가격); if H < 가격 Then buy("b2",AtStop,가격); } } if MarketPosition == 1 Then{ ExitLong("BP",atlimit,가격+PriceScale*익절틱); if highest(H,BarsSinceEntry) < EntryPrice+PriceScale*최소익틱 Then ExitLong("BL",AtStop,가격-PriceScale*손절틱); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*최소익틱 and highest(H,BarsSinceEntry) < EntryPrice+PriceScale*4 Then ExitLong("B본1",AtStop,가격); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*4 and highest(H,BarsSinceEntry) < EntryPrice+PriceScale*5 Then ExitLong("B본2",AtStop,가격+PriceScale*1); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*5 and highest(H,BarsSinceEntry) < EntryPrice+PriceScale*8 Then ExitLong("B본3",AtStop,가격+PriceScale*2); if highest(H,BarsSinceEntry) >= EntryPrice+PriceScale*8 Then ExitLong("B본4",AtStop,가격+PriceScale*3); } if 매수매도 == -1 Then{ if (count == 0 ) or (count >= 1 and IsExitName("S본",1) == true and lowest(L,BarsSinceExit(1)) <= 가격-PriceScale*눌림틱) Then { if H < 가격 Then Sell("s1",AtLimit,가격); if L > 가격 Then Sell("s2",AtStop,가격); } } if MarketPosition == -1 Then{ ExitShort("SP",AtLimit,가격-PriceScale*익절틱); if Lowest(L,BarsSinceEntry) > EntryPrice-PriceScale*최소익틱 Then ExitShort("SL",AtStop,가격+PriceScale*손절틱); if Lowest(L,BarsSinceEntry) <= EntryPrice+PriceScale*최소익틱 and Lowest(L,BarsSinceEntry) < EntryPrice+PriceScale*4 Then ExitShort("S본1",AtStop,가격); if Lowest(L,BarsSinceEntry) <= EntryPrice+PriceScale*4 and Lowest(L,BarsSinceEntry) < EntryPrice+PriceScale*5 Then ExitShort("S본2",AtStop,가격*PriceScale*1); if Lowest(L,BarsSinceEntry) <= EntryPrice+PriceScale*5 and Lowest(L,BarsSinceEntry) < EntryPrice+PriceScale*8 Then ExitShort("S본3",AtStop,가격*PriceScale*2); if Lowest(L,BarsSinceEntry) <= EntryPrice+PriceScale*8 Then ExitShort("S본4",AtStop,가격*PriceScale*3); } 제가 #22845에 부탁설명이 부족했네요 다시말씀 드릴께요 1틱이하 수익나면 손절까지 기다림 2틱 이나 3틱 수익나면 진입가 에 청산 4틱이상 수익나면 진입가+1틱 이익나게 청산 5틱이상 수익나면 진입가+2틱 이익나게 청산 6틱이상 수익나면 진입가+2틱 이익나게 청산 7틱이상 수익나면 진입가+3틱 이익나게 청산 8틱이상 수익나면 진입가+4틱 이익나게 청산 9틱이상 수익나면 진입가+5 이익나게 청산 10틱이상 수익나면 진입가+7틱 이익나게 청산 12틱이상 수익나면 진입가+8틱 이익나게 청산 1) 그림과 같이 "s본1" 이면 2나3틱 이익시 밀리면 본전에 청산인데 이익난적이 없는데 본전에 청산하네요(제가걸명부족으로) 2)익절2,손절도 안했는데 하루 한번만 거래 하네요 수정 부탁드립니다