예스스탁
예스스탁 답변
2022-04-25 13:40:44
안녕하세요
예스스탁입니다.
1
var : T(0),S(0),T1(0),S1(0);
if Bdate != Bdate[1] Then
{
T = 0;
T1 = T[1];
S1 = S[1];
}
if T == 0 and H >= DayClose(1)*1.28 Then
T = 1;
if T == 1 and C < O Then
{
T = 2;
S = L;
}
if NextBarSdate != sDate Then
{
if T == 2 Then
{
if NextBarOpen < S then
Buy("b1",AtStop,S);
Else
Buy("b2",AtLimit,S);
}
}
Else
{
if T1 == 2 Then
{
if NextBarOpen < S1 then
Buy("b1.",AtStop,S1);
Else
Buy("b2.",AtLimit,S1);
}
}
SetStopProfittarget(5,PercentStop);
SetStopLoss(5,PercentStop);
2
var : T(0),S(0),T1(0),S1(0);
if Bdate != Bdate[1] Then
{
T = 0;
T1 = T[1];
S1 = S[1];
}
if T == 0 and H >= DayClose(1)*1.28 Then
T = 1;
if T == 1 and C > O Then
{
T = 2;
S = L;
}
if NextBarSdate != sDate Then
{
if T == 2 Then
{
if NextBarOpen < S then
Buy("b1",AtStop,S);
Else
Buy("b2",AtLimit,S);
}
}
Else
{
if T1 == 2 Then
{
if NextBarOpen < S1 then
Buy("b1.",AtStop,S1);
Else
Buy("b2.",AtLimit,S1);
}
}
SetStopProfittarget(5,PercentStop);
SetStopLoss(5,PercentStop);
즐거운 하루되세요
> 이름이 님이 쓴 글입니다.
> 제목 : 시스템트레이딩 수식 부탁 드립니다.
> 1. 28%이상 상승후 첫 음봉 최저점 가격으로 다음날 매수 매수금액 +-5% 매도 조건식 부탁 드립니다.
2. 28%이상 상승후 첫 양봉 최저점 가격으로 다음날 매수 매수금액 +-5% 매도 조건식 부탁 드립니다.
1. 28%이상 상승후 첫 음봉 최저점 가격으로 다음날 매수 매수금액 +-5% 매도 조건식 부탁 드립니다.
2. 28%이상 상승후 첫 양봉 최저점 가격으로 다음날 매수 매수금액 +-5% 매도 조건식 부탁 드립니다.
조건식 추가 부탁 드립니다. 다음날부터(음봉 최저점 양봉 최저점) 일때 5일동안 매수되도록 부탁 드립니다.
> 예스스탁 님이 쓴 글입니다.
> 제목 : Re : 시스템트레이딩 수식 부탁 드립니다.
> 안녕하세요
예스스탁입니다.
1
var : T(0),S(0),T1(0),S1(0);
if Bdate != Bdate[1] Then
{
T = 0;
T1 = T[1];
S1 = S[1];
}
if T == 0 and H >= DayClose(1)*1.28 Then
T = 1;
if T == 1 and C < O Then
{
T = 2;
S = L;
}
if NextBarSdate != sDate Then
{
if T == 2 Then
{
if NextBarOpen < S then
Buy("b1",AtStop,S);
Else
Buy("b2",AtLimit,S);
}
}
Else
{
if T1 == 2 Then
{
if NextBarOpen < S1 then
Buy("b1.",AtStop,S1);
Else
Buy("b2.",AtLimit,S1);
}
}
SetStopProfittarget(5,PercentStop);
SetStopLoss(5,PercentStop);
2
var : T(0),S(0),T1(0),S1(0);
if Bdate != Bdate[1] Then
{
T = 0;
T1 = T[1];
S1 = S[1];
}
if T == 0 and H >= DayClose(1)*1.28 Then
T = 1;
if T == 1 and C > O Then
{
T = 2;
S = L;
}
if NextBarSdate != sDate Then
{
if T == 2 Then
{
if NextBarOpen < S then
Buy("b1",AtStop,S);
Else
Buy("b2",AtLimit,S);
}
}
Else
{
if T1 == 2 Then
{
if NextBarOpen < S1 then
Buy("b1.",AtStop,S1);
Else
Buy("b2.",AtLimit,S1);
}
}
SetStopProfittarget(5,PercentStop);
SetStopLoss(5,PercentStop);
즐거운 하루되세요
> 이름이 님이 쓴 글입니다.
> 제목 : 시스템트레이딩 수식 부탁 드립니다.
> 1. 28%이상 상승후 첫 음봉 최저점 가격으로 다음날 매수 매수금액 +-5% 매도 조건식 부탁 드립니다.
2. 28%이상 상승후 첫 양봉 최저점 가격으로 다음날 매수 매수금액 +-5% 매도 조건식 부탁 드립니다.