Registered User Joined: 6/28/2005 Posts: 9
|
Good Morning,
How do I create a formula to scan for stocks that's been going up for the past 3 days with volume also rising for the same period? Can I also add RSI with a value of 50 or more?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
C > C1 AND C1 > C2 AND C2 > C3 AND V > V1 AND V1 > V2 AND V2 > V3
Writing the RSI portion would require your exact RSI settings.
RSI Period: ? Use Wilders Smoothing: Checked or Unchecked? Avg Period: ? Average Type: Simple or Exponential?
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF) Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|