leedstyh
leedstyh
How about only get OHLCV data from server, and generate indicator(MA, RSI, etc...) values by javascript!
I mean this [demo app](https://demo.serverless-stack.com/signup). Tried more than 5 times, still get `Password did not confirm with policy: XXX` Or show the full policy on the sign up page!
## Hover doctor ``` hover: Hover version v0.42.0 running on windows hover: Sharing flutter version Flutter 1.20.0-7.3.pre • channel beta • https://github.com/flutter/flutter.git Framework • revision e606910f28 (10 days ago) •...
``` func (u *User) SendMessage(ctx context.Context) { for msg := range u.MessageChannel { wsjson.Write(ctx, u.conn, msg) } } ``` 你这样的话,MessageChannel close了的话,这里不是一直循环
Hi, It's a great lib. Any chance you provide a tutorial, and publish this lib to pub.dev? Thanks.
Hello, Right now subscription methods like `client.SubscribeToQuotes()` need to pass a handler. Is there any ways to subscribe new symbols without changing handler? Thanks.