|
Description |
|
|
|
Formula |
TamSigoM(series,Periods=25,PrevBar=12)=begin yom = 100 * (($1.close - savg($1, Periods)[PrevBar]) / (savg($1, Periods)[PrevBar])) avyom = Sum(yom, 50) / 50 varyom = Sum(yom * yom, 50) / 50 - avyom * avyom som = sqrt(varyom)[PrevBar] sigom = savg(som, Periods)
sigom end |
|
|
Parameters |
SERIES
Periods
PrevBar
|
|
|
Return Value |
|
|
|
Examples |
|
|
|
Comments |
|
©2008 Aspen Research Group, Ltd. All rights reserved. Terms of Use.