PureBytes Links
Trading Reference Links
|
Hi Graham,
Thanks for the hint. I tried it using a scan on my watchlist but nothing
moved. I set the scan using the filter option set to include my
watchlist name. I used the Buy=1 (or should it be Buy= =1?). Also
tried if(LastValue(V) > 1000)
{ etc
puzzled................ Wayne
Graham wrote:
>you could do it using the Information window for each stock
>or run in AFL
>
>CategoryAddSymbol( symbol, category, number )
>
>eg
>
>run scan on your watchlist
>
>buy=1;
>CategoryAddSymbol("", categorygroup, 5) ; //Group no 5 used here
>
>
>
>On 6/14/05, J Wayne Skerritt <ecodesign@xxxxxxxxxxx> wrote:
>
>
>>Is it possible to move a watchlist into a group category? For example I
>>have the Dow Jones 15 Utilities and Russell 2000 symbols in respective
>>watchlists. How could I get that list to a Category List of the same
>>names? The OrganizeAssignments window does not seem to allow such data
>>transfers.
>>
>>Thanks in advance
>>
>>wayne
>>
>>
>>
>>
>>Please note that this group is for discussion between users only.
>>
>>To get support from AmiBroker please send an e-mail directly to
>>SUPPORT {at} amibroker.com
>>
>>For other support material please check also:
>>http://www.amibroker.com/support.html
>>
>>
>>Yahoo! Groups Links
>>
>>
>>
>>
>>
>>
>>
>>
>>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|