Have you check this coide? My own MetaStock versions of Sequential and Combo were made more than a decade ago.
The Trend Breakout system based on pivot points is an own development where I tried different methods for the breakout of trendlines, similar to the concept Thomas DeMark has described. I have used it for several years. The breakouts are quite fast but this can be changed by different parameters. --- In [email protected], Darren Liew <darrenliew@...> wrote: > > darrenliew@... > thank you. > > > ________________________________ > From: Bill Rook <fibok@...> > To: [email protected] > Sent: Saturday, November 24, 2012 3:32 PM > Subject: Re: [EquisMetaStock Group] Re: DeMark > > > Â > fibok@... > > > > -----Original Message----- > From: onepersonse <onepersonse@...> > To: equismetastock <[email protected]> > Sent: Fri, Nov 23, 2012 11:16 pm > Subject: [EquisMetaStock Group] Re: DeMark > > > Â > > > Pls give me your full email address here and will send you more info about > the Trend BreakOut system for MetaStock. It is nice and for sale. > > I found that I cannot attach pictures to this message. > That is a pity, today both SP500 and Nasdaq have breakouts. > Also my Sequential system looks nice today. > > Best regards > > --- In [email protected], Bill Rook <fibok@> wrote: > > > > hi > > > > > > could i have a copy too? > > > > > > regards > > > > > > bill > > > > > > fibok@ > > > > > > > > -----Original Message----- > > From: onepersonse <onepersonse@> > > 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? > > > > > >
