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 NullPointStrategies, Today, 05:17 AM
    0 responses
    44 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    126 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    65 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X