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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      131 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      74 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      117 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      111 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      89 views
      0 likes
      Last Post CarlTrading  
      Working...
      X