PureBytes Links
Trading Reference Links
|
You can make as many indicators as you wish with the copy function.
You must re-code the user inputs into variables for use in an
exploration.
Indicator:
---8<-------------------------------------
ind:=Input("MACD=1, RSI=2, DMI=3, Mom=4",
1,4,1);
pds:=Input("indicator periods",2,2520,10);
f:=Input("price field: Close=1, High/Low=2",
1,2,1);
Ch:=Input("peak/trough depth minimum (0-100%)",
0,100,0)/100;
shift:=Input("shift signals back to match divergences=1",0,1,0);
---8<-------------------------------------
Exploration:
---8<-------------------------------------
ind:=1; {MACD=1, RSI=2, DMI=3, Mom=4}
pds:=10; {indicator periods}
f:=1; {price field: Close=1, High/Low=2}
Ch:=0/100; {peak/trough depth minimum (0-100%)}
shift:=0; {shift signals back to match divergences=1}
---8<-------------------------------------
jose '-)
--- In equismetastock@xxxxxxxxxxxxxxx, "Vincenzo Pace" <vyncy68@xxxx>
wrote:
> Hi Josè,
> it's possible to make 4 different indicator.
> I want to insert into the explorer for to user a filter.
> Thanks
>
> ----- Original Message -----
> From: Prakash Mendon
> To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Sunday, November 21, 2004 7:37 PM
> Subject: Re: [EquisMetaStock Group]
> Re: METASTOCK EXPLORER TRADE SET UP TO SCAN THE STOCKS
>
>
>
> Thanks Jose for the divergence indicator.
> PRAKASH
> --- Jose <josesilva22@xxxx> wrote:
>
> > Try this versatile divergence indicator:
> >
> > http://users.bigpond.com/prominex/MetaStock/Divergence.txt
> >
> >
> > jose '-)
> > http://users.bigpond.com/prominex/pegasus.htm#metastock
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, Prakash
> > Mendon <phmendon@xxxx>
> > wrote:
> > >
> > > Hi Metastock users,
> > > Does anyone have the exploration code to scan for
> > > stock price peak or trough diverging with macd
> > > histogram peak or trough resp.? Or could someone
> > > well versed with metastock code write one and post it ?
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/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/
|