Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 8/25/2007 Posts: 22
|
Is there a way to filter for Optionable stocks using RealCode? I have created a condition and would like to further filter the condition so it only pulls optionable stocks.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Select Import Indicator | Optionable from within the RealCode Editor. This should add something similar to the following line to your RealCode:
'# Opti = condition.Library.Optionable
You can then reference the imported Condition. For example:
If Opti.Value = True Then
Pass
End If
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 8/25/2007 Posts: 22
|
Thank you - your suggestion worked great!
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |