Registered User Joined: 9/12/2017 Posts: 7
|
Im looking for red day after green,
C < C1 AND TrueInRow(C >= C1, 3) = 3
Would i use this to find a red day after 3 green days, nothing is coming up when scanning for it?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You need to add one to the bars ago parameters in the second section.
C < C1 AND TrueInRow(C1 >= C2, 3) = 3
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 9/12/2017 Posts: 7
|
Great, thanks
|
Registered User Joined: 9/12/2017 Posts: 7
|
Also, "todays opening Line" that can be plotted on the charts. Can i scan for stocks beneath that line ?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You should be able to use the following condition formula set to a daily time frame.
C < O
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 9/12/2017 Posts: 7
|
Thankyou
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|