예스스탁
예스스탁 답변
2024-11-08 10:22:18
안녕하세요
예스스탁입니다.
input : Period1(20),dv1(2);
input : 하단아래1(3),하단위1(4),상단위1(3),상단아래1(4);
input : Period2(20),dv2(2);
input : 하단아래2(3),하단위2(4),상단위2(3),상단아래2(4);
var : BBup1(0),BBmd1(0),BBdn1(0);
var : T1(0),i11(0),i12(0),i13(0),i14(0);
var : BBup2(0),BBmd2(0),BBdn2(0);
var : T2(0),i21(0),i22(0),i23(0),i24(0);
var : S1(0),S2(0);
BBup1 = BollBandUp(Period1,dv1);
BBmd1 = ma(c,Period1);
BBdn1 = BollBandDown(Period1,dv1);
BBup2 = BollBandUp(Period2,dv2);
BBmd2 = ma(c,Period2);
BBdn2 = BollBandDown(Period2,dv2);
if CrossDown(C,BBdn1) Then
{
T1 = -1;
i11 = 0;
}
if CrossUp(C,BBdn1) Then
{
T1 = 1;
i12 = 0;
}
if CrossUp(C,BBup1) Then
{
T1 = 2;
i13 = 0;
}
if CrossDown(C,BBup1) Then
{
T1 = -2;
i14 = 0;
}
if T1 == -1 Then
i11 = i11+1;
if T1 == 1 Then
i12 = i12+1;
if T1 == 2 Then
i13 = i13+1;
if T1 == -2 Then
i14 = i14+1;
if CrossDown(C,BBdn2) Then
{
T2 = -1;
i21 = 0;
}
if CrossUp(C,BBdn2) Then
{
T2 = 1;
i22 = 0;
}
if CrossUp(C,BBup2) Then
{
T2 = 2;
i23 = 0;
}
if CrossDown(C,BBup2) Then
{
T2 = -2;
i24 = 0;
}
if T2 == -1 Then
i21 = i21+1;
if T2 == 1 Then
i22 = i22+1;
if T2 == 2 Then
i23 = i23+1;
if T2 == -2 Then
i24 = i24+1;
if S1 <= 0 and T1 == 1 and i12 == 하단위1 and i11 >= 하단아래1 Then
S1 = 1;
if S1 >= 0 and T1 == -2 and i14 == 상단아래1 and i13 >= 상단위1 Then
S1 = -1;
if S2 <= 0 and T2 == 1 and i22 == 하단위2 and i21 >= 하단아래2 Then
S2 = 1;
if S2 >= 0 and T2 == -2 and i24 == 상단아래2 and i23 >= 상단위2 Then
S2 = -1;
if MarketPosition <= 0 and S1+S2 == 2 Then
Buy();
if MarketPosition == 1 and S1+S2 == 0 Then
ExitLong();
if MarketPosition >= 0 and S1+S2 == -2 Then
Sell();
if MarketPosition == -1 and S1+S2 == 0 Then
ExitShort();
즐거운 하루되세요
> cjfdk 님이 쓴 글입니다.
> 제목 : 문의드립니다
> 1번
input : Period(20),dv(2);
input : 하단아래(3),하단위(4),상단위(3),상단아래(4);
var : BBup(0),BBmd(0),BBdn(0);
var : T(0),i1(0),i2(0),i3(0),i4(0);
BBup = BollBandUp(Period,dv);
BBmd = ma(c,Period);
BBdn = BollBandDown(Period,dv);
if CrossDown(C,BBdn) Then
{
T = -1;
i1 = 0;
}
if CrossUp(C,BBdn) Then
{
T = 1;
i2 = 0;
}
if CrossUp(C,BBup) Then
{
T = 2;
i3 = 0;
}
if CrossDown(C,BBup) Then
{
T = -2;
i4 = 0;
}
if T == -1 Then
i1 = i1+1;
if T == 1 Then
i2 = i2+1;
if T == 2 Then
i3 = i3+1;
if T == -2 Then
i4 = i4+1;
if MarketPosition <= 0 and T == 1 and i2 == 하단위 and i1 >= 하단아래 Then
Buy();
if MarketPosition >= 0 and T == -2 and i4 == 상단아래 and i3 >= 상단위 Then
Sell();
2번
input : Period(30),dv(2);
input : 하단아래(3),하단위(4),상단위(3),상단아래(4);
var : BBup(0),BBmd(0),BBdn(0);
var : T(0),i1(0),i2(0),i3(0),i4(0);
BBup = BollBandUp(Period,dv);
BBmd = ma(c,Period);
BBdn = BollBandDown(Period,dv);
if CrossDown(C,BBdn) Then
{
T = -1;
i1 = 0;
}
if CrossUp(C,BBdn) Then
{
T = 1;
i2 = 0;
}
if CrossUp(C,BBup) Then
{
T = 2;
i3 = 0;
}
if CrossDown(C,BBup) Then
{
T = -2;
i4 = 0;
}
if T == -1 Then
i1 = i1+1;
if T == 1 Then
i2 = i2+1;
if T == 2 Then
i3 = i3+1;
if T == -2 Then
i4 = i4+1;
if MarketPosition <= 0 and T == 1 and i2 == 하단위 and i1 >= 하단아래 Then
Buy();
if MarketPosition >= 0 and T == -2 and i4 == 상단아래 and i3 >= 상단위 Then
Sell();
수고 많으십니다
만들어 주신 수식인데 1번과 2번
같은 내용이나 변수만 약간 틀립니다
문의드릴 내용은
1번 시스템이 매수면 +1점 매도면 -1점
2번 시스템이 매수면 +1점 매도면 -1점
이렇게 2개 시스템에 점수를 합하여
+2점 이면 매수 -2점이면 매도 0점이면 청산
이런 수식을 부탁드립니다
감사합니다