PureBytes Links
Trading Reference Links
|
One thing I would like to do is use the weekly information calculated
using Anthony's code to determine the trend then use a daily
oscillator for entry.
In other words...the weekly 13 week EMA slope is up which shows an
UPTREND and then I wait for the daily RSI to get oversold before
taking a long position. I want to do an exploration on the daily
chart.
This is basically the Triple Screen Trading system.
--- In amibroker@xxxxxxxxxxxxxxx, "jgholson" <jgholson@xxxx> wrote:
> figured it my bad!!!
>
> Thanks!
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "jgholson" <jgholson@xxxx> wrote:
> > I've looked at Anthony's code (good by the way)...
> >
> > One problem I'm having with it though is this:
> >
> > I want to plot a 13 week EMA of the WeeklyClose. Below is how I
> enter
> > the code in AmiBroker:
> >
> > EMA(WeeklyClose, 13) with the WeeklyClose coming from Anthony's
> code.
> >
> > The problem when it is plotted it just give the WeeklyClose as
the
> 13-
> > week EMA...
> >
> > Am I doing something wrong?
> >
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "IVA GmbH" <funnybiz@xxxx>
wrote:
> > > Stephan,
> > >
> > > thanks for pointing this out!
> > >
> > > IŽll take a hard look at it!
> > >
> > > Have a great day
> > >
> > > Markus
> > > ----- Original Message -----
> > > From: "elstephel" <carli2@xxxx>
> > > To: <amibroker@xxxxxxxxxxxxxxx>
> > > Sent: Thursday, May 01, 2003 4:31 PM
> > > Subject: [amibroker] Re: Referencing weekly/monthly charts
> > >
> > >
> > > > Markus,
> > > >
> > > > look in the AFL Library. Anthony has done valuable
> contributions
> > on
> > > > this issue.
> > > >
> > > > http://www.amibroker.com/library/detail.php?id=223
> > > > http://www.amibroker.com/library/formula.php?id=226
> > > > http://www.amibroker.com/library/formula.php?id=225
> > > >
> > > > Stephan
> > > >
> > > > --- In amibroker@xxxxxxxxxxxxxxx, "IVA GmbH" <funnybiz@xxxx>
> > wrote:
> > > > > Folks,
> > > > >
> > > > > has it already been discussed how one can reference to a
> weekly
> > or
> > > > monthly chart when using AFL such as h=hhv(high,5) or else?
> > > > >
> > > > > Many thanks
> > > > >
> > > > > Markus
> > > >
> > > >
> > > >
> > > > 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
> > > >
> > > > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> > > >
> > > >
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/KXUxcA/fNtFAA/uetFAA/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/
|