PureBytes Links
Trading Reference Links
|
Try this in the Expert Trends tab:
---8<----------------------
delay:=0; {Entry and Exit delay}
In:=Fml("...")=1;
Out:=Fml("...")=-1;
Init:=Cum(In+Out>-1)=1;
flag:=BarsSince(Init OR In)
<BarsSince(Init OR Out)+(Cum(In)=1);
Ref(flag,-delay)
---8<----------------------
jose '-)
--- In Metastockusers@xxxxxxxxxxxxxxx, "Vincenzo Pace" <vyncy68@xxxx>
wrote:
> I have 2 indicator:
> prototipo long:= if(fml....),1,0)
> prototipo short:=if (fml....),-1,0)
> I want to create a expert that the area indicates me buy. How to
make?
> Thanks.
------------------------ 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/
|