PureBytes Links
Trading Reference Links
|
Hi.
I wonder if anyone can help.
Id like to set up an explore that operates on all shares in a
watchlist. For example, I have all my current positions set up in a
watchlist called "Bets". Each night I run an explore that does the
following:
AddColumn(C,"Close");
AddColumn(L-(2*ATR(20)),"LongStop here");
AddColumn(H+(2*ATR(20)),"ShortStop here");
I then input these values as my trailing stops into my order system.
However, to streamline things and not have to set the filters
manually Id like to use some filter thast instructs AB to run the
explor on all shares in "bets" watchlist.
Ive tried -
filter=c>0 and watchlist=1
but it prints out the whole database. Any suggestions anyone?
Andy
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get a FREE REFINANCE QUOTE - click here!
http://us.click.yahoo.com/2CXtTB/ca0FAA/i5gGAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|