Announcement

Collapse
No announcement yet.

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.

    Comment


      #3
      Worked perfectly. Thank you.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      60 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      147 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      162 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      97 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      284 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X