PureBytes Links
Trading Reference Links
|
Dear Anthony,
The definition you have given and the AFL definition are the same.
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
----- Original Message -----
From: <ajf1111@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, July 30, 2001 8:34 PM
Subject: [AMIBROKER] INSIDE DAY( )FORMULA SHARK_32
> HI, TOMASZ AND DIMITRI;
>
> Dimitri;
>
> In reference to my post regarding SHARK_32 formula, you stated that
> you built the exploration using the formula in AFL code:
>
> INSIDE SYNTAX inside()
> RETURNS ARRAY
> FUNCTION Gives a "1" or "true" when an inside day occurs.Gives "0"
> otherwise. An inside day occurs when today's high is less than
> yesterday's high and today's low is greater than yesterday's low.
>
> This function is not correct as it is written. AN INSIDE DAY IS A DAY
> IN WHICH THE RANGE IS COMPLETELY INSIDE THE PREVIOUS DAY'S RANGE.
>
> TODAY'S HIGH IS LOWER THAN YESTERDAY'S HIGH AND TODAY'S LOW IS HIGHER
> THAN YESTERDAY'S LOW.
>
> Maybe with the adjustment to the AFL function, your shark_32 will
> produce better results.
>
> Please respond.
> Best Wishes
> Anthony.
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|