Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IntelliStock
/
logic-center
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6b95d78
logic-center
/
models
/
summary.py
camphong24032002
Test
6b95d78
about 1 year ago
raw
Copy download link
history
blame
Safe
211 Bytes
from
pydantic
import
BaseModel
class
SummarySignalPayload
(
BaseModel
):
symbol:
str
periods:
int
=
14
smooth_k:
int
=
3
smooth_d:
int
=
3
threshold_low:
int
=
20
threshold_high:
int
=
80