Anyone willing to write the most powerful indicator in the fx world? - Clark?

As you know when you plop an indicator on the screen - sometimes it has some global information it needs - this is a requirement.
#Bars - this is to be the number of bars NEEDED to make the trendline default to 3 // so 3 highs of bars must all be within 2 pips (pips defined next) of a drawable trendline.
#pips - this is the number of pips the High or Low of the bar must be within in order to count it as a “bar” as defined above.
#minbars - this is the number of bars to ‘not read’ in order to avoid drawing a trendline to quickly - so if bar1 and bar2 may almost always be a great start if your only looking for a 3rd point.
so put minbars default as 3 - this is the minimum number of bars between bars that ‘count’ as defined above.

so here is a picture of what I mean.

so when I enter the parameters of lets say 5 bars - -and 5 pips - the indi will draw all the trendlines that fit that criteria -

Hey Perch,

Having a hard time understanding what you mean; you’ll have to give me more details.

I’ll see what I can do.

Here is another pic.

There are many indicators from drawing trend-lines automatically. Google it, maybe you will find something close to what you are looking for :wink:

close yes - but no cigar! - user inputs are critical. I didn’t see anything like that with a google search? Maybe I missed it?

demark Trend Lines. or Demark TDL for google will get you there.