Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Using Add method in Initilise section of multitimeframe

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

    Using Add method in Initilise section of multitimeframe

    Hello is it possible to get a work around for this.
    Ninja complains that BarsArray cannot be used in the Initilise section.

    I want to add an indicator to my chart using market data from another timeframe for that indicator.

    I was trying the following:

    HTFA = VarianceImbalance3(BarsArray[1]);
    Add(HTFA);


    However ninja script don't like it. Any work around ideas?

    #2
    Hello richa61416,

    Thank you for writing in.

    Any chart indicators added in Initialize() to plot on the char will rely on the primary series; you cannot pass a different series to it.

    I would suggest taking a look at this reference post on information of how you can have your strategy generate values based on a secondary series that a dummy indicator can plot instead: http://ninjatrader.com/support/forum...ead.php?t=6651

    Please, let us know if we may be of further assistance.
    Zachary G.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by jaybedreamin, Today, 05:56 PM
    0 responses
    2 views
    0 likes
    Last Post jaybedreamin  
    Started by DJ888, 04-16-2024, 06:09 PM
    6 responses
    18 views
    0 likes
    Last Post DJ888
    by DJ888
     
    Started by Jon17, Today, 04:33 PM
    0 responses
    1 view
    0 likes
    Last Post Jon17
    by Jon17
     
    Started by Javierw.ok, Today, 04:12 PM
    0 responses
    6 views
    0 likes
    Last Post Javierw.ok  
    Started by timmbbo, Today, 08:59 AM
    2 responses
    10 views
    0 likes
    Last Post bltdavid  
    Working...
    X