Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 1/22/2011(UTC) Posts: 34
Thanks: 1 times Was thanked: 1 time(s) in 1 post(s)
|
Hi all,
I have recently been tinkering around with the Variable Time Series Forecast available in the latest Forum.DLL v2.0.
ExtFml( "Forum.TSF", Data Array, Periods)
Definitely a lot faster than its SMA counterpart. However I was wondering if anyone actually knows how this is calculated? My understanding is there are quite a few different interpretations out there, and I never like adding any blackbox formula to my trading systems.
Any help would be greatly appreciated.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 7/25/2005(UTC) Posts: 1,042
Was thanked: 57 time(s) in 54 post(s)
|
Hi gt
Time Series Forecast is the sum of Linear Regression and Linear Regression Slope. The standard Mov() function in MetaStock generates this with Mov( Data Array, Periods, T ) .
There's also a long-winded method of generating TSF using multiple SMA (S) functions. I don't have a sample available to me at the moment. However, Mov( Data Array, Periods, T ) is really all you need.
Roy
(mstt)
|
1 user thanked mstt for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 1/22/2011(UTC) Posts: 34
Thanks: 1 times Was thanked: 1 time(s) in 1 post(s)
|
Excellent. Thank you as always Roy.
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.