PureBytes Links
Trading Reference Links
|
Keith,
Regarding too many arguments, StyleOwnScale only has 2, the lowest value for
Y axis and the highest. I think you have a typo, comma instead of period:
Plot(C,"5yrTreas",colorBlack,1+styleOwnScale,-0.5,1.5);
If you want some midpoint marker I suggest doing either of the following:
PlotGrid(level,color); //Probably won't work with your own scale
or
Plot(level,"",color,StyleOwnScale,-0.5,1.5); //Where level is the number for
the middle line such as 0 in this example
--
Terry
> // The following gives error message "too many arguments"
> Plot(C,"5yrTreas",colorBlack,1+styleOwnScale,-0,5,1.5);
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|