I am applying a strategy to a one minute chart--but want to use the price at specific time (such as 9:27:30 AM) - to set a limit entry price from.
1) What is the best way to get a price to use (O,H,L,C or Bid, Ask) for a specific time-since I can't be sure that there will be a incoming tick for that specific moment in time?Essentially what I want is the last traded price as close to that time as possible (withing 3-5 seconds)
2) Am I right in assuming that even if I set
CalculateOnBarClose = false, that there are not necessarily O,H,L,C values for the bar at time = 092730 unless there is a trade at that moment?
3) Lastly--if I wanted the open price at say 8:30 AM-- would that be the Time stamp of 83000 or 83100 on a one minute chart?

Comment