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
/
macd.py
camphong24032002
Test
6b95d78
about 1 year ago
raw
Copy download link
history
blame
Safe
85 Bytes
from
pydantic
import
BaseModel
class
MACDSignalPayload
(
BaseModel
):
symbol:
str