how to draw a parrallel pitchfork in mql4 thanks in advance

 
 ObjectCreate( "andrew1", 19,0,gt1t,gp1,gt2t,gp2,gt3t,gp3 ) ;

how to draw a parrallel pitchfork in mql4 thanks in advance

t

 
1. Get data from the blue pitch :

  • First data : number of bars and points starting from the upper line to middle line
  • Second data : number of bars and points starting from middle line to lower line

2. From the lower blue pitch using that data.

  • To get white middle line, subtract point and bar from lower blue line using first data
  • To get white lower line, add points and bars from white middle line using second data
3. DRAW !!!

BTW, you shouldn't create new topic/thread, you should continue using the one you've already created.

 
thanks dear,, but it works in some conditions and in others it doesn't
 
3ammary:
thanks dear,, but it works in some conditions and in others it doesn't

Don't dear me ever.

Define that condition that doesn't.