PureBytes Links
Trading Reference Links
|
I see mistakes are in both code execution and strategy logic.
Try this:
---8<------------------------------------------
x:=FmlVar("RBS - Ramona Bands Strategy","SIGNALS");
entryLong:=x=1;
exitLong:=x=-1;
---8<------------------------------------------
You will also need to read the instructions:
http://www.metastocktools.com/downloads/RBS.txt
Hint: read between the lines.
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, "anusang60" <anusang60@xxx> wrote:
>
> Dear Jose,
> I have tried to make an exploration with the MS fmlvar function in
> the following manner:
> For Short/Exit Entry Signal:
> If(C>FmlVar("RBS - Ramona Bands Strategy","UPPERRB"),-1,0)
> For Long/Cover Short Entry Signal:
> If(C<FmlVar("RBS - Ramona Bands Strategy","LOWERRB"),1,0)
> The result was Long Entry Signal in all the securities and
> Short Entry Signal in none.
> Will you please point out where I have done the mistake in
> writing the formula?
>
> Regards
> Anu
>
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, huseyinturcan <no_reply@>
> wrote:
> >
> > Jose,
> >
> > Thanks a lot for your your great helps. Be sure that I always share
> > the money with the poor people of my country after I make money in
> > the stock marjek. This rule will continue whether RBS or any other
> > system will let me to make money
> >
> > Best Regards
> >
> > Huseyin
> >
> >
> >
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Jose Silva" <josesilva22@>
> > wrote:
> > >
> > > I have no trouble referencing the password-protected Ramona Bands
> > > indicator variables:
> > >
> > > upper:=FmlVar("RBS - Ramona Bands Strategy","UPPERRB");
> > > lower:=FmlVar("RBS - Ramona Bands Strategy","LOWERRB");
> > >
> > >
> > > Huseyin, don't forget to share any wealth created with the Ramona
> > Bands...
> > > ;)
> > >
> > >
> > > jose '-)
> > > http://www.metastocktools.com
> > >
> > >
> > >
> > > --- In equismetastock@xxxxxxxxxxxxxxx, huseyinturcan <no_reply@>
> > wrote:
> > > >
> > > > Guys,
> > > >
> > > > I tried to write an exploration with MS fml function to find
> out
> > end of
> > > > day upper band and lower band limits of RBS. I could only
> obtain
> > the
> > > > lower band. Because the strategy is password protected, it is
> not
> > > > possible to use fmlvar function.
> > > >
> > > > Is there any other way to get upper-lower band limits by means
> > of an
> > > > exploration
> > > >
> > > > Kind Regards
> > > >
> > > > Huseyin
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|