+ Reply to Thread
Results 1 to 2 of 2

Finding lowest low in a pullback

  1. #1
    Registered User
    Join Date
    01-07-2006
    Posts
    1

    Finding lowest low in a pullback

    In a series of rising pricebars for a stock, I'm trying to find the value of the lowest low in a pullback. I have to find this low value separate from price bars that preceded the pullback.

    The maximum number of bars I look back is 6, but in those 6 bars there may be lower lows before the pullback started. The pullback starts when one of the highs is lower than the previous high.

    I've attached pictures to clarify what I'm trying to do. Does anyone have any ideas? Thank you for your help.
    Attached Images Attached Images

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try...

    =IF(COUNTIF(D2:INDEX(D2:D9,MATCH(2,1/(D2:D9=MAX(D2:D9)))),"<"&MAX(D2:D9)),MIN(D2:INDEX(D2:D9,MATCH(2,1/(D2:D9=MAX(D2:D9))))),"No Lessor Values after Peak")

    ...confirmed with CONTROL+SHIFT+ENTER, not just ENTER. Adjust the range accordingly.

    Hope this helps!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1