Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 9/12/2005 Posts: 9
|
How can I put a name in the middle and lower pane to label the custom indicators that I made? It is hard to realize what the indicator is used for after a while.
Thanks!
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
It is possible to start the formula with the "name". You can even put the "name" on the first line and have the formula on the second line (although this requires writing the formula in another program and pasting it into the formula window).
This is not supported however (meaning it could stop working at any time) and great care must be taken in constructing the name. If it contains reserved symbols or words, TeleChart will see it as a formula and attempt to evaluate the name. This will normally result in an error of some sort, but could result in a mis-calculation instead.
You may wish to review the following:
label middle/bottom panels in telechart
How to Label my PCFs
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
Learn how to use the forums: post a new topic, reply, Search existing topics
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 9/12/2005 Posts: 9
|
Wow! That's a quick response. Thanks for the useful stuff, too! I'll give that a try.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 10/25/2005 Posts: 5
|
OK, I'm not doing something right. I tried to cut and paste your formula for the Ultimate Oscillator into a custom Indicator file starting withe the line below (so I could capture the name of the file) and I receive an "missing argument" error. I've tried several mods to the first line but nothing works for me. Deleteing the line does allow it to work, but I REALLY would like to name it.
HELP!
Thanks
TC
Ultimate Oscillator (7,14,28):
(400*(14*AVGC7-7*AVGL7-7*AVGC7.1 +ABS(L-C1) +ABS(L1-C2) +ABS(L2-C3) +ABS(L3-C4) +ABS(L4-C5) +ABS(L5-C6) +ABS
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Rockets,
Remember the "reserved symbols or words" part of my Wednesday, May 30, 2007 5:10:15 PM ET post? Well your title has one of those. In this case, it is OR (it's at the end of Oscillat-or). When this is taken out, the Custom Indicator plots on my system. That said, this is entirely unsupported.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 10/25/2005 Posts: 5
|
Who'd a thunk it?
Can you tell I'm a relative newbie at this?? Don't worry I have slew of other stupid questions to ask....
THANKS for the help!
TC
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Rockets,
You're welcome. This one was actually pretty obscure. There are plenty of people that aren't newbie's that would not have known what caused the isssue.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |