0
Follow
2
Followers
Я хотел бы задать вопрос о проблеме отправки сообщений Websocket.
Created 2025-03-28 17:10:46
2
716
var ws = null
ws = Dial("wss://fstream.binance.com/stream?streams=ethusdt@kline_1h/bnbsudt@kline_1h")
while (true) {
const data = ws.read()
const msg = JSON.parse(data)
Log(msg)
}
Подписка на K-линии двух торговых пар, почему вывод информации только на ETH
Related Recommendations
Inventor Quant Workflow FAQ (Continuously Updated)Financial Magic Zone Global KOL RecruitmentFAQ Summary (Updating...)PINE Language Introductory Tutorial of FMZ QuantPrimary Tutorial of Strategy Writing with FMZ Quant Trading Platform (Must Read)Getting Started with FMZ Quant Trading Platform (Must Read)
