PureBytes Links
Trading Reference Links
|
add +stylenorescale to the MA plot styles
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 12/31/05, Johan <epostens@xxxxxxxx> wrote:
> Ok now i found the problem. It does not work with automatic scaling
> in Parameters. Is there a way to get around this so it still works
> with automatic scaling?
>
> Thanks
>
>
>
>
>
> > You donīt get the same problem when putting the codes into the
> > formula editor and then "apply indicator"? It should be a wide band
> > with Maīs + price but itīs very narrow like the scale is wrong.
> >
> >
> >
> >
> > > Thanks Graham! I get the same problem though. A new pane opens up
> > > with the maīs in it. But the scale seems to be wrong since the
> > lines
> > > are clustered together.
> > >
> > >
> > >
> > >
> > > > apply this
> > > >
> > > > Plot(C,"Price",colorGrey50,styleBar);
> > > > for (i=1; i<100;i++) { Plot(MA
> > > (Close,i),"",colorBrightGreen,styleLine); }
> > > >
> > > > --
> > > > Cheers
> > > > Graham
> > > > AB-Write >< Professional AFL Writing Service
> > > > Yes, I write AFL code to your requirements
> > > > http://e-wire.net.au/~eb_kavan/ab_write.htm
> > > >
> > > >
> > > > On 12/22/05, Johan <epostens@xxxx> wrote:
> > > > > Hi! Do you know what to do if i would like to apply these
> maīs
> > to
> > > the
> > > > > price chart? Thanks
> > > > >
> > > > > for (i=1; i<100;i++) {
> > > > >
> > > > > Plot(MA(Close,i),"",colorBrightGreen,styleLine);
> > > > >
> > > > > }
> > > > >
> > > >
> > >
> >
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|