gsn |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Saturday, November 13, 2004 |
Saturday, May 9, 2020 11:53:51 AM |
121 [0.04% of all post / 0.02 posts per day] |
|
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!
|
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)
|
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.
|
Thanks, Bruce, will try that.
|
Is this not doable? Let me know. Thanks.
|
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.
|
Thank you so much.
|
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.
|
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
|
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?
|
|