PureBytes Links
Trading Reference Links
|
Hello,
This is the reason why I think it is a good idea
NOT to have PREV in AFL.
In 80% of cases things may be coded without it in
much more efficient manner
(remember MS's PREV is very slow). The rest 20% of
cases could be coded
in script (also much more
efficiently).
Best regards,
Tomasz Janeczko
amibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Daniel Ervi
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: 07 September, 2001 12:44
Subject: RE: [amibroker] Another PREV
example
Hey
that worked perfectly!
<FONT face=Arial color=#0000ff
size=2>
It
just goes to show that there is always a different perspective for every
problem. I never thought to use the barssince
function.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Thanks Jon and David for your help!
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Daniel
<FONT face=Tahoma
size=2>-----Original Message-----From: jonf
[mailto:jonf_ca@xxxx]Sent: Thursday, September 06, 2001 11:25
PMTo: <A
href="">amibroker@xxxxxxxxxxxxxxxSubject:
Re: [amibroker] Another PREV example
Daniel,
barssince( month() != ref(month(),-1) ) +
1;
Hope this will help !
Tell me if it's not what you want !
Jon.
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Daniel Ervi
To: <A
title=amibroker@xxxxxxxxxxxxxxx
href="">Amibroker Yahoo Group
Sent: Thursday, September 06, 2001
10:32 PM
Subject: [amibroker] Another PREV
example
Hi All,I've been struggling to figure out how
to code an MS indicator in AFLwithout using VBScript or JScript.
The function is pretty straight forward,but the solution still eludes
me. Here is the function:
If(Month()<>Ref(Month(),-1),1,PREV+1)It is recursive, which
makes it very simple to understand. It is anindicator that plots
the current trade day number of the month.Can anybody offer any
ideas on how to get this going?Thanks in
advance!DanielYour use of Yahoo! Groups
is subject to the Yahoo! Terms
of Service. Your use of Yahoo! Groups
is subject to the Yahoo! Terms
of Service. Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|