Registered User Joined: 9/19/2012 Posts: 28
|
Could you tell me if the following charts are available on TC2000? I've searched for them by name and it appears they are not (except for the few that I noted). I'm wondering if they might be available under a different name?
These are all indicators I learned about through webinars and videos' of Martha Stokes.
Accumulation / Distribution (would the Williams one be the same?)
Chaikin Money Flow available on TC2000
Demand Index
Klinger Oscillator available onTC2000
Market Facilitation Index
Money Flow Index available onTC2000
Price Volume Trend available onTC2000
MS11 - Adaptive Chailin Money Flow
MS11 - Adaptive Money Flow Index
Hybrid Indicators Designed to Lead Price
- TT Quiet Accumulation w/ EMA
- TT Volume Bars w/ EMA
- TT Volume Accumulation w/ Center Oscillation
- TT RSI Variation w/ Center Oscillation
Thanks once again, Bruce.
Leila
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
Demand Index is not available. The MFI can be added with a custom formula.
Market Faciliation Index: (H-L) / V
I'm not sure exactly what these are:
MS11 - Adaptive Chailin Money Flow
MS11 - Adaptive Money Flow Index
These look like custom formulas from TechniTrader. You would need to contact them to get the formulas.
- TT Quiet Accumulation w/ EMA
- TT Volume Bars w/ EMA
- TT Volume Accumulation w/ Center Oscillation
- TT RSI Variation w/ Center Oscillation
|
Registered User Joined: 9/19/2012 Posts: 28
|
Do you happen to know if the Williams Distribution chart is similar to the one that Martha speaks about?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
It would be impossible to say for sure without knowing the specifics of the Accumulation / Distribution indicator used by Martha Stokes as there are quite a few different A/D indicators used by technical analysts.
Even Williams A/D comes in two different flavors (which supposedly resulted from a typographical error in one of his books). The one used in TC2000 version 12.2 can be re-created using the follow Custom PCF Cumulative Indicator:
- Up Condition: C>C-1
- Down Condition: C>C+1
- Value To Add/Subtract: (C < C1) * (H + C1 - 2 * C + ABS(H - C1)) / 2 + (C > C1) * (L + C1 - 2 * C - ABS(L - C1)) / 2
While the other Williams A/D indicator multiplies this by volume:
- Up Condition: C>C-1
- Down Condition: C>C+1
- Value To Add/Subtract: V * ((C < C1) * (H + C1 - 2 * C + ABS(H - C1)) / 2 + (C > C1) * (L + C1 - 2 * C - ABS(L - C1)) / 2)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|