TGS618 |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Friday, April 11, 2008 |
Saturday, August 12, 2023 7:54:09 PM |
12 [0.00% of all post / 0.00 posts per day] |
|
thanks ...works as indicated....Tim -
|
Bruce
Please send the lastest ttm squeeze... via tc mail
Regards,
Tim
|
The formula works as requested ...thanks Tim
|
Need pcf code for wilders rsi 14 length, 2 days ago if technical indicator "rsi - wilders" had a integrated pcf it would be something like wrsi14.2 , already have the current day .0 and .1 pcf code
|
looks great..thanks
|
I wish to create a scan condition based on the squeeze ending with the bollinger band crossing back out of the keltner channel. Thus my condition would be short hand (squeeze.0 >= 1 and squeeze.1 < 1) thus I need as I understand the thread the "previous" days code for the example of the current day code example below from the thread...
July 6,2006 9:55AM - Thread: TTM Squeeze Indicator
SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 + C11 ^ 2 + C12 ^ 2 + C13 ^ 2 + C14 ^ 2 + C15 ^ 2 + C16 ^ 2 + C17 ^ 2 + C18 ^ 2 + C19 ^ 2 - 20 * AVGC20 ^ 2) / 20) * 4 / 3 / ((AVGH20 - AVGL20) / 2 + (ABS(H - C1) + ABS(L - C1) + ABS(H1 - C2) + ABS(L1 - C2) + ABS(H2 - C3) + ABS(L2 - C3) + ABS(H3 - C4) + ABS(L3 - C4) + ABS(H4 - C5) + ABS(L4 - C5) + ABS(H5 - C6) + ABS(L5 - C6) + ABS(H6 - C7) + ABS(L6 - C7) + ABS(H7 - C8) + ABS(L7 - C8) + ABS(H8 - C9) + ABS(L8 - C9) + ABS(H9 - C10) + ABS(L9 - C10) + ABS(H10 - C11) + ABS(L10 - C11) + ABS(H11 - C12) + ABS(L11 - C12) + ABS(H12 - C13) + ABS(L12 - C13) + ABS(H13 - C14) + ABS(L13 - C14) + ABS(H14 - C15) + ABS(L14 - C15) + ABS(H15 - C16) + ABS(L15 - C16) + ABS(H16 - C17) + ABS(L16 - C17) + ABS(H17 - C18) + ABS(L17 - C18) + ABS(H18 - C19) + ABS(L18 - C19) + ABS(H19 - C20) + ABS(L19 - C20)) / 40 + .000001)
|
Thank you.. if I only had one condition I agree the create scan function would be better.. it will be slow but I will be combining it with other pcfs for end of day scans.
|
Hoping you can provide a pcf for a keltner channel upper and lower bands for a 40 day with a 4 ATR multiplier around a expontential moving average so I can scan for extreme stock momentum and combine it with other pcfs.
|
thanks for the quick response.. Tim -
|
When adding conditions to a scan, are the conditions totally independent of each other or is their an assumed “or” or “and” condition between the conditions input ?
Bbup = upper bollinger band for this simple example realizing there is no PCF for this.
Example 1.
Condition 1.
(C > Bbup and C > O )
Example 2.
Condition 1.
(C > Bbup)
Condition 2.
(C > O)
Are these examples equivalent scans ? Or would I get different results ?
|
|