types
https://github.com/Golden-Goose-Lab/creon/blob/master/creon/types.py
Candle
class Candle(TypedDict) μΊλ€ λ¨μ νμ μ λλ€. μμ± start_time (νμ datetime) μΊλ€μ μμ μκ°μ λλ€. end_time (νμ datetime) μΊλ€μ μ’ λ£ μκ°μ λλ€. open_price (νμ int) μΊλ€μ μκ°μ λλ€. high_price (νμ int) μΊλ€μ κ³ κ°μ λλ€. low_price (νμ int) μΊλ€μ μ κ°μ λλ€. close_price (νμ int) μΊλ€μ μ’ κ°μ λλ€. volume (νμ int) μΊλ€μ κ±°λλμ λλ€.
Last updated
Was this helpful?