PureBytes Links
Trading Reference Links
|
The IB formula is at
http://www.amibroker.com/library/detail.php?id=105
1st comment.
It can not be used for backtesting for two reasons :
a.It searches the last available trendline pair and
b. It uses Peak/Trough functions which look into the future, as
derivatives of zig.
The posted example describes exactly this situation. The
last "visible" peak was not detected two bars later...
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "emarco" <emarco@xxxx> wrote:
> Dimitris,
>
> Looks like a good trendline indicator.
> Where I can find the code if available?
> Can be used with back testing?
> Regards
>
> Juan
> ----- Original Message -----
> From: Dimitris Tsokakis
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Tuesday, August 26, 2003 5:45 AM
> Subject: [amibroker] Reversals and their detection
>
>
> It is "obvious" that a reversal occurred at R.
> My resistance trendline can not "see" it yet.
> The reason is simple.
> My trendline is based on Peak() function and the sensitivity is
calibrated at Perc=3%.
> The day R had H=1342.64.
> Peak() function will recognise it as a peak as soon as
H<0.97*1342.64 or H<1302.36
> The last H was 1307.85 and it was not enough to trigger the Peak
() function.
> Nobody knows how many bars we need to see H<1302.36.
> Everybody should know that, if we do not see H<1302.36, the point
R will not be recognised as a peak.
> I hope it is clear.
> Dimitris Tsokakis
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
------------------------ 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/l.m7sD/LIdGAA/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
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|