PureBytes Links
Trading Reference Links
|
Hi William,
This is what I was looking for.
Thanks
Guno
--- In amibroker@xxxxxxxxxxxxxxx, William Peters
<williampeters@xxxx> wrote:
> 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 --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|