ConeChart for the asset or fund under investigation Evaluate the returns of an investment manager giventheir return and volatility expectations. Calculates 1 and 2 standard deviations from the expected return.
1 2 3 4 5 6 | generate_cone_chart(
return_series,
target_return,
expected_volatility,
timeseries_frequency
)
|
return_series |
: The return series of the asset or fund that you are planning to invest in |
target_return |
: The target return you have for the asset or fund that you are planning to invest in |
expected_volatility: |
The expected volatility you have for the asset or fund that you are planning to invest in |
timeseries_frequency: |
Daily, Monthly, Weekly, Yearly |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.