Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,8 @@ if is_crypto:
|
|
| 42 |
st.write("""
|
| 43 |
This tool estimates potential price movements of a selected stock or cryptocurrency over a specified time horizon using Monte Carlo Simulations.
|
| 44 |
The estimates are based on historical volatility and the implied volatility derived from the Black-Scholes-Merton model.
|
| 45 |
-
You can adjust the time horizon, number of simulations, and volatility measures to explore different scenarios of price dynamics.
|
|
|
|
| 46 |
""")
|
| 47 |
|
| 48 |
# Adding LaTeX formatted formulas
|
|
|
|
| 42 |
st.write("""
|
| 43 |
This tool estimates potential price movements of a selected stock or cryptocurrency over a specified time horizon using Monte Carlo Simulations.
|
| 44 |
The estimates are based on historical volatility and the implied volatility derived from the Black-Scholes-Merton model.
|
| 45 |
+
You can adjust the time horizon, number of simulations, and volatility measures to explore different scenarios of price dynamics.
|
| 46 |
+
To read more about the methodologies, visit [this link](https://entreprenerdly.com/price-movements-with-historical-implied-volatility-monte-carlo/).
|
| 47 |
""")
|
| 48 |
|
| 49 |
# Adding LaTeX formatted formulas
|