Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Volume Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
rchen
Posted : Friday, December 15, 2017 1:00:23 PM
Registered User
Joined: 10/7/2004
Posts: 87

hi, 

Can I ask what is PCF  for Volume has spike up 3 time in previous 10 bar .

 thanks

Bruce_L
Posted : Friday, December 15, 2017 1:05:25 PM


Worden Trainer

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

The following assumes that a volume spike is volume being more than twice its own 20 period simple moving average and that you are using TC2000 v17 or newer.

CountTrue(V > 2 * AVGV20, 10) >= 3

If you want exactly three times, get rid of the second > in the formula.

CountTrue(V > 2 * AVGV20, 10) = 3



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
rchen
Posted : Friday, December 15, 2017 1:13:57 PM
Registered User
Joined: 10/7/2004
Posts: 87

thanks.

rchen
Posted : Wednesday, January 24, 2018 5:39:12 PM
Registered User
Joined: 10/7/2004
Posts: 87

hi trainer, can you help me to write this pcf, i am look for the stock has drop 50% within 30 days, how to write this on tc2000, thanks.

rchen
Posted : Wednesday, January 24, 2018 5:53:06 PM
Registered User
Joined: 10/7/2004
Posts: 87

forget it last question, i got it. thank you.

Bruce_L
Posted : Thursday, January 25, 2018 9:02:59 AM


Worden Trainer

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

I am happy to read you were able to figure it out on your own.



-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.