Announcement

Collapse
No announcement yet.

intervals

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

  • intervals

    Hi

    Could somebody please tell me how many times does this program evaluates the values when my chart is displaying the 60 min.

    myStudyValue_240 = macd( 12, 26, 9 , inv(5));


    Is there a parameter to tell the program to evaluate a value of the 5 min chart even though it is displaying the 60 min or any
    other time other different then 5 ?min



    thanks a lot

    Jaime

  • #2
    Jaime
    Unless you are using setComputeOnClose() or you have enclosed that study within a BARSTATE_NEWBAR conditional statement it will calculate the values of the study on every tick.
    Alex

    Comment

    Working...
    X