BlndMrn

Results 1 issues of BlndMrn

Json cant read OHLC2 struct with types float64 beacuse of Bybit returns numbers with dot. Rewrote struct, works fine ``` type OHLC2 struct { Symbol string `json:"symbol"` Interval string `json:"interval"`...