Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 12/12/2007 Posts: 10
|
Hello There.
I need scan stocks that have 2 days ago, yesterday and today the Wilder RSI (2 days) < 30.
I created a condition
"(RSI2.1.1) < 30 AND (RSI2.1.2) < 30"
When I perform an search, the scan is not working fine.
Can you help me?
Regards
PATRICIO
|
|
Registered User Joined: 12/12/2007 Posts: 10
|
I´ve checked and one of the problems is that the word "RSI" on PCF Formula refers to the RSI indicator. I need Wilder´s RSI Indicator. How can I point to that indicator instead "RSI" ? Regards
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following instead:
50 * (C - XAVGC3.1) / 2 / (.500030519440884 * (ABS(C - C1) + .5 * (ABS(C1 - C2) + .5 * (ABS(C2 - C3) + .5 * (ABS(C3 - C4) + .5 * (ABS(C4 - C5) + .5 * (ABS(C5 - C6) + .5 * (ABS(C6 - C7) + .5 * (ABS(C7 - C8) + .5 * (ABS(C8 - C9) + .5 * (ABS(C9 - C10) + .5 * (ABS(C10 - C11) + .5 * (ABS(C11 - C12) + .5 * (ABS(C12 - C13) + .5 * (ABS(C13 - C14)))))))))))))))) + 50 < 30 AND 50 * (C1 - XAVGC3.2) / 2 / (0.500030519440884 * (ABS(C1 - C2) + .5 * (ABS(C2 - C3) + .5 * (ABS(C3 - C4) + .5 * (ABS(C4 - C5) + .5 * (ABS(C5 - C6) + .5 * (ABS(C6 - C7) + .5 * (ABS(C7 - C8) + .5 * (ABS(C8 - C9) + .5 * (ABS(C9 - C10) + .5 * (ABS(C10 - C11) + .5 * (ABS(C11 - C12) + .5 * (ABS(C12 - C13) + .5 * (ABS(C13 - C14) + .5 * (ABS(C14 - C15)))))))))))))))) + 50 < 30 AND 50 * (C2 - XAVGC3.3) / 2 / (0.500030519440884 * (ABS(C2 - C3) + .5 * (ABS(C3 - C4) + .5 * (ABS(C4 - C5) + .5 * (ABS(C5 - C6) + .5 * (ABS(C6 - C7) + .5 * (ABS(C7 - C8) + .5 * (ABS(C8 - C9) + .5 * (ABS(C9 - C10) + .5 * (ABS(C10 - C11) + .5 * (ABS(C11 - C12) + .5 * (ABS(C12 - C13) + .5 * (ABS(C13 - C14) + .5 * (ABS(C14 - C15) + .5 * (ABS(C15 - C16)))))))))))))))) + 50 < 30
Cascades of Moving Averages
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/12/2007 Posts: 10
|
I copy and paste into New Condition Formula, and appear an message error:Formula ErrorArgument missing near * Please support me. Regards
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The formula as provided has absolutely no errors. Some thoughts would be that you did not copy and paste the exact formula or that you are not using US Regional settings in Windows. If you are not using US Regional settings, you would generally need to switch the commas and periods in the formula (or switch Windows to use US Regional settings).
If neither of these suggestions are the issue, please contact technical support.
All e-mail communication sent to support@worden.com during business hours (Monday through Friday 9AM-11PM and Saturday and Sunday 9AM-3PM ET) should be answered within 20 minutes of arrival.
For an even quicker response to tech support questions, we recommend calling our voice line at (919) 408-0542 (there is no phone support on Sundays, some Market Holidays or after 9PM ET on weekdays).
You can also contact us using Live Chat Support during business hours.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |