Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Request for PCF Gap down daily scan Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
airsakuragi
Posted : Monday, June 11, 2018 12:45:29 AM
Registered User
Joined: 4/26/2018
Posts: 84

Hi,

Could someone help me how to create a PCF scan for a gap down on a daily chart?

the scan should be  - 20% + from the previous day and it should be the 52 week low

and volume is double from the previous day.

Thank you

Nc

airsakuragi
Posted : Monday, June 11, 2018 12:47:36 AM
Registered User
Joined: 4/26/2018
Posts: 84

Sorry,

the Volume should be above the 10 day average

and above the float if possible.

 

Thanks again

NC

Bruce_L
Posted : Monday, June 11, 2018 8:28:44 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

If the gap down is between the current open and previous close.

O <= .8 * C1 AND V >= 2 * V1 AND V > AVGV10 AND L = MINL252

If the gap down is between the current open and previous low.

O <= .8 * L1 AND V >= 2 * V1 AND V > AVGV10 AND L = MINL252

If the gap down is between the current high and previous low.

H <= .8 * L1 AND V >= 2 * V1 AND V > AVGV10 AND L = MINL252

It isn't possible to check for volume being above float in a Personal Criteria Formula, but you can add volume and float to the chart in the same pane and scale. This would allow you to click on volume and select Create Condition to create a condition for volume being greater than float. This could then be combined in the same scan with the desired condition formula from above.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
airsakuragi
Posted : Monday, June 11, 2018 10:19:06 AM
Registered User
Joined: 4/26/2018
Posts: 84

thank you bruce

Bruce_L
Posted : Monday, June 11, 2018 10:21:50 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You're welcome.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.