Mark:
As requested, master - it's the first expression in the alertmarker now. (I've assumed you wanted the close above the 50 day simple moving average; if you want high, substitute high for close, if you want exponential substitute E for S.) It does cut out some alerts - might try 65 day MA, too.
alertmarker( close>=mov(close,50,S) and (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)
Have ordered both H&R II and ATS - they should be here next week. I'll have more work cut out then. Meantime, keep posting those explanations and I'll try to cobble together some of Jeff's alerts. Have constructs of Jack in the Box and Reversal New High (I think), but Flat Top is a little more difficult with defining the rectangle set up.
Peace and Justice --- Patrick
P.S. Stayed out of DYNT. HEB looks interesting - I'm in still at 8. |