Pine Script
1 program
Added 2025-11-12T10:23:10Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 4ff12ae0a3 · authored 2025-11-12T11:23:10+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Simple Moving Average Plot
Provenance: commit 4ff12ae0a3 · authored 2025-11-12T11:23:10+01:00 · model x-ai/grok-4-fast · Temp 0.4
//@version=5
indicator("My script")
sma20 = ta.sma(close, 20)
plot(sma20)