PureBytes Links
Trading Reference Links
|
Try:
---8<-------------
pds:=3;
C>HHV(L,pds+1) AND C<LLV(H,pds+1)
---8<-------------
jose '-)
--- In equismetastock@xxxxxxxxxxxxxxx, Fulvio <fulvio1977@xxxx> wrote:
> Excuse me for my english, to recognize "sideways" I would like to
> color all bars of congestion only if at least 3 closes (subsequent
> to first bar) within the range of this first bar
>
> I have tried to develop an highlights but it doesn't works well
>
> If((C<=Ref(H,-3) AND C>=Ref(L,-3) AND Ref(C,-1)<=Ref(H,-3) AND
Ref(C,-1)>=Ref(L,-3) AND
> Ref(C,-2)<=Ref(H,-3) AND Ref(C,-2)>=Ref(L,-3)),Ref(C,-1) AND Ref(C,
-2) AND Ref(C,-3) AND C,0);
>
> If possible help me... thanks,
> Fulvio
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|