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 Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      556 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      324 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      545 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      547 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X