| Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Gold Customer
Joined: 11/20/2004 Posts: 380
|
What is syntax for using an imported indicator when using the class tab. I use '# ABCD = indicator.ABCD to import the indicator, but I cannot seem to get the right syntax to use it. I've tried ABCD.Value but I get an error message. What is the correct syntax for getting past and present values of an imported indicator using the class structure?
|
|
Gold Customer
Joined: 11/20/2004 Posts: 380
|
Can anyone at Worden answer this for me?
|
|

 Worden Trainer
Joined: 10/7/2004 Posts: 31,259
|
ABCD.Value works just fine in the Class tab on my computer (there aren't any messages at all resulting from the use of this syntax). That said, if you have AutoLoop = False, you will probably want to use ABCD.Bar.Value() or ABCD.Line.Value() instead (it works pretty much the same way as Price.Bar.Value() or Volume.Line.Value()).
-Bruce
|
|
|
Guest |