PureBytes Links
Trading Reference Links
|
hi Graham,
indeed I'm trying to get xx on the horizontal and yy on the vertical
axis. This just in an attempt to see if I could use AFL to plot
statistics and stuff like that about stock analysis as well.
My example with xx and yy was just some example. Although I would
like to plot two arrays (xx and yy) of the same length, they are not
directly related. E.g. plotting the re-invested fraction of account
per wager (xx) versus profitability (yy).
But it is no big deal. I guess one would need a function like Plot
(xx,yy,"") for that,
regards, Ed
> The yy would need to a function of xx though
> needing to be related somehow
>
> Xbar = barcount - 99 + xx;
> Ybar = valuewhen( Xbar, yy );
>
> Plot(yy,"yy",colorblue,styledots);
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs Online - Over 14,500 titles.
No Late Fees & Free Shipping.
Try Netflix for FREE!
http://us.click.yahoo.com/vhSowB/XP.FAA/3jkFAA/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/
|