PureBytes Links
Trading Reference Links
|
Give us the metatrader code and maybe we can convert it.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, sai20_2000 <no_reply@xxxx>
wrote:
> Thanks pumrysh for youe reply. This code I think provide dynamic
> zone around RSI. I need the channel ( like error channel or raff
> channel)for intraday data for PRICE itself.
>
> Regards
> --- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxxx>
wrote:
> > Dynamic Zones
> > PR:=Input("Enter Periods for RSI",1,100,9);
> > PB:=Input("Enter Periods for BUY",1,100,70);
> > PS:=Input("Enter Periods for SELL",1,100,70);
> > UpZone:=Mov(RSI(PR),PS,S)+(1.3185 *Stdev(RSI(PR),PS));
> > LwZone:=Mov(RSI(PR),PB,S)-(1.3185 *Stdev(RSI(PR),PB));
> > UpZone;
> > LwZone;
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, sai20_2000 <no_reply@xxxx>
> wrote:
> > > Hello
> > > I am in need of a channel which changes dynamically with the
> price ,
> > > (which specifies the slope and the range of the channels) .I
> have
> > > MetaTrader formula , but Iam looking for such code in
> Metastock . If
> > > any one has suggestions to make , pls comment.
> > >
> > > Regards
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|