Spaces:
Runtime error
Runtime error
shreyashnadage
commited on
Commit
•
724a90d
1
Parent(s):
c952310
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 NumPy
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
hmmlearn==0.2.8
|
2 |
nsepy==0.8
|
3 |
nsetools==1.0.11
|
4 |
-
numpy
|
5 |
pandas==1.5.1
|
6 |
plotly==5.9.0
|
7 |
scipy==1.9.3
|
|
|
1 |
hmmlearn==0.2.8
|
2 |
nsepy==0.8
|
3 |
nsetools==1.0.11
|
4 |
+
numpy
|
5 |
pandas==1.5.1
|
6 |
plotly==5.9.0
|
7 |
scipy==1.9.3
|