搜索
产品
社区
市场
新闻
经纪商
更多
CN
Black Friday 促销
高达70%折扣
社区
/
观点
/
DENEME
以太坊
DENEME
由yusufilker提供
关注
关注
已更新
2020年8月14日
1
2020年8月14日
DENEME
2020年8月14日
注释
// This source code is subject to the terms of the Mozilla Public License 2.0
// © yusufilker
//
version
=4
study("AYLIK YILLIK ORTALAMA", overlay=true)
// Getting inputs
hizli = input(title="Hızlı", type=input.integer, defval=30)
yavas = input(title="Yavaş", type=input.integer, defval=365)
src = input(title="Source", type=input.source, defval=close)
ort_tipi = input(title="Basit ortalama", type=input.bool, defval=false)
yavas_ort = ort_tipi ? sma(src, hizli) : ema(src, hizli)
hizli_ort = ort_tipi ? sma(src, yavas) : ema(src, yavas)
plot(yavas_ort, title="yavas_ort", linewidth =2, color=color.orange, transp=0, trackprice = true)
plot(hizli_ort, title="hizli_ort", linewidth =2, color=color.purple, transp=0, trackprice = true)
Trend Analysis
yusufilker
关注
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在
使用条款
阅读更多信息。