찾기
프로덕트
커뮤니티
마켓
뉴스
브로커
더보기
KO
지금 시작
커뮤니티
/
아이디어
/
Additional Time Frame overlay
유로 / 미국 달러
Additional Time Frame overlay
John Mann1의
팔로우
팔로우
업데이트됨
2016년 6월 18일
3
2016년 6월 18일
tradingview.com/x/qxGUNJLL/
tradingview.com/x/yOzzY5wM/
Different time frames can be selected via controls
study("Add TimeFrame", shorttitle="TF Layer", overlay=true)
res = input("240", type=resolution)
o = security(tickerid, res, open)
h = security(tickerid, res, high)
l = security(tickerid, res, low)
c = security(tickerid, res, close)
col = c >= o ? lime : red
plotcandle(o,h,l,c, color=col)
2016년 6월 18일
노트
See if you can make use of it.
mtf
multi-time
multi-timeframe
overlay
timeframe
John Mann1
팔로우
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은
이용 약관
을 참고하세요.