Announcement

Collapse
No announcement yet.

Accessing a chart's Time Interval in an efs

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

  • Accessing a chart's Time Interval in an efs

    Is there a function to access a chart's time interval (ie., 3min, 5min, 55tick, 1day) within an efs, and use that as a condition to perform certain things within the efs?

    Has anybody ever done this, and if so, can you point me in the right direction? If not, can the eSignal gurus help me with this?

    Thanks,
    wavetrader

  • #2
    The specific command to obtain the interval is getInterval().

    for example:

    var a = getInterval();

    This variable can then be used in the efs. However, the interval of the advanced chart cannot be changed from inside the efs.

    Comment

    Working...
    X