I'm porting a strategy I wrote in C# for Wealthlab, but data is handled between the two systems. I've gotten thru most of the major hurdles, this is the last one I hope.
My code needs to know what the number of the last bar, so that it know's it's in the last loop of OnBarUpdate(). Any ideas?
Thanks in advance -Dean

Comment