shreyashnadage commited on
Commit
13c570c
1 Parent(s): 724a90d

Stock 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

Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,10 +1,10 @@
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
8
- streamlit==1.11.0
9
- TA_Lib==0.4.19
10
- yfinance==0.1.87
 
1
+ hmmlearn
2
+ nsepy
3
+ nsetools
4
  numpy
5
+ pandas
6
+ plotly
7
+ scipy
8
+ streamlit
9
+ TA_Lib
10
+ yfinance