Do you have "Show middle lines" selected under Properties|Axis & Grid?

Bill

----- Original Message ----- 
From: "Don Lindberg" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, April 24, 2007 2:32 PM
Subject: [amibroker] Re: Identifying Pnf Patterns


> 
> 
> --- In [email protected], "apfxtrader" <[EMAIL PROTECTED]> wrote:
> I am frustated. I have tried all the changes you show below, but I still
> do not get the Axis price values. I have also tried changing graph
> color, text color, all to no avail. I really like the labeling feature
> and would like to get it working. What portion of the code is putting
> those value in. If I were a better programmer I would proably know this,
> but I am novice at programming. If I can identify the code section
> perhaps I can figure out how to make the values visible.
> 
> Thanks to anyone for help!
> 
> Don Lindberg
>>
>> 2. I can not see the Axis price.
>>
>> easy fix: You need to set Preferences\Charting\Blank bars in right
>> margin >= 10.
>>
>> or you can control the right margin of axis price form:
>>
>> xposition = BarCount+2;
>>
>> for example:
>> xposition = BarCount-3;
>>
>> you can control the right margin grid assigning the variable shift a
>> value different from 7:
>>
>> example:
>> shift = 3;
>>
> 
> 
> 
> 
> 
> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
> 
> For other support material please check also:
> http://www.amibroker.com/support.html
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> -- 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.446 / Virus Database: 269.5.1/765 - Release Date: 4/17/2007 5:20 
> PM
> 
>

Reply via email to