찾기
프로덕트
커뮤니티
마켓
뉴스
브로커
더보기
KO
Cyber Monday 세일
최대 70% 싸게
커뮤니티
/
아이디어
/
合併
T
TAIEX FUTURES
合併
Brucetien의
팔로우
팔로우
1월 21일
0
1월 21일
//
version
=3
study(title="Moving Average Exponential x 4", shorttitle="EMA", overlay=true)
len50 = input(50, minval=1, title="First")
src50 = input(close, title="Source")
out50 = ema(src50, len50)
plot(out50, title="EMA - 1", color=#fc4c2a, linewidth=4, transp=0)
len100 = input(100, minval=1, title="Second")
src100 = input(close, title="Source")
out100 = ema(src100, len100)
plot(out100, title="EMA - 2", color=#35b4b8, linewidth=4, transp=0)
len200 = input(200, minval=1, title="Third")
src200 = input(close, title="Source")
out200 = ema(src200, len200)
plot(out200, title="EMA - 3", color=#2e3440, linewidth=4, transp=0)
len400 = input(400, minval=1, title="Fourth")
src400 = input(close, title="Source")
out400 = ema(src400, len400)
plot(out400, title="EMA - 4", color=#9b9e9e, linewidth=4, transp=0)
Trend Analysis
Brucetien
팔로우
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은
이용 약관
을 참고하세요.