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

PCF standard deviation Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Sean_W9
Posted : Monday, February 18, 2019 11:58:58 PM
Registered User
Joined: 11/27/2013
Posts: 2

What would the formula be to look for stocks above or below the 2nd Standard Deviation , thx.

Bruce_L
Posted : Tuesday, February 19, 2019 10:06:54 AM


Worden Trainer

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

If you mean at least two standard deviations above or below the moving average then:

ABS(C - AVGC20) >= 2 * STDDEV20



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
thomasjenkinsjr
Posted : Friday, March 29, 2019 1:55:53 PM
Registered User
Joined: 4/1/2011
Posts: 90

Hi Bruce,

I wasnt to add the following values as columns the stocks and options in my watch list.

Can you write the PCF's for each of these that will tell me the value of XX? 

 

XX price is 1 standard deviation above the current price.

XX price is 2 standard deviations above from the current price.

XX price is 1 standard deviation below the current price.

XX price is 2 standard deviations below the current price.

 

Thanks in advance.

Bruce_L
Posted : Friday, March 29, 2019 2:11:13 PM


Worden Trainer

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

QUOTE (thomasjenkinsjr)
XX price is 1 standard deviation above the current price.

C + STDDEV20

QUOTE (thomasjenkinsjr)
XX price is 2 standard deviations above from the current price.

C + 2 * STDDEV20

QUOTE (thomasjenkinsjr)
XX price is 1 standard deviation below the current price.

C - STDDEV20

QUOTE (thomasjenkinsjr)
XX price is 2 standard deviations below the current price.

C - 2 * STDDEV20



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