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 bortz, 11-06-2023, 08:04 AM
    47 responses
    1,607 views
    0 likes
    Last Post aligator  
    Started by jaybedreamin, Today, 05:56 PM
    0 responses
    9 views
    0 likes
    Last Post jaybedreamin  
    Started by DJ888, 04-16-2024, 06:09 PM
    6 responses
    19 views
    0 likes
    Last Post DJ888
    by DJ888
     
    Started by Jon17, Today, 04:33 PM
    0 responses
    6 views
    0 likes
    Last Post Jon17
    by Jon17
     
    Started by Javierw.ok, Today, 04:12 PM
    0 responses
    15 views
    0 likes
    Last Post Javierw.ok  
    Working...
    X