PureBytes Links
Trading Reference Links
|
IF i do as Hanan AND Amon (that is an AND not an OR) said--I get the values
to the right, but inside the inner box. i'm not smart enuf to figure out why...
I know most of you know this, but the standard box size under $10/share is
.5---not 1. So when you are comparing, say SUNW from other P&F charts to
AB, this MIGHT explain the difference.
I also think Investors Intelligence
http://www.investorsintelligence.com/x/default.html
is one of the, if not THE Standards in P&F.
hth, ron
Amon Ra wrote:
> You must click on the chart and the grids will apeared
>
snip
Hanan wrote:
After debugging the code i have found that:
if (PlotGridLines)
{
// plot the values ...
}
Is never accessed which explains why we can not see the plot.
i have replaced it ( just for debug ) with:
if (1==1)
{
}
And i can see the Axis values.
Not sure regarding the reason for if to be non true although i choose
Yes in ParamToggle()
Hanan
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
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|