PureBytes Links
Trading Reference Links
|
Sorry for such a basic question (and revealing some continued frustration with the help searching capability), but all I want to do is plot a parameter with the y scale as a log scale.
// Nasd New Highs/New Lows Indicator
NH=Foreign("NSNHQ","C");
NL=Foreign("NSNLQ","C");
R=NH-NL;
Plot(R,"Net NH-NL",5,32);
Plot(10000," ",5,32);
Help says to use 32 for log scale plot but nothing changes when I apply this. I even added the last line to see if the scale would change, but it did not.
What am I doing wrong?
Thanks,
Ken
PS: The foreign calls are to symbols within the FT database. The thing plots fine, just with a linear scale. Where is plotting the log scale explained as I really did search trying to find it.
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 the Yahoo! Terms of Service.
|