I'm trying to debug a strategy in Visual Studio. I am watching obj.Bars, but I can't find the value for the Close. When I drill down to Close>Date>[0] for example, I see everything except the price. I also tried watching obj.Close, but (of course) I see the same thing as obj.Bars.
How do I see the closing prices?
Size:
Color:
In "Non-Public Members" of obj.Close, expand _values.
Size:
Color:
Thank you Eugene.
Size:
Color:
Any time.
Size:
Color: