PureBytes Links
Trading Reference Links
|
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! Companion - Scarica gratis la toolbar di Ricerca di Yahoo!
http://companion.yahoo.it
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|