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 cre8able, 02-11-2023, 05:43 PM
    3 responses
    236 views
    0 likes
    Last Post rhubear
    by rhubear
     
    Started by frslvr, 04-11-2024, 07:26 AM
    8 responses
    113 views
    1 like
    Last Post NinjaTrader_BrandonH  
    Started by stafe, 04-15-2024, 08:34 PM
    10 responses
    46 views
    0 likes
    Last Post stafe
    by stafe
     
    Started by rocketman7, Today, 09:41 AM
    3 responses
    11 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by traderqz, Today, 09:44 AM
    2 responses
    10 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X