Registered User Joined: 9/5/2005 Posts: 5
|
Hello, What formula would I use to construct a 60-day high low channel for stocks and indices?
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
Not sure what you mean by High/Low channel.
If you want the highs:
MAXH60
the lows:
MINL60
the center:
(MAXH60+MINL60)*.5
All these can be plotted in your top window using a custom indicator. be sure to check "plot using price scale".
Thanks diceman
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
lynnwish, You may wish to review the following:
Plotting Custom Indicators with Examples Handy PCF example formulas to help you learn the syntax of PCFs! How to create a Personal Criteria Forumula (PCF)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|