Announcement

Collapse
No announcement yet.

Interval

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

  • Interval

    Is there a way, or function, to set the interval, similar to getInterval()? Is there a similar function... setInterval()?

    For example, I may be on a 5 minute chart, but my efs wants to determine the weekly high over the last 5... weeks. Could I use some sort of function, like setInterval(), if there is one? Or, is there some other way to do this?
    Be the diner, not the dinner.

  • #2
    All the functions that use "symbol" as a parameter (such as getValue()), will allow you to specify a interval - because symbol is really: Symbol,Interval

    So CSCO,15 would be a CSCO 15 minute chart.
    Last edited by gspiker; 11-14-2002, 07:13 PM.
    Garth

    Comment

    Working...
    X