Trend slope and bias
-
- Newbie
- Posts: 3
- Joined: Tue Jan 24, 2012 12:00 am
Trend slope and bias
Hi, I'm using the Trend chart and I would like to get or calculate the slope and bias of this trend chart, do you know how to do? regards, JP
Re: Trend slope and bias
Hi,
Once you have your line series with a Trend function assigned to it and drawn, you can get this series values (.XValues.Value(0), .YValues.Value(0), .XValues.Value(1), .YValues.Value(1)) and calculate the slope manually with basic trigonometry rules:
http://en.wikipedia.org/wiki/Linear_equ ... rcept_form
Once you have your line series with a Trend function assigned to it and drawn, you can get this series values (.XValues.Value(0), .YValues.Value(0), .XValues.Value(1), .YValues.Value(1)) and calculate the slope manually with basic trigonometry rules:
http://en.wikipedia.org/wiki/Linear_equ ... rcept_form
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |