Announcement

Collapse
No announcement yet.

Closing Bar

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

  • Closing Bar

    to execute code at the start of a bar I can use:

    getBarState() == BARSTATE_NEWBAR

    what's the best way to execute code at the close of a bar?
    Paul Williams
    Strategy & Applications
    www.futurenets.co.uk

  • #2
    setComputeOnClose() should be able to help.

    Comment

    Working...
    X