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 CaptainJack, 05-29-2026, 05:09 AM
        0 responses
        53 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 05-29-2026, 12:02 AM
        0 responses
        34 views
        0 likes
        Last Post CaptainJack  
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        100 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        180 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        170 views
        0 likes
        Last Post CarlTrading  
        Working...
        X