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 Brevo, Today, 01:45 AM
    0 responses
    2 views
    0 likes
    Last Post Brevo
    by Brevo
     
    Started by aussugardefender, Today, 01:07 AM
    0 responses
    3 views
    0 likes
    Last Post aussugardefender  
    Started by pvincent, 06-23-2022, 12:53 PM
    14 responses
    238 views
    0 likes
    Last Post Nyman
    by Nyman
     
    Started by TraderG23, 12-08-2023, 07:56 AM
    9 responses
    384 views
    1 like
    Last Post Gavini
    by Gavini
     
    Started by oviejo, Today, 12:28 AM
    0 responses
    4 views
    0 likes
    Last Post oviejo
    by oviejo
     
    Working...
    X