andrepare |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Saturday, December 26, 2009 |
Sunday, April 21, 2019 10:33:52 AM |
50 [0.02% of all post / 0.01 posts per day] |
|
Can someone help me to build a PCF for stocks having traded at least 50000 shares for each of the last 21 days. Thanks
|
Can you give me the formula to calculate 100-day HV with TC v.7
Thanks, André
|
How can I write a PCF for stocks with Wilder RSI 2-period above 90 for 2 consecutive days? Thx,
|
I would like to be able to scan (or rank a watch list) by ADX(10,10). Does anyone know how to build a pcf using TC. Thanks,
|
Hi Bruce,
I would like to be able to scan for recent highs.
- The stocks that made a new 20-day high in the last 10 days.
They might be trading lower today but if they made a new 20-day high in the last 10 days, I want to be able to find them.
Thanks,
|
How can I get the total volume of the stocks in the SP-500?
Thx,
|
Hi,
Would like to know if I can add this when backscanning:
Enter at 95% of last close (if low is <= .95 * Price.Last(1))
and how I can do this.
Also, whre can I find info on the Backscanner?
Thanks,
Andre
|
Bruce, looks like this is working:
If Price.Last <= .97 * Price.Last(1) Then Pass
with Passing 2 of the last 2
Would like to have your opinion tho! Just to make sure!
Thanks,
|
Hi, does someone can help me write a condition to be able to screen for stocks that have been down at least 3% for each of the last 2 days?
Thanks,
André
|
Thanks I got it:
If Price.Last <= .95 * Price.Low(1) Then Pass
|
|