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

Custom Dataseries on Screen

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

    Custom Dataseries on Screen

    Hi !!! i tri to plot custom dataseries on chart after strategy backtest
    but endup with ninja shutdown
    myDataSeries.Set((Closes[0][1] + Closes[1][1]));
    Add(SMA(myDataSeries, Fast));

    #2
    Hello,
    Can you clarify if the code you are entering is causing a crash?
    I look forward to your reply.
    Cody B.NinjaTrader Customer Service

    Comment


      #3
      Hi !!!
      if i add line Add(SMA(myDataSeries, Fast)); it will crash , i have to close ninja from task menu
      if i change myDataSeries to Close or default works fine
      same problem on every indicator i cant add custon data series to strategy indicator
      as long as i dont have to display it on chart works fine no errors

      Comment


        #4
        Here is print out after crash
        Faulting application name: NinjaTrader.exe, version: 7.0.1000.31, time stamp: 0x56b21a0c
        Faulting module name: KERNELBASE.dll, version: 6.1.7601.19135, time stamp: 0x56a1c9ac
        Exception code: 0xe053534f
        Fault offset: 0x000000000000965d
        Faulting process id: 0x%9
        Faulting application start time: 0x%10
        Faulting application path: %11
        Faulting module path: %12
        Report Id: %13

        Comment


          #5
          Hello,
          I believe there may be something else that is going on.
          Please send us your log and trace files so that we can investigate this matter further.
          You can do this by going to the Control Center-> Help-> Mail to Platform Support.

          Please reference the following in the body of the email: http://www.ninjatrader.com/support/f...ad.php?t=83161
          Cody B.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by funk10101, Yesterday, 09:43 PM
          1 response
          13 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by TheWhiteDragon, 01-21-2019, 12:44 PM
          5 responses
          551 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by rtwave, 04-12-2024, 09:30 AM
          5 responses
          37 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by funk10101, Today, 12:02 AM
          1 response
          11 views
          0 likes
          Last Post NinjaTrader_LuisH  
          Started by GLFX005, Today, 03:23 AM
          1 response
          6 views
          0 likes
          Last Post NinjaTrader_Erick  
          Working...
          X