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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        47 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        23 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        33 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        51 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        42 views
        0 likes
        Last Post CarlTrading  
        Working...
        X