Code Monkey home page Code Monkey logo

physercoe / starquant Goto Github PK

View Code? Open in Web Editor NEW
530.0 530.0 163.0 77.95 MB

a light-weighted, integrated trading/backtesting system/platform(综合量化交易回测系统/平台)

License: Apache License 2.0

Python 5.23% CMake 1.23% C++ 44.87% C 36.19% Jupyter Notebook 0.01% HTML 0.04% CSS 0.29% Makefile 3.39% Batchfile 0.02% QMake 0.01% Emacs Lisp 0.01% Scheme 0.03% M4 0.77% Shell 4.21% PowerShell 0.01% Objective-C 0.01% Objective-C++ 0.03% Roff 3.59% Perl 0.04% Java 0.05%
algotrading backtest python quant trading trading-systems

starquant's People

Contributors

physercoe avatar

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  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

starquant's Issues

ubuntu 安装报错

ubuntu 18.04
package 安装在 usr/local/ 下

错误log

CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:1626 (message):
  No header defined for python3; skipping header check
Call Stack (most recent call first):
  CMakeLists.txt:18 (find_package)


-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   system
--   filesystem
--   regex
--   thread
--   python3
--   locale
--   date_time
--   chrono
--   atomic
-- Looking for nanomsg...
-- Looking for nanomsg... - found /usr/local/lib/libnanomsg.so
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/libbson-1.0/libbson-1.0-config.cmake:28 (message):
  File or directory /usr/lib/include/libbson-1.0 referenced by variable
  BSON_INCLUDE_DIRS does not exist !
Call Stack (most recent call first):
  /usr/lib/x86_64-linux-gnu/cmake/libbson-1.0/libbson-1.0-config.cmake:32 (set_and_check)
  /usr/lib/x86_64-linux-gnu/cmake/libmongoc-1.0/libmongoc-1.0-config.cmake:20 (find_package)
  CMakeLists.txt:25 (find_package)

请求安装文档

rt
系统版本 Ubuntu 18.0.4
软件版本 dev or releases
均提示 Could not find a package configuration file provided by "libmongoc-1.0"
尝试的方法sudo apt-get install libmongoc-1.0-0 sudo apt-get install libmongoc-dev sudo apt-get install libbson-dev sudo apt-get install libbson-1.0-0
在CMakeLists 增加 include_directories("/usr/include/libmongoc-1.0") include_directories("/usr/include/libbson-1.0")

多进程相关问题

请问starquant您是用多进程实现的吗?在多个进程间serve数据的开销如何?

make failure in ubuntu

所有第三方库安装完毕
cmake .. 无报错
make 出现如下错误,求解!

/usr/bin/ld: cannot find -lLinuxDataCollect
/usr/bin/ld: cannot find -lthosttraderapi
/usr/bin/ld: cannot find -lthostmduserapi
/usr/bin/ld: cannot find -lTapQuoteAPI
/usr/bin/ld: cannot find -lTapTradeAPI
collect2: error: ld returned 1 exit status
StarQuant/CMakeFiles/starquant.dir/build.make:558: recipe for target 'StarQuant/libstarquant.so' failed
make[2]: *** [StarQuant/libstarquant.so] Error 1
CMakeFiles/Makefile2:983: recipe for target 'StarQuant/CMakeFiles/starquant.dir/all' failed
make[1]: *** [StarQuant/CMakeFiles/starquant.dir/all] Error 2
Makefile:94: recipe for target 'all' failed
make: *** [all] Error 2

编译不通过

python模块无法编译
from nanomsg import Socket, SUB, PUSH, SUB_SUBSCRIBE, SOL_SOCKET, RCVTIMEO
找不到方法:SUB, PUSH, SUB_SUBSCRIBE, SOL_SOCKET, RCVTIMEO 是为何?

windows环境

咨询下,windows环境下,vs2015 安装完都还需要安装哪些部件?

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.