Just been looking at the getFirstBarIndexOfDay() function and some other "index" functions such as getCurrentBarIndex() etc.
I'm trying to get the bar's index value from a Date() object that I've created. Say I've created a date object with the value of "7/7/2010 02:00:00 PM" and now is "7/8/2010 10:00:00 AM". I want to find the bar index that corresponds with my date object "7/7/2010 02:00:00 PM".
How would I do that?
I'm trying to get the bar's index value from a Date() object that I've created. Say I've created a date object with the value of "7/7/2010 02:00:00 PM" and now is "7/8/2010 10:00:00 AM". I want to find the bar index that corresponds with my date object "7/7/2010 02:00:00 PM".
How would I do that?
Comment