Patrick, could you add to this formula, "stock must be above 50 day moving average"...I think that will aid the 1,2,3,4 hunt...Only you can make sense of this mess....
alertmarker((ADX(14) > 15) AND (pdi(14)>mdi(14)) AND (((ref(L,-2) < ref(L,-3)) and (ref(L,-1) < ref(L,-2)) and (L < ref(L,-1))) { Days 1, 2, & 3 are lower Lows} OR ((ref(L,-2) < ref(L,-3)) and (ref(L,-1) < ref(L,-2)) and (H <= ref(H,-1) and L >= ref(L,-1))) { Days 1, & 2 are lower Lows; Day 3 is an Inside day} OR ((ref(L,-2) < ref(L,-3)) and (ref(H,-1) <= ref(H,-2) and ref(L,-1) >= ref(L,-2)) and (L < ref(L,-1))) { Days 1, & 3 are lower Lows; Day 2 is an Inside day} OR ((ref(H,-2) <= ref(H,-3) and ref(L,-2) >= ref(L,-3)) and (ref(L,-1) < ref(L,-2)) and (L < ref(L,-1)))) { Day 1 is Inside day; Days 2, & 3 are lower Lows} , BELOW)
DYNT, still too hot for me to handle....Mark |