Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

COBC - FirstTickOfBar - Syntax

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

    COBC - FirstTickOfBar - Syntax

    Hello,

    I found in a strategy and an indicator COBCfalse in Onstartup but in OnBarUpdate there is if(CalculateOnBarClose)

    I have 2 questions please:

    * is if(CalculateOnBarClose) the same as if(FirstTickOfBar)?

    * why having in OnStartup COBCfalse and then in OnBarUpdate if(CalculationOnBarClose) - which I do understand as "COBCtrue" (if I interprete correctly)

    Thank you!
    Tony

    #2
    Hello,

    Thank you for the post.

    It is not suggested to try and toggle CalculateOnBarClose from any other state than Initialize, this can and likely will have repercussions on how the script performs if you set it in any other override.

    The CalculateOnBarClose property is not the same as FirstTickOfBar, these are two different names so they would be two separate properties for two different uses.

    "why having in OnStartup COBCfalse and then in OnBarUpdate if(CalculationOnBarClose) - which I do understand as "COBCtrue" (if I interprete correctly)"

    Are you asking about something you had seen in some code? can you provide context for this question? if you are asking about specifically CalculationOnBarClose, this is a bool property so it can be used logically: if(CalculationOnBarClose). Again it is not recommended to set CalculateOnBarClose from any state other than Initialize, you can read this from other states.

    Please let me know if I may be of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    569 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    548 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    548 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X