Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

What event get's called when changing instruments?

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

    What event get's called when changing instruments?

    Is there an even that gets fired off when you switch instruments in a chart? For instance, if I go from ES to YM, which event gets fired? I don't think OnTermination() gets called

    #2
    funk101, according to my testing you should see an OnTermination call for the changed to instrument, as a new instance of your script is then run here.

    Comment


      #3
      Originally posted by NinjaTrader_Bertrand View Post
      funk101, according to my testing you should see an OnTermination call for the changed to instrument, as a new instance of your script is then run here.
      It seems that ChartControl.ChartObjects.InsertComplete is called BEFORE OnTermination() when changing instruments. Is there a way to determine when this is occurring?

      In other words, is there some other event that's called when changing an instrument, so I can know this before InsertComplete is fired?

      Thanks!
      Daniel

      Comment


        #4
        Sorry Daniel, there would be unfortunately no exposed Instrument change event you could query here - what are you trying to do?

        Comment


          #5
          It looks like ChartControl.ChartObjects.ClearComplete is what I'm looking for. It's called right as the instrument change is initiated, does "some work", then it's called again, AND THEN OnTermination() is called, and on down the line.

          When it was doing that "work", it is calling InsertComplete for each of the lines I had on my chart, which was messing up my indicator. Now, I just set a flag in a ClearComplete handler, to let my indicator know what is going on.

          Thanks!
          Daniel

          Comment


            #6
            Glad to hear you could resolve for you and thanks for the share.

            Comment

            Latest Posts

            Collapse

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