Registered User Joined: 6/24/2006 Posts: 122
|
I'm attempting to write a scan for 5 days up then an open lower on the 6th. I have
C > C1 and C1> C2 and C2> C3 and C3> C4 and C4 > C5 andC<C5.
Not geting any results.
I'm looking for 5 day reversal up 5 days then breaks the low of the 5th day on the 6th or later
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I suspect your fomula was supposed to be more like the following.
C < C6 AND C1 > C2 AND C2 > C3 AND C3 > C4 AND C4 > C5 AND C5 > C6
But based on your descirption, maybe it should be the following instead.
C < L1 AND C1 > C2 AND C2 > C3 AND C3 > C4 AND C4 > C5 AND C5 > C6
-Bruce Personal Criteria Formulas TC2000 Support Articles
|