Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,12 +10,14 @@ st.title('Future Price Movements with Monte Carlo Simulations')
|
|
| 10 |
|
| 11 |
# Sidebar instructions
|
| 12 |
st.sidebar.title('Input Parameters')
|
| 13 |
-
|
|
|
|
|
|
|
| 14 |
st.sidebar.markdown("""
|
| 15 |
-
1. **Enter Ticker and Date**: Type the stock or cryptocurrency ticker and select the date range.
|
| 16 |
-
2. **Set Parameters**: Adjust the time horizon, number of simulations, and other parameters to customize the analysis.
|
| 17 |
-
|
| 18 |
-
""")
|
| 19 |
|
| 20 |
# Wrapping ticker and date settings in an expander
|
| 21 |
with st.sidebar.expander("Ticker and Date Settings", expanded=True):
|
|
|
|
| 10 |
|
| 11 |
# Sidebar instructions
|
| 12 |
st.sidebar.title('Input Parameters')
|
| 13 |
+
|
| 14 |
+
with st.sidebar.expander("How to use", expanded=False):
|
| 15 |
+
#st.sidebar.subheader('How to Use This App')
|
| 16 |
st.sidebar.markdown("""
|
| 17 |
+
1. **Enter Ticker and Date**: Type the stock or cryptocurrency ticker and select the date range.
|
| 18 |
+
2. **Set Parameters**: Adjust the time horizon, number of simulations, and other parameters to customize the analysis.
|
| 19 |
+
- **For Cryptocurrencies**: The BSM analysis is not applicable. Set the BSM volatility to 0 to exclude the BSM-based analysis.
|
| 20 |
+
""")
|
| 21 |
|
| 22 |
# Wrapping ticker and date settings in an expander
|
| 23 |
with st.sidebar.expander("Ticker and Date Settings", expanded=True):
|