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 DannyP96, 05-18-2026, 02:38 PM
      1 response
      27 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      117 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      69 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      226 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      414 views
      0 likes
      Last Post CaptainJack  
      Working...
      X