PureBytes Links
Trading Reference Links
|
Hi apfxtrader ,
I think the problem is related to:
PlotGridLines = ParamToggle("PlotdGrid", "Yes|No", 1);
if (PlotGridLines)
{
}
>From some reason the AFL engine does not enter this if block even if i
try to choose PlotdGrid Yes or No
Canceling the if condition using :
if (1=1)
{
}
Works fine ans shows the price values as required.
I am not an AFL expert but maybe something is wrong with
"if (PlotGridLines)"
Regards,
Hanan
--- In amibroker@xxxxxxxxxxxxxxx, "apfxtrader" <apforex@xxx> wrote:
>
>
> Don,
>
> I can't see any image.
>
> However, here is <http://img185.imageshack.us/img185/5157/pfhk9.png>
> Your Chart <http://img87.imageshack.us/img87/8853/pfqb8.png> using the
> code that you posted.
>
> You need to work a little bit on those colors though.
>
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/
|