PureBytes Links
Trading Reference Links
|
The 1st thing that jumps up at me is the need to EXTEND that line
formula you passed on, so at some Bar "after the second point (PEAK)"
I could detect a CROSS.
Is there a mathamatical way to augment your line formula below so that
it projects out a given number of bars 10 - 20 at the same slope ??
You understand I am trying to "Detect a Trend Line Break" at a point
after x1..
Line = (y1-y0) / (x1-x0) + y0;
then use Cross(C,Line);
I don't want to have you write my code for me. but I feel kinda over
my head on this one, and you seem to have a grasp of this stuff..
Thanks for your monitoring and help, Jack Kinsey
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/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/
|