PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso" <ajf1111@xxxx>
wrote:
> MaxY=1;
>
> Miny=-1;
>
> Plot(Correlation(C,RSI
(5),14),"cor",colorRed,styleLine|styleOwnScale,Miny,Ma
> xY);
>
> Plot(1,"",colorRed,styleLine|styleOwnScale,Miny, Maxy);
>
> Plot(-1,"",colorRed,styleLine|styleOwnScale,Miny, Maxy);
>
>
>
> Check the help file for the PLOT() function...
>
Thanks, but I always do. I not only use the online help, but have a
well-worn bound copy of the PDF manual. Like I mentioned, I plugged
in values for min and max, not knowing they should be variables
outside of the Plot function. There is no example covering this, but
would be clear if there had been.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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
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/
|