PureBytes Links
Trading Reference Links
|
Guno,
The variable 'CurrentApplyToSetting' contains values depending on what
ticker/s you are scanning. Please clarify if this is not what you are
asking.
// 0 = all symbols
// 1 = current symbol
// 2 = use filter
AB = CreateStaticObject("Broker.Application");
AA = AB.Analysis();
CurrentApplyToSetting = AA.ApplyTo();
Filter = 1;
AddColumn( CurrentApplyToSetting, "CurrentApplyToSetting",1.0 );
Not a guru but always a learner,
William Peters
www.amitools.com
Sunday, September 19, 2004, 6:21:50 PM, you wrote:
g> Hi,
g> How do I determine in AFL whether my code is running on the current
g> chart, or on ticker/symbols from the database.
g> Kindest regards
g> Guno
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|