Announcement

Collapse
No announcement yet.

Can efs capture when user uses the "ctrl-left arrow" to add more bars to the chart.

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

  • Can efs capture when user uses the "ctrl-left arrow" to add more bars to the chart.

    I'd like to have the efs reload automatically via "efsReload()" when I scoll the chart to the left to add more bars to the start of the chart.

    Is there a way for the efs to capture this event. The following don't seem to do it:
    BARSTATE_ALLBARS
    bInit routine

    Wayne

  • #2
    efs studies conditionals limiting execution to a specific time only on the current day runs code incorrectly when you manually add bars to the chart via the "left+Ctrl" keys.

    That is why it is so important to capture that event. The only work around I know is to manually reload the efs study which can be easily forgotten if you run several scripts with these day/time conditions.

    Is there a way to capture when more bars are added to the chart manually?

    Wayne
    Last edited by waynecd; 12-13-2011, 03:21 AM.

    Comment

    Working...
    X