beaquant

Results 16 issues of beaquant

panic: send on closed channel goroutine 57799 [running]: github.com/dgrr/http2.(*Ctx).resolve(0x40f3b6, {0xcc4820, 0xc00008a070}) /root/gopath/pkg/mod/github.com/dgrr/[email protected]/client.go:58 +0x36 github.com/dgrr/http2.(*Conn).writeLoop.func2.1({0x445d4f, 0xc000682f70}, {0xb1f200, 0xc000b03ce0}) /root/gopath/pkg/mod/github.com/dgrr/[email protected]/conn.go:414 +0x3d sync.(*Map).Range(0xc000682f90, 0xc000682e78) /root/go/src/sync/map.go:346 +0x2aa github.com/dgrr/http2.(*Conn).writeLoop.func2() /root/gopath/pkg/mod/github.com/dgrr/[email protected]/conn.go:412 +0x1bd github.com/dgrr/http2.(*Conn).writeLoop(0xc001b98b40) /root/gopath/pkg/mod/github.com/dgrr/[email protected]/conn.go:471 +0x407 created...

here is awesome quant for golang https://github.com/goex-top/go-awesome-quant

use local time make more readability add orderside string for trades analysis. because EntranceOrder may not be bought, but sold.

Hello @sdcoffey Haven't contacted in a long time, do you have any plan for support Donchian Channel indicator? Can we have your plan for this awesome project?

Hello sdcoffey, Long time to see you here, I hope you're ok. In this function, it's not satisfied to use close price divide CostBasis ``` func (slr stopLossRule) IsSatisfied(index int,...

你好,项目真不错。 不过翻编了文档,不知如何显示多Y轴,因为数据单位不一致,显示在一个Y轴下,看得很别扭。 比如折线图 `func ExtendYAxis(yAxis ...YAxisOpts)` 这个函数是如何使用,如何与`func SetSeriesOptions(options ...seriesOptser)`对应上y轴 可否有实例说明一下,谢谢 BTW,是不是一个html只能显示一个图?

it always panic ``` $ seq 4000 | awk 'BEGIN{OFS="\t"; print "x","sin(x)","cos(x)", "rand(x)", "rand(x)", "rand(x)"}{x=$1/10; print x,sin(x),cos(x),rand(x),rand(x),rand(x); system("sleep 0.02")}' | ./datadash ``` ``` $ seq 4000 | awk 'BEGIN{OFS="\t"; print...

Hello Dirk, When I saw your projeIct, it's awesome. But almost 1.5 year passed, no more update, don't know why. I read [gf](https://dirkolbrich.github.io/gobacktest), there are some feature described in ***Infrastructure...

https://www.itgeek.top/p/goserver 打不开

hello, how can I generate restapi/models/client after you delete it in v1.0.22 I want use it directly with source code, not docker. how can I generate it?