Announcement

Collapse
No announcement yet.

High Price at a particular time

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • High Price at a particular time

    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
    eSignal File Share: http://share.esignal.com/groupcontents.jsp?groupid=1130

  • #2
    Re: High Price at a particular time

    Daniel
    See this thread on the same topic
    Alex


    Originally posted by neoikon
    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

    Comment

    Working...
    X