Is there any indicator used for relevance analysis? For example, I want to tell how many days the stock up or down with the index at the same direction in the last 30 days. Thanks.
Size:
Color:
Size:
Color:
Thanks, Cone.
I tried these indicators, there are two questions.
1, Correlation are used to compare two dataseries, but which two dataseries are compared? and how to set them by plotting indicators with drag and drop please?
2, In the CorrelationXL description, it says it matches Excel's output. I don't understand. Could you explain it?
Thanks again for your help.
Size:
Color:
QUOTE:
1, Correlation are used to compare two dataseries, but which two dataseries are compared?
For example, your stock's Close price vs. the index's Close price retrieved using
GetExternalSymbol(...).Close.
QUOTE:
and how to set them by plotting indicators with drag and drop please?
It will be available in code-based Strategies only.
QUOTE:
2, In the CorrelationXL description, it says it matches Excel's output. I don't understand. Could you explain it?
It means that the numbers are designed to be identical with Excel's CORREL (or is it PEARSON?) function.
Size:
Color:
Thank you so much, Eugene. :)
Size:
Color: