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?
>


Reply via email to