Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

... has called the Add() method with an invalid instrument...

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

    ... has called the Add() method with an invalid instrument...

    I want to catch the above message in my code, so my code can respond differently depending on whether it sees this message or not.

    There is no Exception being thrown that I can catch as far as I can see ...

    Any ideas how I might go about this?

    #2
    Hello AnotherTrader,

    Thank you for your post.

    You can loop through the Instruments collection, but may be unnecessary and use to many resources (memory for example).

    You could also loop through the Instrument List, but then the instrument would have to be in the that list or the error would occur again.

    However, catching the error itself would be easier. Although I do not know the means of doing so. I will look into this and follow up with you.

    Comment


      #3
      Thanks.

      Yes, please if you could learn what is required to catch the error and then post your findings, that would be great.

      Comment


        #4
        Hello AnotherTrader,

        Thank you for your patience.

        Unfortunately, I could not find any means to "catch" this message. You could create an instrument list to check against for the valid instrument, although if you are providing this to other users they would need that same instrument list.

        Please let me know if you have any questions.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Salahinho99, Today, 04:13 AM
        0 responses
        12 views
        0 likes
        Last Post Salahinho99  
        Started by junkone, 04-28-2024, 02:19 PM
        8 responses
        93 views
        1 like
        Last Post brucerobinson  
        Started by mkouitra, 10-23-2021, 04:40 PM
        17 responses
        1,970 views
        0 likes
        Last Post NinjaTrader_Jason  
        Started by Vietanhnguyen2hotmailcom, 05-03-2024, 10:29 AM
        4 responses
        32 views
        0 likes
        Last Post Vietanhnguyen2hotmailcom  
        Started by PhillT, 04-19-2024, 02:16 PM
        4 responses
        40 views
        0 likes
        Last Post PhillT
        by PhillT
         
        Working...
        X