Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IntelliStock
/
data-api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f657679
data-api
/
models
/
rsi.py
camphong24032002
Update rsi and ichimoku api
048da70
over 1 year ago
raw
Copy download link
history
blame
Safe
144 Bytes
from
pydantic
import
BaseModel
class
RSIPayload
(
BaseModel
):
symbol:
str
periods:
int
=
14
smooth_k:
int
=
3
smooth_d:
int
=
3