PureBytes Links
Trading Reference Links
|
Thank you too William.
the hairy_mug script is perfect for me.
---
Giuseppe
--- In amibroker@xxxxxxxxxxxxxxx, William Peters <william@xxxx>
wrote:
> Hi,
>
> 3 or more consecutive highs.
>
> Result = BarsSince( H <= Ref( H, -1 ) ) >= 3;
> Filter = Result;
> AddColumn( C, "Close " );
>
>
> Regards,
> William Peters (AmiBroker Group Moderator)
> www.amitools.com
>
>
>
>
> Wednesday, March 16, 2005, 12:47:43 PM, you wrote:
>
> a> How do I code 3 or more consecutive High ?
>
> H>>Ref(H,-1) && Ref(H,-1)>Ref(H,-2) && Ref(H,-2)>Ref(H,-3) etc...
>
> a> ---
> a> Giuseppe
>
>
>
>
>
> a> Please note that this group is for discussion between users
only.
>
> a> To get support from AmiBroker please send an e-mail directly
to
> a> SUPPORT {at} amibroker.com
>
> a> For other support material please check also:
> a> http://www.amibroker.com/support.html
>
>
>
>
> a> Yahoo! Groups SponsorADVERTISEMENT
>
>
> a> Yahoo! Groups Links
> a> To visit your group on the web, go to:
> a> http://groups.yahoo.com/group/amibroker/
> a> To unsubscribe from this group, send an email to:
> a> amibroker-unsubscribe@xxxxxxxxxxxxxxx
> a> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|