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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    231 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    149 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    161 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    243 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    198 views
    0 likes
    Last Post CarlTrading  
    Working...
    X