PureBytes Links
Trading Reference Links
|
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.
<FONT
size=2>
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
Attachment:
meta.png
Attachment:
Description: "Description: Binary data"
|