커뮤니티
행복; 수식 작성 바랍니다
2015-05-17 20:43:34
162
글번호 86112
한국의 금융산업 발전을 위해 불철주야 애쓰시는 귀하의 노고를 높이 평가합니다
시스템식 작성 바랍니다
--------------------< 요약 >------------------------------------------------
<< 시스템식 조건 1 >>을 기준으로
진입조건만 다르게 한 것이
<< 시스템식 조건 2 >>와 << 시스템식 조건 3 >> 이고
<< 시스템식 조건 1 >><< 시스템식 조건 2 >><< 시스템식 조건 3 >>을 기준으로
청산조건만 다르게 한 것이
<< 시스템식 조건 4 >>와 << 시스템식 조건 5 >>와 << 시스템식 조건 6 >> 입니다
<< 시스템식 조건 4 >>와 << 시스템식 조건 5 >>와 << 시스템식 조건 6 >>을 기준으로
진입조건 중 당일진입을 2015년 5월 6일 진입으로 변경한 한 것이
<< 시스템식 조건 7 >>과 << 시스템식 조건 8 >>과 << 시스템식 조건 9 >> 입니다
----------------------------------------------------------------------------
<< 시스템식 조건 1 >>
- 주기; 1분봉
- 당일 매수, 당일 매도
< 진입조건 >
- 오늘 시초가에 1억원어치 매수
( stime==90000 인 1분봉의 시초가를 의미, dayopen )
< 청산조건 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 오늘 종가에 보유잔량(currentcotract)의 100% 손절매
( dayclose )
<< 시스템식 조건 2 >>
- 시스템식 조건 1과의 차이는 진입조건 입니다
- 주기; 1분봉
- 당일 매수, 당일 매도
< 진입조건; 시스템식 조건 1 과 차이 >
- 10시 첫 봉의 시초가에 1억원어치 매수
( stime==100000 인 1분봉의 시초가를 의미 )
< 청산조건 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 14시45분 1분봉의 종가에 보유잔량(currentcotract)의 100% 매도
( stime==144500 인 1분봉의 종가를 의미 )
<< 시스템식 조건 3 >>
- 시스템식 조건 1과의 차이는 진입조건 입니다
- 주기; 1분봉
- 당일 매수, 당일 매도
< 진입조건; 시스템식 조건 1 과 차이 >
- 장 시작 후 주가가 10,000원 이상이 되면 1억원어치 즉시(atstop) 매수
( c >= 10000 )
< 청산조건 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 14시00분 이후 주가가 10,700 이상이 되면
보유잔량(currentcotract)의 100% 즉시(atstop) 매도
( stime>=144000 and c >= 10700 )
<< 시스템식 조건 4 >>
- 시스템식 조건 1과의 차이는 청산조건 중 "10일째 매도" 입니다
- 주기; 1분봉
- 당일 매수, 늦어도 10일째 매도
< 진입조건 >
- 오늘 시초가에 1억원어치 매수
( stime==90000 인 1분봉의 시초가를 의미, dayopen )
< 청산조건; 시스템식 조건 1과 차이 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 늦어도, 진입 후 10일째의 종가에
보유잔량(currentcotract)의 100% 손절매
( dayclose )
<< 시스템식 조건 5 >>
- 시스템식 조건 2와의 차이는 청산조건 중 "10일째 매도" 입니다
- 주기; 1분봉
- 당일 매수, 늦어도 10일째 매도
< 진입조건 >
- 10시 첫 봉의 시초가에 1억원어치 매수
( stime==100000 인 1분봉의 시초가를 의미 )
< 청산조건; 시스템식 조건 2와 차이 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 늦어도, 진입 후 10일째의 14시45분 1분봉의 종가에
보유잔량(currentcotract)의 100% 매도
( stime==144500 인 1분봉의 종가를 의미 )
<< 시스템식 조건 6 >>
- 시스템식 조건 3과의 차이는 청산조건 중 "10일째 매도" 입니다
- 주기; 1분봉
- 당일 매수, 늦어도 10일째 매도
< 진입조건 >
- 장 시작 후 주가가 10,000원 이상이 되면 1억원어치 즉시(atstop) 매수
( c >= 10000 )
< 청산조건; 시스템식 조건 3과 차이 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 늦어도, 진입 후 10일째의 14시00분 이후 주가가 10,700 이상이 되면
보유잔량(currentcotract)의 100% 즉시(atstop) 매도
( stime>=144000 and c >= 10700 )
<< 시스템식 조건 7 >>
- 시스템식 조건 4와의 차이는 진입조건 중 "2015년 5월 6일 매수" 입니다
- 주기; 1분봉
- 2015년 5월 6일 매수, 늦어도 10일째 매도
< 진입조건; 시스템식 4 와의 차이 >
- 2015년 5월 6일 시초가에 1억원어치 매수
( stime==90000 인 1분봉의 시초가를 의미, dayopen )
< 청산조건 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 늦어도, 진입 후 10일째의 종가에
보유잔량(currentcotract)의 100% 손절매
( dayclose )
<< 시스템식 조건 8 >>
- 시스템식 조건 5와의 차이는 진입조건 중 "2015년 5월 6일 매수" 입니다
- 주기; 1분봉
- 2015년 5월 6일 매수, 늦어도 10일째 매도
< 진입조건; 시스템식 5 와의 차이 >
- 2015년 5월 6일 10시 첫 봉의 시초가에 1억원어치 매수
( stime==100000 인 1분봉의 시초가를 의미 )
< 청산조건 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 늦어도, 진입 후 10일째의 14시45분 1분봉의 종가에
보유잔량(currentcotract)의 100% 매도
( stime==144500 인 1분봉의 종가를 의미 )
<< 시스템식 조건 9 >>
- 시스템식 조건 6과의 차이는 진입조건 중 "2015년 5월 6일 매수" 입니다
- 주기; 1분봉
- 2015년 5월 6일 매수, 늦어도 10일째 매도
< 진입조건; 시스템식 6 과의 차이 >
- 2015년 5월 6일 장 시작 후 주가가 10,000원 이상이 되면
1억원어치 즉시(atstop) 매수
( c >= 10000 )
< 청산조건 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 늦어도, 진입 후 10일째의 14시00분 이후 주가가 10,700 이상이 되면
보유잔량(currentcotract)의 100% 즉시(atstop) 매도
( stime>=144000 and c >= 10700 )
수고하십시요^^
답변 1
예스스탁 예스스탁 답변
2015-05-18 13:05:45
안녕하세요
예스스탁입니다.
1.
input : 금액(100000000);
if stime == 150000 Then
buy("b",AtMarket,int(금액/C));
if MarketPosition == 1 Then{
ExitLong("bx1",AtStop,EntryPrice*1.03,"",int(CurrentContracts*0.1),1);
ExitLong("bx2",AtStop,EntryPrice*1.06,"",int(CurrentContracts*0.2),1);
ExitLong("bx3",AtStop,EntryPrice*1.09,"",int(CurrentContracts*0.3),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.05 and highest(h,BarsSinceEntry) < EntryPrice*1.08 Then
ExitLong("bx4",AtStop,highest(h,BarsSinceEntry)*0.975,"",int(CurrentContracts*0.4),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.08 Then
ExitLong("bx5",AtStop,highest(h,BarsSinceEntry)*0.96,"",int(CurrentContracts*0.4),1);
}
SetStopLoss(5,PercentStop);
SetStopEndofday(145500);
2.
input : 금액(100000000);
if stime == 95900 Then
buy("b",AtMarket,int(금액/C));
if MarketPosition == 1 Then{
ExitLong("bx1",AtStop,EntryPrice*1.03,"",int(CurrentContracts*0.1),1);
ExitLong("bx2",AtStop,EntryPrice*1.06,"",int(CurrentContracts*0.2),1);
ExitLong("bx3",AtStop,EntryPrice*1.09,"",int(CurrentContracts*0.3),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.05 and highest(h,BarsSinceEntry) < EntryPrice*1.08 Then
ExitLong("bx4",AtStop,highest(h,BarsSinceEntry)*0.975,"",int(CurrentContracts*0.4),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.08 Then
ExitLong("bx5",AtStop,highest(h,BarsSinceEntry)*0.96,"",int(CurrentContracts*0.4),1);
if stime >= 144500 Then
exitlong("bx6");
}
SetStopLoss(5,PercentStop);
3.
input : 금액(100000000);
if date != date[1] Then
Condition1 = false;
if Condition1 == false and C >= 10000 Then{
Condition1 = true;
buy("b",OnClose,int(금액/C));
}
if MarketPosition == 1 Then{
ExitLong("bx1",AtStop,EntryPrice*1.03,"",int(CurrentContracts*0.1),1);
ExitLong("bx2",AtStop,EntryPrice*1.06,"",int(CurrentContracts*0.2),1);
ExitLong("bx3",AtStop,EntryPrice*1.09,"",int(CurrentContracts*0.3),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.05 and highest(h,BarsSinceEntry) < EntryPrice*1.08 Then
ExitLong("bx4",AtStop,highest(h,BarsSinceEntry)*0.975,"",int(CurrentContracts*0.4),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.08 Then
ExitLong("bx5",AtStop,highest(h,BarsSinceEntry)*0.96,"",int(CurrentContracts*0.4),1);
if stime >= 144000 Then
exitlong("bx6",AtLimit,10700);
}
SetStopLoss(5,PercentStop);
4.
input : 금액(100000000);
var : didx(0),entryD(0);
if date != date[1] Then
didx = didx+1;
if stime == 150000 Then
buy("b",AtMarket,int(금액/C));
if MarketPosition == 1 Then{
if MarketPosition[1] != MarketPosition Then
EntryD = Didx;
ExitLong("bx1",AtStop,EntryPrice*1.03,"",int(CurrentContracts*0.1),1);
ExitLong("bx2",AtStop,EntryPrice*1.06,"",int(CurrentContracts*0.2),1);
ExitLong("bx3",AtStop,EntryPrice*1.09,"",int(CurrentContracts*0.3),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.05 and highest(h,BarsSinceEntry) < EntryPrice*1.08 Then
ExitLong("bx4",AtStop,highest(h,BarsSinceEntry)*0.975,"",int(CurrentContracts*0.4),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.08 Then
ExitLong("bx5",AtStop,highest(h,BarsSinceEntry)*0.96,"",int(CurrentContracts*0.4),1);
if stime == 144500 and Didx == EntryD+10 Then
ExitLong("bx6");
}
SetStopLoss(5,PercentStop);
SetStopEndofday(145500);
5.
input : 금액(100000000);
var : didx(0),entryD(0);
if date != date[1] Then
didx = didx+1;
if stime == 95900 Then
buy("b",AtMarket,int(금액/C));
if MarketPosition == 1 Then{
if MarketPosition[1] != MarketPosition Then
EntryD = Didx;
ExitLong("bx1",AtStop,EntryPrice*1.03,"",int(CurrentContracts*0.1),1);
ExitLong("bx2",AtStop,EntryPrice*1.06,"",int(CurrentContracts*0.2),1);
ExitLong("bx3",AtStop,EntryPrice*1.09,"",int(CurrentContracts*0.3),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.05 and highest(h,BarsSinceEntry) < EntryPrice*1.08 Then
ExitLong("bx4",AtStop,highest(h,BarsSinceEntry)*0.975,"",int(CurrentContracts*0.4),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.08 Then
ExitLong("bx5",AtStop,highest(h,BarsSinceEntry)*0.96,"",int(CurrentContracts*0.4),1);
if stime == 144500 and Didx == EntryD+10 Then
ExitLong("bx6");
}
SetStopLoss(5,PercentStop);
6.
input : 금액(100000000);
var : didx(0),entryD(0);
if date != date[1] Then
didx = didx+1;
if date != date[1] Then
Condition1 = false;
if Condition1 == false and C >= 10000 Then{
Condition1 = true;
buy("b",OnClose,int(금액/C));
}
if MarketPosition == 1 Then{
if MarketPosition[1] != MarketPosition Then
EntryD = Didx;
ExitLong("bx1",AtStop,EntryPrice*1.03,"",int(CurrentContracts*0.1),1);
ExitLong("bx2",AtStop,EntryPrice*1.06,"",int(CurrentContracts*0.2),1);
ExitLong("bx3",AtStop,EntryPrice*1.09,"",int(CurrentContracts*0.3),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.05 and highest(h,BarsSinceEntry) < EntryPrice*1.08 Then
ExitLong("bx4",AtStop,highest(h,BarsSinceEntry)*0.975,"",int(CurrentContracts*0.4),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.08 Then
ExitLong("bx5",AtStop,highest(h,BarsSinceEntry)*0.96,"",int(CurrentContracts*0.4),1);
if stime >= 144000 and Didx == EntryD+10 Then
exitlong("bx6",AtLimit,10700);
}
SetStopLoss(5,PercentStop);
7.
시초가에 진입을 하므로 진입을 원하시는 날짜의 전영업일을 날짜로 지정해 주셔야 합니다.
input : 금액(100000000),날짜(20150504);
var : didx(0),entryD(0);
if date != date[1] Then
didx = didx+1;
if stime == 150000 and sdate == 날짜 Then
buy("b",AtMarket,int(금액/C));
if MarketPosition == 1 Then{
if MarketPosition[1] != MarketPosition Then
EntryD = Didx;
ExitLong("bx1",AtStop,EntryPrice*1.03,"",int(CurrentContracts*0.1),1);
ExitLong("bx2",AtStop,EntryPrice*1.06,"",int(CurrentContracts*0.2),1);
ExitLong("bx3",AtStop,EntryPrice*1.09,"",int(CurrentContracts*0.3),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.05 and highest(h,BarsSinceEntry) < EntryPrice*1.08 Then
ExitLong("bx4",AtStop,highest(h,BarsSinceEntry)*0.975,"",int(CurrentContracts*0.4),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.08 Then
ExitLong("bx5",AtStop,highest(h,BarsSinceEntry)*0.96,"",int(CurrentContracts*0.4),1);
if stime == 144500 and Didx == EntryD+10 Then
ExitLong("bx6");
}
SetStopLoss(5,PercentStop);
SetStopEndofday(145500);
8.
input : 금액(100000000),날짜(20150506);
var : didx(0),entryD(0);
if date != date[1] Then
didx = didx+1;
if stime == 95900 and sdate == 날짜 Then
buy("b",AtMarket,int(금액/C));
if MarketPosition == 1 Then{
if MarketPosition[1] != MarketPosition Then
EntryD = Didx;
ExitLong("bx1",AtStop,EntryPrice*1.03,"",int(CurrentContracts*0.1),1);
ExitLong("bx2",AtStop,EntryPrice*1.06,"",int(CurrentContracts*0.2),1);
ExitLong("bx3",AtStop,EntryPrice*1.09,"",int(CurrentContracts*0.3),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.05 and highest(h,BarsSinceEntry) < EntryPrice*1.08 Then
ExitLong("bx4",AtStop,highest(h,BarsSinceEntry)*0.975,"",int(CurrentContracts*0.4),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.08 Then
ExitLong("bx5",AtStop,highest(h,BarsSinceEntry)*0.96,"",int(CurrentContracts*0.4),1);
if stime == 144500 and Didx == EntryD+10 Then
ExitLong("bx6");
}
SetStopLoss(5,PercentStop);
9.
input : 금액(100000000),날짜(20150506);
var : didx(0),entryD(0);
if date != date[1] Then
didx = didx+1;
if date != date[1] Then
Condition1 = false;
if Condition1 == false and C >= 10000 and sdate == 날짜 Then{
Condition1 = true;
buy("b",OnClose,int(금액/C));
}
if MarketPosition == 1 Then{
if MarketPosition[1] != MarketPosition Then
EntryD = Didx;
ExitLong("bx1",AtStop,EntryPrice*1.03,"",int(CurrentContracts*0.1),1);
ExitLong("bx2",AtStop,EntryPrice*1.06,"",int(CurrentContracts*0.2),1);
ExitLong("bx3",AtStop,EntryPrice*1.09,"",int(CurrentContracts*0.3),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.05 and highest(h,BarsSinceEntry) < EntryPrice*1.08 Then
ExitLong("bx4",AtStop,highest(h,BarsSinceEntry)*0.975,"",int(CurrentContracts*0.4),1);
if highest(h,BarsSinceEntry) >= EntryPrice*1.08 Then
ExitLong("bx5",AtStop,highest(h,BarsSinceEntry)*0.96,"",int(CurrentContracts*0.4),1);
if stime >= 144000 and Didx == EntryD+10 Then
exitlong("bx6",AtLimit,10700);
}
SetStopLoss(5,PercentStop);
즐거운 하루되세요
> 행복한가방 님이 쓴 글입니다.
> 제목 : 행복; 수식 작성 바랍니다
> 한국의 금융산업 발전을 위해 불철주야 애쓰시는 귀하의 노고를 높이 평가합니다
시스템식 작성 바랍니다
--------------------< 요약 >------------------------------------------------
<< 시스템식 조건 1 >>을 기준으로
진입조건만 다르게 한 것이
<< 시스템식 조건 2 >>와 << 시스템식 조건 3 >> 이고
<< 시스템식 조건 1 >><< 시스템식 조건 2 >><< 시스템식 조건 3 >>을 기준으로
청산조건만 다르게 한 것이
<< 시스템식 조건 4 >>와 << 시스템식 조건 5 >>와 << 시스템식 조건 6 >> 입니다
<< 시스템식 조건 4 >>와 << 시스템식 조건 5 >>와 << 시스템식 조건 6 >>을 기준으로
진입조건 중 당일진입을 2015년 5월 6일 진입으로 변경한 한 것이
<< 시스템식 조건 7 >>과 << 시스템식 조건 8 >>과 << 시스템식 조건 9 >> 입니다
----------------------------------------------------------------------------
<< 시스템식 조건 1 >>
- 주기; 1분봉
- 당일 매수, 당일 매도
< 진입조건 >
- 오늘 시초가에 1억원어치 매수
( stime==90000 인 1분봉의 시초가를 의미, dayopen )
< 청산조건 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 오늘 종가에 보유잔량(currentcotract)의 100% 손절매
( dayclose )
<< 시스템식 조건 2 >>
- 시스템식 조건 1과의 차이는 진입조건 입니다
- 주기; 1분봉
- 당일 매수, 당일 매도
< 진입조건; 시스템식 조건 1 과 차이 >
- 10시 첫 봉의 시초가에 1억원어치 매수
( stime==100000 인 1분봉의 시초가를 의미 )
< 청산조건 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 14시45분 1분봉의 종가에 보유잔량(currentcotract)의 100% 매도
( stime==144500 인 1분봉의 종가를 의미 )
<< 시스템식 조건 3 >>
- 시스템식 조건 1과의 차이는 진입조건 입니다
- 주기; 1분봉
- 당일 매수, 당일 매도
< 진입조건; 시스템식 조건 1 과 차이 >
- 장 시작 후 주가가 10,000원 이상이 되면 1억원어치 즉시(atstop) 매수
( c >= 10000 )
< 청산조건 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 14시00분 이후 주가가 10,700 이상이 되면
보유잔량(currentcotract)의 100% 즉시(atstop) 매도
( stime>=144000 and c >= 10700 )
<< 시스템식 조건 4 >>
- 시스템식 조건 1과의 차이는 청산조건 중 "10일째 매도" 입니다
- 주기; 1분봉
- 당일 매수, 늦어도 10일째 매도
< 진입조건 >
- 오늘 시초가에 1억원어치 매수
( stime==90000 인 1분봉의 시초가를 의미, dayopen )
< 청산조건; 시스템식 조건 1과 차이 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 늦어도, 진입 후 10일째의 종가에
보유잔량(currentcotract)의 100% 손절매
( dayclose )
<< 시스템식 조건 5 >>
- 시스템식 조건 2와의 차이는 청산조건 중 "10일째 매도" 입니다
- 주기; 1분봉
- 당일 매수, 늦어도 10일째 매도
< 진입조건 >
- 10시 첫 봉의 시초가에 1억원어치 매수
( stime==100000 인 1분봉의 시초가를 의미 )
< 청산조건; 시스템식 조건 2와 차이 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 늦어도, 진입 후 10일째의 14시45분 1분봉의 종가에
보유잔량(currentcotract)의 100% 매도
( stime==144500 인 1분봉의 종가를 의미 )
<< 시스템식 조건 6 >>
- 시스템식 조건 3과의 차이는 청산조건 중 "10일째 매도" 입니다
- 주기; 1분봉
- 당일 매수, 늦어도 10일째 매도
< 진입조건 >
- 장 시작 후 주가가 10,000원 이상이 되면 1억원어치 즉시(atstop) 매수
( c >= 10000 )
< 청산조건; 시스템식 조건 3과 차이 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 늦어도, 진입 후 10일째의 14시00분 이후 주가가 10,700 이상이 되면
보유잔량(currentcotract)의 100% 즉시(atstop) 매도
( stime>=144000 and c >= 10700 )
<< 시스템식 조건 7 >>
- 시스템식 조건 4와의 차이는 진입조건 중 "2015년 5월 6일 매수" 입니다
- 주기; 1분봉
- 2015년 5월 6일 매수, 늦어도 10일째 매도
< 진입조건; 시스템식 4 와의 차이 >
- 2015년 5월 6일 시초가에 1억원어치 매수
( stime==90000 인 1분봉의 시초가를 의미, dayopen )
< 청산조건 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 늦어도, 진입 후 10일째의 종가에
보유잔량(currentcotract)의 100% 손절매
( dayclose )
<< 시스템식 조건 8 >>
- 시스템식 조건 5와의 차이는 진입조건 중 "2015년 5월 6일 매수" 입니다
- 주기; 1분봉
- 2015년 5월 6일 매수, 늦어도 10일째 매도
< 진입조건; 시스템식 5 와의 차이 >
- 2015년 5월 6일 10시 첫 봉의 시초가에 1억원어치 매수
( stime==100000 인 1분봉의 시초가를 의미 )
< 청산조건 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 늦어도, 진입 후 10일째의 14시45분 1분봉의 종가에
보유잔량(currentcotract)의 100% 매도
( stime==144500 인 1분봉의 종가를 의미 )
<< 시스템식 조건 9 >>
- 시스템식 조건 6과의 차이는 진입조건 중 "2015년 5월 6일 매수" 입니다
- 주기; 1분봉
- 2015년 5월 6일 매수, 늦어도 10일째 매도
< 진입조건; 시스템식 6 과의 차이 >
- 2015년 5월 6일 장 시작 후 주가가 10,000원 이상이 되면
1억원어치 즉시(atstop) 매수
( c >= 10000 )
< 청산조건 >
- 3.0% 상승시 보유잔량(currentcotract)의 10% 즉시(atstop) 이익실현
- 6.0% 상승시 보유잔량(currentcotract)의 20% 즉시(atstop) 이익실현
- 9.0% 상승시 보유잔량(currentcotract)의 30% 즉시(atstop) 이익실현
- 5.0% 상승후 고점대비(종가대비가 아님) 2.5% 하락시
보유잔량(currentcotract)의 40% 즉시(atstop) 이익실현
- 8.0% 상승후 고점대비(종가대비가 아님) 4.0% 하락시
보유잔량(currentcotract)의 100% 즉시(atstop) 이익실현
- 5.0% 하락시 보유잔량(currentcotract)의 100% 즉시(atstop) 손절매
- 늦어도, 진입 후 10일째의 14시00분 이후 주가가 10,700 이상이 되면
보유잔량(currentcotract)의 100% 즉시(atstop) 매도
( stime>=144000 and c >= 10700 )
수고하십시요^^
다음글
이전글