BitcoinMedusa

Chart.Chat.Connect / About To Make It Happen

BITSTAMP:BTCUSD   بتكوين
0
//Created by user ChrisMoody 1-31-2014 for user eriktatch

study(title = "CM_Hull MA-Color-Trend", shorttitle="CM_HMA-Color-Trend", overlay = true)
source = close, length = input(41, minval=1)
hullma = wma(2*wma(source, length/2)-wma(source, length), round(sqrt(length)))


//Lookback period set to ...use higher number to emphasize Trend
plot_color = hullma >= hullma ? lime : hullma < hullma ? red : white


plot(hullma, title = "Hull MA", style = line, linewidth = 4, color = plot_color)

إخلاء المسؤولية

لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.