Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ st.write("""
|
|
| 147 |
### Description
|
| 148 |
This application simulates future stock or cryptocurrency prices using bootstrapping simulation methods.
|
| 149 |
You can specify the stock ticker or crypto pair, the date range, the number of simulation days, the number of simulations, and price thresholds.
|
| 150 |
-
The simulation results will show the probability of the price falling below, between, or above the specified thresholds.
|
| 151 |
|
| 152 |
|
| 153 |
with st.expander("Click here to read the description"):
|
|
@@ -186,7 +186,7 @@ with st.expander("Click here to read the description"):
|
|
| 186 |
|
| 187 |
|
| 188 |
|
| 189 |
-
**Results:**
|
| 190 |
The app will display two charts:
|
| 191 |
1. The distribution of the final simulated prices with key statistical measures.
|
| 192 |
2. The historical prices with simulated future price cones and the specified thresholds.
|
|
|
|
| 147 |
### Description
|
| 148 |
This application simulates future stock or cryptocurrency prices using bootstrapping simulation methods.
|
| 149 |
You can specify the stock ticker or crypto pair, the date range, the number of simulation days, the number of simulations, and price thresholds.
|
| 150 |
+
The simulation results will show the probability of the price falling below, between, or above the specified thresholds.""")
|
| 151 |
|
| 152 |
|
| 153 |
with st.expander("Click here to read the description"):
|
|
|
|
| 186 |
|
| 187 |
|
| 188 |
|
| 189 |
+
st.write("""**Results:**
|
| 190 |
The app will display two charts:
|
| 191 |
1. The distribution of the final simulated prices with key statistical measures.
|
| 192 |
2. The historical prices with simulated future price cones and the specified thresholds.
|