| 
 PureBytes Links 
Trading Reference Links 
 | 
The plots automatically 
adjust the vertical scale to suit what is plotted.
No need to adjust it in AFL 
unless it is for a specific reason not stated.
 
 
Cheers,Graham<A 
href="">http://groups.msn.com/asxsharetrading<A 
href="">http://groups.msn.com/fmsaustralia 
  
  <FONT 
  face=Tahoma size=2>-----Original Message-----From: kk2628 
  [mailto:kk2628@xxxxxxxxxxxxxxxx] Sent: Tuesday, 6 January 2004 4:11 
  PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Plot 
  with minvalue and maxvalue
  Hi,
   
  I have the following code but I got the error on 
  the Minv and Maxv that the type was not supported. If there is another way to 
  dynamically control the minvalue and maxvalue of the plot function 
  ?
   
  
  Minv=<FONT 
  color=#ff00ff>lowest(V);
  Maxv=highest(V);<FONT 
  color=#0000ff size=1>
  Plot(V,<FONT color=#ff00ff 
  size=1>"Vol"<FONT color=#000000 
  size=1>,colorDarkYellow,styleOwnScale| <FONT 
  color=#ff00ff size=1>2|<FONT 
  color=#ff00ff size=1>4,<FONT 
  color=#000000 size=1>Minv,Maxv);
  Thanks
  KK 
   Send BUG REPORTS 
  to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
  suggest@xxxxxxxxxxxxx-----------------------------------------Post 
  AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A 
  href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
  group FAQ at: <A 
  href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  
  
  Yahoo! Groups Links
  
    To visit your group on the web, go to:<A 
    href="">http://groups.yahoo.com/group/amibroker/  
    To unsubscribe from this group, send an email to:<A 
    href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx  
    Your use of Yahoo! Groups is subject to the <A 
    href="">Yahoo! Terms of Service. 
  
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.
 |