| 
 PureBytes Links 
Trading Reference Links 
 | 
====================
Clean system signals
====================
---8<-------------------
In:=Fml("your Entry code");
Out:=Fml("your Exit code");
delay:=Input("Entry and Exit delay",0,5,0);
plot:=Input("signals:  [1]Clean,  [2]All",
 1,2,1);
Init:=Cum(In+Out>-1)=1;
InInit:=Cum(In)=1;
flag:=BarsSince(Init OR In)
 <BarsSince(Init OR Out)+InInit;
signals:=(InInit AND Alert(InInit=0,2)
  OR flag AND Alert(flag=0,2))
   -(flag=0 AND Alert(flag,2));
0;Ref(If(plot=1,signals,In-Out),-delay)
---8<-------------------
Adjust code & reference the above indicator in your buy/sell signals 
Expert/Exploration for "clean" system signals.
To remove all System Tester buy/sell symbols:  Alt+Del.
jose '-)
http://users.bigpond.com/prominex/pegasus.htm
--- In Metastockusers@xxxxxxxxxxxxxxx, "jim" <jimk_30045@xxxx> wrote:
> 
> could i have replies on how to remove/clean a chart of all b/s 
> arrows...thanks   jim
------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/zMEolB/TM
--------------------------------------------------------------------~-> 
 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
    Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |