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

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



PureBytes Links

Trading Reference Links

Will
I have found that the scaling can be arranged for volume to remove the
spikes from your view. Jut vary the multiplier to suit your charts. 

Vlimit = ref(MA(V,50),-1)*3 ; 

V = iif(V>VLimit , Vlimit, V ); 

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 11:18 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Indicators associated to tickers...


THanks Graham,

Quite often if not always when I'm doing a study on a particular stock
almost everything is customised. From the scaling of the volume bars because
there is a massive spike which makes the volume unreadable to the height of
the panes and the colors of the indicators. Some of this is not possible to
do in code and some is but it would be a nightmare to manage.

The sort of thing I'm thinking about is the ability to easily and
transparently save the combination of a template and layout with each ticker
if so desired. So when one clicks on a ticker its all there just how you
left it.

Regards,
William Peters
www.amitools.com



-----Original Message-----
From: Graham [mailto:gkavanagh@xxxxxxxxxxxxx]
Sent: Friday November 21, 2003 9:29 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Indicators associated to tickers...


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/ 



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/ 


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