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

Re: [amibroker] Re: TJ: plotting the same indicator in different charting windows



PureBytes Links

Trading Reference Links

If you have a single entry in the IB list then this will be the same for all
windows. You need to create multiple custom charts each with the settings
you want, or have a method of determining which set of settings you want
from one chart.

Eg for stocks in different markets as set up in your workspace

Period = iif(marketid()==0, 20, iif(marketid()==1, 40, 10 ));
MyLine = EMA( c, period);
Plot(myline, "", colorblue, styleline)
Plot(c,"",colorbalck,stylebar);

Ps I do not use any built-in charts, preferring to create my own to suit me.

Cheers,
Graham
http://e-wire.net.au/~eb_kavan/

-----Original Message-----
From: netbull2000 [mailto:netbull2000@xxxxxxxxx] 
Sent: Thursday, May 20, 2004 11:34 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: TJ: plotting the same indicator in different
charting windows

--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> Create custom indicators which are not relying on the preference 
setings
> 
> 
> Cheers,
> Graham
> http://e-wire.net.au/~eb_kavan/
> 
Thanks for your reply.

Well, that's what I thought too, but the case of the Guppy MA proves 
that this is not so. This is a custom indicator and AFAIK it has no 
predefined preferences, or correct me if I am wrong. There are some 
indicators that are built-in and those have parameters defined in the 
preferences. The Guppy MA is not one of them, so I don't understand 
why I cannot edit it separately for individual charts. In any case, 
this is perplexing at least.. I can create a MA indicator, but I am 
afraid that I will get the same effect as with the GMA... And what 
you are saying would mean that I would need to define my own Guppy MA 
in order to use it the way I want... That does not make much sense to 
me... because that would mean that there are different classes of 
custom indicators... with global and local parameters, but the 
parameters are defined the same way, so I am really lost...

Any additional clarification would be appreciated...




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 
Yahoo! Groups Links



 



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/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 
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/