Anyone ever write code to determine price at a particular time?
For example, I want to know the high of the first 30 minutes of trading. So, if the market opens at 9:30 EST, what is the high of the first 30 minute bar?
It sounds a simple as: "high(x,inv(30);" but what is x?
Perhaps another question is how do you determine the number of bars since a particular time?
If this has already been answered, perhaps I just need a link to a thread.
Thanks!
Daniel
For example, I want to know the high of the first 30 minutes of trading. So, if the market opens at 9:30 EST, what is the high of the first 30 minute bar?
It sounds a simple as: "high(x,inv(30);" but what is x?
Perhaps another question is how do you determine the number of bars since a particular time?
If this has already been answered, perhaps I just need a link to a thread.
Thanks!
Daniel
Comment