PureBytes Links
Trading Reference Links
|
Hi Anthony,
Thank you. It works. I actually use InWatchListName which is more descriptive. Thank you.
Filter = C>10 AND V>5000 AND ( InWatchListName("DJI") OR InWatchListName("DJT") OR InWatchListName("DJU") OR InWatchListName("SP100") OR InWatchListName("NQ100") OR InWatchListName("TOS_Penny") ) ;
Eski
You can do it through code...something
like:
filter= inWatchlist(n) and
inWatchlist(n).....etc...
----- Original Message -----
Sent: Monday, February 08, 2010 1:14
AM
Subject: [amibroker] how to run Automatic
Analysis on multiple watch lists
Hi,
I would like to run Automatic Analysis on multiple watch lists.
For example, I would like to run SP100+NQ100+some ETL+some other. So,
I have 4 separate watch lists. On the "Apply to" "use filter", I can only
select one watch list. How do I select 4 list at the same time? Thank
you.
Eski
__._,_.___
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
__,_._,___
|