Giter Club home page Giter Club logo

go-trader's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

go-trader's Issues

error to build aglo

Hello ,

when I run "go build", I have got errors like below.
Please look into it. Thanks

Also getting error in test Module

github.com/robaho/go-trader/cmd/algo

./main.go:58:48: cannot use a.entryPrice.Add(a.offset) (type decimal.Decimal) as type fixed.Fixed in argument to price.GreaterThanOrEqual
./main.go:61:52: cannot use a.entryPrice.Sub(a.offset) (type decimal.Decimal) as type fixed.Fixed in argument to price.LessThanOrEqual

implement gRPC based connector

The exchange connector currently uses quickfixgo.

A stream-lined binary protocol using gRPC should improve performance, and is helpful for testing very low latency strategies run on real-world equity exchanges.

Client app uses old version of GUI dep

./main.go:43:7: gui.Update undefined (type *gocui.Gui has no field or method Update)
./main.go:65:6: gui.Update undefined (type *gocui.Gui has no field or method Update)
./main.go:78:6: gui.Update undefined (type *gocui.Gui has no field or method Update)
./main.go:104:6: gui.Update undefined (type *gocui.Gui has no field or method Update)
./main.go:166:6: gui.Update undefined (type *gocui.Gui has no field or method Update)
./main.go:213:5: v.MaxLines undefined (type *gocui.View has no field or method MaxLines)
./main.go:226:5: v.MaxLines undefined (type *gocui.View has no field or method MaxLines)
./main.go:234:5: v.MaxLines undefined (type *gocui.View has no field or method MaxLines)
./main.go:251:5: v.Editor undefined (type *gocui.View has no field or method Editor)
./main.go:256:5: g.Update undefined (type *gocui.Gui has no field or method Update)
./main.go:256:5: too many errors

Data feed

Who do you use for data feed ?

I used to write these systems and this looks really useful for private trading.

error to build client library

Hello ,

Thanks to made this fantastic financial module. I like your way of coding.
when I run "go install github.com/robaho/go-trader/cmd/client", I have got errors like below.
Please look into it. Thanks

github.com/robaho/go-trader/cmd/client

github.com/robaho/go-trader/cmd/client/main.go:32:32: book.Bids[0].Price.StringFixed undefined (type fixed.Fixed has no field or method StringFixed)
github.com/robaho/go-trader/cmd/client/main.go:36:32: book.Asks[0].Price.StringFixed undefined (type fixed.Fixed has no field or method StringFixed)
github.com/robaho/go-trader/cmd/client/main.go:48:86: book.Asks[i].Price.StringFixed undefined (type fixed.Fixed has no field or method StringFixed)
github.com/robaho/go-trader/cmd/client/main.go:52:86: book.Bids[i].Price.StringFixed undefined (type fixed.Fixed has no field or method StringFixed)
github.com/robaho/go-trader/cmd/client/main.go:119:23: order.Remaining.Equals undefined (type fixed.Fixed has no field or method Equals)
github.com/robaho/go-trader/cmd/client/main.go:122:114: order.Price.StringFixed undefined (type fixed.Fixed has no field or method StringFixed)
github.com/robaho/go-trader/cmd/client/main.go:149:17: trade.Price.Equals undefined (type fixed.Fixed has no field or method Equals)
github.com/robaho/go-trader/cmd/client/main.go:151:36: cannot use lp (type decimal.Decimal) as type fixed.Fixed in argument to trade.Price.GreaterThan
github.com/robaho/go-trader/cmd/client/main.go:157:30: cannot use trade.Price (type fixed.Fixed) as type decimal.Decimal in assignment
github.com/robaho/go-trader/cmd/client/main.go:159:116: trade.Price.StringFixed undefined (type fixed.Fixed has no field or method StringFixed)
github.com/robaho/go-trader/cmd/client/main.go:159:116: too many errors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.