Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multiframe indicator, compiles, not showing up

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

    Multiframe indicator, compiles, not showing up

    Hello,

    I want to add daily MACD to the plot. When I do

    Add(MACD(BarsArray[1],12, 26, 9));

    after adding daily bars, file compiles, no warnings . Then I go to the list of strategies, select another one and then reselect this one. Backtest window still shows me same panel as for any other strategy I previously selected. Mind you without BarsArray[1], if its just

    Add(MACD(12, 26, 9));

    no problems.

    #2
    Hello Vladimir84,
    Welcome to the forum and I am happy to assist you.

    BarsArray object cannot be called from the initialized section of the NinjaScript code. It will compile fine, however you will get an error message in the Output Window (Tools>Output Window) regarding it.

    Furthermore, you can add the indicators for the primary bars only, and not for the secondary bars.

    Please let me know if I can assist you any further.
    JoydeepNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by wzgy0920, 02-22-2024, 01:11 AM
    5 responses
    32 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, Yesterday, 09:53 PM
    2 responses
    49 views
    0 likes
    Last Post wzgy0920  
    Started by Kensonprib, 04-28-2021, 10:11 AM
    5 responses
    191 views
    0 likes
    Last Post Hasadafa  
    Started by GussJ, 03-04-2020, 03:11 PM
    11 responses
    3,230 views
    0 likes
    Last Post xiinteractive  
    Started by andrewtrades, Today, 04:57 PM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X