Kent Z |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Friday, May 1, 2009 |
Friday, May 13, 2016 12:40:18 PM |
10 [0.00% of all post / 0.00 posts per day] |
|
I also would like to see PnF charts on TC2000.
|
Good morning,
Want pcf formula for swing low and swing high. Tried L>L1<L2<L3 but it brought me results for the last several days. I would like just the most recent, if possible.
|
Now starter layouts not working
|
TC not working. won't download personal watchlists.
|
-How do I get rid of it. Doesn't show under Active Alert-Also, Alerted only in e-mail not in program or audio. I have both boxes checked under Delivery Settings
|
|
Thanks Bruce. The BB width is 2 std dev from the 20 day moving average.
|
QUOTE (Bruce_L) Welcome to the forums. A very good foundation for learning how to use TeleChart can be gained by reviewing the following:
If you are new to TeleChart READ THIS FIRST!
The formula would depend on the Period and Width of the Bollinger Bands. Assuming the Period of the Bollinger Band is the same we would still need to know the Width setting. For example if the Width was 20, the formula would be:
400 * 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) / 19) / AVGC20 <= 6 AND V > 2500
While if the Width was 10, the formula would be:
200 * 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) / 19) / AVGC20 <= 6 AND V > 2500
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF)
Modelling Bollinger Bands (& Standard Deviation) in a TC PCF
PCF Formula Descriptions
|
QUOTE (Kent Z) BB width less than 6 per cent of current value of 20 day moving average.
Volume more than 250,000.
What is the formula for this? Thanks.
|
BB width less than 6 per cent of current value of 20 day moving average.
Volume more than 250,000.
|
|