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

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 NumPy

Files changed (1) hide show
  1. 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==1.23.4
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