Registered User Joined: 5/20/2012 Posts: 8
|
I recently came across a RS RATING SCAN with that is supposed to used doing a new > condition (pfc) formula, when texteed on mfst for as an example you are returned a value of 4.86 , THEN , once plotted as in indicator returns a value 84.83. My area of concern is that if I try to scan the rs rating indicator in a watchlist i am returned with 0 results.... i.e
create condion > codition > greater than 0 any other set of contions i am returned with 0 results can you tell me of any other way that i can scan for the results provided in the pcf...
((((C - C63) / C63) * .4) + (((C - C126) / C126) * .2) + (((C - C189) / C189) * .2) + (((C - C252) / C252) * .2)) * 100
|
Registered User Joined: 5/20/2012 Posts: 8
|
http://freetraderchat.com/blog/can-slim-tc2000-scan/
this is the page i was referring to earlier as to what i would like to accomplish in regards to the rs ranking, thank you again for any possible insight
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I would probably write the base indicator formula as follows instead.
20 * (2 * C / C63 + C / C126 + C / C189 + C / C252 - 5)
After you select Add Condition in the Condition Set, you are going to choose Ranks in the Formula value section. Then you will adjust the rangefinder so it runs from 70% to Max with only this top 30% highlighted.
If this does not resolve the issue, please contact technical support.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 5/20/2012 Posts: 8
|
Thank you again Bruce, that did it , appreciate it
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|