PureBytes Links
Trading Reference Links
|
Nice suggestion Graham. I'm almost a programmer let alone a
mathamatician, but I will concentrate on that. Thanks for the formula.
I have rattled my brain trying to get this TrendLine Backtest.
Probably making it harder than it is. Thanks for the tips to work from.
Jack Kinsey
From: Graham <kavemanperth@xxxx>
Date: Sat Mar 5, 2005 2:29 pm
Subject: Re: [amibroker] RE; Bob Jagow "LineArray"
you could try creating a formula for the line
Line = (y1-y0) / (x1-x0) + y0;
then use Cross(C,Line);
------------------------ 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
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|