TradingView
alexgrover
23 Haz 2020 15:11

TF Segmented Linear Regression 

Advanced Micro Devices, Inc.NASDAQ

Açıklama

Fit a line at successive intervals, where the interval period is determined by a user-selected time frame, this allows the user to have an estimate of the intrinsic trend within various intervals.

Settings

  • Timeframe : Determine the period of the interval, if the timeframe is weekly then a new line will be fit at the start each weeks, by default "Daily"
  • Mult : Multiplication factor for the RMSE, determine the distance between the upper and lower extremities
  • Src : Input data for the indicator
  • Plot Extremities : Logical value, if true then the extremities of the channel are plotted, if false only the midline is plotted, true by default.


Usage

The timeframe setting should be higher than the current chart timeframe, note however that too large values of timeframe might return an error. Since the maximum number of lines that can be plotted is 54, using the extremities will only return 18 channels.

The indicator can be compared to the "regression trend" drawing tool



Main tf = 5 min with the indicator using a daily timeframe, the filled area is produced by the regression trend drawing tool using the same interval as the indicator, and coincide with it.



Main tf = 15 min with the indicator using a weekly timeframe, wider channel indicate that the values tend to be farther away from the fitted line.

A line with a significant slope indicates a strong trend, in that case, the width of the channel is determined by the amplitude of the retracements in the trend, with a narrower channel indicating a cleaner trend.

When the fitted line has a low slope value and the channel is wide, it means that there were two or more variations of opposite directions with large amplitudes within the interval, this also indicates that a linear model is not appropriate.

A slope approximately equal to 0 with a low channel width indicates a trendless market with cyclical variations of low amplitude in it.

Refrences

Determining the starting and ending points of the fitted line was done using a linear combination between the wma and sma

tradingview.com/script/IXDiw4TP-Computing-The-Linear-Regression-Using-The-WMA-And-SMA/

The wma and sma functions both use a series as period by making use of the Wma and Sum functions in the following script

tradingview.com/script/kY5hhjA7-Functions-Allowing-Series-As-Length-PineCoders-FAQ/

Yorumlar
PineCoders
PineCoders
This publication will be featured in our "Best Scripts of The Month" selection. Thank you for your valuable contribution to the TradingView community, and congrats!
ICEKI
Very brilliant works Alexgrover!

Now it can descriptive trend analysis way more convenience; Thank You so much for sharing this for us.
alexgrover
@ICEKI, I really like the "analytical" aspect of such script, I am glad you like it :D Thx for your support as always
ICEKI
@alexgrover, You're very welcome; I also the fans of analytical and forecast/prediction aspect too. Therefore I love all your work as others coders too =D

Keep it up Alexgrover! Appreciated your great works as always <3
UnknownUnicorn1537978
is it possible to have it on the maximum and minimum points?
blackcat1402
this is a zig zag version that indicating sub zig zags :D. very nice and thanks for sharing
MadScalper
Is there a possibility of Trend Segmented Multi timeframe Linear Regression channel??
alexgrover
@MadScalper, Certainly :)
flush6789
I suggest that you tell the novice how to write the code according to the example. I will be the first one willing to pay for it. Your meticulous and patient explanation ability is absolutely competent.
Daha Fazla