주식 전업 투자 준비하기-105 5일선 매물대 소화 황금 다이아몬드 매수
스윙 타점 컨셉
- 거래량이 터질것
- 거래량 없이 눌릴것
- 5일 매물 돌파
1. 트레이딩 뷰
https://kr.tradingview.com/script/ZLk6Yeur-Baekdoo-golden-diamond-signal/ZLk6Yeur
Baekdoo golden diamond signal — Indicator by traderbaekdoosan
Hi forks, I'm trader Baekdoosan who trading Equity from South Korea. This Baekdoo golden Diamond signal indicate good buying position to trade. Here's the ideas 1. Soaring volume happen with big white candle. a. Soaring volume can be measured for highest v
www.tradingview.com
2. HTS에서 구현
거래량 터진타점
VV=highest(V(1), period);
SumV=Sum(V(1), period);
count=barssince(V>=VV and C>0);
if(count>0 and count<20, C*2, 0)
거래량 터진타점2
VV=highest(V(1), period);
SumV=Sum(V(1), period);
count=barssince(V>=SumV*ratio and C>0);
if(count>0 and count<20, C, 0)
거래량 없이 매수
VV=highest(V(1), period);
SumV=Sum(V(1), period);
count=barssince((V>VV or V >=SumV * ratio) and C>0);
if(count>0 and count<20 and v<=eavg(v(1), 5) * ratio2 and
C <=lowest(C,5),C*1.5,0)
5일선 매물 돌파 신호
VV=highest(V(1), period);
sumV=sum(V(1), period);
count=barssince((V>=VV or V>=sumV*ratio) and C>O);
count2=barssince(count>0 and count <20 and v<=eavg(v(1), 5)*ratio2
and c<=lowest(c(1), 5));
if(count2>0 and count2 <10 and C>highest(C(1), 5), 1, 0)
다이아몬드 검색식
VV=highest(V(1), period);
sumV=sum(V(1), period);
if(V>=VV and C>O, C*2, 0);
count=barssince((V>=VV or V>=sumV*ratio)
and C>O);
count2=barssince(count>0 and count <20
and v<=eavg(v(1), 5)*ratio2
and c<=lowest(c(1), 5));
if(count2>0 and count2 <10 and
C>highest(C(1), 5), 1, 0)
'매일 쓰는 매매일지' 카테고리의 다른 글
주식 전업 투자 준비하기-107 반대대매와 검색식 (0) | 2021.11.08 |
---|---|
주식 전업 투자 준비하기-106 8이평 눌림목 단타 리뷰.. (0) | 2021.11.04 |
주식 전업 투자 준비하기-104 200일 신고가와 5분봉 챠트 (1) | 2021.10.19 |
주식 전업 투자 준비하기-103 거래량 가중 평균가 (VWAP) (1) | 2021.10.18 |
강환국 & systrader79 퀀트 자료 (0) | 2021.10.17 |