Seer logo - advanced backtesting for stock, futures and forex trading systems using using technical analysis indicators, charts, money management and position sizing
SID NameDescriptionRating
527 CMOTuschar Chande's Momentum OscillatorNot Approved

technical analysis indicatorThe logic for this technical analysis indicator:

#Tuschar Chande's Momentum Oscillator
my ($period)=@_;  
ValidatePeriods($period);

100 * 
((Sum(If(Close > Ref(Close,-1),(Close-Ref(Close,-1)),0),$period)) - 
(Sum(If(Close < Ref(Close,-1),(Ref(Close,-1)-Close),0),$period))) / 
((Sum(If(Close >Ref(Close,-1),(Close-Ref(Close,-1)),0),$period) + 
(Sum(If(Close < Ref(Close,-1),(Ref(Close,-1)-Close),0),$period))));

© 2010 seer trading systems ltd
feedback FAQ legal privacy