PureBytes Links
Trading Reference Links
|
Rafajol,
In that case use the security function, to specify that it should work
only on one security.
Chk:= if(security ...., 1, 0);
Tm:= if(month() <= 8, 1, 0);
if(chk = 1 and Tm = 1, {then}, {else} 0);
That should do the trick.
Dusant
--- In Metastockusers@xxxxxxxxxxxxxxx, "rafajol" <rafajol@xxxx> wrote:
> thanks Jay. Basicaly I want to keep a formula secret,, but I want to
> let someone to use it for a period of time and on only one stock.
> RAFAJOL
>
>
>
>
> --- In Metastockusers@xxxxxxxxxxxxxxx, JayTownsend@xxxx wrote:
> > In a message dated 9/15/2003 11:15:37 AM Pacific Daylight Time,
> > rafajol@xxxx writes:
> >
> > > hi..
> > > how could I block a formula in order to prevent it from being
> used on
> > > more than one specific stock and also for a specific amount of
> time
> > > (eg. one week).
> > > thankyou.
> > > RAFAJOL
> > >
> >
> > Not just sure what you are asking or applying it to, but if you
> click on the
> > "Choose Security" icon in the lower right corner of your screen,
> then choose
> > "Options" it gives you the option to use Smart Charts or use the
> current chart
> > for all studies. Using Smart Charts prevents current formulas
from
> being used
> > on other charts.
> >
> > Jay
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|