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
/
ichimoku.py
camphong24032002
feat: update price and rsi data of vn100
e565da6
over 1 year ago
raw
Copy download link
history
blame
Safe
195 Bytes
from
pydantic
import
BaseModel
class
IchimokuPayload
(
BaseModel
):
symbol:
str
conversion_period:
int
=
9
base_period:
int
=
26
span_b_period:
int
=
52
displacement:
int
=
26