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: pardobrown
About
User Name: pardobrown
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Monday, May 4, 2009
Last Visit: Monday, February 28, 2011 9:13:26 PM
Number of Posts: 3
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Moving Average Convergance / List Ranking
Posted: Sunday, January 17, 2010 8:52:01 PM
Yes, you read my mind. That is the post that started me out and then I could not find it again to try the PCF's listed. I actually thought about writing a post that said "I saw this post one time....." Thanks for the link and the original post. I have been using the ma's manually and found them to be very helpful looking for buy points. 

Have you done anymore research since on similar type ideas to find buy points? I've been impressed with your first one and would be interested in any of your trading tactics you would share.

Thanks,
Topic: BB STOCK MARKET MENTOR
Posted: Saturday, January 16, 2010 10:43:18 PM
I am a SMM member and I think the formula you may be referencing is the "Price relative to Bolinger Bands"? If so, here you go....

(C - (AVGC20 - 2 * SQR((20 * (C * C + C1 * C1 + C2 * C2 + C3 * C3 + C4 * C4 + C5 * C5 + C6 * C6 + C7 * C7 + C8 * C8 + C9 * C9 + C10 * C10 + C11 * C11 + C12 * C12 + C13 * C13 + C14 * C14 + C15 * C15 + C16 * C16 + C17 * C17 + C18 * C18 + C19 * C19) - (AVGC20 * 20) * (AVGC20 * 20)) / (20 * 20)))) / (((AVGC20 + 2 * SQR((20 * (C * C + C1 * C1 + C2 * C2 + C3 * C3 + C4 * C4 + C5 * C5 + C6 * C6 + C7 * C7 + C8 * C8 + C9 * C9 + C10 * C10 + C11 * C11 + C12 * C12 + C13 * C13 + C14 * C14 + C15 * C15 + C16 * C16 + C17 * C17 + C18 * C18 + C19 * C19) - (AVGC20 * 20) * (AVGC20 * 20)) / (20 * 20))) - (AVGC20 - 2 * SQR((20 * (C * C + C1 * C1 + C2 * C2 + C3 * C3 + C4 * C4 + C5 * C5 + C6 * C6 + C7 * C7 + C8 * C8 + C9 * C9 + C10 * C10 + C11 * C11 + C12 * C12 + C13 * C13 + C14 * C14 + C15 * C15 + C16 * C16 + C17 * C17 + C18 * C18 + C19 * C19) - (AVGC20 * 20) * (AVGC20 * 20)) / (20 * 20))))) AND C1 >= 2 AND V1 > 1000

I added a close abobe $2 and volume greater than 100,000 to "his" formula to produce the above.

Mayb e that helps.
Topic: Moving Average Convergance / List Ranking
Posted: Saturday, January 16, 2010 10:09:03 PM

I apologize for another moving average PCF question but I just can't get this one right in my head to write the PCF. I am looking to write a PCF to find stocks where the simple 3, 5, 8, 10, 12 and 15 day moving averages are as close together as possible. I would like to have a list of stocks and rank them in order of how close these moving averages are together so that the first stock int he list has them all very close and the last may have them far apart.

I have tried differnt variables of the following, and it gives me the results sometimes, but I'm still not on the right track. Help?

V1 >= 1000 AND C1 >= 2 AND AVGC3 >= AVGC5 AND AVGC5 >= AVGC8 AND AVGC8 <= AVGC10 AND AVGC10 <= AVGC12 AND AVGC12 <= AVGC15 AND AVGC15 >= AVGC30 AND AVGC30 >= AVGC35 AND AVGC35 >= AVGC40 AND AVGC40 >= AVGC45 AND AVGC45 >= AVGC50 AND AVGC50 >= AVGC60

Don't get to hung up on that, it is probably best that I start over with some advice.

Thanks,