주식증권

일목균형표 볼린저밴드로 매도 신호 화살표를 만들다./신호 설정 및 조건검색식

대박주식연구소 2022. 5. 12. 06:35
SMALL

일목균형표 볼린저밴드로 매도 신호 화살표를 만들다./신호 설정 및 조건검색식

https://youtu.be/D2ISoST-u8s

<매도 화살표 수식>



aa=(highestsince(1,crossup(trix(20),0),c)+

lowestsince(1,crossdown(trix(20),0),c))/2;



A = HighestSince(1, date(1)!=date, V);



b=(highest(H,12) - C) 

/ (highest(H, 12) - lowest(L, 12)) 

* (100);



a1=

s1=(highest(high,9)+lowest(low,9))/2;

s2=(highest(high,20)+lowest(low,20))/2;

s3=(highest(high,26)+lowest(low,26))/2;

s4=(highest(high,52)+lowest(low,52))/2;

(max(s1,s2,s3,s4)+min(s1,s2,s3,s4))/2;



c>aa and A == V 

and Avg(V,120)*10 <= V 

and 

((H>BBandsUp(20,2) and H>BBandsUp(30,1.5)) 

or

(H>(a1+2*stdev(a1,20)) and H>(a1+1.5*stdev(a1,30))))

and H>EnvelopeUp(20,3)

and cci(12)>100

and rsi(12)>70

and b>-20

and Stochasticsfast(12)>80

LIST