79825382

Date: 2025-11-20 10:27:34
Score: 1
Natty:
Report link

no such key word "struct" at Pine Script
use "type"

//@version=6
indicator("TestStruct", overlay=true)
type MyData
    float value
var MyData m = MyData.new(value=1)
plot(close)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Novelty Trade