Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: andrepare
About
User Name: andrepare
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Saturday, December 26, 2009
Last Visit: Sunday, April 21, 2019 10:33:52 AM
Number of Posts: 50
[0.02% of all post / 0.01 posts per day]
Avatar
Last 10 Posts
Topic: Volume of at least 50K
Posted: Saturday, April 28, 2012 12:05:12 PM

Can someone help me to build a PCF for stocks having traded at least 50000 shares for each of the last 21 days. Thanks

Topic: 100-day HV
Posted: Friday, April 6, 2012 5:44:16 PM

Can you give me the formula to calculate 100-day HV with TC v.7

Thanks, André

Topic: Wilder RSI 2-period
Posted: Thursday, November 3, 2011 6:47:01 PM

How can I write a PCF for stocks with Wilder RSI 2-period above 90 for 2 consecutive days? Thx,

Topic: ADX(10,10)
Posted: Thursday, November 3, 2011 6:49:55 AM
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,
Topic: Recent Highs
Posted: Monday, April 11, 2011 5:49:05 AM
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,
Topic: SP500 Volume
Posted: Sunday, January 30, 2011 3:49:11 PM
How can I get the total volume of the stocks in the SP-500?
Thx,
Topic: Add an entry when Backscanning
Posted: Monday, December 20, 2010 6:47:13 AM
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
Topic: Down at least 3% for each of the last 2 days
Posted: Saturday, December 4, 2010 1:45:17 PM
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,
Topic: Down at least 3% for each of the last 2 days
Posted: Saturday, December 4, 2010 1:23:06 PM
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&eacute;
Topic: Today's low 5% below yesterday's close
Posted: Thursday, December 2, 2010 6:47:39 PM
Thanks I got it:

If Price.Last <= .95 * Price.Low(1) Then Pass