luisotorres
commited on
Commit
β’
5cf0dbb
1
Parent(s):
802d262
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,13 @@ iface = gr.Interface(
|
|
119 |
In the Kaggle Notebook, <a href = "https://www.kaggle.com/code/lusfernandotorres/volatility-based-supply-and-demand-levels/notebook">Volatility-Based Supply & Demand Levels Forecasting</a>, you can read further on how these supply and demand levels are calculated. <br><br>
|
120 |
<b>Intructions</b><br>
|
121 |
Enter the ticker of a security as it is displayed on Yahoo Finance. Then inform a year of reference. <br>
|
122 |
-
The supply and demand levels are forecastings for the following year. If you inform <i>2022</i> as input, the plot will contain the forecastings for <i>2023</i>.
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
fn=wrapper_func,
|
124 |
inputs=[
|
125 |
gr.Textbox(label="Enter the Ticker as it Appears on Yahoo Finance"),
|
|
|
119 |
In the Kaggle Notebook, <a href = "https://www.kaggle.com/code/lusfernandotorres/volatility-based-supply-and-demand-levels/notebook">Volatility-Based Supply & Demand Levels Forecasting</a>, you can read further on how these supply and demand levels are calculated. <br><br>
|
120 |
<b>Intructions</b><br>
|
121 |
Enter the ticker of a security as it is displayed on Yahoo Finance. Then inform a year of reference. <br>
|
122 |
+
The supply and demand levels are forecastings for the following year. If you inform <i>2022</i> as input, the plot will contain the forecastings for <i>2023</i>. <br><br>
|
123 |
+
|
124 |
+
β’ Dot lines represent one standard deviation (68.7% probability). <br>
|
125 |
+
|
126 |
+
β’ Dash lines represent two standard deviations (95.4% probability). <br>
|
127 |
+
|
128 |
+
β’ Dash and dot lines represent three standard deviations (99.7% probability).""",
|
129 |
fn=wrapper_func,
|
130 |
inputs=[
|
131 |
gr.Textbox(label="Enter the Ticker as it Appears on Yahoo Finance"),
|