PureBytes Links
Trading Reference Links
|
Congratulations, you've done it.
That's it, nothing left to do.
jose '-)
--- In Metastockusers@xxxxxxxxxxxxxxx, "Vincenzo Pace" <vyncy68@xxxx>
wrote:
> Hi Josè,
> thanks for your reply.
> I have created this expert:
> Bullish
> delay:=0; {Entry and Exit delay}
> In:=Fml("prototipo buy")=1;
> Out:=Fml("prototipo sell")=-1;
> Init:=Cum(In+Out>-1)=1;
> flag:=BarsSince(Init OR In)
> <BarsSince(Init OR Out)+(Cum(In)=1);
> Ref(flag,-delay)
>
> Bearish
> delay:=0; {Entry and Exit delay}
> In:=Fml("prototipo buy")=1;
> Out:=Fml("prototipo sell")=-1;
> Init:=Cum(In+Out<-1)=1;
> flag:=BarsSince(Init OR Out)
> <BarsSince(Init OR In)+(Cum(Out)=1);
> Ref(flag,-delay)
>
> I have created another indicator "prototipo flat" if((fml....),2,0).
> How to make in order to insert it to the inside of the trend bearish
and bullish?
> Thanks.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|