Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Adding instrument in Ninja script

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

    Adding instrument in Ninja script

    I am trying to get the following code working in my Indicator:

    Add ( "^TICK", PeriodType.Minute,1);


    Getting following error:

    No overload for method 'Add' takes 3 arguments.

    Any ideas to resolove it ? I am using latest version of NT.

    Thanks,
    orapsdba

    #2
    Hi orapsdba,

    Multi-time framed/instrument indicators are not currently available. The code you have there will only work for NinjaScript Strategies.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      OK i ran into this as well for an indicator I was trying to build, hopefully this ability is in 6.5. But as a test I tried adding the follwing line to an existing strategy and got the same error below as well. Her is what I added:

      Add("ER 12-07", PeriodType.Tick, 100);

      Comment


        #4
        Hmm. That line should work in a NinjaScript Strategy. Did you put it in the Initialize() method? What exactly is the error message you are getting?
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        585 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        340 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        552 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X