[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Getting info from a Watchlist


  • Date: Wed, 30 Dec 2009 22:29:47 -0500
  • From: "Anthony Faragasso" <ajf1111@xxxxxxxx>
  • Subject: Re: [amibroker] Getting info from a Watchlist

PureBytes Links

Trading Reference Links



Run an exploration.

BuyRSI = RSI(14) > 50;

Filter=InWatchList(your_watchlist_number_here) AND BuyRSI;

AddColumn(C,"buyRSI");

----- Original Message -----
From: Marty J
Sent: Wednesday, December 30, 2009 9:30 PM
Subject: [amibroker] Getting info from a Watchlist

 

I would like to run my formula against all the 6 watchlist. I already done a composite on the watchlist which gives the results of all stocks in that watchlist, but I want to do the same thing for each individual stock in a watch list with the same formula to see which one is a buy or sell.

Would like to do something like the Foreign function but use my formula to check it.
example:

BuyRSI = RSI(14) > 50;

qldF = Foreign("qld","X");
qldF = Foreign("qld","BuyRSI"); // This of course does not work.

Is there an easy way to do this?

Marty



__._,_.___


**** 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/





Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___