How to plot std-deviation between 2 DataSeries
Author: sofia
Creation Date: 1/11/2013 1:33 PM
profile picture

sofia

#1
Hello,

Is there an indicator than compares std-deviation between 2 dataseries?
Example
CODE:
Please log in to see this code.

Is there an indicator that compares stddev between 2 dataseries and store it as a dataseries.
//DataSeries PSstddev = StdDev(PSvix, PSvxv, ...) ?

Thanks,
Sofia
profile picture

Eugene

#2
Yes, you will find it here:

Standard Indicators
profile picture

Cone

#3
Just pass the difference between the two series -
DataSeries PSstddev = StdDev(PSvix - PSvxv, ...)
profile picture

Eugene

#4
Just to be on the safe side -
DataSeries PSstddev = StdDev.Series(PSvix - PSvxv, ...)
profile picture

sofia

#5
Thanks.
btw, new site is very good.

So do we just cut and paste the code here, unlike the older site this one does not have select menu to embedd code.

Regards,
Sofia
profile picture

Eugene

#6
The tags are not working yet. Copying and pasting is also broken. Sorry for the inconvenience.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).