Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Object Lifecycle of hosted child indicator, Calc.OnEachTick

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

    Object Lifecycle of hosted child indicator, Calc.OnEachTick

    Hi,
    I ran into a confusing scenario yesterday.

    My parent ind script has calc.OET
    My hosted child ind script also has calc.OET

    In my child ind script, I was debugging to Log() during the State=Config, to determine if Period property was set below a minimum value when called from the parent.


    My understanding on Obj Lifecycle was that config is only called when the config dialog box / window is displayed / submitted...

    But my log quickly filled up and a chart refresh ran for over an hour before I pulled the plug.

    So it appears when the parent makes a call to a hosted child ind script, that child script triggers the state=config on each call (i.e. on each tick ) ?

    Is this accurate? Does it also trigger the state = dataloaded on each call?
    Since I have series being instantiated during the state=DL, are these series being created on each instance all and then destroyed after the child script has finished and returns to the parent?

    I'm asking bcuz I could not find any description or explanation of this in documentation or the forum search.

    Thanks

    #2
    Hello balltrader,

    Thank you for your post.

    I'm not seeing the same occur in my testing - while State.Configure can be reached multiple times, it shouldn't be triggering every time the script makes a call to the hosted script.

    Would you be able to provide a reduced example that displays this behavior so we may test on our end to see what may be occurring?

    Thanks in advance; I look forward to assisting you further.

    Comment

    Latest Posts

    Collapse

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