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

RE: [amibroker] Indicators associated to tickers...



PureBytes Links

Trading Reference Links

I have used this for the variables when different for each ticker
X = (Name()=="ABC")*2 + (Name()=="ABC")*3 ;

You could also set up various actual indicators associated with the name
Eg

X = (Name()=="ABC")*StochD(15) + (Name()=="ABC")*MACD(12,26) ;
Plot(X,"",colorblue,styleline);

Cheers,
Graham
http://groups.msn.com/ASXShareTrading
http://groups.msn.com/FMSAustralia 

-----Original Message-----
From: William Peters [mailto:williampeters@xxxxxxxxxxxx] 
Sent: Friday, 21 November 2003 10:11 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Indicators associated to tickers...


Hello,

One of the things I still haven't worked out an adequate solution for is
associating custom indicators with the ticker itself. I'll set up a set of
indicators for a particular stock only to view the next stock and have to
modify, add and remove them again. Layouts doesn't do it as this would mean
I'd have to save a layout for every ticker and this is unworkable.

I'm interested in how others deal with this..

Regards,
William Peters
www.amitools.com


------------------------ Yahoo! Groups Sponsor ---------------------~--> Buy
Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark Printer
at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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/ 


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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/