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

Nest the OrderFlowCumulativeDelta Indicator?

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

    Nest the OrderFlowCumulativeDelta Indicator?

    Click image for larger version  Name:	D1strategyLinRegOfcd.PNG Views:	0 Size:	582.9 KB ID:	1097496 Hello - I am trying to nest OFCD data inside a Linear Regression Line - is this possible with a strategy? It is very easy to do with an Indicator and the Strategy Builder lets me do it as well. However, the Strategy Analyzer won't run it. Any suggestions? Here's a picture of the code. You can see LinReg3 = LinReg(OFCD, bar, DeltaClose) and LinReg4 = LinReg(OFCD, bar, DeltaOpen). Any help would be appreciated. Thanks!

    #2
    Hi JohnS52, thanks for your question.

    Please add a 1 tick data series to your script to use the Cumulative Delta Indicator.

    In State.Configure:

    AddDataSeries(BarsPeriodType.Tick, 1);

    Please let me know if this does not resolve your inquiry.
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      Worked perfectly. Thank you.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by 00nevest, Today, 02:27 PM
      0 responses
      1 view
      0 likes
      Last Post 00nevest  
      Started by Jonafare, 12-06-2012, 03:48 PM
      5 responses
      3,986 views
      0 likes
      Last Post rene69851  
      Started by Fitspressorest, Today, 01:38 PM
      0 responses
      2 views
      0 likes
      Last Post Fitspressorest  
      Started by Jonker, Today, 01:19 PM
      0 responses
      2 views
      0 likes
      Last Post Jonker
      by Jonker
       
      Started by futtrader, Today, 01:16 PM
      0 responses
      9 views
      0 likes
      Last Post futtrader  
      Working...
      X