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 argusthome, 03-08-2026, 10:06 AM
      0 responses
      61 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      39 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      21 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      23 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      51 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X