PureBytes Links
Trading Reference Links
|
I want to adjust MinVal and MaxVal in "plot" dynamically. Here is my
code:
minScale = lastvalue (lowest (Low));
maxScale = lastvalue (highest (High));
Problem with these codes is it will give the highest/lowest of bars
loaded. I'd like to just limit to bars within the display only; this
should also change when I shrink/expande bars. Can AB do this?
Thanks
------------------------ Yahoo! Groups Sponsor ---------------------~-->
FREE Cell Phones with up to $400 Cash Back!
http://us.click.yahoo.com/_bBUKB/vYxFAA/i5gGAA/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/
|