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 rbeckmann05, Yesterday, 06:48 PM
      1 response
      12 views
      0 likes
      Last Post bltdavid  
      Started by llanqui, Today, 03:53 AM
      0 responses
      6 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by burtoninlondon, Today, 12:38 AM
      0 responses
      10 views
      0 likes
      Last Post burtoninlondon  
      Started by AaronKoRn, Yesterday, 09:49 PM
      0 responses
      15 views
      0 likes
      Last Post AaronKoRn  
      Started by carnitron, Yesterday, 08:42 PM
      0 responses
      11 views
      0 likes
      Last Post carnitron  
      Working...
      X