Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
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
|
|
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
|
|
Registered User Joined: 10/7/2004 Posts: 87
|
thanks.
|
|
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.
|
|
Registered User Joined: 10/7/2004 Posts: 87
|
forget it last question, i got it. thank you.
|
|
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
|
|
Guest-1 |