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
Size:
Color:
Size:
Color:
Just pass the difference between the two series -
DataSeries PSstddev = StdDev(PSvix - PSvxv, ...)
Size:
Color:
Just to be on the safe side -
DataSeries PSstddev = StdDev.Series(PSvix - PSvxv, ...)
Size:
Color:
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
Size:
Color:
The tags are not working yet. Copying and pasting is also broken. Sorry for the inconvenience.
Size:
Color: