Learn NinjaScript: Using Custom Series for Tracking Data
When you call AddPlot, NinjaScript creates a Series<double> behind the scenes that you access through Values[i]. That’s a custom Series with nothing special done to it — it’s the same type you can create for your own use when you need per-bar tracking that doesn’t belong on a plot. This post covers when to reach…









