OPEN-SOURCE SCRIPT
Zaktualizowano

Simple Moving Averages

43
In Pine Script v6, the standard method for plotting indicators is still the plot function, and it should be recognized. However, if you are getting an "Undeclared identifier 'plot'" error, double-check these points:​

Make sure your script is still using indicator() (not study()) at the top.

The script must not use indentation or syntax errors that break context.

Confirm Pine Script version is set correctly with //version=6.

Here is a fully corrected Pine Script v6 template for your moving averages scenario using
Informacje o Wersji
Make sure your script is still using indicator() (not study()) at the top.

The script must not use indentation or syntax errors that break context.

Confirm Pine Script version is set correctly with //version=6.

Wyłączenie odpowiedzialności

Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.