PureBytes Links
Trading Reference Links
|
TL_New, use "Date+n" for the end date to extend the required number
of days to the right. n=1,2,3... etc
If you need the trend line to end on a specific date then use Julian date
functions to calc correct date, because "Date+n" makes no allowances for
max days in each month etc
Rob.
> Is it possible to plot a trend line forward beyond the last bar on the chart
> (to the right), like using Plot[-1](Value,"MyValue")? I tried TL_New[-1](...)
> and TL_New(date, time, StartVal, date[-1], time, EndVal) but they don't work.
> And, I can't use TL_SetExtRight since the plotted forward value is not the same
> as the value on the last bar of the chart.
>
> Any suggestions are greatly appreciated.
>
> Thanks!
>
>
|