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: gsn
About
User Name: gsn
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Saturday, November 13, 2004
Last Visit: Saturday, May 9, 2020 11:53:51 AM
Number of Posts: 121
[0.04% of all post / 0.02 posts per day]
Avatar
Last 10 Posts
Topic: Help with a PCF indicator of down days
Posted: Saturday, May 26, 2012 9:11:36 AM

How can I create a PCF that could do that following:

1) Count the number of down days over the past 15 days. Down is defined as C<C1

2) Divide the number of down days by the total number, in this case 15.

Any help much appreciated and happy Memorial Day!

Topic: count up/down days
Posted: Friday, November 18, 2011 2:37:41 PM
How would ABS be used in the following formula, which is basically trying to count how many days traded either PUVU or PDVD?

(C > C1 AND V > V1) OR (C < C1 AND V < V1) +
(C1 > C2 AND V1 > V2) OR (C1 < C2 AND V1 < V2) +
(C2 > C3 AND V2 > V3) OR (C2 < C3 AND V2 < V3) +
(C3 > C4 AND V3 > V4) OR (C3 < C4 AND V3 < V4) +
(C4 > C5 AND V4 > V5) OR (C4 < C5 AND V4 < V5) +
(C5 > C6 AND V5 > V6) OR (C5 < C6 AND V5 < V6) +
(C6 > C7 AND V6 > V7) OR (C6 < C7 AND V6 < V7) +
(C7 > C8 AND V7 > V8) OR (C7 < C8 AND V7 < V8) +
(C8 > C9 AND V8 > V9) OR (C8 < C9 AND V8 < V9) +
(C9 > C10 AND V9 > V10) OR (C9 < C10 AND V9 < V10) +
(C10 > C11 AND V10 > V11) OR (C10 < C11 AND V10 < V11) +
(C11 > C12 AND V11 > V12) OR (C11 < C12 AND V11 < V12) +
(C12 > C13 AND V12 > V13) OR (C12 < C13 AND V12 < V13) +
(C13 > C14 AND V13 > V14) OR (C13 < C14 AND V13 < V14) +
(C14 > C15 AND V14 > V15) OR (C14 < C15 AND V14 < V15) +
(C15 > C16 AND V15 > V16) OR (C15 < C16 AND V15 < V16) +
(C16 > C17 AND V16 > V17) OR (C16 < C17 AND V16 < V17) +
(C17 > C18 AND V17 > V18) OR (C17 < C18 AND V17 < V18) +
(C18 > C19 AND V18 > V19) OR (C18 < C19 AND V18 < V19) +
(C19 > C20 AND V19 > V20) OR (C19 < C20 AND V19 < V20) +
(C20 > C21 AND V20 > V21) OR (C20 < C21 AND V20 < V21) +
(C21 > C22 AND V21 > V22) OR (C21 < C22 AND V21 < V22) +
(C22 > C23 AND V22 > V23) OR (C22 < C23 AND V22 < V23) +
(C23 > C24 AND V23 > V24) OR (C23 < C24 AND V23 < V24) +
(C24 > C25 AND V24 > V25) OR (C24 < C25 AND V24 < V25) +
(C25 > C6 AND V25 > V26) OR (C25 < C26 AND V25 < V26)
Topic: Percent filter around a moving average
Posted: Tuesday, March 22, 2011 3:29:50 PM
How do I create a percent filter around a moving average, such as a 6 percent filter of the 40-week average? I am working in TC2011. Any help appreciated.
Topic: Help creating a momentum index
Posted: Tuesday, February 1, 2011 12:11:48 PM
Thanks, Bruce, will try that.
Topic: Help creating a momentum index
Posted: Monday, January 31, 2011 4:58:11 PM
Is this not doable? Let me know. Thanks.
Topic: Help creating a momentum index
Posted: Sunday, January 30, 2011 10:10:56 AM
This is based on Larry Williams' Momentum Index, which is the 10-day net difference between advancing and declining stocks. I was wondering if someone could help me create such an index with the number of days and the index component stocks both configurable by the user.  Any help greatly appreciated.
Topic: Help with Bollinger confirmed breakout PCFs
Posted: Tuesday, January 4, 2011 9:50:55 AM
Thank you so much.
Topic: Help with Bollinger confirmed breakout PCFs
Posted: Tuesday, January 4, 2011 7:57:15 AM
Thank you so much. This is very helpful. Could I impose on you to create a PCF now that would do the following:

Day 1: Close Inside the bands
Day 2: Close above the upper band

This would allow for catching potential breakouts before being confirmed on Day 3. Any help much appreciated.
Topic: Help with Bollinger confirmed breakout PCFs
Posted: Sunday, January 2, 2011 12:11:44 PM
Would anyone be able to help create PCFs for the following Bollinger confirmed breakout scan? (Bands defaulting to a period of 20 and 2 standard deviations? Any help much appreciated.

Day 1: Bandwidth within 25% of Lowest bandwidth in 6 months AND Close Inside the bands
Day 2: Close above the upper band
Day 3: Close above Day 2's Close
Topic: Real Code for Bollinger Bandwidth low points
Posted: Tuesday, December 21, 2010 5:51:53 PM
Could I impose and ask for realcode for the following condition?:

"Bollinger bandwidth within 25% of lowest bandwidth in 6 months and a close inside the bands,"  with the bands' periods and stdev parameters configurable, but defaulting to 20,2?