Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Absorption Indicator

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

    Absorption Indicator

    I simply want to take A Delta of each bar and subtract that from Cumulative delta bars, and I want the difference between the two Plotted. This is an Absorption indicator, I am an order flow trader and I need a quick way to determine if absorption is taking place. I have the indicators already, I just do not know how to express it once I unlock the code and get into the raw script after using Strategy Builder.


    I am stuck here;

    // Set 1
    if ((Delta_Candles1.BarOpen[1] < 0) - (TRCumulativeDelta1.DeltaClose[1] > 0))


    #2
    Hi, thanks for posting. Make sure you add the 1 Tick series in the State.Configure section of the script. There is a full example on how to access data from the CumulativeDelta indicator here:

    https://ninjatrader.com/support/help...ive_delta2.htm

    Also, use the Print() method to print out the data you are trying to access, just to make sure you are getting the expected values:

    https://ninjatrader.com/support/help...html?print.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    558 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