Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Stochastic Momentum Index (SMI) Topic Rating:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Bruce_L
Posted : Friday, March 17, 2017 10:29:39 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Stochastic Momentum Index (SMI)

Template (v17+)

Main Stochastic Momentum Index Line

200 * XAVG(XAVG(Cz - (MAXHd.z + MINLd.z) / 2, a), b) / XAVG(XAVG(MAXHd.z - MINLd.z, a), b)

SMI Signal Line

200 * XAVG(XAVG(XAVG(Cz - (MAXHd.z + MINLd.z) / 2, a), b) / XAVG(XAVG(MAXHd.z - MINLd.z, a), b), c)

Where d is the Days Period.
Where a is the Smoothing Period.
Where b is the Double Smoothing Period.
Where c is the Signal EMA Period.
Where z is the number of Bars Ago. z can also be a date. May 4, 2015 would be (single quotes required): '05/04/2015'

Related Topics



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Aces4Me
Posted : Saturday, March 18, 2017 8:25:05 AM
Registered User
Joined: 4/30/2015
Posts: 197

If you wish to use SMA instead of EMA simply remove the X from XAVG?

 

Aces4Me
Posted : Saturday, March 18, 2017 8:26:58 AM
Registered User
Joined: 4/30/2015
Posts: 197

Is the signal line the "Slow" Line

Aces4Me
Posted : Saturday, March 18, 2017 8:38:07 AM
Registered User
Joined: 4/30/2015
Posts: 197

Very confused about the z, below is an old version I was using can you do example of this version

12 4 1

200 * (XAVGC4 - (XAVG(MAXH12,4) + XAVG(MINL12,4)) / 2) / (XAVG(MAXH12,4) - XAVG(MINL12,4))

StockGuy
Posted : Saturday, March 18, 2017 12:20:05 PM

Administration

Joined: 9/30/2004
Posts: 9,187

Unless you're trying to calculate SMI for a past date/bar, you can just ignore the .z in the formulas above.

Users browsing this topic
Guest-1

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.