Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Adding TICK as a multi instrument

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

    Adding TICK as a multi instrument

    Hi Guys,

    I'm trying to access TICK data inside my strategy using
    Add("TICK", PeriodType.Minute, 5); //BarsArray[1]

    but I'm getting an errror

    "The strategy 'strategy' has called the Add() method with an invalid instrument. Either 'TICK' does not exist in the Instrument Manager or the specified exchange has not been configured."

    I'm using OpenTick and I'm able to open up a real time chart of TICK with no issues. I've tried replacing TICK with AAPL and it seems to work.
    I also have the same issue with TRIN.

    Any ideas?

    Thanks,
    Allan

    #2
    Please try
    Add("^TICK", PeriodType.Minute, 5);

    = exact same instrument name you see everywhere in NT

    Comment


      #3
      ... and I had just vowed to stop asking stupid questions !!

      Thanks, that works

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      291 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      189 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      185 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      271 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      219 views
      0 likes
      Last Post CarlTrading  
      Working...
      X