PureBytes Links
Trading Reference Links
|
After you optimize to find the parameters, you could then do something like
this in your formula:
PeriodRSI = iif(name()=="MSFT", 7,iif(name()=="Parmalat",9,14));
PeriodMACD = iif(name()=="MSFT", 15,iif(name()=="Parmalat",12,12));
----- Original Message -----
From: "raffaeleanaclerio" <rffest@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, February 14, 2004 7:15 AM
Subject: [amibroker] Re: optimize one stock
> Hello Herman, for example if I optimize the stock "Microsoft" (Rsi
> (7),Macd(15), etc... and then i optimize the stock "Parmalat"
> (sigh !!) (ad es. RSI(9), Macd(12), etc.., if I return
> on "Microsoft", I don't find the previous parameters (RSI(7), Macd
> (15), etc...
>
>
>
>
>
>
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Herman van den Bergen"
> <psytek@xxxx> wrote:
> > Hello Raf, can you explain what you mean with price list? i am not
> sure i
> > understand you...
> >
> > When Optimizing a group of stocks i don't know of any way
> to "filter"
> > stocks, except in the Apply->UseFilter setting. If you want to
> optimize only
> > one stock then you should Optimize on it alone by making it your
> current
> > stock, i.e. one at a time. Set ApplyTo->Cuurent and make sure your
> stock is
> > your current chart.
> >
> > You can also perform simple optimization In-Line, in the code,
> independent
> > of which AA formula window you are operating from. You can find
> out more
> > about that by searching the archive for "inline" or "In-line" AND
> > "Optimization".
> >
> > Good luck,
> > herman.
> >
> > -----Original Message-----
> > From: raffaeleanaclerio [mailto:rffest@x...]
> > Sent: Friday, February 13, 2004 6:45 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] optimize one stock
> >
> >
> > Does anyone know if it is possible optimize a few parameters of
> > indicators only for one stock, without dirty with this plannings
> the
> > remainder of the price list
> >
> >
> >
> >
> >
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > 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
>
>
>
> 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
>
>
>
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.583 / Virus Database: 369 - Release Date: 2/10/2004
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/
|