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 bortz, 11-06-2023, 08:04 AM
          47 responses
          1,610 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
          22 views
          0 likes
          Last Post Javierw.ok  
          Working...
          X