Mine is [email protected] Thanks,
Rajiv Rajiv On Fri, Nov 23, 2012 at 9:49 AM, Jim Melillo <[email protected]>wrote: > ** > > > If you could send me a copy too, I'd appreciate it on the DeMark > indicators. > > [email protected] > > Jim Melillo > > ------------------------------ > To: [email protected] > From: [email protected] > Date: Thu, 22 Nov 2012 16:27:23 -0500 > Subject: Re: [EquisMetaStock Group] Re: DeMark > > > > hi > > could i have a copy too? > > regards > > bill > > [email protected] > > > -----Original Message----- > From: onepersonse <[email protected]> > To: equismetastock <[email protected]> > Sent: Thu, Nov 22, 2012 9:10 pm > Subject: [EquisMetaStock Group] Re: DeMark > > > If you give me your valid email address here I will send you a reply. > I have some years ago I made a complete system for this, where the level > of the pivot points and other parameters are open > > oneperson > > --- In [email protected], "sourav" <sournila@...> wrote: > > > > I wonder if anybody can help me with this. > > > > 1) TD Supply lines---Level one TD Supply lines are drawn by joining from > the right 2 TD Level one supply points. A TD Supply Point is a High > surrounded on either side by lower highs.I had coded these points in blue > by going to the highlight tab in the expert adviser and coding > H>Ref(H,-1)AND H>Ref(H,+1) I selected the blue color for the points.I named > the Expert "TD Supply Points" .On opening a chart I would manually draw a > line with the Trend line tool connecting the last 2 supply points from the > right and observing if any price bar violates it from below. > > Could you please supply me with an Explorer formula for this.? > > > > I tried to code it myself --- > > > > Explorer---New > > > > Under A > > ValueWhen(1,Cross(C, Fml( "TD Supply Points")),H) > > > > Filter > > > > C<A+1 AND C> A-1 > > > > The idea is that the Exploration will return a chart where on drawing > manual TD Supply lines I can see the violations. > > > > But this gives Debugging errors. > > > > Can anyone help? > > > > > >
