Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Fast Calculating Standard Deviation
Collapse
X
-
Fast Calculating Standard Deviation
This indicator does a running calculation of standard deviation. Its way faster then the included NT @stdev. It will differ slightly from an iterating calc because of double percision errors but over time the errors should sum to zero so its all good. Also note this calculates standard deviation of a sample as opposed to a population as with the NT version. It also has a public DataSeries for the Mean. Enjoy.Last edited by darckeen; 06-09-2009, 01:20 PM.Tags: None
-
No joy here
I tried to install this indicator ,but got a message saying it had been manipulated some how . I didn't go any further , but now I'm having all kindsOriginally posted by darckeen View PostThis indicator does a running calculation of standard deviation. Its way faster then the included NT @stdev. It will differ slightly from an iterating calc because of double percision errors but over time the errors should sum to zero so its all good. Also note this calculates standard deviation of a sample as opposed to a population as with the NT version. It also has a public DataSeries for the Mean. Enjoy.
of trouble with ninja . Most of the time I can't get all my charts open before
all of Ninja becomes Non responsive . Some times all my charts open ,but just
scrolling the one chart a little Makes Ninja go non responsive . The trouble
started when after I tried to install this indicator .... Don't know what else to
blame it on . I've reinstalled Ninja , repaired the data base and searched my
computer for every instance of this , still no joy ...
Comment
-
Thanks Bertrand . Far as I can tell it never really got installed ,but I've gotOriginally posted by NinjaTrader_Bertrand View PostT2020, have you tried deleting the indicator and then recompiling your files to check if this helps resolving the issue?
back up and running . The main hold up was a tick chart trying to load . Once
I got it loaded , I changed it to a minute chart . Seems to be less stressful on
NT . The main thing is I'm up and running . How stable , I'm not sure yet .
Comment
-
Hi darckeen,
This sure is a much faster version so thankyou for posting it.
I used it in some of my code where the period is generated by a counter and found I had to make 1 minor mod to the first line to get it to work;
if (CurrentBar > period - 1 && period > 1)
This may help others...
Thanks again...
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
649 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
370 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
576 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment