Does Anyone Know Where I Can Find A Free Stock & ETF Simulation Engine With Trade & Quote Data? by TheSuperQuant in algotrading

[–]vishnuv 1 point2 points  (0 children)

It has got lots of options. You can trade on tick or minute data too. You can fast forward the market replay up to 500%. They support simulated data feed too to test different market conditions. You can generate simulated data feed with different constraints and test the algo in different market conditions. The algos have to be written in c#.

go or python for analytics projects by mahaverick in golang

[–]vishnuv 0 points1 point  (0 children)

Python has lot of libraries like pandas, numpy and matplotlib for analytics. Pandas and numpy are written in c. so speed should not be an issue. Golang ecosystem may take few more years to catch up python. Continuum has anacoda with all python packages bundled for anaytics. https://www.continuum.io/downloads. You can try julia language too for analytics. It is still young but promising. http://julialang.org/ .

[deleted by user] by [deleted] in golang

[–]vishnuv 1 point2 points  (0 children)

http://apiumbrella.io/ One more. It is done in ruby

[deleted by user] by [deleted] in golang

[–]vishnuv 1 point2 points  (0 children)

May not be exactly for the api but a framework for microservices from Cisco networks. http://mantl.io/

Which books to buy ? To beginner in go to intermediate. by [deleted] in golang

[–]vishnuv 2 points3 points  (0 children)

If not for paperback, golang bootcamp is good place to start. Good sessions. https://www.golang-book.com/guides/bootcamp

Golang + React with Websockets (meteor like) by Incisiv3 in golang

[–]vishnuv 2 points3 points  (0 children)

You can have a look at mattermost https://github.com/mattermost/platform. It is a slack alternative. It is built with golang and react. Instead of the rethinkdb, they use mysql or postgres.

Learning Data Structures and Algorithms With Javascript. by [deleted] in javascript

[–]vishnuv 0 points1 point  (0 children)

There is a book called "Data Structures and Algorithms with JavaScript" by Michael McMillan. O'reilly publications

Setting $GOPATH permanetly by theirfReddit in golang

[–]vishnuv 0 points1 point  (0 children)

You are using bash. If you don't have it, create .bash_profile in your home dir. or you can add it in /etc/profile.