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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    63 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    90 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    47 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    105 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    63 views
    0 likes
    Last Post PaulMohn  
    Working...
    X