찾기
프로덕트
커뮤니티
마켓
뉴스
브로커
더보기
KO
지금 시작
커뮤니티
/
아이디어
/
gaaan
애플 주식회사
gaaan
mayarbukhari2016의
팔로우
팔로우
2019년 11월 12일
1
2019년 11월 12일
//
version
=3
study("Top Bottom ",overlay=true)
per=input(14)
loc= low<lowest(low[1],per) and low<=lowest(low[per],per)
bottom=barssince(loc)
per2=input(14)
loc2= high>highest(high[1],per2) and high>=highest(high[per2],per2)
top=barssince(loc2)
/////BUY-SELL/////
buy=top<bottom and top[1]>bottom[1]
sell=top>bottom and top[1]<bottom[1]
plotshape(buy, title= "Buy", location=location.belowbar, color=green, style=shape.arrowup, text="Buy")
plotshape(sell, title= "Sell",color=red, style=shape.arrowdown, text="Sell")
background = top < bottom ? blue : top > bottom ? red :
na
bgcolor(color=background, transp=85)
111
Gann
mayarbukhari2016
팔로우
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은
이용 약관
을 참고하세요.