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

multisecurity strategy-non responsive

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

    multisecurity strategy-non responsive

    Hi,

    I have coded a multi instrument strategy where I add securities using the add command.
    for example,

    Add ("UUP", PeriodType.Day,1); // USD (e.g.
    Add ("UUPT", PeriodType.Day,1); // USD * 3

    I am running into a situation, when using strategy optimize test, where the system works fine with 22 security but becomes unresponsive if I add one more.

    I tried debugging it via visual studio but putting breakpoints in the add commands but the message I get is that the system is busy executing external or framework commands.
    Need your help.
    Last edited by stratfreak; 06-03-2018, 07:16 AM.

    #2
    Hello stratfreak,

    Thank you for your note.

    Adding this many additional data series to a strategy could introduce issues, it would be suggested you reduce the number of additional data series, or run more strategies with less data series added.

    I may suggest trying this in NinjaTrader 8 which uses multi core technology.

    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by wzgy0920, 04-20-2024, 06:09 PM
    2 responses
    27 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, 02-22-2024, 01:11 AM
    5 responses
    32 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, 04-23-2024, 09:53 PM
    2 responses
    49 views
    0 likes
    Last Post wzgy0920  
    Started by Kensonprib, 04-28-2021, 10:11 AM
    5 responses
    193 views
    0 likes
    Last Post Hasadafa  
    Started by GussJ, 03-04-2020, 03:11 PM
    11 responses
    3,235 views
    0 likes
    Last Post xiinteractive  
    Working...
    X