Registered User Joined: 10/7/2004 Posts: 12
|
I want to write a single indicator in Real Code that generates multiple plot values. Do I have to write multiple indicators to do this? If I write 3 indicators, each indicator would have substantially the same code running and it seems there must be a more efficient way to do this. Can you comment?
Example: Code generates support level one, support level two and support level three. I want to plot each support level. Do I need to create 3 separate indicators to do this?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You may wish to review the following:
Multiple plots from a RealCode indicator
Linear Regression Scan
The first topic explains the possibility of using Bar output to create multiple line outputs insead. The second topic has an example of the technique in action.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|