Registered User Joined: 10/7/2004 Posts: 6
|
I'm looking for a PCF in TC2000 v11 that will identify when a stock closes for two or more days in a row above the Acceleration Bands channel top. In other words when it crosses the Channel top. For that matter another when it approaches the channel top. Ideally, I would be able to modify it to show the bottom channel crossing down. Easy Scan does not do this for me. Do I need to follow this or will you email me with the results?
Thank You, Ian Goodwin
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
QUOTE (Igood1) I'm looking for a PCF in TC2000 v11 that will identify when a stock closes for two or more days in a row above the Acceleration Bands channel top.
The Acceleration Band PCF topic has a formula which should work for this if the Period is 20 and the Width is 1.00.
QUOTE (Igood1) In other words when it crosses the Channel top.
I wouldn't see this as the same thing. Crossing would generally be defined as when Price closes on opposite sides of the Acceleration Band from one Bar to the next.
You could use Quick Sorts to identify when Price crosses up through the Top Channel of an Acceleration Band by clicking on Price History and selecting Quick Sort (or Add Column) | Based On: (Price History vs Acceleration Bands) Crossing Up Chan Top.
QUOTE (Igood1) For that matter another when it approaches the channel top.
What is your particular unambiguous definition of "approaches"? Does Price need to be below the Channel Top? Does Price need to be getting closer to the Channel Top? Must Price be moving up? Does Price need to be near the Channel Top (and if so, what constitutes "near"?
QUOTE (Igood1) Ideally, I would be able to modify it to show the bottom channel crossing down.
If you mean Price is below the bottom Channel of a Acceleration Band with a Period of 20 and a Width of 1.00 for at least 2-Bars in a row:
20 * C < L * (1 - 4 * (H - L) / (H + L)) + L1 * (1 - 4 * (H1 - L1) / (H1 + L1)) + L2 * (1 - 4 * (H2 - L2) / (H2 + L2)) + L3 * (1 - 4 * (H3 - L3) / (H3 + L3)) + L4 * (1 - 4 * (H4 - L4) / (H4 + L4)) + L5 * (1 - 4 * (H5 - L5) / (H5 + L5)) + L6 * (1 - 4 * (H6 - L6) / (H6 + L6)) + L7 * (1 - 4 * (H7 - L7) / (H7 + L7)) + L8 * (1 - 4 * (H8 - L8) / (H8 + L8)) + L9 * (1 - 4 * (H9 - L9) / (H9 + L9)) + L10 * (1 - 4 * (H10 - L10) / (H10 + L10)) + L11 * (1 - 4 * (H11 - L11) / (H11 + L11)) + L12 * (1 - 4 * (H12 - L12) / (H12 + L12)) + L13 * (1 - 4 * (H13 - L13) / (H13 + L13)) + L14 * (1 - 4 * (H14 - L14) / (H14 + L14)) + L15 * (1 - 4 * (H15 - L15) / (H15 + L15)) + L16 * (1 - 4 * (H16 - L16) / (H16 + L16)) + L17 * (1 - 4 * (H17 - L17) / (H17 + L17)) + L18 * (1 - 4 * (H18 - L18) / (H18 + L18)) + L19 * (1 - 4 * (H19 - L19) / (H19 + L19)) AND 20 * C1 < L1 * (1 - 4 * (H1 - L1) / (H1 + L1)) + L2 * (1 - 4 * (H2 - L2) / (H2 + L2)) + L3 * (1 - 4 * (H3 - L3) / (H3 + L3)) + L4 * (1 - 4 * (H4 - L4) / (H4 + L4)) + L5 * (1 - 4 * (H5 - L5) / (H5 + L5)) + L6 * (1 - 4 * (H6 - L6) / (H6 + L6)) + L7 * (1 - 4 * (H7 - L7) / (H7 + L7)) + L8 * (1 - 4 * (H8 - L8) / (H8 + L8)) + L9 * (1 - 4 * (H9 - L9) / (H9 + L9)) + L10 * (1 - 4 * (H10 - L10) / (H10 + L10)) + L11 * (1 - 4 * (H11 - L11) / (H11 + L11)) + L12 * (1 - 4 * (H12 - L12) / (H12 + L12)) + L13 * (1 - 4 * (H13 - L13) / (H13 + L13)) + L14 * (1 - 4 * (H14 - L14) / (H14 + L14)) + L15 * (1 - 4 * (H15 - L15) / (H15 + L15)) + L16 * (1 - 4 * (H16 - L16) / (H16 + L16)) + L17 * (1 - 4 * (H17 - L17) / (H17 + L17)) + L18 * (1 - 4 * (H18 - L18) / (H18 + L18)) + L19 * (1 - 4 * (H19 - L19) / (H19 + L19)) + L20 * (1 - 4 * (H20 - L20) / (H20 + L20))
You could use Quick Sorts to identify when Price crosses down through the Bottom Channel of an Acceleration Band by clicking on Price History and selecting Quick Sort (or Add Column) | Based On: (Price History vs Acceleration Bands) Crossing Down Chan Bottom.
QUOTE (Igood1) Do I need to follow this or will you email me with the results?
I will not be responding via email. The Learn how to use the forums: post a new topic, reply, Search existing topics topic explores how to keep track of the topics in which you have participated (select Watch this topic).
-Bruce Personal Criteria Formulas TC2000 Support Articles
|