TLOTLAT |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Saturday, February 26, 2005 |
Tuesday, July 1, 2008 11:05:20 PM |
8 [0.00% of all post / 0.00 posts per day] |
|
Bruce:
Thank you for the explanation.
Nicholas
|
Bruce:
If this is the pcf for Laguerre RSI with .5 gamma
(ABS(C >= XAVGC3.1) * (XAVGC3 - XAVGC3.1) + ABS(C1 >= XAVGC3.2) * (XAVGC3.1 - XAVGC3.2) + ABS(C2 >= XAVGC3.3) * (XAVGC3.2 - XAVGC3.3))/ (ABS(XAVGC3 - XAVGC3.1) + ABS(XAVGC3.1 - XAVGC3.2) + ABS(XAVGC3.2 - XAVGC3.3) + .0000001)
and this is the pcf for Laguerre RSI with .6 gamma
(ABS(C >= XAVGC4.1) * (XAVGC4 - XAVGC4.1) + ABS(C1 >= XAVGC4.2) * (XAVGC4.1 - XAVGC4.2) + ABS(C2 >= XAVGC4.3) * (XAVGC4.2 - XAVGC4.3))/ (ABS(XAVGC4 - XAVGC4.1) + ABS(XAVGC4.1 - XAVGC4.2) + ABS(XAVGC4.2 - XAVGC4.3) + .0000001)
would this be the pcf for Laguerre RSI with a .8 or a .11 gamma?
(ABS(C >= XAVGC9.1) * (XAVGC9 - XAVGC9.1) + ABS(C1 >= XAVGC9.2) * (XAVGC9.1 - XAVGC9.2) + ABS(C2 >= XAVGC9.3) * (XAVGC9.2 - XAVGC9.3))/ (ABS(XAVGC9 - XAVGC9.1) + ABS(XAVGC9.1 - XAVGC9.2) + ABS(XAVGC9.2 - XAVGC9.3) + .0000001)
It seems like the mathematical pattern is different in the third pcf and not consistant with the first two pcf's. The numbers part of the pcf, not the formula.
Thank you.
Nicholas
|
Bruce:
Thank you for the .6 gamma and .8 gamma, Laguerre pcf's.
Nicholas
|
Bruce:
You've listed a pcf for the Laguerre RSI with a gamma of .5. Could I bother you to give us pcf's with gammas of .6 and .8.
Thanks.
Nicholas
|
Bruce:
My appologies. I kept referring to the indicators that I was using as %b. I should have been writing Band Width Indicators.
I was trying to come up with a factor that would put a 20/20 Band Width Indicator on the same scale as a 10/10 Band Width Scale.
Sorry about that foolish mental disconnect.
Thanks.
|
Thank you very much for such a quick and accurate answere to my previous question about a 10/10 %b indicator crossing a 20/20 %b indicator. Very impressive.
Is there a mathematical relationship between the two scales for each indicator that an equation could bring them onto just one scale?
Thank you.
|
I've been working with pcf's for a crossover of a Bollinger 10/10 bandwidth indicator line crossing up over a 20/20 bandwidth indicator line without any success. Would you be able to help me?
|
I've been using this following pcf for about a week. It's been giving me stocks that for three days have been having lower highs. Yesterday it started returning stocks with 3 higher highs.
(H3 > H2) AND (H2 > H1) AND (O3 > C3) AND (O2 > C2) AND (O1 > C1) AND (AVGC20 > AVGC40) AND (C > AVGC40)
Could you test it out and give me some suggestions???
|
|