Announcement

Collapse
No announcement yet.

setComputeOnOpen()

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

  • setComputeOnOpen()

    Hello.

    Can I add my vote for someone at EFS development to create a setComputeOnOpen() function ?

    I want to evaluate some global variables at the OPEN of a new bar, not the CLOSE.

    Regards,
    R. C. Singleton

  • #2
    rcsingleton

    I want to evaluate some global variables at the OPEN of a new bar, not the CLOSE
    You can already do that now using the getBarState() function and checking for the BARSTATE_NEWBAR condition (see the link for the description, syntax and examples)
    Alex

    Comment

    Working...
    X