PureBytes Links
Trading Reference Links
|
John
> I use Metastock 6.52
>
> I would like to exit my long position when the price
> goes down 7.9% from the highest closing price since
> the day I entered that position. What
> function/expression do I use?
>
> Thanks a lot for any help that you can give me.
>
> John
N:=Fml("Your Entry Signal")>0;
Tr:=If(PREV<=0,N,
If(C<HighestSince(1,PREV=0,C)*0.921,-1,1));
Tr=-1;
Roy
------------------------ 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/mOAaAA/3exGAA/qnsNAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|