Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

GetInstrument(...) throws 50 errors

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

    GetInstrument(...) throws 50 errors

    deleted...
    Last edited by defa0009; 09-20-2024, 03:38 PM.

    #2
    Hello defa0009,

    Thank you for your post.

    It looks like you are passing a variable to AddDataSeries(). Please note that AddDataSeries() should not be used dynamically and is not supported to be used in this way:

    "Arguments supplied to AddDataSeries() should be hardcoded and NOT dependent on run-time variables which cannot be reliably obtained during State.Configure (e.g., Instrument, Bars, or user input). Attempting to add a data series dynamically is NOT guaranteed and therefore should be avoided.​"



    If you hardcode the AddDataSeries() call, are you still getting this error?

    Comment


      #3
      If you are using the Unmanaged Approach in a strategy script (i.e. using SubmitOrderUnmanaged()) then you still need to use AddDataSeries() to actually pull in the data.

      GetInstrument is returning the instrument object but isn't actually pulling in any data for the strategy to calculate.

      Comment


        #4
        Hello,

        In that case, yes, you could simply use Instrument to pass into CreateOrder() as the instrument you're submitting the order to.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NTEducationTeam, Yesterday, 01:49 PM
        0 responses
        17 views
        0 likes
        Last Post NTEducationTeam  
        Started by NTEducationTeam, Yesterday, 01:24 PM
        0 responses
        18 views
        0 likes
        Last Post NTEducationTeam  
        Started by saltminer, 07-07-2025, 01:43 PM
        1 response
        115 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by idude, 07-08-2025, 05:06 AM
        0 responses
        53 views
        0 likes
        Last Post idude
        by idude
         
        Started by music_p13, 07-05-2025, 11:33 PM
        1 response
        53 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Working...
        X