PureBytes Links
Trading Reference Links
|
Here is a filter for your question.
Filter = Cum(1) == LastValue( Cum(1) ) AND H-L==HHV(H-L,10);
NumColumns =1;
Column0 = H-L;
DT
--- In amibroker@xxxx, colognetrader@xxxx wrote:
> Hi AmiBroker`s
>
>
>
> I want to create a filter wich shows me if today is the day with
the
> biggest range ( High - Low ) of the last 10 days! This means, the
> ranges of every individual day from the last 10 days must be
smaller
> then the range of today!
>
> Tank you!
>
>
> CT
|