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

Re: [amibroker] How to find.....



PureBytes Links

Trading Reference Links

Franco,

Your question is not clear to me. 
"it's possible to find, say, the most recent peak (or trough) wich was 
higher (or lower) than today's Close?"

With "today's close" do you mean the most recent close ( LastValue( Close ) )
or the close of bar being analysed/scanned?

If first is the case:
ValueWhen( Zig( Close, 5 ) == Peak( Close, 5 ) AND Peak( Close, 5 ) > LastValue( Close ), Cum(1) );

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "franco fornari" <ffpsi@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, April 17, 2002 8:00 PM
Subject: [amibroker] How to find.....


> Tomasz,
> 
> sorry for my insistence. Since nobody answered to my
> message (14641), must I think what I was asking it's,
> at present almost, impossible to do?
> 
> Best regards,
> 
> Franco
> 
> ______________________________________________________________________
> Speciale Giochi - Civilization III
> http://it.yahoo.com/mail_it/foot/?http://civ3.yahoo.it/
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>