PureBytes Links
Trading Reference Links
|
Deviprabain,
You might also enjoy this:
http://trader.online.pl/MSZ/e-w-Moving_Average_Shifted_Bands.html
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxx> wrote:
>
> Deviprabain,
>
> Just in case you haven't found the answer yet try this. It
includes
> price plot, signal indicator, and exploration.
>
> Hope it helps,
>
> Preston
>
>
>
> {deviprabain Indicator}
> {plot on chart}
>
> 7DMA:= Mov(C,7,S);
> 50DMA:= Mov(C,50,S);
> TOP:=50DMA+(50DMA*(.03));
> BOTTOM:= 50DMA-(50DMA*(.03));
> BUY:=7DMA > TOP;
> SELL:=7DMA < BOTTOM;
> 7dma; top; bottom;
> {end}
>
> {deviprabain Signals}
> {plot in separate window}
>
> 7DMA:= Mov(C,7,S);
> 50DMA:= Mov(C,50,S);
> TOP:=50DMA+(50DMA*(.03));
> BOTTOM:= 50DMA-(50DMA*(.03));
> BUY:=7DMA > TOP;
> SELL:=7DMA < BOTTOM;
> BUY; SELL*-1;
> {end}
>
>
> {deviprabain Exploration}
>
> {Column A:}
> {Column Name BUY}
>
> 7DMA:= Mov(C,7,S);
> 50DMA:= Mov(C,50,S);
> TOP:=50DMA+(50DMA*(.03));
> BOTTOM:= 50DMA-(50DMA*(.03));
> BUY:=7DMA > TOP;
> SELL:=7DMA < BOTTOM;
> BUY;
>
> {Column B:}
> {Column Name SELL}
>
> 7DMA:= Mov(C,7,S);
> 50DMA:= Mov(C,50,S);
> TOP:=50DMA+(50DMA*(.03));
> BOTTOM:= 50DMA-(50DMA*(.03));
> BUY:=7DMA > TOP;
> SELL:=7DMA < BOTTOM;
> SELL;
>
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "deviprabain"
> <deviprabain@> wrote:
> >
> > Hi,
> > Can any one help to Explore "7DMA crossover 50DMA with 3%
shift
> (3%
> > shift either side of 50DMA.).
> >
>
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/
|