OPEN-SOURCE SCRIPT

Custom Moving Average

//version=5
indicator("Custom Moving Average", overlay=true)

// Input parameters
length = input.int(14, title="SMA Length")
source = input.source(close, title="Source")

// Calculation
sma = ta.sma(source, length)

// Plot the SMA
plot(sma, color=color.blue, linewidth=2, title="SMA")
Cycles

Skrypt open-source

W prawdziwym duchu TradingView autor tego skryptu opublikował go jako open source, aby inwestorzy mogli go zrozumieć i zweryfikować. Pozdrowienia dla autora! Możesz go używać bezpłatnie, ale ponowne użycie tego kodu w publikacji podlega Zasadom Regulaminu. Możesz go oznaczyć jako ulubione, aby użyć go na wykresie.

Chcesz użyć tego skryptu na wykresie?

Wyłączenie odpowiedzialności