Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
570
what is the default for trendlineperiod when trendline is set to simpleaverage
posted

I coded the trendline option 

Trendlinetype ="SimpleAverage" on a chart (just has a single line series) and it showed up fine but I find that is not enough as I need to give the equation and be able to state what Trendlineperiod is being used. So two questions:

What does Trendlineperiod default to if you don't code anything for it?

What is the equation that is used for a "simpleaverage"?

I tried to see if I could determine anything with intellisense in the debugger (vs2010) but I couldn't tell what was being used.