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 Mindset, 04-21-2026, 06:46 AM
      0 responses
      110 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      156 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      74 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      125 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      79 views
      0 likes
      Last Post PaulMohn  
      Working...
      X