candle close alert

This commit is contained in:
yash 2026-04-27 20:34:48 +03:00
parent 30a7f1b68c
commit dd03cae0f3
10 changed files with 328 additions and 60 deletions

View file

@ -10,4 +10,5 @@ type Candle struct {
OpenTime time.Time
High decimal.Decimal
Low decimal.Decimal
Close decimal.Decimal
}