예스스탁
예스스탁 답변
2020-11-04 17:34:08
안녕하세요
예스스탁입니다.
1
input : P(10);
var : aa(0),bb(0),hh(0),ll(0),ch(False),cl(False),hhl(0),lll(0);
var : hi(0),li(0),dd(False),ee(False),ff(False),gg(False),jj(0),kk(0);
aa=lowest(L,p);
bb=highest(H,p);
if h > bb[1] Then
{
hh = h;
hi = 0;
}
Else
{
if hh > 0 and h > hh Then
hh = h;
if hh > 0 Then
hi = hi+1;
}
if l < aa[1] Then
{
ll = l;
li = 0;
}
Else
{
if ll > 0 and h < ll Then
ll = h;
if ll > 0 Then
li = li+1;
}
CH=highest(h,p-2)<highest(h,p-1);
CL=Lowest(L,p-2)>lowest(L,p-1);
if hi == p-2 and ch then
hhl = hh;
if li == p-2 and cl then
lll = ll;
dd = crossup(c,HHL);
ee = crossdown(c,HHL);
ff = crossup(c,LLL);
gg = crossdown(c,LLL);
jj = iff((dd or ee OR ff OR gg),1,0);
if jj == 1 Then
kk = (o+o+o+o+o+o+o+c)/8;
plot1(kk);
2
input : P(10);
var : aa(0),bb(0),hh(0),ll(0),ch(False),cl(False),hhl(0),lll(0);
var : hi(0),li(0),dd(False),ee(False),ff(False),gg(False),jj(0),kk(0);
aa=lowest(L,p);
bb=highest(H,p);
if h > bb[1] Then
{
hh = h;
hi = 0;
}
Else
{
if hh > 0 and h > hh Then
hh = h;
if hh > 0 Then
hi = hi+1;
}
if l < aa[1] Then
{
ll = l;
li = 0;
}
Else
{
if ll > 0 and h < ll Then
ll = h;
if ll > 0 Then
li = li+1;
}
CH=highest(h,p-2)<highest(h,p-1);
CL=Lowest(L,p-2)>lowest(L,p-1);
if hi == p-2 and ch then
hhl = hh;
if li == p-2 and cl then
lll = ll;
dd = crossup(c,HHL);
ee = crossdown(c,HHL);
ff = crossup(c,LLL);
gg = crossdown(c,LLL);
jj = iff((dd or ee OR ff OR gg),1,0);
if jj == 1 Then
{
kk = (o+o+o+o+o+o+o+c)/8;
find(1);
}
즐거운 하루되세요
> 여행88 님이 쓴 글입니다.
> 제목 : 도움 주세요.^^
> A=lowest(L,p);
B=highest(H,p);
HH=highestsince(1,h>B(1),h);
LL=lowestsince(1,L<A(1),L);
CH=highest(h,p-2)<highest(h,p-1);
CL=Lowest(L,p-2)>lowest(L,p-1);
HHL=valuewhen(1,Barssince(h>B(1))==(p-2) and CH,HH);
LLL=valuewhen(1,Barssince(L<A(1))==(p-2) and CL,LL);
D=crossup(c,HHL);
E=crossdown(c,HHL);
F=crossup(c,LLL);
G=crossdown(c,LLL);
J=if((D or e OR f OR G),1,0);
K=valuewhen(1,J,(o+o+o+o+o+o+o+c)/8);
이수식으로 종목검색과
지표수식 부탁드립니다. 항상감사합니다.
A=lowest(L,p);
B=highest(H,p);
HH=highestsince(1,h>B(1),h);
LL=lowestsince(1,L<A(1),L);
CH=highest(h,p-2)<highest(h,p-1);
CL=Lowest(L,p-2)>lowest(L,p-1);
HHL=valuewhen(1,Barssince(h>B(1))==(p-2) and CH,HH);
LLL=valuewhen(1,Barssince(L<A(1))==(p-2) and CL,LL);
D=crossup(c,HHL);
E=crossdown(c,HHL);
F=crossup(c,LLL);
G=crossdown(c,LLL);
J=if((D or e OR f OR G),1,0);
K=valuewhen(1,J,(o+o+o+o+o+o+o+c)/8);
crossup(c,K)
지표변수
p = 10
crossup(c,K)
이 빠져 있었네요. 이거 넣으면 어떻게 해야 하나요.
> 예스스탁 님이 쓴 글입니다.
> 제목 : Re : 도움 주세요.^^
>
안녕하세요
예스스탁입니다.
1
input : P(10);
var : aa(0),bb(0),hh(0),ll(0),ch(False),cl(False),hhl(0),lll(0);
var : hi(0),li(0),dd(False),ee(False),ff(False),gg(False),jj(0),kk(0);
aa=lowest(L,p);
bb=highest(H,p);
if h > bb[1] Then
{
hh = h;
hi = 0;
}
Else
{
if hh > 0 and h > hh Then
hh = h;
if hh > 0 Then
hi = hi+1;
}
if l < aa[1] Then
{
ll = l;
li = 0;
}
Else
{
if ll > 0 and h < ll Then
ll = h;
if ll > 0 Then
li = li+1;
}
CH=highest(h,p-2)<highest(h,p-1);
CL=Lowest(L,p-2)>lowest(L,p-1);
if hi == p-2 and ch then
hhl = hh;
if li == p-2 and cl then
lll = ll;
dd = crossup(c,HHL);
ee = crossdown(c,HHL);
ff = crossup(c,LLL);
gg = crossdown(c,LLL);
jj = iff((dd or ee OR ff OR gg),1,0);
if jj == 1 Then
kk = (o+o+o+o+o+o+o+c)/8;
plot1(kk);
2
input : P(10);
var : aa(0),bb(0),hh(0),ll(0),ch(False),cl(False),hhl(0),lll(0);
var : hi(0),li(0),dd(False),ee(False),ff(False),gg(False),jj(0),kk(0);
aa=lowest(L,p);
bb=highest(H,p);
if h > bb[1] Then
{
hh = h;
hi = 0;
}
Else
{
if hh > 0 and h > hh Then
hh = h;
if hh > 0 Then
hi = hi+1;
}
if l < aa[1] Then
{
ll = l;
li = 0;
}
Else
{
if ll > 0 and h < ll Then
ll = h;
if ll > 0 Then
li = li+1;
}
CH=highest(h,p-2)<highest(h,p-1);
CL=Lowest(L,p-2)>lowest(L,p-1);
if hi == p-2 and ch then
hhl = hh;
if li == p-2 and cl then
lll = ll;
dd = crossup(c,HHL);
ee = crossdown(c,HHL);
ff = crossup(c,LLL);
gg = crossdown(c,LLL);
jj = iff((dd or ee OR ff OR gg),1,0);
if jj == 1 Then
{
kk = (o+o+o+o+o+o+o+c)/8;
find(1);
}
즐거운 하루되세요
> 여행88 님이 쓴 글입니다.
> 제목 : 도움 주세요.^^
> A=lowest(L,p);
B=highest(H,p);
HH=highestsince(1,h>B(1),h);
LL=lowestsince(1,L<A(1),L);
CH=highest(h,p-2)<highest(h,p-1);
CL=Lowest(L,p-2)>lowest(L,p-1);
HHL=valuewhen(1,Barssince(h>B(1))==(p-2) and CH,HH);
LLL=valuewhen(1,Barssince(L<A(1))==(p-2) and CL,LL);
D=crossup(c,HHL);
E=crossdown(c,HHL);
F=crossup(c,LLL);
G=crossdown(c,LLL);
J=if((D or e OR f OR G),1,0);
K=valuewhen(1,J,(o+o+o+o+o+o+o+c)/8);
이수식으로 종목검색과
지표수식 부탁드립니다. 항상감사합니다.
예스스탁
예스스탁 답변
2020-11-05 14:31:35
안녕하세요
예스스탁입니다.
지표식은 기존 kk를 그리는 지표식이므로
종목검색식만 아래와 같이 변경하시면 됩니다.
input : P(10);
var : aa(0),bb(0),hh(0),ll(0),ch(False),cl(False),hhl(0),lll(0);
var : hi(0),li(0),dd(False),ee(False),ff(False),gg(False),jj(0),kk(0);
aa=lowest(L,p);
bb=highest(H,p);
if h > bb[1] Then
{
hh = h;
hi = 0;
}
Else
{
if hh > 0 and h > hh Then
hh = h;
if hh > 0 Then
hi = hi+1;
}
if l < aa[1] Then
{
ll = l;
li = 0;
}
Else
{
if ll > 0 and h < ll Then
ll = h;
if ll > 0 Then
li = li+1;
}
CH=highest(h,p-2)<highest(h,p-1);
CL=Lowest(L,p-2)>lowest(L,p-1);
if hi == p-2 and ch then
hhl = hh;
if li == p-2 and cl then
lll = ll;
dd = crossup(c,HHL);
ee = crossdown(c,HHL);
ff = crossup(c,LLL);
gg = crossdown(c,LLL);
jj = iff((dd or ee OR ff OR gg),1,0);
if jj == 1 Then
{
kk = (o+o+o+o+o+o+o+c)/8;
}
if CrossUp(C,KK) Then
find(1);
즐거운 하루되세요
> 여행88 님이 쓴 글입니다.
> 제목 : Re : Re : 도움 주세요.^^
> A=lowest(L,p);
B=highest(H,p);
HH=highestsince(1,h>B(1),h);
LL=lowestsince(1,L<A(1),L);
CH=highest(h,p-2)<highest(h,p-1);
CL=Lowest(L,p-2)>lowest(L,p-1);
HHL=valuewhen(1,Barssince(h>B(1))==(p-2) and CH,HH);
LLL=valuewhen(1,Barssince(L<A(1))==(p-2) and CL,LL);
D=crossup(c,HHL);
E=crossdown(c,HHL);
F=crossup(c,LLL);
G=crossdown(c,LLL);
J=if((D or e OR f OR G),1,0);
K=valuewhen(1,J,(o+o+o+o+o+o+o+c)/8);
crossup(c,K)
지표변수
p = 10
crossup(c,K)
이 빠져 있었네요. 이거 넣으면 어떻게 해야 하나요.
> 예스스탁 님이 쓴 글입니다.
> 제목 : Re : 도움 주세요.^^
>
안녕하세요
예스스탁입니다.
1
input : P(10);
var : aa(0),bb(0),hh(0),ll(0),ch(False),cl(False),hhl(0),lll(0);
var : hi(0),li(0),dd(False),ee(False),ff(False),gg(False),jj(0),kk(0);
aa=lowest(L,p);
bb=highest(H,p);
if h > bb[1] Then
{
hh = h;
hi = 0;
}
Else
{
if hh > 0 and h > hh Then
hh = h;
if hh > 0 Then
hi = hi+1;
}
if l < aa[1] Then
{
ll = l;
li = 0;
}
Else
{
if ll > 0 and h < ll Then
ll = h;
if ll > 0 Then
li = li+1;
}
CH=highest(h,p-2)<highest(h,p-1);
CL=Lowest(L,p-2)>lowest(L,p-1);
if hi == p-2 and ch then
hhl = hh;
if li == p-2 and cl then
lll = ll;
dd = crossup(c,HHL);
ee = crossdown(c,HHL);
ff = crossup(c,LLL);
gg = crossdown(c,LLL);
jj = iff((dd or ee OR ff OR gg),1,0);
if jj == 1 Then
kk = (o+o+o+o+o+o+o+c)/8;
plot1(kk);
2
input : P(10);
var : aa(0),bb(0),hh(0),ll(0),ch(False),cl(False),hhl(0),lll(0);
var : hi(0),li(0),dd(False),ee(False),ff(False),gg(False),jj(0),kk(0);
aa=lowest(L,p);
bb=highest(H,p);
if h > bb[1] Then
{
hh = h;
hi = 0;
}
Else
{
if hh > 0 and h > hh Then
hh = h;
if hh > 0 Then
hi = hi+1;
}
if l < aa[1] Then
{
ll = l;
li = 0;
}
Else
{
if ll > 0 and h < ll Then
ll = h;
if ll > 0 Then
li = li+1;
}
CH=highest(h,p-2)<highest(h,p-1);
CL=Lowest(L,p-2)>lowest(L,p-1);
if hi == p-2 and ch then
hhl = hh;
if li == p-2 and cl then
lll = ll;
dd = crossup(c,HHL);
ee = crossdown(c,HHL);
ff = crossup(c,LLL);
gg = crossdown(c,LLL);
jj = iff((dd or ee OR ff OR gg),1,0);
if jj == 1 Then
{
kk = (o+o+o+o+o+o+o+c)/8;
find(1);
}
즐거운 하루되세요
> 여행88 님이 쓴 글입니다.
> 제목 : 도움 주세요.^^
> A=lowest(L,p);
B=highest(H,p);
HH=highestsince(1,h>B(1),h);
LL=lowestsince(1,L<A(1),L);
CH=highest(h,p-2)<highest(h,p-1);
CL=Lowest(L,p-2)>lowest(L,p-1);
HHL=valuewhen(1,Barssince(h>B(1))==(p-2) and CH,HH);
LLL=valuewhen(1,Barssince(L<A(1))==(p-2) and CL,LL);
D=crossup(c,HHL);
E=crossdown(c,HHL);
F=crossup(c,LLL);
G=crossdown(c,LLL);
J=if((D or e OR f OR G),1,0);
K=valuewhen(1,J,(o+o+o+o+o+o+o+c)/8);
이수식으로 종목검색과
지표수식 부탁드립니다. 항상감사합니다.