[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] System Tester Exit Signal



PureBytes Links

Trading Reference Links

msm


> Suppose you have a valid "buy" signal which has been programmed into
> the Enhanced System Tester.  And you want to exit from that trade 3
> days later.  What would be the correct way to program the "sell" part
> of the test?

The simplest way would be to use the entry signal delayed by 3 days, either
by the System Tester, or by using Ref("entry code",-3).

Another method you could try is the "timed exit" which also uses the entry
code to start the timer.

  {Timed Exit}
D:= 10;   {exit delay from entry leading edge}
N:=Fml("your entry signal")>0;
Tr:=If(PREV<=0,N>0,
If(BarsSince(PREV<=0)>=D,-1,1));
Tr=-1; {exit signal}

Roy



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Save on Coral Calcium. Get Better Health and
Stronger Bones. Seen on TV
http://www.challengerone.com/t/l.asp?cid-2805&lp=calcium2.asp
http://us.click.yahoo.com/9gf46B/EfUGAA/ySSFAA/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/