PureBytes Links
Trading Reference Links
|
Thanks Rakesh , the later was my aim .I ll try it out
Regards
--- In amibroker@xxxxxxxxxxxxxxx, "Rakesh Sahgal" <rakeshsahgal@xxx>
wrote:
>
> In simple english you want the indicator to respond in a particular
> fashion/manner subject to the periodicity of the chart or do you
want to be
> able toggle indicator display on or off?
>
>
> If the former use the interval() function.
>
> If the latter use ParamToggle.
> e.g.
> 5dma_PLOT=ParamToggle("Plot 5DC MA","(N) OR (Y)",0);
> if(5dma_PLOT)Plot(ma(c,5),"5D_MA",colorAqua,styleThick);else
> Plot(ma(c,5),"5D_MA ",colorAqua,styleHIDDEN|styleNoLabel);
>
> HTH
>
>
> R
>
> On 5/1/06, iascool <sai20_2000@xxx> wrote:
> >
> > Hello,
> > I am looking for a way to customise an afl code in to layer.So
that
> > when the layer is on,indicator(eg pivot) appears on price screen
and
> > when not required it can be switched off.Any suggestions pls.
> >
> >
> >
> >
> >
> > 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
> > Investment management software<http://groups.yahoo.com/gads?
t=ms&k=Investment+management+software&w1=Investment+management+softwa
re&w2=Real+estate+investment+software&w3=Investment+property+software
&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=I
nvestment+software&c=6&s=200&.sig=_XXUzbE9l5lGlZNcMu4KNQ> Real
> > estate investment software<http://groups.yahoo.com/gads?
t=ms&k=Real+estate+investment+software&w1=Investment+management+softw
are&w2=Real+estate+investment+software&w3=Investment+property+softwar
e&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=
Investment+software&c=6&s=200&.sig=5_sgDczz3ArKGMtJ9tFSJA>
Investment
> > property software<http://groups.yahoo.com/gads?
t=ms&k=Investment+property+software&w1=Investment+management+software
&w2=Real+estate+investment+software&w3=Investment+property+software&w
4=Software+support&w5=Real+estate+investment+analysis+software&w6=Inv
estment+software&c=6&s=200&.sig=_N6zcwefgp4eg5n6oX5WZw> Software
> > support<http://groups.yahoo.com/gads?
t=ms&k=Software+support&w1=Investment+management+software&w2=Real+est
ate+investment+software&w3=Investment+property+software&w4=Software+s
upport&w5=Real+estate+investment+analysis+software&w6=Investment+soft
ware&c=6&s=200&.sig=MJ2jP31F3n64RDZkDadU8w> Real
> > estate investment analysis software<http://groups.yahoo.com/gads?
t=ms&k=Real+estate+investment+analysis+software&w1=Investment+managem
ent+software&w2=Real+estate+investment+software&w3=Investment+propert
y+software&w4=Software+support&w5=Real+estate+investment+analysis+sof
tware&w6=Investment+software&c=6&s=200&.sig=GmF8PlAJASx0wrSaX5-Zlw>
Investment
> > software<http://groups.yahoo.com/gads?
t=ms&k=Investment+software&w1=Investment+management+software&w2=Real+
estate+investment+software&w3=Investment+property+software&w4=Softwar
e+support&w5=Real+estate+investment+analysis+software&w6=Investment+s
oftware&c=6&s=200&.sig=aMgGsKT4w29dMAYUzQUKzg>
> > ------------------------------
> > YAHOO! GROUPS LINKS
> >
> >
> > - Visit your
group "amibroker<http://groups.yahoo.com/group/amibroker>"
> > on the web.
> >
> > - To unsubscribe from this group, send an email to:
> > amibroker-unsubscribe@xxxxxxxxxxxxxxx<amibroker-
unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
> >
> > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service <http://docs.yahoo.com/info/terms/>.
> >
> >
> > ------------------------------
> >
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
GFT Forex Trading Accounts As low as $250 with up to 400:1 Leverage. Free Demo.
http://us.click.yahoo.com/lpv1TA/jlQNAA/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/
|