Spaces:
Runtime error
Runtime error
shreyashnadage
commited on
Commit
·
13c570c
1
Parent(s):
724a90d
Added:
Browse filesStock Analysis:
OHLC Plot
Chaikin, MACD indicator,
Candlestick Pattern recognition
Intraday Analysis:
Barrier Hit probability
VWAP analysis
Added requirements
--from requirements.txt removed version for all packages
- requirements.txt +9 -9
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
hmmlearn
|
| 2 |
-
nsepy
|
| 3 |
-
nsetools
|
| 4 |
numpy
|
| 5 |
-
pandas
|
| 6 |
-
plotly
|
| 7 |
-
scipy
|
| 8 |
-
streamlit
|
| 9 |
-
TA_Lib
|
| 10 |
-
yfinance
|
|
|
|
| 1 |
+
hmmlearn
|
| 2 |
+
nsepy
|
| 3 |
+
nsetools
|
| 4 |
numpy
|
| 5 |
+
pandas
|
| 6 |
+
plotly
|
| 7 |
+
scipy
|
| 8 |
+
streamlit
|
| 9 |
+
TA_Lib
|
| 10 |
+
yfinance
|