Registered User Joined: 1/23/2013 Posts: 80
|
Hi,
Is it possible to create a scan which will show the stocks intraday that:
1) Closed day before at or near the high
2) Today gapping down
Thank you!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The following Condition Formula would need to set to Daily time frame (not an intraday time frame). It checks for the close to be in the top 5% of the candle and defines a gap down as the high of the current bar being below the low of the previous bar.
STOC1 >= 95 AND H < L1
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: 1/23/2013 Posts: 80
|
Thanks Bruce!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|