PureBytes Links
Trading Reference Links
|
Hello,
As far as I know the peak function looks at the future trought the zig
function. I am using the peak function in one system and want to
validate the peak:
p1=peak(h,2,1)
(the first 2% peak back)
which I validate with:
peakbars(h,2,1) > 5 and llv(h,5) < 0.98*valuewhen(h==p1,h)
which means that the peak appeared more than 5 bars ago and there was
a high below 2% that peak in that 5 bar period.
As this is the core of my system I am really interested in confirming
that what I am doing is correct. Can you assist?
Many thanks
------------------------ Yahoo! Groups Sponsor --------------------~-->
Everything you need is one click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/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/
|