Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 12/28/2008 Posts: 26
|
Thanks Bruce for your speedy reply yesterday. I have one more scan that would keep me busy for a while if you could help.
This is my first chart posted, think next time i'd reduce it. But, I'm looking to scan the data from the mid-section, TSV. Is it possible to write three functions to scan TSV20 (blue line) above the lower BB(Period 13, width 10), TSV20 above the yellow line simple MovAvg13, and TSV20 above upper BB. Thanks for all your help!!
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Is the TSV Simple or Exponential?
Is the Bollinger Band of the Moving Average or the TSV (I'm guessing the TSV)?
Is the LinReg used at all?
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 12/28/2008 Posts: 26
|
Hi Bruce,
TSV is simple
Right, BB is of TSV
No, Lin Reg not currently used.
Thanks
Steve
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
QUOTE (Casita) TSV20 (blue line) above the lower BB(Period 13, width 10)
TSV20 > AVG(TSV20,13) - SQR(ABS(TSV20 ^ 2 + TSV20.1 ^ 2 + TSV20.2 ^ 2 + TSV20.3 ^ 2 + TSV20.4 ^ 2 + TSV20.5 ^ 2 + TSV20.6 ^ 2 + TSV20.7 ^ 2 + TSV20.8 ^ 2 + TSV20.9 ^ 2 + TSV20.10 ^ 2 + TSV20.11 ^ 2 + TSV20.12 ^ 2 - 13 * AVG(TSV20,13) ^ 2) / 12)
QUOTE (Casita) TSV20 above the yellow line simple MovAvg13
TSV20 > AVG(TSV20,13)
QUOTE (Casita) TSV20 above upper BB
TSV20 > AVG(TSV20,13) + SQR(ABS(TSV20 ^ 2 + TSV20.1 ^ 2 + TSV20.2 ^ 2 + TSV20.3 ^ 2 + TSV20.4 ^ 2 + TSV20.5 ^ 2 + TSV20.6 ^ 2 + TSV20.7 ^ 2 + TSV20.8 ^ 2 + TSV20.9 ^ 2 + TSV20.10 ^ 2 + TSV20.11 ^ 2 + TSV20.12 ^ 2 - 13 * AVG(TSV20,13) ^ 2) / 12)
Modelling Bollinger Bands (& Standard Deviation) in a TC PCF
How to create a Personal Criteria Forumula (PCF)
Using EasyScan to find stocks that meet your own criteria
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: 12/28/2008 Posts: 26
|
Thanks Bruce,
this should keep me busy for a while. I'll study your examples so I can start writing more scans myself.
Cheers,
Steve
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |