Values along a Trendline

 
Hello:

Is there a way to read the values of each bar that a Trendline passes through?

For instance, if I create a Trendline from (2) points on Bar 0 and Bar 15... is there a way to know the values that the Trendline passes through for Bars 1-14?

Thanks for the help!

-charliev
 
Hello:

Is there a way to read the values of each bar that a Trendline passes through?

For instance, if I create a Trendline from (2) points on Bar 0 and Bar 15... is there a way to know the values that the Trendline passes through for Bars 1-14?

Thanks for the help!

-charliev

Try double ObjectGetValueByShift( string name, int shift)
See dictionary.
 
THANK YOU!
-c