[TABLE="width: 300"]
<tbody>[TR]
[TD]Day
[/TD]
[TD]Price
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1.0
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]5.0
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]10.0
[/TD]
[/TR]
</tbody>[/TABLE]
Hi
I'm trying to calculate a future value based on a trend line calculated off two values.
I've tried searching example/tutorials and can only find where the data is fully populated.
I'd like to use something like the trend() to predict a value on day 20?
I'd really appreciate it if someone could point me in the right direction.
Thanks
<tbody>[TR]
[TD]Day
[/TD]
[TD]Price
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]1.0
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]5.0
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]10.0
[/TD]
[/TR]
</tbody>[/TABLE]
Hi
I'm trying to calculate a future value based on a trend line calculated off two values.
I've tried searching example/tutorials and can only find where the data is fully populated.
I'd like to use something like the trend() to predict a value on day 20?
I'd really appreciate it if someone could point me in the right direction.
Thanks