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

Re: Re[2]: [amibroker] Problems with param function on multiple sheets



PureBytes Links

Trading Reference Links

Tomasz,

I have to disagree with you on this.

IMHO in the vast majority of situations when you change indicator parameter
values you want to change them only for the selected instance - you do not
want those parameter values propagated everywhere else that the indicator
may be referenced (panes, windows, charts templates etc.) as it can easily
have unforseen effects (previous charts, commentaries, line studies now look
wrong). Finding and checking all other references to indicator would also be
a laborious task.

Parameters should enable a user to quickly apply and observe the effect of
different parameter values without editing code. The Parameter() function
was a *big* help with this but IMHO there are a few related implementation
issues which if addressed would provide a much improved all round facility:-

1. The "scope" of parameter value changes made via Parameters dialogue (too
wide at present as discussed above). This could easily be addressed by
adding a Scope radio button to Parameters dialogue e.g.

    Current pane only                    [the default mode]
    Current window (all panes)
    All windows

2. Allow more than one copy of same custom indicator to be inserted into a
window. This is desirable to allow direct visual comparison of indicator
using different parameter values.

You mentioned making copy of indicators as workaround but this is really
much the same as hard coding indicators for different parameter values. We
just end up with MA3, MA5, MA6, MA8, ...  CCI5...etc. and associated code
maintenance problems. Surely the whole point of parameters is make this sort
of thing unecessary?

John

----- Original Message -----
From: "Tomasz Janeczko" <amibroker@xxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, March 08, 2003 7:44 AM
Subject: Re: Re[2]: [amibroker] Problems with param function on multiple
sheets


> John,
>
> This is not bug and this is not pointless - it allows you to quickly
modify the parameter
> FOR ALL windows. Say you display 4 windows with different symbols.
> Current design allows to change the parameter in all 4 windows at once.
>
> With separate setting for each window you would need to modify
> parameter for each window - this would be indeed pointless.
>
> With current design you can have separate params if you have separate
> formulas. Just make a copy and you are done.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "John" <jr-sw@xxxxxxxxxxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, March 07, 2003 11:27 PM
> Subject: Re: Re[2]: [amibroker] Problems with param function on multiple
sheets
>
>
> > Thomas,
> >
> > IMO this is a bug. Each time you use an indicator you should be able to
> > specify whatever parameter values you require - it's a bit pointless
> > otherwise. Another related problem you have probably noticed is that AB
does
> > not allow more than one instance of the same custom indicator in a sheet
(it
> > does allow builtin indicators more than once though). Suggest you send
to TJ
> > at the bug report address.
> >
> > John
> >
> >
> >
> >
> > ----- Original Message -----
> > From: "Thomas Zmuck" <thomas.zm@xxxxxx>
> > To: "Jayson" <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Friday, March 07, 2003 10:10 PM
> > Subject: Re[2]: [amibroker] Problems with param function on multiple
sheets
> >
> >
> > > Hello Jayson,
> > >
> > > I have tried it exactly as you described but i still have the same
> > > problem. I have seen that i can open the parameters for the other
> > > indicator only when i click to apply in indicator builder.
> > > Otherwise i have in every sheet the parameters from the last use.
> > >
> > > Hmm, make i something wrong?
> > >
> > > Anyway thanks.
> > >
> > > I hope you have a idea.
> > >
> > > Thomas
> > >
> > >
> > > Friday, March 7, 2003, 10:45:36 PM, you wrote:
> > >
> > > J> Thomas,
> > > J> To do this you would need to create 4 different custom codes
> > >
> > > J> indicator 1
> > > J> indicator 2
> > > J> indicator 3
> > > J> indicator 4
> > >
> > > J> Each could be adjusted independently though each would adjust
across
> > > J> multiple charts. By that I mean if you have 3 charts open adjusting
the
> > > J> param setting of indicator 4 on tab 3 will adjust all the tab 3
> > settings in
> > > J> each of the 3  open charts
> > >
> > > J> Jayson
> > > J> -----Original Message-----
> > > J> From: Thomas Zmuck [mailto:thomas.zm@xxxxxx]
> > > J> Sent: Friday, March 07, 2003 4:31 PM
> > > J> To: amibroker@xxxxxxxxxxxxxxx
> > > J> Subject: [amibroker] Problems with param function on multiple
sheets
> > >
> > >
> > > J> Hello,
> > >
> > > J> i have troubles to use the param function in multiple sheets.
> > > J> I have saved two indicators separately, but when i enter CTRL+R
than i
> > > J> can select only the param from the other indicator.
> > >
> > > J> Any help is much appreciated !
> > >
> > > J> I simple want to use my formula in four sheets and so with 4x param
> > > J> function.
> > >
> > >
> > > J> --
> > > J> Best regards,
> > > J> Thomas                          mailto:thomas.zm@xxxxxx
> > >
> > >
> > > J>       Yahoo! Groups Sponsor
> > > J>             ADVERTISEMENT
> > >
> > >
> > >
> > >
> > > J> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> > > J> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> > > J> -----------------------------------------
> > > J> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> > > J> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> > > J> --------------------------------------------
> > > J> Check group FAQ at:
> > > J> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > >
> > > J> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
> > >
> > >
> > >
> > >
> > > --
> > > Best regards,
> > >  Thomas                            mailto:thomas.zm@xxxxxx
> > >
> > >
> > > 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/
> >
> >
> >
>
> 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/