OPEN-SOURCE SCRIPT

Linear Extrapolation

Basic extrapolator for forecast a time-series, all forecasts are mades length periods ahead.

snapshot

snapshot

This is not a estimation of the exact price

This should only be used for forecasting direction, dont expect the price to be at the same value of its forecast.

Bias, Mean absolute error, Mean percentage error...etc look useless here, its better to use correlation as a accuracy measurement.

Correlation(Forecast[length],close,period)

snapshot

Rescaling for a better forecast ?

Transforming a non-stationary signal to a stationary signal can increase the forecasting accuracy, this can be done by detrending. Here is a list of somes detrending methods:

Auto-Bias : price - price[period]

Mean-Bias : price - price moving average

Log transform : log(price/price moving average)

Correlation : correlation(price,n,period)



extrapolationforecastforecastingforecastingtechniquespredictionTrend Analysis
alexgrover
Wizard
Check out the indicators we are making at luxalgo: tradingview.com/u/LuxAlgo/

Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publication is governed by House rules. You can favorite it to use it on a chart.

Want to use this script on a chart?

Disclaimer