PureBytes Links
Trading Reference Links
|
Is this possible?
For those who dosen't know what pyrapoint is:
Is it possible to make a AFL indicator(script?) that draws vertical
and horizontal trendlines on the main chart?
For example, here's a simple algorithm:
1. Start drawing from X (user-defined price).
2. Square root of X: the width in bars of the horizontal line, then
draw it.
3. Then, the next horizontal line: (Square root of X)-(0.5) = Y | Then
Y^2 = The price of the next horizontal line (same width as the X
line). Then draw it.
3. etc, etc.
Now, i've read the manual and what not on AFL, but i have no idea how
to put this in code, if it's even possible.
Best regards, David.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/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/
|