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 Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        558 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        324 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
        545 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        547 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X