PureBytes Links
Trading Reference Links
|
Hello rsb_44,
thanks for the site !!!
----------------------------------------------------------------------
Col A: Peak(1,H,10)<=1.1*Peak(2,H,10)
AND Peak(1,H,10)>=0.9*Peak(2,H,10)
AND Trough(1,L,10)>=1.1*Trough(2,H,10)
AND Trough(1,L,10)<=0.9*Trough(2,H,10)
AND LLV(L,25)
Col B: Peak(1,H,5)<=1.1*Peak(2,H,5)
AND Peak(1,H,5)>=0.9*Peak(2,H,5)
AND Trough(1,L,5)>=1.1*Trough(2,H,5)
AND Trough(1,L,5)<=0.9*Trough(2,H,5)
AND LLV(L,25)
Col C: Peak(1,H,1)<=1.1*Peak(2,H,1)
AND Peak(1,H,1)>=0.9*Peak(2,H,1)
AND Trough(1,L,1)>=1.1*Trough(2,H,1)
AND Trough(1,L,1)<=0.9*Trough(2,H,1)
AND LLV(L,25)
Filter colA=1 OR colB=1 OR colC=1
----------------------------------------------------------------------
I copied the code in the indicator builder but following error comes ...
"A column reference is not allowed in this formula type."
I don`t know what the problem is !!!
Best wishes hopefully ...
MS Leopard
--- In equismetastock@xxxxxxxxxxxxxxx, "rsb_44" <rsb_44@xxx> wrote:
>
> There are several sites that have "custom" formulas.. This is one.
> The links section has several others. Look at the 2nd indicator.:
>
> http://www.meta-formula.com/Metastock-All-Formulas.html
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, dagalic <no_reply@> wrote:
> >
> > Hello together,
> >
> > i had tried in the last few days to create some simple indicators
> and
> > need your help to complete they that it works !!!
> >
> > I tried to create some indicators - some sucessfull and some don`t
> > works. I need you help and will send you in the next few minutes my
> > indicators which didn`t worked !!!!
> >
> > Thank you ahead for help !!!
> > Perhaps could someone use their too - so we have all a more
> value ...
> >
> > 123 Ross Hook ...
> > --------------------------
> > Col A: Peak(1,H,10)<=1.1*Peak(2,H,10)
> > AND Peak(1,H,10)>=0.9*Peak(2,H,10)
> > AND Trough(1,L,10)>=1.1*Trough(2,H,10)
> > AND Trough(1,L,10)<=0.9*Trough(2,H,10)
> > AND LLV(L,25)
> > Col B: Peak(1,H,5)<=1.1*Peak(2,H,5)
> > AND Peak(1,H,5)>=0.9*Peak(2,H,5)
> > AND Trough(1,L,5)>=1.1*Trough(2,H,5)
> > AND Trough(1,L,5)<=0.9*Trough(2,H,5)
> > AND LLV(L,25)
> > Col C: Peak(1,H,1)<=1.1*Peak(2,H,1)
> > AND Peak(1,H,1)>=0.9*Peak(2,H,1)
> > AND Trough(1,L,1)>=1.1*Trough(2,H,1)
> > AND Trough(1,L,1)<=0.9*Trough(2,H,1)
> > AND LLV(L,25)
> >
> > Filter colA=1 OR colB=1 OR colC=1)
> >
> > Thanks ahead :
> > MS Leopard
> >
>
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/
|