PureBytes Links
Trading Reference Links
|
Graeme,
An approach which avoids the use of the ZigZag is some variation of the
following. Change the parameters to suit yourself.
Condition 1: LLV( L, 5 ) equals LLV( L, 20 ) ; ensures that the trough has
occurred within the last five days.
Condition 2: C >= LLV( L, 20 ) + ATR( 10 ) ; ensures the start of a bounce.
Condition 3: HHV( H, 20 ) > LLV( L, 20 ) * 1.2 ; ensures a recent peak.
HHP
===========================
At 11:04 PM 25/04/2004, you wrote:
>Dear all,
>
>I am trying to develop a system that, amongst other things, buys on
>pull back from a recent peak and following a trough bounce within the
>last couple of days.
>
>However, I am confused about the correct use of the PEAK and TROUGH
>commands. I understand they potentially look into the future.
>
>Under what circumstance can you reliably use PEAK and TROUGH to
>identify swings?
>
>Is there a better (more reliable) way to identify recent peaks and
>trough?
>
>Regards,
>
>Graeme Oswin
>
>
>
>
>Send BUG REPORTS to bugs@xxxxxxxxxxxxx
>Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
>-----------------------------------------
>Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
>(Web page: http://groups.yahoo.com/group/amiquote/messages/)
>--------------------------------------------
>Check group FAQ at:
>http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>Yahoo! Groups Links
>
>
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|