Registered User Joined: 2/11/2010 Posts: 8
|
How would I setup a scan for eg: 5 days in a row up (end of day), price and volume. And be able to change the amount of days.
Thanks
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try using the following Condition Formula:
C > C1 AND V > V1 AND C1 > C2 AND V1 > V2 AND C2 > C3 AND V2 > V3 AND C3 > C4 AND V3 > V4 AND C4 > C5 AND V4 > V5
Adjusting the formula involves adjusting the number of terms and continuing the pattern.
Another possibility would be to create a Custom PCF % True Indicator using the following Boolean Formula:
C > C1 AND V > V1
Set the Period to the number of days in a row you want to check and the Average Type to Simple. You could then click on the Custom PCF % True Indicator and select Create Scan Condition to create a Condition. You would want to set the Condition drop-down to Greater Than and the and Greater Than to 99.9 to make sure all of the bars are true.
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 2/11/2010 Posts: 8
|
Thanks for your held again Bruce
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|