Plot Trendline on an Indicator

Questions about MultiCharts and user contributed studies.
User avatar
Stanley Miller
Posts: 556
Joined: 26 Jul 2005
Has thanked: 3 times

Postby Stanley Miller » 24 Jan 2007

Would you like to plot that trend line and text manually (i.e. using drawing tools) or from the script?

Guest

Postby Guest » 24 Jan 2007

from script. So far I can do the following.

TrendlineID=tl_new(startDate,startTime,startPrice,endDate,endTime,endPrice)

is it possible to replace startPrice and endPrice with the indicator value to get a trend line placed on the indictor Ploted in the script?

Guest

Postby Guest » 26 Jan 2007

any ideas on how I can accomplish this?

User avatar
Stanley Miller
Posts: 556
Joined: 26 Jul 2005
Has thanked: 3 times

Postby Stanley Miller » 27 Jan 2007

Please try tl_new_self function. This is the same as ordinal trendline functions, but it will be applied to the indicator.


Return to “MultiCharts”