Hello, I'm writing my first strategy and can't find in the reference guide the methods of the Bars object.
Perhaps someone out there can help me.
If I want to get the Open of a bar n barsago how would I do that?
myBars[barsago].Open doesn't compile saying that myBars[barsago] is a double.
If so what double is it? The Open, Close, High, Low, Volume?
Thanks so much

Comment