Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lucifer7210
/
stocks-platform
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7508b69
stocks-platform
/
src
/
config.py
Falcao Zane Vijay
deploy #1
8e0b458
about 2 months ago
raw
Copy download link
history
blame
Safe
129 Bytes
# config.py
STOCKS = [
'RELIANCE.NS'
,
'TCS.NS'
,
'INFY.NS'
]
START_DATE =
'2014-02-01'
RSI_PERIOD =
14
SMA_SHORT =
20
SMA_LONG =
50