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

Re: Four-Bar Fear Scan for QP2, with shorts and longs



PureBytes Links

Trading Reference Links

Brooke,

I tried your volume scan and receive a syntax error that states:

      Beyond area boundary....13 days loaded, need at least 34 days to
calculate

It specifically refers to the line: If AvgVol(0,-33)> 250000 then

I do not know how to fix this. I tried some other loading commands with no
success but am afraid I may not have entered them correctly. Additionally, I
have used other similar commands with no problem. But today, they give
basically the same syntax error. I would sincerely appreciate any help you
can offer.

Jim

-----Original Message-----
From: Brookemail@xxxxxxx <Brookemail@xxxxxxx>
To: lissen@xxxxxxxxxxxxxxxx <lissen@xxxxxxxxxxxxxxxx>;
metastock-list@xxxxxxxxxxxxx <metastock-list@xxxxxxxxxxxxx>
Date: Tuesday, September 22, 1998 10:22 PM
Subject: Re: Four-Bar Fear Scan for QP2, with shorts and longs


>In a message dated 9/22/98 8:44:54 PM Pacific Daylight Time,
>lissen@xxxxxxxxxxxxxxxx writes:
>
>> How to I build this volvol.lst?
>>
>>  Lionel
>
>You can substitute your own input file, or use this scan for volume:
>
>output="volvol.lst";
>
>if close(0) >= 10 then
>if avgvol(0,-33) > 250000 then
>Println Symbol,",",Close(0):8:3;
>endif; endif;
>