PureBytes Links
Trading Reference Links
|
No prob ... you see what I did, right ? ... I think you were trying
to make it more complicated then necessary ... This AFL can be used
for virtually ANY like problem i.e. goal and what does it take to get
there.
--- In amibroker@xxxxxxxxxxxxxxx, "vichooo_1999" <vichooo_1999@xxxx>
wrote:
>
>
> Dear Fred
> Thanks for all the help you gave in coding this. It works perfectly
> now. Great and Thanks once gain.
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Fred" <ftonetti@xxxx> wrote:
> >
> > Calc = TEMA(P1,12)-TEMA(P1,26);
> > Goal = LastValue(EMA(TEMA(P1,12)-TEMA(P1,26),9));
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Thomas Zmuck" <tzg@xxxx> wrote:
> > > Hi,
> > >
> > > i have posted the code yesterday. You get the close price if
both
> > values are
> > > exactly the same. This happens very rarely but below is the
code.
> > >
> > > Samevalue = TEMA(C,12)-TEMA(C,26)==EMA(TEMA(C,12)-TEMA(C,26),9);
> > >
> > > Filter = samevalue;
> > > AddColumn(C,"Close");
> > >
> > > Regards
> > >
> > > Thomas Zmuck
> > > www.tradingbasis.com
> > >
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: vichooo_1999 [mailto:vichooo_1999@x...]
> > > Sent: Sunday, March 27, 2005 11:33 AM
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: [amibroker] Re: TEMA - Kind Attn : Fred
> > >
> > >
> > >
> > >
> > > Hi Fred
> > >
> > > Thanks for your reply.
> > >
> > > The Goal is to find the price at which TEMA(c,12)-Tema(c,26) is
> > > equal to EMA((tema(c,12)-Tema(c,26)),9)
> > >
> > > Hope u can code it easily.
> > >
> > > Thanks once again
> > >
> > >
> > >
> > >
> > >
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|