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

Re: Shark-32 for Quotes Plus



PureBytes Links

Trading Reference Links

Brooke:

Thank you for this formula.  I put it into QP2 and it seems to work real well.  However I cannot tell the difference between the old and new lines below.  Am I missing something?


Thanks again.

Don
*********** REPLY SEPARATOR ***********

On 9/20/98, at 1:57 PM, Brookemail@xxxxxxx wrote: 


>
>if close(i+j)<sharkhigh and 
>     close((i+j)-1)>sharkhigh 
>
>The old lines were:
>
>if close(i+j)<sharkhigh and 
>     close((i+j)-1)>sharkhigh 
>
>Brooke