Registered User Joined: 7/22/2005 Posts: 15
|
I am interested in three moving averages on my chart, one each for high, low and close. I believe the one that is normal in the system if for the close. But I want to use all three to help establish entry points. Is this possible, and if so, how would I do it? Thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
Moving Average of High:
Select Chart Template | Add Indicator | Indicator.
-Visible: Checked
-Center Zero Line: Unchecked
-Plot using price scale: Checked
-Smoothing Average: Your desired Moving Average Period.
-Smoothing Type: Your desired Moving Average Type.
-Indicator Formula: H
Moving Average of Low:
Select Chart Template | Add Indicator | Indicator.
-Visible: Checked
-Center Zero Line: Unchecked
-Plot using price scale: Checked
-Smoothing Average: Your desired Moving Average Period.
-Smoothing Type: Your desired Moving Average Type.
-Indicator Formula: L
You may wish to review the following:
Plotting Custom Indicators with Examples
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|