thepcmd
12-15-2007, 08:22 PM
Has anyone already written indicator that take a linear regression and then smooths it by a certain period? I have dabbled in the indicators but this is above my capabilities. Thanks
NinjaTrader_Ray
12-16-2007, 01:17 PM
As in smooth by a simple moving average? If you have done some NinjaScript indicator programming, this is quite simple. Its identical in principle to the Volume smooth by SMA indicator development tutorial located at the following link.
http://www.ninjatrader-support.com/HelpGuideV6/SettingUpACustomIndicator.html
thepcmd
12-16-2007, 02:04 PM
Thanks Ray, you always have given me good answers. Worked like a charm. Thanks for the guidance.