PureBytes Links
Trading Reference Links
|
try changing (or adding) this to your code
GraphXspace=10;
you can change the value to add more room at6 the top and bottom
another way is to add a non-pltting Plot that is X times the highest plotted value on screen, eg
Plot ( LastValue( HHV( H, 250)* 1.5
), "", colorBlack, styleNoLine);
many other methods to do it, just need the imagination
On 2/21/06, Ken Henderson <kjh@xxxxxxxxxxxxxxx> wrote:
Hi
Can anyone advise whether a setting exists within Preferences that will allow for the vertical compression of a price chart.
What I am trying to do is to have more blank space appearing at the top and bottom of the screen when I zoom in on the price.
Many thanks
Ken
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
|