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 arvidvanstaey, Today, 02:19 PM
    3 responses
    8 views
    0 likes
    Last Post NinjaTrader_Zachary  
    Started by jordanq2, Today, 03:10 PM
    2 responses
    7 views
    0 likes
    Last Post jordanq2  
    Started by traderqz, Today, 12:06 AM
    10 responses
    18 views
    0 likes
    Last Post traderqz  
    Started by algospoke, 04-17-2024, 06:40 PM
    5 responses
    47 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by mmckinnm, Today, 01:34 PM
    3 responses
    7 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X