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 Hwop38, 05-04-2026, 07:02 PM
    0 responses
    152 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    305 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    244 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    345 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    176 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X