Announcement

Collapse
No announcement yet.

Barstate_allbars

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

  • Barstate_allbars

    When I put a debug statement inside a conditional test for BARSTATE_ALLBARS, it seems to print out 7 times...why?
    Garth

  • #2
    Re: Barstate_allbars

    Garth
    That will happen if in the script you have some efsInternal() or efsExternal() calls or you are calling external symbols and/or intervals. See this post by Dion in reply to a similar question
    Alex


    Originally posted by gspiker
    When I put a debug statement inside a conditional test for BARSTATE_ALLBARS, it seems to print out 7 times...why?

    Comment


    • #3
      Thanks Alex, that makes sense (sort of).

      Dp you know if the main program retains state when in "delayed execution" mode? If not no worries, I can fiure it out.

      Thanks,

      Garth
      Garth

      Comment


      • #4
        Garth
        You are most welcome
        As to your question I can't recall off the top of my head if it retains state while in delayed execution mode
        Alex


        Originally posted by gspiker
        Thanks Alex, that makes sense (sort of).

        Dp you know if the main program retains state when in "delayed execution" mode? If not no worries, I can fiure it out.

        Thanks,

        Garth

        Comment

        Working...
        X