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

Re: [amibroker]explorations



PureBytes Links

Trading Reference Links

Dimitris,

Sorry - your corrected formula is what was meant. (No excuses - just
sloppy and unchecked on my part) . The point I was really getting at though
was to use the trading variables to do a count of the occurrences of a
particular condition - then by changing the condition you can derive
sufficient info to calculate the proportions.

regards
Richard


----- Original Message -----
From: "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, July 28, 2001 2:03 AM
Subject: Re: [amibroker]explorations


> Cloonan,
> This double inequality does not work.
> What do you mean?
> Perhaps
> buy=c>ref(c,-1) and ref(c,-1)>ref(c,-2);
> sell=buy;
>
> Dimitris Tsokakis
> --- In amibroker@xxxx, "Cloonan" <cloonan@xxxx> wrote:
> > Anthony,
> >
> > One way might be to use the following
> >
> > buy = ref (c,1) > c > ref(c,-1);
> > sell = buy;
> >
> > The quick report will list the number of trades which also equals
> the number
> > of occurences of the condition. An advantage to doing it this way
> is that
> > you can also use the arrows to point to the occurrences.
> >
> > regards
> > Richard
> >
> >
> >
> >
> >
> > ----- Original Message -----
> > From: <ajf1111@xxxx>
> > To: <amibroker@xxxx>
> > Sent: Friday, July 27, 2001 9:30 AM
> > Subject: [amibroker]explorations
> >
> >
> > > Dear Dimitris;
> > >
> > > Several days ago you pointed me to several previous lists
> pertaing to
> > > doing an exploration.
> > >
> > > As I am new to amibroker and AFL coding, could you please help.
> > >
> > > My example is this: ( if today's close is ( higher or lower ) than
> > > yesterday's close, how many times has tomorrow's close been

> higher
> > > or lower ). This could also be expanded upon using points or
> > > percentage of previous close.
> > >
> > > Also, the Close could be expanded upon using ( open, high, low.)
> > >
> > >
> > > Could you please submit a sample code to perform the above task.
> and
> > > send a .gif attachement for viewing.
> > >
> > > Your help would be greatly appreciated. I am sure other members
> could
> > > benefit.
> > >
> > > Thank you
> > > Anthony
> > >
> > >
> > >
> > >
> > >
> > > Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
> > >
> > >
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>