Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Measuring the ADL Indicator

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

    Measuring the ADL Indicator

    I am attempting to use ADL indicator in a strategy. One of the conditions is simple ADL[0] > ADL[1] (of course work as predicted)

    MY ISSUE is ADL Value is shown for example -153K I want to create condition not just that -152K > -153K (this would be the min Value increase for ADL[0] to be greater than ADL[1]

    I want to know when ADL[0] Value is -151K or a min of 2K higher - so I wrote condition as: ADL[0] -2000 >= ADL[1] (I used arithmetic as the offset Property)

    WHICH AS YOU KNOW DID NOT WORK - so what should I be doing different to accomplish this

    Thanks

    #2
    Hi, thanks for posting.

    This logic works to find an ADL value thats at least 2000 higher than the previous value. I attached my test script that identifies each bar with this property.

    Kind regards,
    -ChrisL
    Attached Files

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    45 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    21 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    31 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    50 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Working...
    X