PureBytes Links
Trading Reference Links
|
Hank,
There is a bit of overkill in the indicator that I provided and there is some room for further refinement. Glad it will work ofr you.
You can find some more Demark indicators here:
http://trader.online.pl/MSZ/e-0-tytulowa-d.html
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, Henry Pang <hankpang@xxx> wrote:
>
>
> Hi Preston,
>
> Yes, this is what I am trying to write. Do I post this coding under Expert Advisor or Indicators? Do you have any similar coding?
>
> Thank you for helping out.
>
> Cheers,
> Hank
>
>
>
>
>
> --- 2009¦~3¤ë19¤é ¬P´Á¥|¡Apumrysh <no_reply@xxxxxxxxxxxxxxx> ¼g¹D¡R
>
> > ±H¥ó¤H: pumrysh <no_reply@xxxxxxxxxxxxxxx>
> > ¥DÃD: [EquisMetaStock Group] Re: Numbering Problem
> > ¦¬¥ó¤H: equismetastock@xxxxxxxxxxxxxxx
> > ¤é´Á: 2009 3 19 ¬P´Á¥| ¤W¤È 4:07
> > Hank,
> >
> > The idea is very similar to that of the Demark indicators.
> >
> > Try this:
> >
> > Condition:=If(C > Ref(C,-2),1,0);
> > Count:= Cum(Condition);
> > If(count > Ref(count,-1),count,0);
> >
> > Preston
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, Henry Pang
> > <hankpang@> wrote:
> > >
> > > Dear All,
> > >
> > > I am trying to number the bar using Expert Advisor.
> > The rule is very simple "Close must be higher than the
> > Previous 2 days close" (C >Ref (C,-2)) and I wish to
> > number them 1 by 1.... Unfortunately, I only get 1 for all
> > the bar. Please help.. The attached file is S&P 500 for
> > your reference.
> > >
> > > Thank you
> > >
> > > Cheers,
> > > Hank
> > >
> > >
> > >
> > Yahoo!»´ä´£¨Ñºô¤W¦w¥þ§ð²¤¡A±Ð§A¦p¦ó¨¾½d¶Â«È!
> > ½Ð«e©¹ http://hk.promo.yahoo.com/security/ ¤F¸Ñ§ó¦h!
> > >
>
>
> Yahoo!»´ä´£¨Ñºô¤W¦w¥þ§ð²¤¡A±Ð§A¦p¦ó¨¾½d¶Â«È! ½Ð«e©¹ http://hk.promo.yahoo.com/security/ ¤F¸Ñ§ó¦h!
>
------------------------------------
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/
|